35 Commits

Author SHA1 Message Date
evan 360fb47b05 fix: total counts
continuous-integration/drone/pr Build was killed
2026-07-03 13:51:58 -04:00
evan 64aa000323 build(dev): use air for backend live reload
continuous-integration/drone/pr Build is failing
2026-05-02 15:39:28 -04:00
evan a865457bbf build(dev): split frontend and backend dev targets 2026-05-02 15:36:04 -04:00
evan a950d50440 feat(dev): add local auth bypass mode
continuous-integration/drone/pr Build is failing
2026-05-02 15:32:48 -04:00
evan 00faf9cea8 feat(pagination): paginate activity and progress lists 2026-05-02 15:32:10 -04:00
evan 75c872264f chore: remove unnecessary crap ai added
continuous-integration/drone/pr Build is failing
2026-04-03 19:46:05 -04:00
evan 0930054847 more reader
continuous-integration/drone/pr Build is failing
2026-04-03 13:45:17 -04:00
evan aa812c6917 wip reader migration 2026-04-03 12:15:48 -04:00
evan 8ec3349b7c chore(api): update to allow CRUD progress and activity in v1 2026-04-03 10:37:50 -04:00
evan decc3f0195 fix: toast theme & error msgs 2026-04-03 10:08:13 -04:00
evan b13f9b362c theme draft 2 (done?) 2026-03-22 17:21:34 -04:00
evan 6c2c4f6b8b remove dumb auth 2026-03-22 17:21:34 -04:00
evan d38392ac9a theme draft 1 2026-03-22 17:21:34 -04:00
evan 63ad73755d wip 22 2026-03-22 17:21:34 -04:00
evan 784e53c557 wip 21 2026-03-22 17:21:34 -04:00
evan 9ed63b2695 wip 20 2026-03-22 17:21:34 -04:00
evan 27e651c4f5 wip 19 2026-03-22 17:21:34 -04:00
evan 7e96e41ba4 wip 18 2026-03-22 17:21:33 -04:00
evan ee1d62858b wip 17 2026-03-22 17:21:33 -04:00
evan 4d133994ab wip 16 2026-03-22 17:21:33 -04:00
evan ba919bbde4 wip 15 2026-03-22 17:21:33 -04:00
evan 197a1577c2 wip 14 2026-03-22 17:21:33 -04:00
evan fd9afe86b0 wip 13 2026-03-22 17:21:33 -04:00
evan 93707ff513 wip 12 2026-03-22 17:21:33 -04:00
evan 75e0228fe0 wip 11 2026-03-22 17:21:33 -04:00
evan b1b8eb297e wip 10 2026-03-22 17:21:33 -04:00
evan 7c47f2d2eb wip 9 2026-03-22 17:21:33 -04:00
evan c46dcb440d wip 8 2026-03-22 17:21:33 -04:00
evan 5cb17bace7 wip 7 2026-03-22 17:21:32 -04:00
evan ecf77fd105 wip 6 2026-03-22 17:21:32 -04:00
evan e289d1a29b wip 5 2026-03-22 17:21:32 -04:00
evan 3e9a193d08 wip 4 2026-03-22 17:21:32 -04:00
evan 4306d86080 wip 3 2026-03-22 17:21:32 -04:00
evan d40f8fc375 wip 2 2026-03-22 17:21:32 -04:00
evan c84bc2522e wip 1 2026-03-22 17:21:32 -04:00
+4 -18
View File
@@ -3,10 +3,8 @@ type: docker
name: default name: default
trigger: trigger:
ref: branch:
- refs/heads/master - master
- refs/tags/**
- refs/pull/**
steps: steps:
# Unit Tests # Unit Tests
@@ -21,26 +19,14 @@ steps:
commands: commands:
- git fetch --tags - git fetch --tags
# Compute docker tag: git tag for tag builds, pr-<num> for PRs, dev for master
- name: compute tags
image: alpine
commands:
- |
if [ "$DRONE_BUILD_EVENT" = "tag" ]; then
echo "$DRONE_TAG" > .tags
elif [ "$DRONE_BUILD_EVENT" = "pull_request" ]; then
echo "pr-$DRONE_PULL_REQUEST" > .tags
else
echo "dev" > .tags
fi
- cat .tags
# Publish docker image # Publish docker image
- name: publish docker - name: publish docker
image: plugins/docker image: plugins/docker
settings: settings:
repo: gitea.va.reichard.io/evan/antholume repo: gitea.va.reichard.io/evan/antholume
registry: gitea.va.reichard.io registry: gitea.va.reichard.io
tags:
- dev
custom_dns: custom_dns:
- 8.8.8.8 - 8.8.8.8
username: username: