-
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-1825 build: enhance ephemeral rules #30
HMS-1825 build: enhance ephemeral rules #30
Commits on Mar 4, 2024
-
feat(HMS-3165): update frontend.yaml description
Add annotation with description about the OpenShift template. Signed-off-by: Alejandro Visiedo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 602e915 - Browse repository at this point
Copy the full SHA 602e915View commit details -
build(HMS-3165): add python dependencies
Just add the python dependencies to develop with the repository. Signed-off-by: Alejandro Visiedo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20687f4 - Browse repository at this point
Copy the full SHA 20687f4View commit details -
Signed-off-by: Alejandro Visiedo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 416a627 - Browse repository at this point
Copy the full SHA 416a627View commit details -
build(HMS-3165): add bonfire config template
Signed-off-by: Alejandro Visiedo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e3b50c - Browse repository at this point
Copy the full SHA 4e3b50cView commit details -
build(HMS-3165): script to deploy in ephe
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]>
Configuration menu - View commit details
-
Copy full SHA for d2d5a7d - Browse repository at this point
Copy the full SHA d2d5a7dView commit details -
build(HMS-3165): align jest with platform docs
Update the alias command to run as it is specified into the platform documentation. Signed-off-by: Alejandro Visiedo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffa700a - Browse repository at this point
Copy the full SHA ffa700aView commit details -
build(HMS-3165): frontend container
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]>
Configuration menu - View commit details
-
Copy full SHA for a8dd275 - Browse repository at this point
Copy the full SHA a8dd275View commit details -
build(HMS-3165): update Dockerfile
Fix wrong copy of files. Signed-off-by: Alejandro Visiedo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19a6485 - Browse repository at this point
Copy the full SHA 19a6485View commit details -
build(HMS-3165): update makefile
Add bonfire-deploy and update rule to build the container. Signed-off-by: Alejandro Visiedo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a352800 - Browse repository at this point
Copy the full SHA a352800View commit details -
build(HMS-3165): add .dockerignore
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]>
Configuration menu - View commit details
-
Copy full SHA for 28f7e93 - Browse repository at this point
Copy the full SHA 28f7e93View commit details -
fix(HMS-3165): container metadata files
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]>
Configuration menu - View commit details
-
Copy full SHA for ba709b7 - Browse repository at this point
Copy the full SHA ba709b7View commit details -
build(HMS-3414): update ephemeral cluster
Update the ephemeral cluster and provide more flexibility to specify the cluster to use by using the CLUSTER variable. Co-authored-by: Christian Heimes <[email protected]> Signed-off-by: Alejandro Visiedo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd94ebe - Browse repository at this point
Copy the full SHA fd94ebeView commit details -
build(HMS-1825): enhance ephemeral rules
This change make the rules more intuitive for the developer and align with the change at backend side so the same semantics are kept in both sides: - ephemeral-build: will build the container image and push to our custom registry. - ephemeral-deploy: run the deployment in the dev cluster for our custom registry image. - ephemeral-build-deploy: run the above two commands sequentially. kudos to @tiran Signed-off-by: Alejandro Visiedo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6109fcb - Browse repository at this point
Copy the full SHA 6109fcbView commit details -
fix(HMS-1825): set ENV_NAME value
Fill the value for ENV_NAME into the bonfire.example.yaml file. Signed-off-by: Alejandro Visiedo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 333b7af - Browse repository at this point
Copy the full SHA 333b7afView commit details