-
Notifications
You must be signed in to change notification settings - Fork 11
Update custom-domains.mdx #365
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -32,37 +32,37 @@ It is possible to have multiple download domains for a package type, however, al | |||||
|
|
||||||
| Please refer to the table below to see which package will utilize Download/API Native domains. | ||||||
|
|
||||||
| | Package Type | Download | Native Uploads | Native Downloads | | ||||||
| |:--- |:--- |:--- |:--- | | ||||||
| | Alpine | ✅ | ❌ | ❌ | | ||||||
| | Cargo (Rust) | ✅ | ❌ | ✅ | | ||||||
| | Chocolatey | - | ✅ | ✅ | | ||||||
| | Cocoapods | ✅ | ❌ | ❌ | | ||||||
| | Composer | ✅ | ❌ | ✅ | | ||||||
| | Conan | - | ✅ | ✅ | | ||||||
| | Conda | ✅ | ❌ | ✅ | | ||||||
| | CRAN | ✅ | ❌ | ❌ | | ||||||
| | Dart | - | ✅ | ✅ | | ||||||
| | Debian | ✅ | ❌ | ❌ | | ||||||
| | Docker | - | ✅ | ✅ | | ||||||
| | Go | ✅ | ❌ | ✅ | | ||||||
| | Gradle | ✅ | ✅ | ❌ | | ||||||
| | Helm | ✅ | ❌ | ❌ | | ||||||
| | Hex | - | ✅ | ✅ | | ||||||
| | LuaRocks | ✅ | ❌ | ❌ | | ||||||
| | Maven | ✅ | ✅ | ❌ | | ||||||
| | npm | - | ✅ | ✅ | | ||||||
| | NuGet | - | ✅ | ✅ | | ||||||
| | PowerShell | - | ✅ | ✅ | | ||||||
| | Python | ✅ | ✅ | ❌ | | ||||||
| | Raw | ✅ | - | - | | ||||||
| | RPM | ✅ | ❌ | ❌ | | ||||||
| | Ruby | - | ✅ | ✅ | | ||||||
| | sbt | ✅ | ✅ | ❌ | | ||||||
| | Swift | ✅ | ✅ | ❌ | | ||||||
| | Terraform | ✅ | ❌ | ✅ | | ||||||
| | Unity | - | ✅ | ✅ | | ||||||
| | Vagrant | ✅ | ❌ | ❌ | | ||||||
| | Package Type | Download | Native API | | ||||||
| |:--- |:--- |:--- | | ||||||
| | Alpine | ✅ | ❌ | | ||||||
| | Cargo (Rust) | ✅ | ✅ | | ||||||
| | Chocolatey | - | ✅ | | ||||||
| | Cocoapods | ✅ | ❌ | | ||||||
| | Composer | ✅ | ✅ | | ||||||
| | Conan | - | ✅ | | ||||||
| | Conda | ✅ | ✅ | | ||||||
| | CRAN | ✅ | ❌ | | ||||||
| | Dart | - | ✅ | | ||||||
| | Debian | ✅ | ❌ | | ||||||
| | Docker | - | ✅ | | ||||||
| | Go | ✅ | ✅ | | ||||||
| | Gradle | ✅ | ❌ | | ||||||
| | Helm | ✅ | ❌ | | ||||||
| | Hex | - | ✅ | | ||||||
| | LuaRocks | ✅ | ❌ | | ||||||
| | Maven | ✅ | ❌ | | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Technically Maven has it's own native API too (which uploads occur on). Downloads are redirected to the DL domain from it too.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think with this one, if the way we set up the Custom Domains will differ to the rest of the formats with Native API support we should avoid labelling as such, even if it's technically supported. Native API support being termed that a customer could set up both Upload and Download routes
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yep this makes sense! |
||||||
| | npm | - | ✅ | | ||||||
| | NuGet | - | ✅ | | ||||||
| | PowerShell | - | ✅ | | ||||||
| | Python | ✅ | ❌ | | ||||||
| | Raw | ✅ | ❌ | | ||||||
|
||||||
| | Raw | ✅ | ❌ | | |
| | Raw | ✅ | - | |
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.
Several API-based formats appear to be incorrectly marked as lacking native support (e.g., Docker/Go/Gradle/Hex). Please update these values (or adjust the column definition) so the table matches the behavior described in the “API-based (Native) package formats” paragraph above.