We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1d2331 + a947a75 commit 94f4a7dCopy full SHA for 94f4a7d
1 file changed
internal/server/dashboard.go
@@ -114,22 +114,25 @@ type PackagesListPageData struct {
114
}
115
116
func supportedEcosystems() []string {
117
+ // this list should be kept sorted in lexicographic order so
118
+ // that the 'select' list in the UI will be in the expected
119
+ // order
120
return []string{
- "npm",
121
"cargo",
122
+ "composer",
123
+ "conan",
124
+ "conda",
125
+ "cran",
126
+ "deb",
127
"gem",
128
"golang",
129
"hex",
- "pub",
- "pypi",
130
"maven",
131
+ "npm",
132
"nuget",
- "composer",
- "conan",
- "conda",
- "cran",
133
"oci",
- "deb",
134
+ "pub",
135
+ "pypi",
136
"rpm",
137
138
0 commit comments