-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for configurable containers engines #963
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7147bfe - Browse repository at this point
Copy the full SHA 7147bfeView commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af00d03 - Browse repository at this point
Copy the full SHA af00d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3d277 - Browse repository at this point
Copy the full SHA fc3d277View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9dbef33 - Browse repository at this point
Copy the full SHA 9dbef33View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3a3445 - Browse repository at this point
Copy the full SHA a3a3445View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ec817b - Browse repository at this point
Copy the full SHA 8ec817bView commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for afc5825 - Browse repository at this point
Copy the full SHA afc5825View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28905c0 - Browse repository at this point
Copy the full SHA 28905c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 703cf44 - Browse repository at this point
Copy the full SHA 703cf44View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 83d6e1c - Browse repository at this point
Copy the full SHA 83d6e1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39584ad - Browse repository at this point
Copy the full SHA 39584adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d93375 - Browse repository at this point
Copy the full SHA 1d93375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c4221d - Browse repository at this point
Copy the full SHA 1c4221dView commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53bb0cb - Browse repository at this point
Copy the full SHA 53bb0cbView commit details
Commits on May 24, 2024
-
Update input/output working example (md5sum)
- Test command: ```sh funnel task create examples/md5sum.json ``` [no ci]
Configuration menu - View commit details
-
Copy full SHA for a422b82 - Browse repository at this point
Copy the full SHA a422b82View commit details
Commits on May 30, 2024
-
Update docker.go to implement ContainerEngine interface
- Can be used in HPC environment with unique docker setups (e.g. exadocker) as well as future command templating efforts. [no ci]
Configuration menu - View commit details
-
Copy full SHA for 021eeef - Browse repository at this point
Copy the full SHA 021eeefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e2474c - Browse repository at this point
Copy the full SHA 8e2474cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5acbab - Browse repository at this point
Copy the full SHA f5acbabView commit details
Commits on May 31, 2024
-
Update docker and kin-openapi to compatible versions
- github.com/docker/docker versions above v24.0.9 resulted in `panic: Can't connect docker client`: ``` ➜ go test tests/auth/auth_test.go --- FAIL: TestBasicAuthFail (0.01s) panic: Can't connect docker client [recovered] panic: Can't connect docker client FAIL command-line-arguments 0.673s FAIL ``` - This error appears to be originating from [util/dockerutil/docker.go](https://github.com/ohsu-comp-bio/funnel/blob/f5acbabe85d28f45f2f86db959c4d7bc929334a4/util/dockerutil/docker.go#L28). - github.com/getkin/kin-openapi versions above v0.112.0 resulted in type errors: v0.113.0: ``` ➜ go test util/openapi2proto/main.go util/openapi2proto/main.go:54:38: invalid operation: p.Value.AdditionalProperties != nil (mismatched types openapi3.AdditionalProperties and untyped nil) util/openapi2proto/main.go:55:24: cannot use p.Value.AdditionalProperties (variable of type openapi3.AdditionalProperties) as *openapi3.SchemaRef value in argument to getType FAIL command-line-arguments [build failed] FAIL ``` v0.123.0 (latest): ``` ➜ go test util/openapi2proto/main.go util/openapi2proto/main.go:43:7: cannot convert "integer" (untyped string constant) to type *openapi3.Types util/openapi2proto/main.go:45:7: cannot convert "boolean" (untyped string constant) to type *openapi3.Types util/openapi2proto/main.go:47:7: cannot convert "number" (untyped string constant) to type *openapi3.Types util/openapi2proto/main.go:49:7: cannot convert "object" (untyped string constant) to type *openapi3.Types util/openapi2proto/main.go:54:38: invalid operation: p.Value.AdditionalProperties != nil (mismatched types openapi3.AdditionalProperties and untyped nil) util/openapi2proto/main.go:55:24: cannot use p.Value.AdditionalProperties (variable of type openapi3.AdditionalProperties) as *openapi3.SchemaRef value in argument to getType util/openapi2proto/main.go:60:7: cannot convert "array" (untyped string constant) to type *openapi3.Types util/openapi2proto/main.go:72:17: cannot use p.Value.Type (variable of type *openapi3.Types) as string value in return statement util/openapi2proto/main.go:84:32: invalid operation: param.Schema.Value.Type != "" (mismatched types *openapi3.Types and untyped string) util/openapi2proto/main.go:175:17: resp.Get undefined (type *openapi3.Responses has no field or method Get) util/openapi2proto/main.go:175:17: too many errors FAIL command-line-arguments [build failed] FAIL ```
Configuration menu - View commit details
-
Copy full SHA for 5450366 - Browse repository at this point
Copy the full SHA 5450366View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2269fd1 - Browse repository at this point
Copy the full SHA 2269fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8648580 - Browse repository at this point
Copy the full SHA 8648580View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75647ce - Browse repository at this point
Copy the full SHA 75647ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 997d3c2 - Browse repository at this point
Copy the full SHA 997d3c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e74c2 - Browse repository at this point
Copy the full SHA 56e74c2View commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a9411bb - Browse repository at this point
Copy the full SHA a9411bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee25bd5 - Browse repository at this point
Copy the full SHA ee25bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 449e144 - Browse repository at this point
Copy the full SHA 449e144View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5df70f - Browse repository at this point
Copy the full SHA f5df70fView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6374d2f - Browse repository at this point
Copy the full SHA 6374d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f27f302 - Browse repository at this point
Copy the full SHA f27f302View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f36f11 - Browse repository at this point
Copy the full SHA 0f36f11View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0cc2a8 - Browse repository at this point
Copy the full SHA c0cc2a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69bddbe - Browse repository at this point
Copy the full SHA 69bddbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af9c4d - Browse repository at this point
Copy the full SHA 2af9c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f14338 - Browse repository at this point
Copy the full SHA 0f14338View commit details -
Update Base64Encode test to match Github Actions test
- TODO: investigate why this is necessary...
Configuration menu - View commit details
-
Copy full SHA for 85ce5de - Browse repository at this point
Copy the full SHA 85ce5deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56ec776 - Browse repository at this point
Copy the full SHA 56ec776View commit details
Commits on Jun 21, 2024
-
Revert glob output change based on TesOutput spec
- Wildcards in outputs will be uploaded to a directory, with no special handling for the filename. ```yaml tesOutput: properties: url: description: |- URL at which the TES server makes the output accessible after the task is complete. When tesOutput.path contains wildcards, it must be a directory; see `tesOutput.path_prefix` for details on how output URLs are constructed in this case. ```
Configuration menu - View commit details
-
Copy full SHA for 4bbec3f - Browse repository at this point
Copy the full SHA 4bbec3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ece1266 - Browse repository at this point
Copy the full SHA ece1266View commit details -
Configuration menu - View commit details
-
Copy full SHA for c81d0a7 - Browse repository at this point
Copy the full SHA c81d0a7View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7905e5 - Browse repository at this point
Copy the full SHA f7905e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for edc1600 - Browse repository at this point
Copy the full SHA edc1600View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9caa800 - Browse repository at this point
Copy the full SHA 9caa800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 615b46a - Browse repository at this point
Copy the full SHA 615b46aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e6066 - Browse repository at this point
Copy the full SHA b3e6066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c5238 - Browse repository at this point
Copy the full SHA 20c5238View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80bf9a7 - Browse repository at this point
Copy the full SHA 80bf9a7View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0660edc - Browse repository at this point
Copy the full SHA 0660edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e71330 - Browse repository at this point
Copy the full SHA 9e71330View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd1e79b - Browse repository at this point
Copy the full SHA bd1e79bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59fce8b - Browse repository at this point
Copy the full SHA 59fce8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0f6824 - Browse repository at this point
Copy the full SHA d0f6824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b69f4 - Browse repository at this point
Copy the full SHA 90b69f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9fb95f - Browse repository at this point
Copy the full SHA d9fb95fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60de248 - Browse repository at this point
Copy the full SHA 60de248View commit details -
Configuration menu - View commit details
-
Copy full SHA for 582b834 - Browse repository at this point
Copy the full SHA 582b834View commit details -
Configuration menu - View commit details
-
Copy full SHA for f405231 - Browse repository at this point
Copy the full SHA f405231View commit details -
Configuration menu - View commit details
-
Copy full SHA for d891fc3 - Browse repository at this point
Copy the full SHA d891fc3View commit details
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0bdd604 - Browse repository at this point
Copy the full SHA 0bdd604View commit details -
Configuration menu - View commit details
-
Copy full SHA for eac39ef - Browse repository at this point
Copy the full SHA eac39efView commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7272d4 - Browse repository at this point
Copy the full SHA d7272d4View commit details
Commits on Sep 10, 2024
-
Update K8s support and documentation
- Update docker images to use quay.io/ohsu-comp-bio/funnel
Configuration menu - View commit details
-
Copy full SHA for 87fbe0b - Browse repository at this point
Copy the full SHA 87fbe0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 976aee0 - Browse repository at this point
Copy the full SHA 976aee0View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5ed646 - Browse repository at this point
Copy the full SHA f5ed646View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42fe597 - Browse repository at this point
Copy the full SHA 42fe597View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a570bf3 - Browse repository at this point
Copy the full SHA a570bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 119b554 - Browse repository at this point
Copy the full SHA 119b554View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8db3a5 - Browse repository at this point
Copy the full SHA f8db3a5View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6705410 - Browse repository at this point
Copy the full SHA 6705410View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d806b - Browse repository at this point
Copy the full SHA 59d806bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 780e7ca - Browse repository at this point
Copy the full SHA 780e7caView commit details -
Configuration menu - View commit details
-
Copy full SHA for cff593d - Browse repository at this point
Copy the full SHA cff593dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2759b97 - Browse repository at this point
Copy the full SHA 2759b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea70dfb - Browse repository at this point
Copy the full SHA ea70dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71b1374 - Browse repository at this point
Copy the full SHA 71b1374View commit details -
Configuration menu - View commit details
-
Copy full SHA for a233488 - Browse repository at this point
Copy the full SHA a233488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4745850 - Browse repository at this point
Copy the full SHA 4745850View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2082c42 - Browse repository at this point
Copy the full SHA 2082c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbea59a - Browse repository at this point
Copy the full SHA bbea59aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de2a83 - Browse repository at this point
Copy the full SHA 6de2a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f008c5 - Browse repository at this point
Copy the full SHA 6f008c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9e8d1 - Browse repository at this point
Copy the full SHA 2f9e8d1View commit details -
Update input/output working example (md5sum)
- Test command: ```sh funnel task create examples/md5sum.json ``` [no ci]
Configuration menu - View commit details
-
Copy full SHA for 989a9bf - Browse repository at this point
Copy the full SHA 989a9bfView commit details -
Update docker.go to implement ContainerEngine interface
- Can be used in HPC environment with unique docker setups (e.g. exadocker) as well as future command templating efforts. [no ci]
Configuration menu - View commit details
-
Copy full SHA for 7337d78 - Browse repository at this point
Copy the full SHA 7337d78View commit details -
Configuration menu - View commit details
-
Copy full SHA for a19a2c4 - Browse repository at this point
Copy the full SHA a19a2c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b637a - Browse repository at this point
Copy the full SHA 93b637aView commit details -
Update docker and kin-openapi to compatible versions
- github.com/docker/docker versions above v24.0.9 resulted in `panic: Can't connect docker client`: ``` ➜ go test tests/auth/auth_test.go --- FAIL: TestBasicAuthFail (0.01s) panic: Can't connect docker client [recovered] panic: Can't connect docker client FAIL command-line-arguments 0.673s FAIL ``` - This error appears to be originating from [util/dockerutil/docker.go](https://github.com/ohsu-comp-bio/funnel/blob/f5acbabe85d28f45f2f86db959c4d7bc929334a4/util/dockerutil/docker.go#L28). - github.com/getkin/kin-openapi versions above v0.112.0 resulted in type errors: v0.113.0: ``` ➜ go test util/openapi2proto/main.go util/openapi2proto/main.go:54:38: invalid operation: p.Value.AdditionalProperties != nil (mismatched types openapi3.AdditionalProperties and untyped nil) util/openapi2proto/main.go:55:24: cannot use p.Value.AdditionalProperties (variable of type openapi3.AdditionalProperties) as *openapi3.SchemaRef value in argument to getType FAIL command-line-arguments [build failed] FAIL ``` v0.123.0 (latest): ``` ➜ go test util/openapi2proto/main.go util/openapi2proto/main.go:43:7: cannot convert "integer" (untyped string constant) to type *openapi3.Types util/openapi2proto/main.go:45:7: cannot convert "boolean" (untyped string constant) to type *openapi3.Types util/openapi2proto/main.go:47:7: cannot convert "number" (untyped string constant) to type *openapi3.Types util/openapi2proto/main.go:49:7: cannot convert "object" (untyped string constant) to type *openapi3.Types util/openapi2proto/main.go:54:38: invalid operation: p.Value.AdditionalProperties != nil (mismatched types openapi3.AdditionalProperties and untyped nil) util/openapi2proto/main.go:55:24: cannot use p.Value.AdditionalProperties (variable of type openapi3.AdditionalProperties) as *openapi3.SchemaRef value in argument to getType util/openapi2proto/main.go:60:7: cannot convert "array" (untyped string constant) to type *openapi3.Types util/openapi2proto/main.go:72:17: cannot use p.Value.Type (variable of type *openapi3.Types) as string value in return statement util/openapi2proto/main.go:84:32: invalid operation: param.Schema.Value.Type != "" (mismatched types *openapi3.Types and untyped string) util/openapi2proto/main.go:175:17: resp.Get undefined (type *openapi3.Responses has no field or method Get) util/openapi2proto/main.go:175:17: too many errors FAIL command-line-arguments [build failed] FAIL ```
Configuration menu - View commit details
-
Copy full SHA for 55f9895 - Browse repository at this point
Copy the full SHA 55f9895View commit details -
Configuration menu - View commit details
-
Copy full SHA for adbeda3 - Browse repository at this point
Copy the full SHA adbeda3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30e3b87 - Browse repository at this point
Copy the full SHA 30e3b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f59052 - Browse repository at this point
Copy the full SHA 6f59052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bc0775 - Browse repository at this point
Copy the full SHA 4bc0775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32598b2 - Browse repository at this point
Copy the full SHA 32598b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 290de73 - Browse repository at this point
Copy the full SHA 290de73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 775416c - Browse repository at this point
Copy the full SHA 775416cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff6875a - Browse repository at this point
Copy the full SHA ff6875aView commit details -
Configuration menu - View commit details
-
Copy full SHA for afe98c6 - Browse repository at this point
Copy the full SHA afe98c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5556bd0 - Browse repository at this point
Copy the full SHA 5556bd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cbd306 - Browse repository at this point
Copy the full SHA 0cbd306View commit details -
Configuration menu - View commit details
-
Copy full SHA for a88fe62 - Browse repository at this point
Copy the full SHA a88fe62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34086dd - Browse repository at this point
Copy the full SHA 34086ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1f1da - Browse repository at this point
Copy the full SHA 5e1f1daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b75b46 - Browse repository at this point
Copy the full SHA 5b75b46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da896d - Browse repository at this point
Copy the full SHA 8da896dView commit details -
Update Base64Encode test to match Github Actions test
- TODO: investigate why this is necessary...
Configuration menu - View commit details
-
Copy full SHA for 064c1b1 - Browse repository at this point
Copy the full SHA 064c1b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5441fc9 - Browse repository at this point
Copy the full SHA 5441fc9View commit details -
Revert glob output change based on TesOutput spec
- Wildcards in outputs will be uploaded to a directory, with no special handling for the filename. ```yaml tesOutput: properties: url: description: |- URL at which the TES server makes the output accessible after the task is complete. When tesOutput.path contains wildcards, it must be a directory; see `tesOutput.path_prefix` for details on how output URLs are constructed in this case. ```
Configuration menu - View commit details
-
Copy full SHA for 31748c0 - Browse repository at this point
Copy the full SHA 31748c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 627c17d - Browse repository at this point
Copy the full SHA 627c17dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8715660 - Browse repository at this point
Copy the full SHA 8715660View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0593325 - Browse repository at this point
Copy the full SHA 0593325View commit details -
Configuration menu - View commit details
-
Copy full SHA for f402761 - Browse repository at this point
Copy the full SHA f402761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba3beb - Browse repository at this point
Copy the full SHA 9ba3bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b0885 - Browse repository at this point
Copy the full SHA 64b0885View commit details -
Configuration menu - View commit details
-
Copy full SHA for b388751 - Browse repository at this point
Copy the full SHA b388751View commit details -
Configuration menu - View commit details
-
Copy full SHA for d13c7a1 - Browse repository at this point
Copy the full SHA d13c7a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e37e48 - Browse repository at this point
Copy the full SHA 5e37e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1fece6 - Browse repository at this point
Copy the full SHA a1fece6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 258bcf6 - Browse repository at this point
Copy the full SHA 258bcf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 125986b - Browse repository at this point
Copy the full SHA 125986bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ceb24 - Browse repository at this point
Copy the full SHA 20ceb24View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8dd6c6 - Browse repository at this point
Copy the full SHA a8dd6c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 206c75f - Browse repository at this point
Copy the full SHA 206c75fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b43867d - Browse repository at this point
Copy the full SHA b43867dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e012d2f - Browse repository at this point
Copy the full SHA e012d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 983aad0 - Browse repository at this point
Copy the full SHA 983aad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 666beee - Browse repository at this point
Copy the full SHA 666beeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 532bc6b - Browse repository at this point
Copy the full SHA 532bc6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0912edc - Browse repository at this point
Copy the full SHA 0912edcView commit details -
Update K8s support and documentation
- Update docker images to use quay.io/ohsu-comp-bio/funnel
Configuration menu - View commit details
-
Copy full SHA for 1114f2c - Browse repository at this point
Copy the full SHA 1114f2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c7a0c - Browse repository at this point
Copy the full SHA a0c7a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4effce6 - Browse repository at this point
Copy the full SHA 4effce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 149b6d0 - Browse repository at this point
Copy the full SHA 149b6d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 524ade6 - Browse repository at this point
Copy the full SHA 524ade6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 590a3e3 - Browse repository at this point
Copy the full SHA 590a3e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec10d8 - Browse repository at this point
Copy the full SHA 2ec10d8View commit details
Commits on Sep 30, 2024
-
Add initial search functionality to website
- Uses Pagefind: https://pagefind.app/docs/
Configuration menu - View commit details
-
Copy full SHA for 1a1ae94 - Browse repository at this point
Copy the full SHA 1a1ae94View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d8cbf - Browse repository at this point
Copy the full SHA e7d8cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 234e934 - Browse repository at this point
Copy the full SHA 234e934View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0f5920 - Browse repository at this point
Copy the full SHA c0f5920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a32f86 - Browse repository at this point
Copy the full SHA 1a32f86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fa7ebe - Browse repository at this point
Copy the full SHA 1fa7ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for db7a5ac - Browse repository at this point
Copy the full SHA db7a5acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56cba45 - Browse repository at this point
Copy the full SHA 56cba45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d9742b - Browse repository at this point
Copy the full SHA 7d9742bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8de5041 - Browse repository at this point
Copy the full SHA 8de5041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e39bd3 - Browse repository at this point
Copy the full SHA 8e39bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 064a224 - Browse repository at this point
Copy the full SHA 064a224View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33e1f2d - Browse repository at this point
Copy the full SHA 33e1f2dView commit details