You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Install sequelize, umzug, and sqlite
* Initial migration implementation
* Add QueryAcl model
* Fix sequelize/migration test integration
* honor dbInMemory for sqlite/sequelize
* Break initdb and migration into separate methods
* Migrate existing queries to have a query_acl record
* Let lib/db manage sequelize too
* Fix tests
* Remove unused queries.findByFilter
* Import datatypes from sequelize
* Consider QueryAcl in routes
* Check permission for update
* Move users into TestUtils class
* Add tests and fix API
* Add unique constraint on query_id & user_id
* Add share query button to UI
* Add failing cases for query deletion
* Fix query delete API
* Disable query delete button if user cannot delete
* consistent sequelizeDb reference
0 commit comments