Commit Graph

8 Commits (9e2f930eed8ac4653f795dd0c74e6ac2f11396cf)

Author SHA1 Message Date
Matt Jankowski 7cbdcd7b3f
Add role-specific user fabricators ()
Matt Jankowski f1003b2560
Enable "zero monkey patching" mode in RSpec ()
Matt Jankowski 3959f36d19
Add checks about response body content to admin/dash spec ()
Matt Jankowski c97b611b6b
Fix RSpec/InferredSpecType cop ()
Nick Schonning 669f6d2c0a
Run rubocop formatting except line length ()
Eugen Rochko 44b2ee3485
Add customizable user roles ()
* Add customizable user roles

* Various fixes and improvements

* Add migration for old settings and fix tootctl role management
Claire 566fc90913
Add Ruby 3.0 support ()
* Fix issues with POSIX::Spawn, Terrapin and Ruby 3.0

Also improve the Terrapin monkey-patch for the stderr/stdout issue.

* Fix keyword argument handling throughout the codebase

* Monkey-patch Paperclip to fix keyword arguments handling in validators

* Change validation_extensions to please CodeClimate

* Bump microformats from 4.2.1 to 4.3.1

* Allow Ruby 3.0

* Add Ruby 3.0 test target to CircleCI

* Add test for admin dashboard warnings

* Fix admin dashboard warnings on Ruby 3.0
ysksn c1600a0f69 Add spec for Admin::DashboardController#index ()