Open
Conversation
…ents Signed-off-by: rafi <refaei.shikho@hotmail.com>
Signed-off-by: rafi <refaei.shikho@hotmail.com>
Signed-off-by: rafi <refaei.shikho@hotmail.com>
Signed-off-by: rafi <refaei.shikho@hotmail.com>
Signed-off-by: rafi <refaei.shikho@hotmail.com>
… settings Signed-off-by: rafi <refaei.shikho@hotmail.com>
…ettings Signed-off-by: rafi <refaei.shikho@hotmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds UI and validation support for configuring a “Dependency Proxy” across organization/project/asset settings pages.
Changes:
- Introduces a new
DependencyProxySettingsUI to edit dependency-proxy rules, cooldown, and display proxy URLs with a “test package” helper. - Extends
CodeEditorwith a newpkglanguage mode and passes diagnostics throughonValidation. - Adds navigation + dedicated settings pages for dependency-proxy configuration at org/project/asset scopes, and adds the
purldependency.
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| src/components/common/DependencyProxySettings.tsx | New settings UI for dependency proxy URLs, rule editing, cooldown, and package-rule testing. |
| src/components/common/ConfigFileEditor.tsx | Updates editor validation handling to accept diagnostics. |
| src/components/common/CodeEditor.tsx | Adds pkg linter and changes validation callback to include diagnostics. |
| src/app/(loading-group)/[organizationSlug]/settings/page.tsx | Adds link section to Dependency Proxy settings. |
| src/app/(loading-group)/[organizationSlug]/settings/dependency-proxy/page.tsx | New org-level dependency proxy settings page. |
| src/app/(loading-group)/[organizationSlug]/projects/[projectSlug]/settings/page.tsx | Adds link section to Dependency Proxy settings. |
| src/app/(loading-group)/[organizationSlug]/projects/[projectSlug]/settings/dependency-proxy/page.tsx | New project-level dependency proxy settings page. |
| src/app/(loading-group)/[organizationSlug]/projects/[projectSlug]/assets/[assetSlug]/settings/page.tsx | Adds link section to Dependency Proxy settings. |
| src/app/(loading-group)/[organizationSlug]/projects/[projectSlug]/assets/[assetSlug]/settings/dependency-proxy/page.tsx | New asset-level dependency proxy settings page. |
| package.json | Adds purl dependency. |
| package-lock.json | Locks purl and its transitive deps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…time in hours Signed-off-by: rafi <refaei.shikho@hotmail.com>
…t and add explanation how to use it in a registry Signed-off-by: rafi <refaei.shikho@hotmail.com>
…nd error handling Signed-off-by: rafi <refaei.shikho@hotmail.com>
Signed-off-by: rafi <refaei.shikho@hotmail.com>
…endencyProxyConfigs component Signed-off-by: rafi <refaei.shikho@hotmail.com>
Signed-off-by: rafi <refaei.shikho@hotmail.com>
Signed-off-by: rafi <refaei.shikho@hotmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 10 out of 11 changed files in this pull request and generated 10 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…and CodeEditor components Signed-off-by: rafi <refaei.shikho@hotmail.com>
Signed-off-by: rafi <refaei.shikho@hotmail.com>
Signed-off-by: rafi <refaei.shikho@hotmail.com>
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.
No description provided.