-
Notifications
You must be signed in to change notification settings - Fork 6
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
CARDS-2317: Split CARDS into multiple projects #1694
Commits on Feb 12, 2024
-
CARDS-2317: Split CARDS into multiple projects
In docker_entry.sh, add the project codename specified by the /external_project/project_code.txt file to the VALID_CARDS_PROJECTS list if such file exists
Configuration menu - View commit details
-
Copy full SHA for 0463ba3 - Browse repository at this point
Copy the full SHA 0463ba3View commit details -
CARDS-2317: Split CARDS into multiple projects
Add the generic CARDS logo as /metadata/logo.png in the built Docker images
Configuration menu - View commit details
-
Copy full SHA for 65d7073 - Browse repository at this point
Copy the full SHA 65d7073View commit details -
CARDS-2317: Split CARDS into multiple projects
When CARDS is starting, it should also look for required JARs in the /root/.cards-generic-m2/repository directory. This directory, by default, is empty but can be volume-mounted with the JARs from the generic CARDS platform (--cards_generic_jars_repo flag for generate_compose_yaml.py)
Configuration menu - View commit details
-
Copy full SHA for 58f2a76 - Browse repository at this point
Copy the full SHA 58f2a76View commit details -
CARDS-2317: Split CARDS into multiple projects
distribution/docker_entry.sh: Rename PROJECT_ARTIFACTID variable to CARDS_ARTIFACTID
Configuration menu - View commit details
-
Copy full SHA for 0fb9f0a - Browse repository at this point
Copy the full SHA 0fb9f0aView commit details -
CARDS-2317: Split CARDS into multiple projects
distribution/docker_entry.sh: Rename PROJECT_VERSION variable to CARDS_VERSION
Configuration menu - View commit details
-
Copy full SHA for d83fc34 - Browse repository at this point
Copy the full SHA d83fc34View commit details -
CARDS-2317: Split CARDS into multiple projects
distribution/docker_entry.sh: The version of the CARDS-based project (eg. HERACLES, SPARC, etc...), as opposed to the version of the CARDS core platform, to be launched is now determined by the CARDS_PROJECT_VERSION environment variable and not the CARDS_VERSION environment variable
Configuration menu - View commit details
-
Copy full SHA for 8b25298 - Browse repository at this point
Copy the full SHA 8b25298View commit details -
CARDS-2317: Split CARDS into multiple projects
distribution/docker_entry.sh: Display the values of the CARDS_PROJECT and CARDS_PROJECT_VERSION environment variables upon startup
Configuration menu - View commit details
-
Copy full SHA for e6ba1db - Browse repository at this point
Copy the full SHA e6ba1dbView commit details -
CARDS-2317: Split CARDS into multiple projects
Rename CARDS_PROJECT_VERSION to PROJECT_VERSION
Configuration menu - View commit details
-
Copy full SHA for f375fab - Browse repository at this point
Copy the full SHA f375fabView commit details -
CARDS-2317: Split CARDS into multiple projects
Allow interpreting $PROJECT_VERSION variables in the ADDITIONAL_SLING_FEATURES env variable
Configuration menu - View commit details
-
Copy full SHA for 0163d44 - Browse repository at this point
Copy the full SHA 0163d44View commit details -
CARDS-2317: Split CARDS into multiple projects
Allow interpreting variables in the passed arguments, and allow definining a separate PROJECT_VERSION variable as the version for external projects
Configuration menu - View commit details
-
Copy full SHA for 41b9659 - Browse repository at this point
Copy the full SHA 41b9659View commit details -
CARDS-2317: Split CARDS into multiple projects
Add support for separate versions for the base CARDS platform and the specific project on top of it Remove support for the deprecated run modes handling Remove custom support for specific projects
Configuration menu - View commit details
-
Copy full SHA for 8be2419 - Browse repository at this point
Copy the full SHA 8be2419View commit details