gitpad/src
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.
2022-02-21 00:42:53 +05:30
..
api feat: REST endpoint to delete comment by ID 2022-02-20 01:04:13 +05:30
data chore: rename gists to gitpad 2022-02-20 19:21:28 +05:30
db.rs chore: rename gists to gitpad 2022-02-20 19:21:28 +05:30
demo.rs fix and chore: apply clippy lints and create_gist returns gist public ID 2022-02-19 13:35:03 +05:30
errors.rs chore: use constants to convert ServiceError to StatusCode 2022-02-20 01:03:25 +05:30
main.rs chore: rename gists to gitpad 2022-02-20 19:21:28 +05:30
routes.rs feat: bootstarp gists 2022-02-12 23:48:35 +05:30
settings.rs feat: get admin_email in settings and validate admin_email and source_code 2022-02-21 00:42:53 +05:30
tests.rs feat: add delete request test util 2022-02-20 01:04:01 +05:30
utils.rs fix and chore: apply clippy lints and create_gist returns gist public ID 2022-02-19 13:35:03 +05:30