Commit ff87dee
fix: address various review comments for file sharing (#3978)
Document
Remove dead code
Document more things in the schema
Add another doc string
rename column requested_at -> upload_requested_at
...
Update kubernetes/loculus/values.schema.json
Co-authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
Update preprocessing/specification.md
Co-authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
Update backend/src/main/kotlin/org/loculus/backend/model/SubmitModel.kt
Co-authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
Rename function
publish -> release
truncate new table
fix test
Refactor huge 'useEffect' in FolderUploadComponent
Update schema documentation based on migration changes
Replace * with concrete imports
Replace * with concrete imports
change 600 to 300
Fix formatting issue
rename fileField -> fileCategory in the backend
Update backend/src/main/kotlin/org/loculus/backend/controller/FilesController.kt
Co-authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
Update kubernetes/loculus/templates/_s3-endpoint.tpl
Co-authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
remove multipleFiles
...
rename in frontend
some changes
format
Add more docs to the endpoints
undo *
try catch mapping parsing
Update error
clarify naming of properties
Add admin docs
Allow region to be null
Test if we can remove the region and everything is still fine
format
test fixes
Add us-east-1 back
Add some arch docs
improve docs
Document required bucket policy
format
Add more docs
API docs formatting fix
escape
Add help text
Remove '.'
Add 'underline' to file links
update sequence diagram with better description
improve docs
Update backend/docs/file_sharing.md
Co-authored-by: Anna (Anya) Parker <50943381+anna-parker@users.noreply.github.com>
Update backend/src/main/kotlin/org/loculus/backend/config/BackendSpringConfig.kt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
eager initialize clients for thread safety
Update backend/src/main/kotlin/org/loculus/backend/api/SubmissionTypes.kt
Co-authored-by: Anna (Anya) Parker <50943381+anna-parker@users.noreply.github.com>
Adress Annas comments
file field -> file category
tail
rename
Update preprocessing/specification.md
Co-authored-by: Anna (Anya) Parker <50943381+anna-parker@users.noreply.github.com>
rename getFileName to getFileIdPath
Update schema documentation based on migration changes
remove 'silo' property from values.yaml
try out a container lifeycle hook
...
Add checking of 'enabled' in backend
test fix
configure resources for minio1 parent 498dc81 commit ff87dee
45 files changed
Lines changed: 522 additions & 230 deletions
File tree
- .github/workflows
- backend
- docs
- db
- plantuml
- src
- main
- kotlin/org/loculus/backend
- api
- config
- controller
- model
- service
- files
- submission
- resources/db/migration
- test
- kotlin/org/loculus/backend/controller
- files
- submission
- resources
- docs/src/content/docs/for-administrators
- integration-tests/tests/specs/features
- kubernetes/loculus
- templates
- preprocessing
- dummy
- website/src
- components
- SequenceDetailsPage
- Submission
- FileUpload
- services
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments