PG-2273 | 22.0.19 | Bug | Awaiting Release | FIX: Case-insensitive file system wrapper may return false positives for file existence checks on Linux | |
|
PG-2274 | 22.0.19 | Bug | Awaiting Release | FIX: Universal package feeds may require Feeds_OverwritePackage when adding a package even if package does not already exist | |
|
PG-2264 | 22.0.19 | Bug | Awaiting Release | FIX: Do not consider local delete records when replication is not configured to propagate deletes | |
|
PG-2267 | 22.0.19 | Feature | Awaiting Release | HTTP/HTTPS Binding Options [2023 Preview Feature] | |
|
PG-2272 | 22.0.19 | Bug | Awaiting Release | FIX: Error promoting certain remote PyPi Packages | |
1. Create Two PyPI feeds, one w/ connector to PyPi.org
2. Try to promote numpy 1.20.1
Works if you pull or cache package first. |
PG-2271 | 22.0.19 | Bug | Awaiting Release | FIX: Replication configuration can get improperly deleted after certain edits | |
|
PG-2259 | 22.0.17 | Feature | Awaiting Release | Add SSL support for the Integrated Web Server | |
|
PG-2257 | 22.0.17 | Bug | Awaiting Release | FIX: Top 10 largest packages view does not filter on feed ID | |
Although `Dashboards_GetLargestPackages` inputs Feed_Id, it won't really work with the underlying view (`[DashboardPackages_Largest]`) b/c of how he uses TOP 10. Instead the view probably needs a CTE or something. |
PG-2256 | 22.0.17 | Feature | Awaiting Release | Allow Package Delete on Edge Nodes | |
Currently, Edge Nodes are restricted from package deletes. This should be allowed, for diagnostic purpose. |
PG-2258 | 22.0.17 | Feature | Awaiting Release | New Docker feed replication system [preview] | |
|
PG-2253 | 22.0.17 | Bug | Awaiting Release | Improve performance of helm feeds in UI | |
|
PG-2251 | 22.0.16 | Feature | Awaiting Testing | Upgrade InedoLib to v957.0.0 | |
|
PG-2250 | 22.0.16 | Bug | Awaiting Release | FIX: Docker tag replication will not apply tags to duplicated images | |
If an image with the same digest exists in two different repositories, only the first repository will receive the tag. |
PG-2245 | 22.0.16 | Bug | Awaiting Release | FIX: npm replication not always including package tags | |
|
PG-2246 | 22.0.15 | Bug | Completed | FIX: Add the edit npm package tags page back to the UI | |
|
PG-2248 | 22.0.15 | Bug | Completed | FIX: Spurious exceptions written to log on some successful responses | |
|
PG-2247 | 22.0.15 | Feature | Completed | Upgrade InedoLib to v950.6.9 | |
|
PG-2249 | 22.0.15 | Bug | Completed | FIX: Service arguments from v3 may cause issues on startup | |
The service had arguments of `/s /urls="http://*:80/"`, but did not log an error - which made it difficult to debug |
PG-2236 | 22.0.15 | Bug | Completed | FIX: Multiple incoming replication configurations do not honor different sync tokens | |
|
PG-2244 | 22.0.14 | Bug | Awaiting Release | FIX: Deleting a specific UPACK version may delete all versions | |
|
PG-2238 | 22.0.14 | Bug | Awaiting Release | FIX: Copy Package Instructions button not visible when using light mode | |
|
PG-2237 | 22.0.14 | Bug | Awaiting Release | Implement Ruby `/` and `/info/GEM_NAME` endpoints | |
The lack of these seem to cause errors in some cases in Ruby3. They will also speed-up gem installs significantly, as the indexes don't need to be downloaded.
`/` should return a 200
`/info/GEM_NAME` seems to text file of versions with dependencies and a checksum
Example: https://rubygems.org/info/rest-client |
PG-2233 | 22.0.14 | Bug | Awaiting Release | FIX: Python Source Packages with non-rooted tarballs cannot be uploaded | |
See EDO-8787 for the example file.
The `zzz-tools-1.0.0.tar.gz` file has just a single file, `home\zzzz\repo\package-zzz-tools-39\dist\tmpwfum54an\zzz_tools-1.0.0.tar`. When uploading via the website, it causes an error about not finding PKG-INFO. |
PG-2234 | 22.0.14 | Bug | Awaiting Release | FIX: Docker connectors with prefixes do not strip "library/" prefix for images with no namespace | |
|
PG-2235 | 22.0.14 | Bug | Awaiting Release | Add support for prerelease_specs.4.8.gz in rubygems feeds | |
|