Skip to content
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

feat: support application base path, add Docker build scripts #15

Merged
merged 40 commits into from
Feb 6, 2024

Conversation

Norlock
Copy link
Contributor

@Norlock Norlock commented Jan 12, 2024

Description of change

This includes all the code that is needed to deploy on Kubernetes. It also has a relative path included for if you host it with a relative path.

There is another PR coming from Nander to fix the urls that are returned from the server that fixes the urls that will be returned from the agent.

How the change has been tested

I made sure it got deployed on Kubernetes automatically, and also tested the local settings without relative path.

Definition of Done checklist

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@Norlock Norlock changed the title feat: This includes all the code that is needed to deploy on Kubernetes. It also has a relative path included for if you host it with a relative path. feat: Kubernetes deploy + relative path Jan 12, 2024
agent_application/src/main.rs Outdated Show resolved Hide resolved
agent_application/docker/docker-compose.yml Outdated Show resolved Hide resolved
agent_application/docker/README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
.pipeline/.gitignore Outdated Show resolved Hide resolved
@daniel-mader daniel-mader changed the title feat: Relative path + building docker container feat: add application base path, add docker build scripts Jan 26, 2024
@daniel-mader daniel-mader changed the title feat: add application base path, add docker build scripts feat: add application base path, add Docker build scripts Jan 26, 2024
@daniel-mader daniel-mader changed the title feat: add application base path, add Docker build scripts feat: support application base path, add Docker build scripts Jan 26, 2024
@daniel-mader daniel-mader self-requested a review February 6, 2024 11:08
@Norlock Norlock merged commit 4f54df6 into dev Feb 6, 2024
@Norlock Norlock deleted the feat/pipeline branch February 6, 2024 12:08
Copy link

🎉 This PR is included in version 1.0.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 1.0.0-alpha.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants