Matt Kilgore
e051352070
chore: update openapi documentation ( #148 )
v0.13.0
2024-07-27 09:10:47 -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
github-actions[bot]
42f3c88396
Update currencies.json ( #143 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Kilgore <tankerkiller125@users.noreply.github.com >
2024-07-21 10:39:47 -04:00
Ryan Sheppard
c9f31ef934
Enable Sorting on Search By Created and Updated At ( #140 )
...
- Required updating query value to use first.value
to set the value of the initial sort
- Ordering starts with name but can be changed to
createdAt or updatedAt by the user
2024-07-21 09:30:03 -04:00
Ryan Sheppard
01f54aeb52
Add URL column to CSV export for items ( #141 )
...
* feat: Add URL column to CSV export for items
Enhanced the CSV export functionality to include a URL field for each item. This change required updating the export logic to generate and include item URLs based on the request's referer header.
* chore: add URL configuration to V1Controller for dynamic URL handling in item export
2024-07-21 09:29:46 -04:00
PatrickDaG
2d1016d362
Add nmprc to automatically hoist dependencies ( #136 )
2024-07-17 07:47:35 -04:00
Katos
b48c961ac1
Merge pull request #133 from sysadminsmedia/update-currencies
...
Update currencies
2024-07-14 17:25:08 +01:00
github-actions[bot]
4d47567995
Update currencies.json
2024-07-14 16:21:40 +00:00
Katos
6b2e3accf7
Merge pull request #132 from sysadminsmedia/katos/currencies-workflow
...
Force rebase on Update-currencies action
2024-07-14 17:21:27 +01: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
97a74127fb
Merge pull request #131 from sysadminsmedia/katos/currencies-api-sync
...
Skip commit attempt if currencies already synced with API
2024-07-14 16:38:31 +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
1b93672417
Merge pull request #130 from sysadminsmedia/katosdev-patch-1
...
Update update_currencies.py to fix error handling
2024-07-14 16:23:47 +01:00
Katos
8b1cedd4a8
Update update_currencies.py to fix error handling
2024-07-14 16:08:37 +01:00
Katos
2c34047b6d
Merge pull request #129 from sysadminsmedia/katos/currencies-auto-update
...
Create a Github Workflow to keep currencies in sync from API
2024-07-14 16:05:48 +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
Katos
625730f37c
Merge pull request #123 from sysadminsmedia/katos/fix-location-pricing
...
Update location pricing to include quantity in calculation
2024-07-12 21:38:09 +01:00
Katos
0a72fa95b3
Rectify issues with mismatched types float64 and int
2024-07-12 21:15:07 +01:00
Katos
c39a65ec21
Update location pricing to include quantity in calculation
2024-07-12 20:59:01 +01:00
Ikko Eltociear Ashimine
9403fb27e0
docs: update get-started.md ( #106 )
...
* docs: update get-started.md
seperated -> separated
* Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: Matt Kilgore <tankerkiller125@users.noreply.github.com >
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-08 11:50:28 -04:00
Matt Kilgore
ab34791737
fix(docker): fixes the health check wget ( #104 )
v0.12.1
2024-07-08 11:48:46 -04:00
Michael Manganiello
d03e60d580
fix: Use subrouter for API and correctly handle 404 errors ( #105 )
...
Currently, the implementation for API v1 routes has the main drawback
that any unknown path gets the fallback `notFoundHandler`, trying to
access filesystem paths.
However, for API routes specifically, we can have a subrouter, and a
default NotFound handler that returns 404.
With this change, requests to `api/v1/<unknown>` now correctly returns
status code 404 instead of 200.
2024-07-08 11:44:55 -04:00
Katos
6fcf9965bb
Merge pull request #101 from sysadminsmedia/katosdev-Readme-Screenshots
...
Update README
2024-07-07 22:38:38 +01:00
Matt Kilgore
d53dcd37e6
Update README.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-07 17:35:55 -04:00
Katos
f3531cacb3
Update README.md
2024-07-07 22:35:19 +01:00
Katos
10cdca94dc
Update README
...
Add screenshots to Readme file
2024-07-07 22:31:37 +01:00
Katos
0b2b7bc4fd
Merge pull request #98 from sysadminsmedia/fix/docs-discord
...
Update Discord link to new
2024-07-07 21:55:52 +01:00
Katos
105f63487b
Merge pull request #97 from 101br03k/main
...
set documentation url to homebox.sysadminmedia.com
2024-07-07 21:52:59 +01:00
Katos
f3c745e42e
Update Discord link to new
2024-07-07 21:52:24 +01:00
A3
f3e7d7a19b
set documentation url to homebox.sysadminmedia.com
2024-07-07 21:27:29 +02:00
Katos
af1ab9d1af
Merge pull request #95 from sysadminsmedia/katos/docker-healthcheck
...
Update WGET from Busybox to APK
v0.12.0
2024-07-07 17:40:53 +01:00
Katos
69e5a877c0
Update WGET from Busybox to APK
2024-07-07 17:18:18 +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
Katos
91cd0d1bca
Merge pull request #93 from sysadminsmedia/fix/dockerbuild
...
Rectify Docker build errors due to broken imports
2024-07-07 16:18:51 +01:00
Katos
b12011f4a6
Rectify Docker build errors due to broken imports
2024-07-07 16:13:02 +01:00
Katos
0223fbbb3f
Add docker healthcheck
...
Add Dockerfile healthcheck endpoint
2024-07-06 14:24:55 +01:00
Katos
a709d38946
Update Dockerfile with Healthcheck endpoint
2024-07-06 14:20:29 +01:00
Katos
bd2eb8b5ac
Update Dockerfile.rootless to include explicitly version tags
...
Tag the version of the base image explicitly on the Dockerfile
2024-07-06 14:20:29 +01:00
Katos
5a015b9581
Add Dockerfile healthcheck
2024-07-06 14:20:29 +01: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
dependabot[bot]
a93f4ff1ad
chore(deps): bump github.com/gorilla/schema ( #87 )
...
Bumps the go_modules group with 1 update in the /backend directory: [github.com/gorilla/schema](https://github.com/gorilla/schema ).
Updates `github.com/gorilla/schema` from 1.2.1 to 1.4.1
- [Release notes](https://github.com/gorilla/schema/releases )
- [Commits](https://github.com/gorilla/schema/compare/v1.2.1...v1.4.1 )
---
updated-dependencies:
- dependency-name: github.com/gorilla/schema
dependency-type: direct:production
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 19:55:27 -04:00
Matt Kilgore
3d283c2d81
Update README.md ( #83 )
2024-06-30 16:47:59 -04:00
Katos
ea1d92207a
Merge pull request #81 from sysadminsmedia/katos/currency
...
Update currencies to include more currencies
2024-06-30 16:24:10 +01:00
Katos
bcd826ed4f
Merge pull request #70 from zebrapurring/negate-labels
...
Implement filter option for negated labels
2024-06-30 16:02:04 +01:00
Katos
499bb90b09
Update currencies to include more currencies
2024-06-30 15:50:16 +01:00
Katos
4f00822849
Merge pull request #77 from zebrapurring/fix-tooltip-overflow-top
...
Move the link tooltip to the top to prevent overflows
2024-06-29 19:53:21 +01:00