]> git.openstreetmap.org Git - rails.git/commit
Add importer role that can be associated with higher rate limits
authorTom Hughes <tom@compton.nu>
Sun, 29 Oct 2023 15:34:12 +0000 (15:34 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 2 Nov 2023 08:58:12 +0000 (08:58 +0000)
commitc6bb4a5f4eadc46bac599cd6a5174b199c1b6026
tree1a9719a2ec6d81a28893639f64dd9340033b8b01
parentb5995c5175b2fbc6743d4faeb404ad6cefb006ec
Add importer role that can be associated with higher rate limits
12 files changed:
app/assets/images/roles/blank_importer.png [new file with mode: 0644]
app/assets/images/roles/blank_importer.svg [new file with mode: 0644]
app/assets/images/roles/importer.png [new file with mode: 0644]
app/assets/images/roles/importer.svg [new file with mode: 0644]
app/models/user.rb
app/models/user_role.rb
config/initializers/migrate.rb
config/locales/en.yml
db/migrate/20231029151516_add_importer_role.rb [new file with mode: 0644]
db/structure.sql
test/factories/user.rb
test/helpers/user_roles_helper_test.rb