-
Notifications
You must be signed in to change notification settings - Fork 176
Atlas localization #1821
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
Merged
Merged
Atlas localization #1821
Conversation
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
Adds permissions for accessing /cache/clear endpoint
…h parallelism level which makes behavior dramatically different compared to regular databases. There is a high probability of the bugs in case of CASTS with many 'AND' expressions. This change allows to ensure that not-number string value will not get to unsafe CAST (#1348)
* issue-1343 small refactoring + unit test * issue-1343 Invalid BigQuery SQL from Atlas Cohorts - put CDM_DATABASE_SCHEMA_PLACEHOLDER as param to the translateSql function - unit test - replace deprecated IOUtils.toByteArray method * Increase WebAPI version to 2.7.5
* Updates circe version to 1.8.3 (#1337) * Use released version of standardized-analysis-utils * Increase WebAPI version to 2.7.4 * Updates circe version to 1.8.3 * Upgrade Impala driver to 2.6 (using JDBC 4.2) (#1340) * Use released version of standardized-analysis-utils * Increase WebAPI version to 2.7.4 * Upgrade Impala driver to 2.6 (using JDBC 4.2) * Fixes batch mode
…a separate table (#1354)
# Conflicts: # pom.xml # src/main/extras/impala/README.md # src/main/java/org/ohdsi/webapi/DataAccessConfig.java # src/main/java/org/ohdsi/webapi/JerseyConfig.java # src/main/java/org/ohdsi/webapi/estimation/EstimationController.java # src/main/java/org/ohdsi/webapi/pathway/PathwayServiceImpl.java # src/main/java/org/ohdsi/webapi/prediction/PredictionServiceImpl.java # src/main/java/org/ohdsi/webapi/shiro/management/AtlasRegularSecurity.java # src/main/java/org/ohdsi/webapi/shiro/management/AtlasSecurity.java # src/main/java/org/ohdsi/webapi/shiro/management/FilterTemplates.java # src/main/java/org/ohdsi/webapi/shiro/realms/KerberosAuthRealm.java # src/main/java/org/ohdsi/webapi/user/importer/UserImportController.java # src/main/java/org/ohdsi/webapi/user/importer/model/UserImportJob.java # src/main/java/org/ohdsi/webapi/user/importer/repository/UserImportJobHistoryItemRepository.java # src/main/java/org/ohdsi/webapi/user/importer/service/UserImportJobService.java # src/main/java/org/ohdsi/webapi/util/GenericExceptionMapper.java # src/main/resources/application.properties # src/main/resources/db/migration/oracle/V2.8.0.20190531181956__alter_job-execution-params_string-val.sql # src/main/resources/db/migration/postgresql/V2.8.0.20190531181956__alter_job-execution-params_string-val.sql # src/main/resources/db/migration/sqlserver/V2.8.0.20190531181956__alter_job-execution-params_string-val.sql # src/main/resources/resources/pathway/runPathwayAnalysis.sql
- koren language - code for test
# Conflicts: # src/main/java/org/ohdsi/webapi/JerseyConfig.java # src/main/java/org/ohdsi/webapi/pathway/PathwayServiceImpl.java
# Conflicts: # src/main/java/org/ohdsi/webapi/pathway/PathwayController.java
Sorry for the delay on this. I will be taking this PR on for this week. Thank you. |
chrisknoll
approved these changes
Apr 6, 2021
m0nhawk
pushed a commit
to uc-cdis/WebAPI
that referenced
this pull request
Apr 20, 2021
Implementation of internationalization. Supported Lanauges: - English - Russian - Korean - Chinese
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.
Implementation of OHDSI/Atlas#2494