Katos
a825bab986
Update dockerhub-publish.yaml
2024-12-27 16:12:56 +00:00
Katos
3242e9b24b
Rename dockerhub-publish to dockerhub-publish.yaml
2024-12-27 16:06:12 +00:00
Katos
481f2e9698
Create dockerhub-publish
2024-12-27 16:05:56 +00:00
Mike Kusold
5f63c5f738
Improve swagger generation ( #370 )
...
* Improve swagger generation
These issues are causing ogen-api to fail after I used the swagger
converter.
* Specify multipart/form-data routes
Operations with parameters of "type: file" must include "multipart/form-data" in their "consumes" property
* Fix example usage
* fixup! Specify multipart/form-data routes
* Fix final validation errors
2024-12-08 18:11:21 -05:00
Katos
67668578e8
Update update_currencies.py
2024-11-30 21:07:56 +00:00
Tonya
ec5b6bb8ff
Get front end tests passing ( #299 )
...
* chore: get front end tests passing
* chore: add @vue/runtime-core to fix types for $t
* chore: sort lockfile
* Discard changes to frontend/pnpm-lock.yaml
* chore: sort lockfile
* chore: fix some type errors
* chore: switch from nuxi typecheck to vue-tsc to force a known good version
* chore: linting
* chore: update pnpm version in frontend test
* feat: add proper pagination type (need to sort why it still doesn't work)
* chore: format imports and initialize totalPrice in label page to null when no label is present
* chore: update pnpm to v9.12.2, merge ItemSummaryPaginationResult with PaginationResult, and handle error in label generator more gracefully
* chore: lint
---------
Co-authored-by: Matt Kilgore <matthew@kilgore.dev >
2024-10-28 15:47:00 -04:00
Matt Kilgore
8d93ab3d7f
Update FUNDING.yml
2024-10-25 20:35:42 -04:00
Matt Kilgore
3a4c78ed86
Update feature_request.yml
2024-10-13 14:53:40 -04:00
Matt Kilgore
ed7670ac67
Update bug_report.yml
2024-10-13 14:53:19 -04:00
Katos
d45c8b2b2d
Update docker-publish-rootless-arm.yaml
2024-10-12 17:49:43 +01:00
Katos
f26b5e1190
Update docker-publish-rootless-arm.yaml
2024-10-12 17:25:13 +01:00
Katos
8bfa930cf0
Update docker-publish-arm.yaml
2024-10-12 17:25:01 +01:00
Katos
52f9306e98
Update docker-publish-rootless-arm.yaml
2024-10-12 16:44:00 +01:00
Katos
483934bd5e
Update docker-publish-arm.yaml
...
This is starting to annoy me now
2024-10-12 16:16:59 +01:00
Katos
de7ef70d40
Update docker-publish-rootless-arm.yaml
...
Fixing a force-of-habit mistake 🙁
2024-10-12 16:13:10 +01:00
Katos
1e020f7fae
Update docker-publish-arm.yaml
...
I didn't mean to use a remote build... Force of habit!
2024-10-12 16:12:38 +01:00
Katos
0d6ec9c427
Update docker-publish-rootless-arm.yaml
2024-10-12 15:59:45 +01:00
Katos
e32683fb28
Update docker-publish-arm.yaml
...
Update the action for Arm
2024-10-12 15:58:35 +01:00
Matt Kilgore
c9ed50afad
Update docker-publish-rootless-arm.yaml
2024-10-08 15:47:22 -04:00
Matt Kilgore
3fd14aac47
Update docker-publish-arm.yaml
2024-10-08 15:47:12 -04:00
Matt Kilgore
ed780e292b
chore: split arm docker builds into their own tags ( #264 )
...
Reduces overall build times significantly, and reduces the chances of architecture specific issues causing build timeouts.
BREAKING CHANGE: Those using ARM based architecture docker installations will need to update the tag they use to have the `-arm` suffix.
2024-10-08 15:46:10 -04:00
Matt Kilgore
4b24653b86
Better issue templates
2024-09-16 08:36:41 -04:00
Matt Kilgore
9e3f82fbac
fix: action should run at midnight for nightly builds
2024-09-10 09:44:28 -04:00
Matt Kilgore
3bf1e50620
Splitting dependencies into separate docker layers (better caching) ( #142 )
...
* Initial test with NodeJS
* Fix screw up
* Try again
* Try Golang caching
* Test with some more cache
2024-07-21 10:40:03 -04:00
Katos
c1f8520c4f
Rectify issue with Github action
2024-07-14 17:20:50 +01:00
Katos
41eb99ec40
Force rebase on Update-currencies action
2024-07-14 16:45:04 +01:00
Katos
a9396167bf
Fix my stupid mistakes....
2024-07-14 16:35:28 +01:00
Katos
3385e5684e
Update currencies automation to use a PR instead of comitting directly
2024-07-14 16:33:42 +01:00
Katos
bb9672214c
Update error handling for Currencies sync, if already synced then just skip.
2024-07-14 16:25:41 +01:00
Katos
8b1cedd4a8
Update update_currencies.py to fix error handling
2024-07-14 16:08:37 +01:00
Katos
f0942f0714
Add error handling to API pulls
2024-07-14 16:00:25 +01:00
Katos
967e574ea8
Create a Github Workflow to keep currencies in sync from API
2024-07-14 15:52:25 +01:00
Matt Kilgore
5c0d161eb4
fix(ci): remove linting temp, and always build on docker changes ( #94 )
...
* fix(ci): remove linting temp, and always build on docker changes
* fix(ci): always re-build on workflow changes
2024-07-07 11:32:22 -04:00
Matt Kilgore
552cb0bf53
chore: General cleanup tasks ( #88 )
...
* chore: cleanup
* chore: remove uneeded pull request info
* chore: update security policy
* Update docs/en/quick-start.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update docs/en/quick-start.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update docs/en/quick-start.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-02 14:03:21 -04:00
Matt Kilgore
b4be462ce5
fix(ci): broken CI/CD ( #71 )
...
* fix(ci): broken CI/CD
* fix(ci): rootless docker build
* Update .github/workflows/docker-publish-rootless.yaml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-06-28 11:27:28 -04:00
Matt Kilgore
a3f4c97049
fix(ci): add version info to docker builds ( #68 )
2024-06-27 20:51:14 -04:00
Matt Kilgore
87e2464599
fix(ci): only run on code changes ( #44 )
2024-06-22 16:34:56 -04:00
Matt Kilgore
add57a8962
fix(ci): ignore non-code paths ( #31 )
2024-06-19 21:29:02 -04:00
Matt Kilgore
dd1c09fe0c
fix(ci): updates existing ci job to work with new docker publishing. ( #30 )
2024-06-19 20:05:28 -04:00
Matthew Kilgore
c9841513cd
fix(ci): rootless suffix
2024-06-19 06:46:53 -04:00
Matthew Kilgore
eeedb94716
fix(ci): better version tagging
2024-06-19 06:44:08 -04:00
Matthew Kilgore
bf6151ed61
fix(ci): better version tagging
2024-06-18 22:12:15 -04:00
Matthew Kilgore
101e6b0802
fix(ci): fix ci permissions
2024-06-18 21:59:46 -04:00
Matt Kilgore
c844fcd185
ci: update cd/cd build processes for docker ( #22 )
...
* ci: update cd/cd build processes for docker
* chore(backend): update go namespaces
2024-06-18 21:17:23 -04:00
Matt Kilgore
0acb9316f9
chore: update funding
...
Fixed katosdev username
2024-06-18 09:24:17 -04:00
Matt Kilgore
e652507714
Update feature_request.yml
2024-06-17 20:53:52 -04:00
Matt Kilgore
b6c4d8c966
Update bug_report.yml
2024-06-17 20:52:55 -04:00
Matt Kilgore
96b0c8606c
Update FUNDING.yml
2024-06-17 20:41:59 -04:00
Matt Kilgore
69a25e3aba
Update publish.yaml
2024-06-17 20:38:26 -04:00
Matt Kilgore
320ca2d48a
Update tag.yaml
2024-06-17 19:08:27 -04:00