52 Commits

Author SHA1 Message Date
acx10
75fb085c87 Update github workflow 2025-12-24 00:20:08 -07:00
acx10
61dcb18706 Update github workflow 2025-12-24 00:17:42 -07:00
acx10
eaa8e46124 Update github workflow 2025-12-24 00:07:20 -07:00
acx10
85cc819369 Update github workflow 2025-12-23 23:18:21 -07:00
acx10
49dabf8549 Run flyway check on dev -> master merge 2025-12-22 11:42:08 -07:00
acx10
80249b17aa Update tag 2025-12-15 23:12:36 -07:00
acx10
694358fc2f Switch version bump logic to bump:major/minor/patch labels 2025-12-15 22:15:54 -07:00
dependabot[bot]
a10b0da8e5 chore(deps): bump docker/login-action from 2 to 3 (#1908)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 22:06:54 -07:00
acx10
a65e88f275 Fix tagging 2025-12-15 21:37:40 -07:00
acx10
7ef92ba459 Skip docker login and image push on pull requests 2025-12-15 19:30:45 -07:00
renovate[bot]
83f5e3a31d chore(deps): update actions/setup-java action to v5 (#1871)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-14 19:26:36 -07:00
renovate[bot]
8318dcde8e chore(deps): update actions/upload-artifact action to v6 (#1872)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-14 19:26:15 -07:00
ACX
3f14376a3a Add Flyway migration conflict detection in CI (#1888)
* Add Flyway migration conflict detection in CI

* Update flyway version

---------

Co-authored-by: acx10 <acx10@users.noreply.github.com>
2025-12-14 12:16:16 -07:00
ACX
f602137bc7 Speed up CI builds by introducing dependency caching (#1874)
Co-authored-by: acx10 <acx10@users.noreply.github.com>
2025-12-14 11:35:40 -07:00
renovate[bot]
5a0daff2c4 chore(deps): update actions/checkout action to v6 (#1869)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-14 01:59:25 -07:00
ACX
79c8a61c21 Add Flyway migration version conflict check in GitHub Actions (#1863)
Co-authored-by: acx10 <acx10@users.noreply.github.com>
2025-12-14 01:57:32 -07:00
Trevor Swanson
f8270d7f90 ci: Add OCI Image Specification Labels to Dockerfile (#1636)
* ci: Add OCI labels to Dockerfile

Added OCI labels for metadata and documentation.

* ci: Add APP_VERSION and APP_REVISION arguments

Added ARG directives for application version and revision to Dockerfile.

* ci: Add APP_REVISION build argument to Docker build
2025-11-26 17:47:52 -07:00
aditya.chandel
4cff107a67 Add scripts and update drafter flow 2025-08-29 16:26:42 -06:00
aditya.chandel
aa259bbf3a Try fixing versioning #2 2025-08-29 15:25:49 -06:00
aditya.chandel
4bc0556097 Try fix versoning 2025-08-29 15:07:37 -06:00
aditya.chandel
b909a100c1 Fix drafter 2025-08-29 14:53:13 -06:00
Alexander Puzynia
8d04bc3498 build(docker): return original names for docker tags (#1009) 2025-08-28 20:36:37 -06:00
Alexander Puzynia
c18692ae13 Fix docker build tests (#1005)
* build(docker): skip test during docker build

* build(gha): do test directly on GHA instead of docker build

* build(gha): publish test results

* build(gha): publish docker build to personal docker hub and GH registry
2025-08-27 21:56:06 -06:00
aditya.chandel
22f6828899 Fix drafter to use correct version 2025-08-25 15:51:26 -06:00
Aditya Chandel
9ae1c6e2dc Add koreader sync support for book progress tracking 2025-08-08 09:38:20 -06:00
aditya.chandel
fa54fdec34 Remove docker links for discord release notification 2025-08-06 18:49:35 -06:00
aditya.chandel
401d31cc29 Correct Discord webhook message generation in CI workflow 2025-08-06 16:56:35 -06:00
aditya.chandel
0a6abd9dd4 Fix repo links 2025-08-06 12:21:29 -06:00
aditya.chandel
0f6141ad6c revert: push GHCR image to repo-level path 2025-08-05 16:48:11 -06:00
aditya.chandel
6df0c1eb86 fix: push GHCR image to repo-level path 2025-08-05 16:03:22 -06:00
aditya.chandel
4228c64a1b feat: notify Discord on new release with drafter info and Docker image links 2025-08-05 15:48:06 -06:00
aditya.chandel
18a0923ba2 Add GHCR publishing alongside Docker Hub in CI/CD 2025-08-05 15:08:55 -06:00
aditya.chandel
4b1989e825 Move to dockerhub 2025-07-30 10:08:59 -06:00
aditya.chandel
7562ae65fd Fix missing app version in latest Docker image tag 2025-07-02 15:59:47 -06:00
adityachandelgit
b708976c1b Support automatic version bump using PR labels or commit messages (label takes precedence) 2025-04-18 20:09:22 -06:00
adityachandelgit
70a4360207 Implement version info endpoint and update version display in UI 2025-04-16 15:33:13 -06:00
adityachandelgit
1c5ebea70f Display Git Version in Angular UI via Build-Time Injection 2025-04-15 23:44:34 -06:00
adityachandelgit
6a0b3a5814 Build image for all branches 2025-04-14 23:34:57 -06:00
adityachandelgit
4c81472c12 Do not delete branches 2025-04-13 17:05:57 -06:00
adityachandelgit
bf87f030f8 Automatically delete all remote branches that have been merged into master or develop, excluding the master and develop branches themselves 2025-04-13 16:07:16 -06:00
aditya.chandel
eddb8012c0 feat(ci): integrate Release Drafter into CI/CD pipeline (#44) 2025-03-28 02:29:54 -06:00
aditya.chandel
05b7be093c Add multi-arch Docker build support to GitHub Actions 2025-03-24 00:51:28 -06:00
aditya.chandel
6631b44bbc Auto-delete feature/bug branches after merge 2025-03-24 00:51:28 -06:00
aditya.chandel
e70a8e2497 feat(password): simplify password validation rules 2025-03-18 03:41:47 -06:00
aditya.chandel
f2af06bdca Make latest tag on push to master 2025-03-13 09:34:41 -06:00
aditya.chandel
db3bf7fa7c Create release in the workflow 2025-03-13 09:29:15 -06:00
aditya.chandel
4f4c8eb742 - Enable CORS for all localhost ports
- Enable pipeline
2025-03-12 11:15:36 -06:00
aditya.chandel
117a1da240 - Move screenshot to asset
- Disable github workflow
2025-03-11 21:26:25 -06:00
aditya.chandel
aabdc3f1fd Add user info and move files around 2025-03-11 19:28:47 -06:00
aditya.chandel
9abdde2602 Test GitHub Actions workflow 2025-03-11 18:54:26 -06:00