-
Notifications
You must be signed in to change notification settings - Fork 7
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
HMS-3165 feat: deploy in ephemeral #22
Closed
Closed
Conversation
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
avisiedo
force-pushed
the
hms-2678-deploy-in-ephe
branch
4 times, most recently
from
November 14, 2023 12:47
2c6d87f
to
fe99513
Compare
Can one of the admins verify this patch? |
avisiedo
force-pushed
the
hms-2678-deploy-in-ephe
branch
3 times, most recently
from
November 27, 2023 06:17
16b156b
to
43510e6
Compare
avisiedo
changed the title
WIP HMS-2678 feat: deploy in ephemeral
HMS-2678 feat: deploy in ephemeral
Nov 28, 2023
avisiedo
force-pushed
the
hms-2678-deploy-in-ephe
branch
2 times, most recently
from
December 22, 2023 13:45
4b17943
to
d832946
Compare
avisiedo
changed the title
HMS-2678 feat: deploy in ephemeral
HMS-3165 feat: deploy in ephemeral
Jan 4, 2024
Add annotation with description about the OpenShift template. Signed-off-by: Alejandro Visiedo <[email protected]>
Just add the python dependencies to develop with the repository. Signed-off-by: Alejandro Visiedo <[email protected]>
Signed-off-by: Alejandro Visiedo <[email protected]>
Signed-off-by: Alejandro Visiedo <[email protected]>
Add the set of makefiles to provide the rules to custom deployment in the ephemeral environment. Align this repo with the backend repository. Signed-off-by: Alejandro Visiedo <[email protected]>
Update the alias command to run as it is specified into the platform documentation. Signed-off-by: Alejandro Visiedo <[email protected]>
Add a poc to try to build the frontend container locally, and check if it could be deployed in ephemeral environment. Signed-off-by: Alejandro Visiedo <[email protected]>
Fix wrong copy of files. Signed-off-by: Alejandro Visiedo <[email protected]>
Add bonfire-deploy and update rule to build the container. Signed-off-by: Alejandro Visiedo <[email protected]>
Add .dockerignore with the paths to avoid to copy to the image when the statement 'COPY . .' is executed. Signed-off-by: Alejandro Visiedo <[email protected]>
It was observed some differences between the container generated from the CI/CD platform system and the container generated locally from the repository. This change add several changes to try to be aligned with that changes and generate the same or similar content to what is generated by the platform. Signed-off-by: Alejandro Visiedo <[email protected]>
avisiedo
force-pushed
the
hms-2678-deploy-in-ephe
branch
from
January 4, 2024 08:54
d832946
to
87086d5
Compare
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.
This change will make possible to deploy the local state of the frontend in the ephemeral environment, so the developer can checkout earlier the frontend behavior in ephemeral environment.