Commit d10cccb
authored
File tree
6 files changed
+34
-17
lines changed- files/service
- scripts
6 files changed
+34
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 56 | | |
59 | | - | |
60 | | - | |
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
| |||
79 | 75 | | |
80 | 76 | | |
81 | 77 | | |
82 | | - | |
| 78 | + | |
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
20 | 41 | | |
21 | 42 | | |
22 | 43 | | |
| |||
- .circleci/config.yml-25
- .github/PULL_REQUEST_TEMPLATE.md+1-1
- .github/workflows/db-migrations.yml+2-2
- .github/workflows/oidc-e2e.yml+2-2
- .github/workflows/oidc-integration.yml+2-2
- .github/workflows/s3-e2e.yml+2-2
- .github/workflows/soak-test.yml+2-2
- .github/workflows/standard-e2e.yml+2-2
- .github/workflows/standard-suite.yml+3-2
- Makefile+4-8
- docs/api.yaml+286-272
- docs/redocly.conf.yaml+13-11
- lib/bin/check-file-headers.js-83
- lib/bin/restore.js+2
- lib/data/briefcase.js+8-1
- lib/data/dataset.js+3-18
- lib/external/slonik.js+16-13
- lib/model/knex-migrator.js+5-2
- lib/model/knexfile.js+4-2
- lib/model/migrations/20251127-01-submission-event-stamping-01.down.sql+27
- lib/model/migrations/20251127-01-submission-event-stamping-01.up.sql+36
- lib/model/migrations/20251127-01-submission-event-stamping-02.down.sql+11
- lib/model/migrations/20251127-01-submission-event-stamping-02.up.sql+126
- lib/model/migrations/20251127-01-submission-event-stamping.js+10
- lib/model/migrations/20260113-01-add-deletedAt-dataset-properties.js+10-10
- lib/model/migrations/20260115-01-submission-event-stamping-unshared-events-01.up.sql+32
- lib/model/migrations/20260115-01-submission-event-stamping-unshared-events-02.up.sql+36
- lib/model/migrations/20260115-01-submission-event-stamping-unshared-events.js+10
- lib/model/migrations/20260116-01-hash-aggregate-01.down.sql+12
- lib/model/migrations/20260116-01-hash-aggregate-01.up.sql+41
- lib/model/migrations/20260116-01-hash-aggregate.js+10
- lib/model/query/datasets.js+6-4
- lib/model/query/entities.js+17-9
- lib/model/query/forms.js+2-2
- lib/model/query/geo-extracts.js+31-54
- lib/model/query/submissions.js+45-3
- lib/resources/backup.js+1-1
- lib/resources/entities.js+1-1
- lib/resources/geo-extracts.js+33-22
- lib/resources/odata.js+18-14
- lib/resources/submissions.js+43-34
- lib/task/db.js+79-35
- lib/task/fs.js+2-2
- lib/util/constants.js+6-1
- lib/util/db.js+7-49
- lib/util/http.js+2-2
- lib/util/load-db-env.js+51
- lib/util/param-sanitize.js-173
- lib/util/problem.js+1-1
- lib/util/zip.js+1-1
- package-lock.json+40-161
- package.json+2-3
- test/check-for-large-files.sh+26
- test/integration/api/datasets.js+45
- test/integration/api/forms/forms.js+40-36
- test/integration/api/geodata.js+65-60
- test/integration/api/submissions.js+4-4
- test/integration/other/db-eventstamping.js+143
- test/integration/task/fs.js+36-6
- test/unit/data/dataset.js-3
- test/unit/http/param-sanitize.js-266
- test/unit/util/db.js+5-191
- test/unit/util/load-db-env.js+83
- test/util/schema.js+24-8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
0 commit comments