Fixed adding access type to Data Sources#476
Merged
YaroslavTir merged 1 commit intodevelopfrom Jul 6, 2021
Merged
Conversation
YaroslavTir
approved these changes
Jul 6, 2021
YaroslavTir
pushed a commit
that referenced
this pull request
Mar 14, 2022
* ARACHNE-3024 Weird results splitting after running analysis manually on data node - repack multivolume zip to single archive before download, no zip-in-zip (#477) * Repack multivolume zip to single archive before download, no zip-in-zip - fix broken archive (#480) * ARACHNE-3024 Weird results splitting after running analysis manually on data node - repack multivolume zip to single archive before download, no zip-in-zip * ARACHNE-3024 Weird results splitting after running analysis manually on data node - repack multivolume zip to single archive before download, no zip-in-zip - import fixes * Data source access type was added (OHDSI/ArachneUI#825) (#476) Fixed adding access type to Data Sources Co-authored-by: Sergey Suvorov <sergey.suvorov@odysseusinc.com> * Upgrade spring-boot to 2.2.13 (#481) Co-authored-by: dmitrys <dmitrys-odysseus@github.com> * Change version to 1.19.0-SNAPSHOT * validation of migration scripts was disabled (#486) * Version of hydra was raised to 0.2.0 (#487) * Result file name now has the following template "[prefix-analysis-type]-a[analysis-id]-results.zip" (#489) * Added service for retrieving execution engine status(#491) * REmoved heracles heel report from heracles analysis(OHDSI/ArachneCentralAPI#752) * Switch tests to use Testcontainers instead of postgres database * Restored engine status check period(#491) * Changed millis to seconds(#491) * fixed problem with absent path to driver for databases * updated version to 1.19.1 * Enable memory dump * Enable memory dump - correct typo (#498) Co-authored-by: dmitrys <dmitrys-odysseus@github.com> * Remove snapshot dependencies (#500) * Enable memory dump - correct typo * Change snapshot dependencies on circe and standardized-analysis-* to release versions matching atlas Co-authored-by: dmitrys <dmitrys-odysseus@github.com> * Bump SqlRender to 1.8.3 to match with portal (#502) Co-authored-by: dmitrys <dmitrys-odysseus@github.com> * Bumping PostgreSQL JDBC driver version * Content-Disposition header for downloading result files (#505) * Content-Disposition header for downloading result files * Store authentication token in cookie as well to allow downloading files directly, without file-saver.js Co-authored-by: dmitrys <dmitrys-odysseus@github.com> * To align with changes in WebAPI - OHDSI/WebAPI#1928 - OHDSI/WebAPI@b0433d2 * Add diagnostics logging for EE requests, fix formatting for download file names (#506) * Merging the latest 'develop' into 'qa' * Referencing the latest ArachneUI resources bundle (1.19.1) Co-authored-by: anton-abushkevich <anton.abushkevich@gmail.com> Co-authored-by: Sergey Suvorov <sergey.suvorov@firstlinesoftware.com> Co-authored-by: Sergey Suvorov <sergey.suvorov@odysseusinc.com> Co-authored-by: Dmitry S <87665105+dmitrys-odysseus@users.noreply.github.com> Co-authored-by: dmitrys <dmitrys-odysseus@github.com> Co-authored-by: Aleksei Gorodetckii <44054590+gorodonoff@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes OHDSI/ArachneUI#825