Draft
Conversation
<!-- Thank you for contributing! 🚀 Please follow this template to help reviewers understand your changes and ensure a smooth merge process. --> # 📌 Pull Request Overview **Title:** _Concise and descriptive PR title_ **Type:** - [ ] 🐞 Bug fix - [ ] ✨ New feature - [ ] ♻️ Refactor - [ ] 📚 Documentation update - [ ] 🛠 Maintenance / Chore --- ## ✅ PR Checklist - [ ] **Build Passed** – All builds/tests pass locally and in CI. - [ ] **Tests Added** – Unit/integration tests cover new or changed functionality. - [ ] **Code Quality** – Follows coding standards, style guides, and best practices. - [ ] **Docs Updated** – Relevant documentation is added or updated. - [ ] **No Breaking Changes** – OR breaking changes are clearly documented. --- ## 📖 Summary <!-- Give a high-level overview of your changes and the motivation behind them. --> _High-level summary of added changes_ --- ## 🔍 Details of Changes <details> <summary>Expand to view detailed changes</summary> - Bullet point list of changes - Why these changes were necessary - Any alternative solutions considered </details> --- ## 🧪 Testing Steps <details> <summary>How to test this PR</summary> 1. Steps to reproduce the issue (if fixing a bug) or test the feature. 2. Commands to run tests locally. 3. Any special environment setup required. </details> --- ## 📎 Related Issues / Tickets - Closes # (issue) - Related to # (issue) --- ## 🗒️ Additional Notes <!-- Any extra information for reviewers, such as known limitations, follow-up work, screenshots, or performance considerations. --> _Any additional notes if needed..._
Collaborator
|
May I change the setting "Require approval for first-time contributors" on galemind-server repo, in order to push something (some adjustments to helm and docker files and trial to create a development branch to test github workflow)? |
Contributor
Author
|
@Temistocle feel free to change what you need to get JOB done! |
Contributor
Author
Feel free to change what you need to get the job done. |
This file contains hidden or 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
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.
📌 Pull Request Overview
Title: Support for deployement in Akamai Linode.
Type:
✅ PR Checklist
📖 Summary
This PR gives support for deploy in k8s in Akamai the server. At current stage we have a scenario where galemind server
depends on mlflow for registry.
🔍 Details of Changes
Expand to view detailed changes
🧪 Testing Steps
How to test this PR
📎 Related Issues / Tickets
🗒️ Additional Notes
Any additional notes if needed...