Releases: SwissOpenEM/Ingestor
Releases · SwissOpenEM/Ingestor
v1.0.0-beta.0-test.4
Changelog
- 49f7195 disable app build
windows-tests2
v1.0.0-beta.0-test.3 CI: add windows service build and release
windows-tests
v1.0.0-beta.0-test CI: add windows service build and release
windows-tests2
v1.0.0-beta.0-test.2 add changes that enable csrf safe cross origin cookie auth
v1.0.0-alpha.3
See "Milestone IV: Alpha Release" on http://www.openem.ch/timeline/ for details.
What's Changed
- Fix-strict-config-parsing by @phwissmann in #39
- Feature/OIDC auth by @consolethinks in #41
- Feature/metadata extractor by @consolethinks in #43
- Fix default config file by @phwissmann in #47
- Fix missing readme by @phwissmann in #49
Full Changelog: v0.1.0...v1.0.0-alpha.3
v1.0.0-alpha.2
See "Milestone IV: Alpha Release" on http://www.openem.ch/timeline/ for details.
What's Changed
- Fix-strict-config-parsing by @phwissmann in #39
- Feature/OIDC auth by @consolethinks in #41
- Feature/metadata extractor by @consolethinks in #43
- Fix default config file by @phwissmann in #47
Full Changelog: v0.1.0...v1.0.0-alpha.2
v1.0.0-alpha.1
Milestone IV pre-release version (v1.0.0-alpha.1)
See "Milestone IV: Alpha Release" on http://www.openem.ch/timeline/ for details.
v0.1.0
Changelog
- b826087 API: Return correct version when calling endpoint
- 1dab906 API: add swagger ui docs page
- f2ee285 Add MacOs release
- 22c27e8 Add basic readme for built package
- 3a4f46f Add comments, display schema in wails frontend
- cbefab4 Add extractors config and validation of all parameters
- b742717 Add gin based webserver with dummy implementation of the endpoints
- 678d8c7 Add goreleaser to ci pipeline and add config file (#12)
- 7c6facb Add method selection to wails frontend
- 9b96bb8 Add openapi specs
- 69e7cbd Add placeholder schema to ingestor package, update template config
- 25ea3f8 Add repo skeleton and desktop-app framework (#9)
- a13eb42 Add service release to goreleaser config
- cc08d6a Add swag to tools.go
- e0c2a24 CI: add apt-get update
- eb9c881 CI: add go generate step
- 3e73382 Feature/add globus (#18)
- 7aa8f26 Fix whitespace handling in parameters to extractors
- e019b3b Initial commit
- a7abf1d Merge pull request #27 from SwissOpenEM/23-metadata-extractor-integration
- 9a55c21 Merge pull request #33 from SwissOpenEM/add-service-to-goreleaser
- 541f6d5 Open CORS
- f6288d1 OpenAPI: move security block to global scope so it
- 0bfb110 Select extractor through registered methods
- e4121eb Update readme
- 94f3346 Update scicat-cli dependency to v3@cli-next
- 796dfe9 Use dependency injectin for taskqueue in webserver. Add missing notifier function
- e9a04fa add dummy file to openem-ingestor-app/frontend/dist
- 3249d54 add error logging in case task removal fails
- caf98aa add extractuserinfo
- 122fae7 add oauth config
- dfdf94c add status attribute to tasks
- 9776254 add way to create task from metadata map, rewrite globus transfer to take filelist
- 2106bd5 added currently remaining 3 oscem schemas
- 5623d5a change task struct to ordered map (needed for paged lists)
- f1dbfe5 chore: update LS_Metadata_reader to 0.2.8
- 13db325 ci: add windows and macos build (#32)
- ba73465 ci: seperate out windows build
- 6faa78b code refactoring (code moved around, comment fixes, error handling improvement)
- 170bfc1 couple of refinements on the delete endpoint
- 90721bc feat(extractor): add stdout and stderr callback
- 02d6c3c feat(extractor): return methods sorted by name
- 5332cec feat(logging): add structured logging to task queue
- 45c01de feat(metadata): add desktop app frontend integration
- 6658486 feat(metadata): integrate metadata extractors
- cba1ac4 feat: add timeout to metadata extractor invocation
- fecca96 fix a few bugs
- a48d4af fix error related to interface pointers
- df618c5 fix(lint): add missing error handling
- 3a31f32 fix: don't add empty folder to tasks
- f0c5563 fix: keep dist folder (#35)
- a69e425 fix: windows build
- 4558581 ignore .go.bak files
- 170e405 implement ingest dataset
- 8293d56 implement single task status fetch
- 92bf169 implement task status endpoint
- 1922504 implement webservice executable
- 9aa4d1a initial work on implementing endpoints
- 057bf3a openapi description fixes
- 9d759b6 refine error handling
- b12f8e6 remove bak file
- f497d0f remove binary
- cca8082 remove commented code
- d49785d strict server rewrite
- 710aeeb test(config): add basic config parsing test
- 9e80886 test(extractor): add some more tests
- cf3e16f tests
- f50b357 update app icon