You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aravinth Manivannan fc40706ca9
feat: get admin_email in settings and validate admin_email and source_code
SUMMARY
    New field is added to settings to receive email of the admin of the
    instance. source_code is a link to the repository of the source code
    of a GitPad instance, set_source_code is defined to build a HTTP
    link to the exact commit from which the instance binary was built.

NOTE
    Current Settings::set_source_code assumes the provided HTTP link to
    point to a forge belonging to the GitHub-family(GitHub, Gitea and
    GitLab), provisions must be made to accommodate other forges as
    well.
1 year ago
..
api feat: REST endpoint to delete comment by ID 1 year ago
data chore: rename gists to gitpad 1 year ago
db.rs chore: rename gists to gitpad 1 year ago
demo.rs fix and chore: apply clippy lints and create_gist returns gist public ID 1 year ago
errors.rs chore: use constants to convert ServiceError to StatusCode 1 year ago
main.rs chore: rename gists to gitpad 1 year ago
routes.rs feat: bootstarp gists 1 year ago
settings.rs feat: get admin_email in settings and validate admin_email and source_code 1 year ago
tests.rs feat: add delete request test util 1 year ago
utils.rs fix and chore: apply clippy lints and create_gist returns gist public ID 1 year ago