drone/internal/store/database/migrate/postgres
Johannes Batzill b7b9f53b0d Improve error handling to match go standards - don't wrap and rethrow, but log and return. Also adds some more validations for path creation and resource moving. Add accesslogging for git and api router (#14)
This commit contains the following:
- Improve and simplify error handling (remove unnecessary wrappers, make it feel like go)
- Add extra validation for path creation and resource moving (path has to be within same top space, no top space alias allowed)
- Add access logging for rest api and git api
2022-09-09 22:08:46 -07:00
..
0000_create_extension_btree.up.sql Initial commit 2022-08-09 12:37:37 -07:00
0000_create_extension_citext.up.sql Initial commit 2022-08-09 12:37:37 -07:00
0000_create_extension_trgm.up.sql Initial commit 2022-08-09 12:37:37 -07:00
0001_create_table_paths.up.sql Add Paths support and error improvements (#11) 2022-09-08 21:39:15 -07:00
0001_create_table_repositories.up.sql Improve error handling to match go standards - don't wrap and rethrow, but log and return. Also adds some more validations for path creation and resource moving. Add accesslogging for git and api router (#14) 2022-09-09 22:08:46 -07:00
0001_create_table_spaces.up.sql Add Paths support and error improvements (#11) 2022-09-08 21:39:15 -07:00
0001_create_table_users.up.sql Initial commit 2022-08-09 12:37:37 -07:00
0002_create_index_paths_targetType_targetId.up.sql Add Paths support and error improvements (#11) 2022-09-08 21:39:15 -07:00
0002_create_index_repositories_spaceId.up.sql Add base structure for rest api, git api, web api. Add base authn and authz, as well as spaces and repository apis 2022-09-05 13:47:00 -07:00
0002_create_index_spaces_parentId.up.sql Add authn, authz, spaces, guard, terminated FQNs 2022-09-05 13:47:00 -07:00