7b343a2cd5
feat: def get_forge interface
2022-06-03 23:05:09 +05:30
0586f2e670
feat: get all repositories trait def and impl for sqlx sqlite
2022-05-19 21:38:13 +05:30
60f76b63d4
feat: save hostname when creating challenges
2022-05-19 19:14:31 +05:30
b884d361b0
feat: define and implement(sqlx sqlite) interfaces for CRUD of DNS challenges
2022-05-19 14:12:57 +05:30
5481055e45
feat: define interface to del user and repository
2022-05-17 16:14:52 +05:30
ec9bb69f98
feat: type adjustmets
2022-05-17 01:03:27 +05:30
6355835135
chore: fix types for easy use with bin
2022-05-04 22:35:23 +05:30
cb8500da3f
feat: create_repository interface
2022-05-04 12:10:13 +05:30
85aafb4b96
feat: add repository_exists method
2022-05-01 19:07:49 +05:30
4cd62dcb40
feat: uniform hostname extraction for DB storage via get_hostname
2022-04-30 23:45:37 +05:30
5102531a70
feat: add_user and user_exists with accompanying test suites
...
DESCRIPTION
add_user
Adds new user to DB. Implementers must ensure username
uniqueness scoped at forge instance level. When applicable, HTML
link to profile photo may be stored as we..
user_exists
Checks if a user exists in database. Optionally provide hostname
of forge instance to get forge-specific results.
2022-04-20 16:23:38 +05:30
99fabab5bc
feat: add tests to check if forge type is loaded into DB
2022-04-12 17:44:21 +05:30
2a8283acc0
feat: define core DB traits to store, check for existence and delete
...
forges
2022-04-12 17:35:09 +05:30