|
ff9237e453
|
submissions: count total items
|
2025-04-06 15:13:27 -07:00 |
|
|
220ea84e22
|
submissions: AddNotNil is for pointers
|
2025-04-05 19:36:36 -07:00 |
|
|
9ab2e23fa9
|
submissions: do not allow changing model after submit
|
2025-04-05 19:00:08 -07:00 |
|
|
6b2f5e29e7
|
api: improve consistency with internal api
|
2025-04-05 18:56:39 -07:00 |
|
|
d42e89fcb4
|
submissions: switch to unsigned integers in database and nats messages
|
2025-04-05 17:26:35 -07:00 |
|
|
d53f61fb5b
|
submissions: fix operations CountSince (#99)
Reviewed-on: #99
Co-authored-by: Quaternions <krakow20@gmail.com>
Co-committed-by: Quaternions <krakow20@gmail.com>
|
2025-04-05 19:41:42 +00:00 |
|
|
5d259e20f2
|
submissions: rate limit submit
|
2025-04-04 20:08:48 -07:00 |
|
|
4e7ee9dc5a
|
rename "Accepted" status to "AcceptedUnvalidated"
|
2025-04-04 19:04:48 -07:00 |
|
|
19c4e36990
|
submissions: trigger validator to create submissions & mapfixes
|
2025-04-03 03:44:32 +00:00 |
|
|
1d7f6ea79a
|
nats: rename types
|
2025-04-01 13:33:23 -07:00 |
|
|
3404251c14
|
nats: rename events
|
2025-03-31 16:51:36 -07:00 |
|
|
dfc2a605f4
|
submissions: prepare for separate mapfixes
|
2025-03-31 16:27:42 -07:00 |
|
|
88c3866654
|
Revert "submissions: add AcceptedBy, UploadedBy fields to model"
This reverts commit 4c17a3c9e9 .
|
2025-03-31 14:39:06 -07:00 |
|
|
4515eb6da2
|
submissions: typo in error variable names
|
2025-03-28 23:55:07 -07:00 |
|
|
f2d8c49647
|
submissions: move pipeline restriction to accept rather than create
|
2025-03-28 19:10:29 -07:00 |
|
|
2c75cfa67f
|
submissions: remove StatusUploaded from ActiveSubmissionStatuses
|
2025-03-28 19:00:26 -07:00 |
|
|
f3689f4916
|
rename part 2: rename all occurrences of "publish" to "upload"
|
2025-03-28 15:56:47 -07:00 |
|
|
49fea314ec
|
submissions: log accepter and uploader
|
2025-03-28 22:34:51 +00:00 |
|
|
661fa17fa7
|
submissions: implement ActionSubmissionRetryValidate
|
2025-03-28 15:01:22 -07:00 |
|
|
cc1d5f4bda
|
submissions: remove Accepted from valid src status in ActionSubmissionTriggerValidate
|
2025-03-28 15:01:09 -07:00 |
|
|
2867da4b21
|
submissions: detect sentinel value
|
2025-03-26 15:33:47 -07:00 |
|
|
039309c75a
|
submissions: include status message
|
2025-03-26 13:08:56 -07:00 |
|
|
a8dc6cd35a
|
submissions: introduce new role SubmissionRelease
|
2025-03-26 12:07:06 -07:00 |
|
|
87fd7adb93
|
submissions: rename SubmissionPublish to SubmissionUpload
|
2025-03-26 12:07:06 -07:00 |
|
|
7d57d1ac4d
|
submissions: improve error granularity
|
2025-03-26 12:07:06 -07:00 |
|
|
d16bb8ad02
|
submissions: refactor roles again
|
2025-03-25 18:07:37 -07:00 |
|
|
977d1d20c2
|
submissions: rename UserInfo to UserInfoHandle
|
2025-03-25 17:44:13 -07:00 |
|
|
6748cb4324
|
submissions: submitter cannot accept their own submission
|
2025-03-19 18:12:18 -07:00 |
|
|
73e5c76e75
|
submissions: reject reset unless validator is stale
|
2025-03-19 18:05:50 -07:00 |
|
|
31f1db6446
|
submissions: implement reset from softlock
|
2025-03-19 17:38:40 -07:00 |
|
|
355161c3b1
|
submissions: publish validated model
|
2025-03-18 14:26:19 -07:00 |
|
|
b542dba739
|
submissions: add ValidatedModelID to submissions model
|
2025-03-18 14:16:16 -07:00 |
|
|
8338a71470
|
submissions: modernize loops
|
2025-03-18 12:08:56 -07:00 |
|
|
28990e2dbe
|
submissions: implement sort functionality for listSubmissions
|
2025-01-13 20:34:04 -08:00 |
|
|
952ceab014
|
submissions: ReleaseSubmissions operation
|
2024-12-30 20:11:09 -08:00 |
|
|
0794e7ba46
|
openapi: generate
|
2024-12-30 19:16:58 -08:00 |
|
|
c04ba33f9c
|
submissions: reject duplicate submissions
closes #6
|
2024-12-28 17:20:27 -08:00 |
|
|
07ef22bc02
|
submissions: limit active submissions to 20
|
2024-12-27 17:42:29 -08:00 |
|
|
8bf2c92df3
|
submissions: refactor auth to only make requests when needed
|
2024-12-27 17:25:18 -08:00 |
|
|
f04ab4f653
|
submissions: postgres does not support unsigned integers, so let's pretend they are signed
|
2024-12-19 17:23:46 -08:00 |
|
|
a94ae5d61e
|
submissions: flatten list query params
|
2024-12-17 21:39:04 -08:00 |
|
|
e905d96917
|
submissions: fix list requests
|
2024-12-17 21:03:39 -08:00 |
|
|
b238e4c21d
|
submissions: update openapi
|
2024-12-17 20:51:34 -08:00 |
|
|
67651633d8
|
submissions: UpdateSubmissionModel internal endpoint
not quite duplicate code, hooray
|
2024-12-17 18:26:32 -08:00 |
|
|
33d272ab04
|
nats: edit PublishNewRequest message
|
2024-12-15 01:05:51 -08:00 |
|
|
9e022ca265
|
submissions: refactor publishing model
|
2024-12-15 01:05:51 -08:00 |
|
|
673152bc0d
|
openapi: list filter belongs in request body
|
2024-12-13 22:54:22 -08:00 |
|
|
3a6a62fb7c
|
nats: periods and underscores are forbidden and cause silent failure
|
2024-12-13 21:05:33 -08:00 |
|
|
fdc1f1aadf
|
Unquatification
|
2024-12-12 17:29:20 -05:00 |
|
|
eea57786ff
|
nats: use subjects
|
2024-12-11 21:08:04 -08:00 |
|