Gitea Actions
f3e233bf38
ci: Bump version to 0.11.17 [skip ci]
v0.11.17
2026-01-20 10:30:14 +05:00
1696aeb54f
minor fixin
Deploy to Test Environment / deploy-to-test (push) Successful in 18m42s
2026-01-19 21:28:44 -08:00
Gitea Actions
e45804776d
ci: Bump version to 0.11.16 [skip ci]
v0.11.16
2026-01-20 08:14:50 +05:00
5879328b67
fixing categories 3rd normal form
Deploy to Test Environment / deploy-to-test (push) Successful in 18m34s
2026-01-19 19:13:30 -08:00
Gitea Actions
4618d11849
ci: Bump version to 0.11.15 [skip ci]
v0.11.15
2026-01-20 02:49:48 +05:00
4022768c03
set up local e2e tests, and some e2e test fixes + docs on more db fixin - ugh
Deploy to Test Environment / deploy-to-test (push) Successful in 18m39s
2026-01-19 13:45:21 -08:00
Gitea Actions
7fc57b4b10
ci: Bump version to 0.11.14 [skip ci]
v0.11.14
2026-01-20 01:18:38 +05:00
99f5d52d17
more test fixes
Deploy to Test Environment / deploy-to-test (push) Successful in 18m34s
2026-01-19 12:13:04 -08:00
Gitea Actions
e22b5ec02d
ci: Bump version to 0.11.13 [skip ci]
v0.11.13
2026-01-19 23:54:59 +05:00
cf476e7afc
ADR-022 - websocket notificaitons - also more test fixes with stores
Deploy to Test Environment / deploy-to-test (push) Successful in 18m47s
2026-01-19 10:53:42 -08:00
Gitea Actions
7b7a8d0f35
ci: Bump version to 0.11.12 [skip ci]
v0.11.12
2026-01-19 13:35:47 +05:00
795b3d0b28
massive fixes to stores and addresses
Deploy to Test Environment / deploy-to-test (push) Successful in 18m46s
2026-01-19 00:34:11 -08:00
d2efca8339
massive fixes to stores and addresses
2026-01-19 00:33:09 -08:00
Gitea Actions
c579f141f8
ci: Bump version to 0.11.11 [skip ci]
v0.11.11
2026-01-19 09:27:16 +05:00
9cb03c1ede
more e2e from the AI
Deploy to Test Environment / deploy-to-test (push) Successful in 16m42s
2026-01-18 20:26:21 -08:00
Gitea Actions
c14bef4448
ci: Bump version to 0.11.10 [skip ci]
v0.11.10
2026-01-19 07:43:17 +05:00
7c0e5450db
latest batch of fixes after frontend testing - almost done?
Deploy to Test Environment / deploy-to-test (push) Successful in 16m29s
2026-01-18 18:42:32 -08:00
Gitea Actions
8e85493872
ci: Bump version to 0.11.9 [skip ci]
v0.11.9
2026-01-19 07:28:39 +05:00
327d3d4fbc
latest batch of fixes after frontend testing - almost done?
Deploy to Test Environment / deploy-to-test (push) Failing after 1m7s
2026-01-18 18:25:31 -08:00
Gitea Actions
bdb2e274cc
ci: Bump version to 0.11.8 [skip ci]
v0.11.8
2026-01-19 05:28:15 +05:00
cd46f1d4c2
integration test fixes
Deploy to Test Environment / deploy-to-test (push) Successful in 16m38s
2026-01-18 16:23:34 -08:00
Gitea Actions
6da4b5e9d0
ci: Bump version to 0.11.7 [skip ci]
v0.11.7
2026-01-19 03:28:57 +05:00
941626004e
test fixes to align with latest tests
Deploy to Test Environment / deploy-to-test (push) Successful in 16m51s
2026-01-18 14:27:20 -08:00
Gitea Actions
67cfe39249
ci: Bump version to 0.11.6 [skip ci]
v0.11.6
2026-01-19 03:00:22 +05:00
c24103d9a0
frontend direct testing result and fixes
Deploy to Test Environment / deploy-to-test (push) Successful in 16m42s
2026-01-18 13:57:47 -08:00
Gitea Actions
3e85f839fe
ci: Bump version to 0.11.5 [skip ci]
v0.11.5
2026-01-18 15:57:52 +05:00
63a0dde0f8
fix unit tests after frontend tests ran
Deploy to Test Environment / deploy-to-test (push) Successful in 16m21s
2026-01-18 02:56:25 -08:00
Gitea Actions
94f45d9726
ci: Bump version to 0.11.4 [skip ci]
v0.11.4
2026-01-18 14:36:55 +05:00
136a9ce3f3
Add ADR-054 for Bugsink to Gitea issue synchronization and frontend testing summary for 2026-01-18
...
Deploy to Test Environment / deploy-to-test (push) Successful in 17m3s
- Introduced ADR-054 detailing the implementation of an automated sync worker to create Gitea issues from unresolved Bugsink errors.
- Documented architecture, queue configuration, Redis schema, and implementation phases for the sync feature.
- Added frontend testing summary for 2026-01-18, covering multiple sessions of API testing, fixes applied, and Bugsink error tracking status.
- Included detailed API reference and common validation errors encountered during testing.
2026-01-18 01:35:00 -08:00
Gitea Actions
e65151c3df
ci: Bump version to 0.11.3 [skip ci]
v0.11.3
2026-01-18 10:49:14 +05:00
3d91d59b9c
refactor: update API response handling across multiple queries to ensure compliance with ADR-028
...
Deploy to Test Environment / deploy-to-test (push) Successful in 16m53s
- Removed direct return of json.data in favor of structured error handling.
- Implemented checks for success and data array in useActivityLogQuery, useBestSalePricesQuery, useBrandsQuery, useCategoriesQuery, useFlyerItemsForFlyersQuery, useFlyerItemsQuery, useFlyersQuery, useLeaderboardQuery, useMasterItemsQuery, usePriceHistoryQuery, useShoppingListsQuery, useSuggestedCorrectionsQuery, and useWatchedItemsQuery.
- Updated unit tests to reflect changes in expected behavior when API response does not conform to the expected structure.
- Updated package.json to use the latest version of @sentry/vite-plugin.
- Adjusted vite.config.ts for local development SSL configuration.
- Added self-signed SSL certificate and key for local development.
2026-01-17 21:45:51 -08:00
Gitea Actions
822d6d1c3c
ci: Bump version to 0.11.2 [skip ci]
v0.11.2
2026-01-18 06:50:06 +05:00
a24e28f52f
update node packages
Deploy to Test Environment / deploy-to-test (push) Successful in 16m32s
2026-01-17 17:49:09 -08:00
8dbfa62768
add missing plugin
Deploy to Test Environment / deploy-to-test (push) Failing after 11s
2026-01-17 17:36:25 -08:00
Gitea Actions
da4e0c9136
ci: Bump version to 0.11.1 [skip ci]
v0.11.1
2026-01-18 06:25:46 +05:00
dd3cbeb65d
fix unit tests from using response
Deploy to Test Environment / deploy-to-test (push) Failing after 1m55s
2026-01-17 17:24:05 -08:00
e6d383103c
feat: add Sentry source map upload configuration and update environment variables
2026-01-17 17:07:50 -08:00
Gitea Actions
a14816c8ee
ci: Bump version to 0.11.0 for production release [skip ci]
v0.11.0
2026-01-18 05:02:54 +05:00
Gitea Actions
08b220e29c
ci: Bump version to 0.10.0 for production release [skip ci]
v0.10.0
2026-01-18 04:50:17 +05:00
Gitea Actions
d41a3f1887
ci: Bump version to 0.9.115 [skip ci]
v0.9.115
2026-01-18 04:10:18 +05:00
1f6cdc62d7
still fixin test
Deploy to Test Environment / deploy-to-test (push) Successful in 16m20s
2026-01-17 15:09:17 -08:00
Gitea Actions
978c63bacd
ci: Bump version to 0.9.114 [skip ci]
v0.9.114
2026-01-18 04:00:21 +05:00
544eb7ae3c
still fixin test
Deploy to Test Environment / deploy-to-test (push) Failing after 2m1s
2026-01-17 14:59:01 -08:00
Gitea Actions
f6839f6e14
ci: Bump version to 0.9.113 [skip ci]
v0.9.113
2026-01-18 03:35:25 +05:00
3fac29436a
still fixin test
Deploy to Test Environment / deploy-to-test (push) Failing after 2m6s
2026-01-17 14:34:18 -08:00
Gitea Actions
56f45c9301
ci: Bump version to 0.9.112 [skip ci]
v0.9.112
2026-01-18 03:19:53 +05:00
83460abce4
md fixin
Deploy to Test Environment / deploy-to-test (push) Failing after 1m57s
2026-01-17 14:18:55 -08:00
Gitea Actions
1b084b2ba4
ci: Bump version to 0.9.111 [skip ci]
v0.9.111
2026-01-18 02:56:20 +05:00
0ea034bdc8
push
Deploy to Test Environment / deploy-to-test (push) Failing after 1m54s
2026-01-17 13:55:22 -08:00
Gitea Actions
fc9e27078a
ci: Bump version to 0.9.110 [skip ci]
v0.9.110
2026-01-18 02:41:36 +05:00