227 Commits
Author SHA1 Message Date
robin 8ee2af480d Merge pull request 'Fixed position missing datatype' (#50) from dev into main
Build and Deploy / build-and-deploy (push) Successful in 2m2s
Build and Deploy / sync-dev (push) Successful in 14s
2026-09-11 19:53:45 +02:00
robin c0ff985061 fix: position missing datatype
PR Checks / lint-test-and-build (pull_request) Successful in 40s
2026-09-11 19:51:21 +02:00
robin 616adbbf75 Merge pull request 'Re-order lists' (#49) from dev into main
Build and Deploy / build-and-deploy (push) Failing after 2m5s
Build and Deploy / sync-dev (push) Skipped
2026-09-11 19:47:23 +02:00
robin 2c97ca7641 fix: list fixes and ci improvement
PR Checks / lint-test-and-build (pull_request) Successful in 3m6s
2026-09-11 19:43:32 +02:00
robin fd50ce99a7 fix: updated list_test.go
PR Checks / lint-test-and-build (pull_request) Successful in 3m5s
2026-09-11 19:27:22 +02:00
robin 7def43fbeb feat: re-order lists
PR Checks / lint-test-and-build (pull_request) Failing after 2m40s
2026-09-11 19:13:03 +02:00
robin 7821009f96 Merge pull request 'Merging PRs now requires linting/formatting/tests and builds to complete' (#48) from dev into main
Build and Deploy / build-and-deploy (push) Successful in 2m3s
Build and Deploy / sync-dev (push) Successful in 14s
2026-09-09 17:19:40 +02:00
robin c4ce8e66b6 fix: removed unused packages from 'Install system dependencies' step
PR Checks / lint-test-and-build (pull_request) Successful in 3m7s
2026-09-09 17:13:17 +02:00
robin a9328043b7 feat: moved parts of CI/CD to pull requests, rather than after merging
PR Checks / lint-test-and-build (pull_request) Successful in 3m7s
2026-09-09 17:06:19 +02:00
robin 3b3afedd64 Merge pull request 'Updated dependencies' (#47) from dev into main
Build and Deploy / build-and-deploy (push) Successful in 5m3s
Build and Deploy / sync-dev (push) Successful in 14s
2026-09-09 16:55:19 +02:00
robin 469222054d chore: updated dependencies 2026-09-09 16:54:44 +02:00
robin 0bb875020b Merge pull request 'Fixed WithinTx and improved test coverage' (#46) from dev into main
Build and Deploy / build-and-deploy (push) Successful in 4m56s
Build and Deploy / sync-dev (push) Successful in 14s
2026-09-09 16:42:27 +02:00
robin 726c3554eb feat: added repo_test.go 2026-09-09 16:41:30 +02:00
robin c8a5da61ef fix: re-worked list tests go 2026-09-09 16:34:26 +02:00
robin 77a4ccc520 fix: added missing spaces for tx savepoints 2026-09-09 16:33:47 +02:00
robin 4a967ef002 fix: WithinTx now actually places the transaction into the context 2026-09-09 16:30:43 +02:00
robin 366386c8bf test: re-worked user repo tests 2026-09-09 16:25:48 +02:00
robin f81eb3be96 Merge pull request 'Changed image for sync-dev job, to include node binary for checkout@v4' (#45) from dev into main
Build and Deploy / build-and-deploy (push) Successful in 4m58s
Build and Deploy / sync-dev (push) Successful in 14s
2026-09-06 19:33:02 +02:00
robin 560695c067 fix: changed image for sync-dev job, to include node binary for checkout@v4 2026-09-06 19:32:19 +02:00
robin 9d8ed99827 Merge pull request 'Added DEPLOY_PATH to deploy env vars' (#44) from dev into main
Build and Deploy / build-and-deploy (push) Successful in 5m4s
Build and Deploy / sync-dev (push) Failing after 10s
2026-09-06 19:23:43 +02:00
robin 26e5620fc2 fix: added deploy_path to deploy env vars 2026-09-06 19:23:05 +02:00
robin 3f254c289c Merge pull request 'deploy.yml ssh command was cut off' (#43) from dev into main
Build and Deploy / build-and-deploy (push) Failing after 3m3s
Build and Deploy / sync-dev (push) Skipped
2026-09-06 18:26:05 +02:00
robin 934e231ba7 fix: deploy.yml ssh command was cut off 2026-09-06 18:25:01 +02:00
robin 1715e87c5b Merge pull request 'Moved module namespace to git.dittmar.dev' (#42) from dev into main
Build and Deploy / build-and-deploy (push) Failing after 3m6s
Build and Deploy / sync-dev (push) Skipped
2026-09-06 18:18:42 +02:00
robin f409f02f91 fix: make test now only runs with -race on amd64 2026-09-06 18:15:51 +02:00
robin 52cc00ebfd fix: moved module namespace to git.dittmar.dev 2026-09-06 18:13:30 +02:00
robin 567f493ee5 Merge pull request 'Commented out failing tests' (#41) from dev into main
Build and Deploy / build-and-deploy (push) Failing after 5m11s
Build and Deploy / sync-dev (push) Skipped
2026-09-06 18:03:30 +02:00
robin b8d2c96821 fix: commented out failing tests 2026-09-06 18:02:27 +02:00
robin 495ec3cc6c Merge pull request 'Added node installation step to deploy.yml' (#40) from dev into main
Build and Deploy / build-and-deploy (push) Failing after 5m12s
Build and Deploy / sync-dev (push) Skipped
2026-09-06 17:54:07 +02:00
robin 3bc7bc6251 fix: added node installation step to deploy.yml 2026-09-06 17:53:34 +02:00
robin 12e92e56bc Merge pull request 'Added CI with auto deployment' (#39) from dev into main
Build and Deploy / build-and-deploy (push) Failing after 42s
Build and Deploy / sync-dev (push) Skipped
2026-09-06 17:37:20 +02:00
robin 28c83f1d08 fix: ci now syncs dev to main 2026-09-06 17:35:10 +02:00
robin 571f9cdcfc fix: vet errors (mostly outdated tests) 2026-09-06 17:18:15 +02:00
robin e7ce3afe87 feat: deployment ci/cd on merge to main 2026-09-06 17:14:30 +02:00
robin 18a75e12f5 Merge pull request 'Added exercises; list improvements' (#38) from dev into main 2026-09-04 12:30:58 +02:00
robin 4697435fc9 fix: unused warnings 2026-09-04 12:30:19 +02:00
robin e1f274b744 feat: added exercises handler/service/repo 2026-09-04 12:29:44 +02:00
robin f0304cda1a fix: changed constraint for exercises.load column: "absolute" => "external" 2026-09-04 11:01:00 +02:00
robin 4cb03c6712 feat: added endpoint to update list item title only 2026-09-04 10:11:32 +02:00
robin ad8a5e3bab chore: update dependencies 2026-09-04 09:56:54 +02:00
robin ba9c1bc14f fix: improved error logging for config value lookups 2026-09-04 09:56:08 +02:00
robin 6b100e02af Merge pull request 'Added /version endpoint' (#37) from dev into main 2026-09-01 17:16:52 +02:00
robin 2c50d75f88 fix: nil pointer dereference 2026-09-01 17:10:29 +02:00
robin 3778ab7d58 feat: create list now runs in a transaction 2026-09-01 17:03:04 +02:00
robin 62a5324e6d feat: added docstring for /version endpoint 2026-09-01 16:57:49 +02:00
robin 19ad59ac30 feat: added /version endpoint 2026-09-01 16:42:40 +02:00
robin b17c2b6670 Merge pull request 'Added endpoint to fetch invites status' (#36) from dev into main 2026-09-01 16:27:37 +02:00
robin 42fbd681ba feat: added endpoint to fetch invites status 2026-09-01 16:26:27 +02:00
robin c6498e1078 Merge pull request 'Added transactions and improved error handling' (#35) from dev into main 2026-09-01 15:58:37 +02:00
robin 8e126c46fb fix: not finding an invite in the database now produced an invalid invite error 2026-09-01 15:53:08 +02:00