-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add created, created_by columns to artifacts (#305)
* cohort created * created concept set * created review study * last modified, some cohort created_by * finish cohort created_by * concept set created_by * review created_by * study created_by * move toApiObject back to controller * spotbugs * fix ui tests * review fixes * checkstyle
- Loading branch information
1 parent
9be7339
commit f1b1281
Showing
20 changed files
with
422 additions
and
54 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Main" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | ||
<module name="tanagra.service.main" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="bio.terra.tanagra.app.Main" /> | ||
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/service" /> | ||
<option name="ALTERNATIVE_JRE_PATH" /> | ||
<envs> | ||
<env name="TANAGRA_DATABASE_NAME" value="tanagra_db" /> | ||
<env name="TANAGRA_DB_INITIALIZE_ON_START" value="false" /> | ||
<env name="TANAGRA_DB_USERNAME" value="dbuser" /> | ||
<env name="TANAGRA_DB_PASSWORD" value="dbpwd" /> | ||
<env name="TANAGRA_UNDERLAY_FILES" value="broad/aou_synthetic/expanded/aou_synthetic.json,broad/cms_synpuf/expanded/cms_synpuf.json" /> | ||
<env name="TANAGRA_FEATURE_ARTIFACT_STORAGE_ENABLED" value="true" /> | ||
<env name="TANAGRA_AUTH_IAP_GKE_JWT" value="false" /> | ||
<env name="TANAGRA_AUTH_BEARER_TOKEN" value="true" /> | ||
<env name="GOOGLE_APPLICATION_CREDENTIALS" value="$PROJECT_DIR$/rendered/tanagra_sa.json" /> | ||
</envs> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.