-
-
Notifications
You must be signed in to change notification settings - Fork 126
fix: port range exposing and various bugfixes #809
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
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## develop #809 +/- ##
===========================================
- Coverage 24.13% 24.10% -0.03%
===========================================
Files 62 62
Lines 5958 5965 +7
===========================================
Hits 1438 1438
- Misses 4414 4421 +7
Partials 106 106
☔ View full report in Codecov by Sentry. |
eb75cf1 to
dc33cf3
Compare
polaroi8d
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really need some documentation regarding AGENT_SUPPORTED_MINIMUM_VERSION. We need to clarify how we intend to handle it, what it is, why we are using it, and so on. It's my fault, I didn't add this to the previous PR, sorry.
polaroi8d
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test case: Added a new project with 1 nginx container. Added a portrange from 7000 to 7500 same in internal and external. Added a port expose 7543 same in internal and external. Tried to deploy it and got the following error message: client.js:1 TypeError: Cannot read properties of null (reading 'enabled')
Otherhand console throws a few next-translate error about "images" for example:
[next-translate] "images:" is missing in current namespace configuration. Try adding "" to the namespace "images".
It's not your fault, i removed this const from the last PR and added it here. I'll write some docs on it. |
|
@polaroi8d pls check the DEVELOPMENT.md |
robot9706
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally, ranges and validation seem to work fine.
Uh oh!
There was an error while loading. Please reload this page.