galaxy

Legacy Galaxy still available as read-only on https://old-galaxy.ansible.com - looking for the new galaxy -> https://github.com/ansible/galaxy_ng

APACHE-2.0 License

Stars
853
Committers
52

Bot releases are hidden (Show)

galaxy - v3.4.20 Latest Release

Published by drodowic about 1 year ago

Release 3.4.20

galaxy - v3.4.17

Published by awcrosby over 1 year ago

galaxy - v3.4.16

Published by awcrosby over 1 year ago

galaxy - v3.4.15

Published by drodowic about 3 years ago

galaxy - v2.1.2

Published by chouseknecht almost 8 years ago

At log in, if the user has entries in their repository cache, do not perform a refresh. Only run the refresh when the cache is empty. Users can choose to perform a refresh on the My Roles page.

This reduces load on the Celery processes, and gives the user some control over how frequently requests are sent to the GitHub API. There are users with access to over 2,000 GitHub repositories, and Galaxy makes 2 requests per repo in an attempt to determine which repos contain roles. The GitHub API rate limits users to 5,000 requests per hour, so it doesn't take much to exceed the limit.

galaxy - v2.1.1

Published by chouseknecht about 8 years ago

  • Refresh role counts task now identifies roles where the combination of github_user/github_repo no longer exists in GitHub and removes the role.
  • Refresh role counts task now recognizes when a role's github_user/github_repo has changed in GitHub and updates the role.
  • The refresh roles task that runs when the user logs in or clicks the refresh button now recognizes when a role's github_user/github_repo has changed in GitHub and updates the role.
  • The delete process in the UI now traps a failed Delete request, and notifies the user to click the refresh button to update the list of roles.
  • The My Roles page no longer displays both an enabled and disabled refresh button simultaneously when the refresh task completes.
galaxy - v2.1.0

Published by chouseknecht about 8 years ago

  • Added role_type property to roles
  • Added support for Container Enabled and Container App role types
  • Use GitHub HTML for README
  • Made 'EL' platform searchable again