This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/CHANGELOG.md
2015-08-05 14:37:28 -04:00

3.5 KiB

1.11.0

  • Changed docs to load via HTTPS instead of HTTP (#314)
  • Corrected the defaulting of non-existant app configs to the value False (#312)
  • Fixed a visual bug in repositories for Chrome Canary users (#307)
  • Fixed Swagger v2 support to be 100% spec compliant (#289)
  • Added documentation to search (#303)
  • Improved internal development experience (#297, #299, #301, #302, #311)
  • Improved UI performance for large repositories (#296, #294)
  • Optimized GC and added experimental async GC (#155)
  • Updated ACI support to ACI 0.6.1 (#280, #284)
  • Fixed HTTP 500 on logout (#282)
  • Prevented storage on a non-mounted container volume (#275)
  • Fixed fetching repositories from GitHub Enterprise (#277)
  • Increased the size of Quay.io hosted build nodes (#234)
  • Refactored and fixed internal code (#270, #285, #290, #295, #300, #283)
  • Migrated triggers to use Bitbucket's new API (#255, #256)
  • Added a throbbler for deleting a repository (#269)
  • Tweaked numerous UI elements on Repository listing (#268)
  • Increased SQL query performance for numerous interactions (#264, #281, #308, #309)

1.10.0

  • Fixed GitHub API usage to prevent over-listing users' repos (#260)
  • Deleted old landing page (#259)
  • Corrected mistakes in internal logic (#247, #254, #257)
  • Tweaked UI for List View of Repositories Page (#253, #261)
  • Added ability to log in with a team invite code (#250)
  • Optimized various SQL queries (#249, #252, #258)
  • Refactored internal libraries (#245, #246)
  • Fixed missing db cert preventing saving configs in super user panel (#244)
  • Fixed database status in status endpoint (#242)
  • Added a flash message for various interactions (#226)
  • Added Keystone (OpenStack auth) support (#197)
  • Fixed Logs View in SuperUser panel (#136)

1.9.8

  • Implemented file streams for Swift storage engine (#214)
  • Made script that sets connection limits optional (#208)
  • Added warning to tag fetching dialog to use robots with permission (#207)
  • Fixed error when deleting of robot accounts used in builds (#205)
  • Added encrypted password output in the Superuser API (#203)
  • Removed HEAD section from Changelog (#202)
  • Improved error messages on pull failure (#201)
  • Added pagination support to tag history API (#200)
  • Deleted all vendored art files (#199)
  • Deleted all code related to the old UI (#195)
  • Added ability to configure database SSL cert (#192)
  • Fixed JWT to use UTC timestamps (#190)
  • Added delegated Superuser API access (#189)
  • Fixed JavaScript null pointers & UI tweaks (#188, #224, #217, #224, #233)
  • Added messaging when archived build logs fail to load (#187)
  • Replaced Container Usage tab in the Superuser Panel with this Changelog (#186)
  • Truncated long commit messages in the UI (#185)

1.9.7

  • Changed etcd timeouts in the ephemeral build manager to be 30s (#183)

1.9.6

  • Added fix for etcd-related issues with the ephemeral build manager (#181)

1.9.5

  • Added changelog (#178)
  • Updated dependencies (#171, #172)
  • Speed up some queries by using UNION instead of JOIN (#170)
  • Improved etcd watch logic for ephemeral build system (#168)
  • Fixed CSS inconsistencies (#167, #160)
  • Removed dependency on user existance checks for auth implementations (#166)
  • Fixed issue where noisy build logs caused builds to timeout (#165)
  • Added scope descriptions to generate token page (#163)
  • Expose robots API via Swagger (#162)
  • Improved loading permissions by adding a short circuit (#154)
  • Improved coverage of handling builds with revoked OAuth credentials (#153)
  • Added ability to do manual builds of tags (#152)