Commit graph

13 commits

Author SHA1 Message Date
0d107609b3
feat: mv routes into main and extract serve from api services 2022-09-16 17:39:37 +05:30
4d136f2407
feat: update customer specified branch 2022-09-08 00:59:39 +05:30
b1ce2549bf
chore: clippy lints 2022-09-07 10:28:26 +05:30
56de3990b8
fix: page update with merge analysis 2022-08-15 19:34:26 +05:30
a787a48d41
feat: add methods to get current state of repositories 2022-04-27 13:47:21 +05:30
e757e52582
chore: tests-compatible logging and abstract repo initialization in settings 2022-04-27 11:50:06 +05:30
b758042836
feat: handle Git errors 2022-04-26 20:13:23 +05:30
aa9cffd4cb
feat: setup error handling 2022-04-26 19:39:05 +05:30
325d110e9a
feat: switch to user configured branch even when configuration is changed
DESCRIPTION

Branch switching wasn't possible in earlier versions. If user deploys
"master" branch first and then wants to switch to "pages" branch, they
would have to delete the Pages-managed copy of the repository to
re-initialize the repository.

This patch introduces changes to switch to user configured branch on
startup and at each repository update.
2022-04-09 11:04:44 +05:30
c76b351198
chore: improve git workflow testing 2022-03-29 18:02:32 +05:30
da98218d31
chore: update copyright notice 2022-03-29 17:36:22 +05:30
837c3fd3e0
chore: address clippy lints 2022-03-29 16:56:06 +05:30
954ac6c578
routes:
- get build metadata
    - authenticate and update repository with branch configuration
2021-10-29 20:23:07 +05:30