-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #871 from getodk/update-submodules
Update submodules for v2024.3.1 patch release
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule client
updated
2 files
+4 −0 | src/components/dl-data.vue | |
+80 −0 | test/components/hover-card/entity.spec.js |
Submodule server
updated
17 files
+51 −0 | .github/workflows/db-migrations.yml | |
+1 −0 | .mocharc.js | |
+6 −0 | Makefile | |
+10 −0 | config/db-migration-test.json | |
+3 −1 | lib/external/s3.js | |
+8 −0 | test/db-migrations/.eslintrc.js | |
+1 −0 | test/db-migrations/.gitignore | |
+46 −0 | test/db-migrations/20241008-01-add-user_preferences.spec.js | |
+108 −0 | test/db-migrations/migrator.js | |
+36 −0 | test/db-migrations/mocha-setup.js | |
+123 −0 | test/db-migrations/utils.js | |
+1 −0 | test/e2e/s3/test-forms/1-attachments/cities.geojson | |
+2 −0 | test/e2e/s3/test-forms/1-attachments/some.nomime | |
+8 −0 | test/e2e/s3/test-forms/1.xml | |
+6 −3 | test/e2e/s3/test.js | |
+16 −10 | test/e2e/util/api.js | |
+44 −0 | test/integration/api/submissions.js |