-
Notifications
You must be signed in to change notification settings - Fork 170
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
Packaging/publication services and analysis execution results data providers for Shiny applications #2399
Open
alex-odysseus
wants to merge
36
commits into
master
Choose a base branch
from
shiny-applications
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,657
−647
Open
Packaging/publication services and analysis execution results data providers for Shiny applications #2399
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
c05a217
ATL-29 API Support for R Shiny Apps
wivern 78987ce
ATL-29 API Support for R Shiny Apps
wivern a92a76e
ATL-29 API Support for R Shiny Apps
wivern 84e3886
Migrations
e61fd7f
Posit API Client updates
69adde2
Add data files to manifest before publishing
678e5c4
Handling the disabled security case
alex-odysseus 3c138d2
Adding missing placeholders for Posit Connect and API key
alex-odysseus 25b700d
Adds default value for shiny properties
2fc8edf
ATL-46: Changed filenaming
3e9fa5f
[ATL-48] Implemented Incidence Rates Analysis Shiny app publishing
oleg-odysseus dda1459
ATL-46: File name changed
174420a
[IncidenceRate App] Datasource to be read from text file
oleg-odysseus 6d8c927
[ATL-53] Added datasource export via file to the data folder for the …
oleg-odysseus 62e29d3
[ATL-49] Implemented Cohort Characterizations Shiny App Publishing
oleg-odysseus 89fad5a
Added SourceKey to Shiny apps Titles
oleg-odysseus cbe86cd
[ATL-50] Introduced Cohort Pathway Shiny app download and publishing
oleg-odysseus 266dd10
Explicitly using the dot instead of the underscore as there were issu…
alex-odysseus 1ced688
Unified Shiny apps names
oleg-odysseus c001113
[ATL-48] Fixed issue with Incidence Rates app publishing for a No Rec…
oleg-odysseus fe0665c
[ATL-50] Changed interface of the Cohort Pathways Shiny app to contai…
oleg-odysseus 053f0d5
Added a configurable timeout for OkHttp client (posit shiny apps publ…
oleg-odysseus cf6449e
Changed MessageFormat to String.format for shiny app names to avoid l…
oleg-odysseus 9c9e2c0
Unified naming of generation versions for all shiny apps
oleg-odysseus 6bb99a2
Added Content-Disposition header to CORS Filter to allow propagating …
oleg-odysseus 4800b2f
Added 'analysis_name' to app.properties for Cohort Characterization S…
oleg-odysseus 08cb9ee
Added design JSON and chart data JSON files to Cohort Pathways Shiny app
oleg-odysseus d810efb
Fix for eliminating statefulness between Shiny apps generation calls
oleg-odysseus e45af1e
Added parameters required for the Shiny Apps introduction pages
oleg-odysseus bd5f2a0
Exteacted common constants into a separate enum, changed datasource i…
oleg-odysseus fc3af38
Added atlas_link to Pathways Shiny App Properties
oleg-odysseus 9a0cc1f
Combining migration scripts
alex-odysseus 911d864
Extracted posit-related DTOs, refactoring
oleg-odysseus aef2ae8
Implemented Shiny Apps Tagging with existing tags, predefined by Posi…
oleg-odysseus d04951a
Fixed compilation issues after rebase
oleg-odysseus 16249de
Added support for multi-line Author Notes (Analysis descriptions) in …
oleg-odysseus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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,18 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd"> | ||
<id>shiny-cohortCharacterizations</id> | ||
<formats> | ||
<format>zip</format> | ||
</formats> | ||
<includeBaseDirectory>false</includeBaseDirectory> | ||
<fileSets> | ||
<fileSet> | ||
<directory>./apps/cohortCharacterization</directory> | ||
<excludes> | ||
<exclude>data/**</exclude> | ||
</excludes> | ||
<outputDirectory>/</outputDirectory> | ||
</fileSet> | ||
</fileSets> | ||
</assembly> |
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,18 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd"> | ||
<id>shiny-cohortCounts</id> | ||
<formats> | ||
<format>zip</format> | ||
</formats> | ||
<includeBaseDirectory>false</includeBaseDirectory> | ||
<fileSets> | ||
<fileSet> | ||
<directory>./apps/cohortCounts</directory> | ||
<excludes> | ||
<exclude>data/**</exclude> | ||
</excludes> | ||
<outputDirectory>/</outputDirectory> | ||
</fileSet> | ||
</fileSets> | ||
</assembly> |
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,18 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd"> | ||
<id>shiny-incidenceRates</id> | ||
<formats> | ||
<format>zip</format> | ||
</formats> | ||
<includeBaseDirectory>false</includeBaseDirectory> | ||
<fileSets> | ||
<fileSet> | ||
<directory>./apps/cohortPathways</directory> | ||
<excludes> | ||
<exclude>data/**</exclude> | ||
</excludes> | ||
<outputDirectory>/</outputDirectory> | ||
</fileSet> | ||
</fileSets> | ||
</assembly> |
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,18 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd"> | ||
<id>shiny-incidenceRates</id> | ||
<formats> | ||
<format>zip</format> | ||
</formats> | ||
<includeBaseDirectory>false</includeBaseDirectory> | ||
<fileSets> | ||
<fileSet> | ||
<directory>./apps/IncidenceRate</directory> | ||
<excludes> | ||
<exclude>data/**</exclude> | ||
</excludes> | ||
<outputDirectory>/</outputDirectory> | ||
</fileSet> | ||
</fileSets> | ||
</assembly> |
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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should clean 'shiny-cohortPathways.zip' as well