- Removed featured icon from home page.
- Travis CI notification not triggering an import. Issue #1033.
- Fixed broken error handling on home page, when 500 errors arise from the Namespace resource. Issue #981.
- Fixed stacktrace on My Content page.
- Added Developer's Guide to Galaxy docs.
- Added required packages, gcc and python-devel, to release build process
- On Search and Community pages, added automatic scroll to the top of the page after navigating to next page. Issue #750.
- On an authors page, added ability to sort by forks, stargazers, downloads and watchers. Issue #965.
- Updated install and usage docs for Mazer. Mazer issue #106.
- Applied style fixes to Role README display. Issue #718.
- Fixed copy-to-clipboard styling. Issue #722.
- Applied style fixes to Content Detail page. Issue #722.
- Improved breadcrumb styling on mobile screens. Issue #718.
- Improved documentation for role_name. Issue #939.
- Fixed search page parameter error. Issue #919.
- Fixed image sizing on Content Detail and Search pages. Issues #934 and #927.
- Fixed tooltip flicker on Travis icons. Issue #938.
- Added pagination and filtering on My Content repositories list. Issue #582 and #935.
- 1002 Fix broken error handling
- 1001 Fix stack trace on my-content page
- 997 Add developer's guides
- 996 Install required packages when building release image
- 987 Make pages scroll to top when they are loaded
- 972 mazer_role_loader docs for galaxy.ansible.com/docs
- 970 Read me button and tag style fixes
- 969 Added option to filter by download, star, watcher and fork count on a…
- 964 Style upgrades to clipboard
- 961 Improve breadcrumbs
- 958 Fix description and minor style issues on author detail page.
- 952 Improve doc for role_name and Git-installed roles
- 940 Convert page URL parameters to integers on search page.
- 938 Fix tooltip flicker on travis icons
- 937 Prevent images on content detail from getting stretched out
- 931 Prevent search images from stretching out
- 928 Add pagination and searching repositories on My Content page
- Fixed 500 errors resulting from the maximum number of database connections being reached. Issue #977.
- Improve mobile view of home, search, and author detail pages.
- For missing import date on search results, bypass call to moment.js.
- Add JS source maps to enable better debugging and troubleshooting.
- Fix partner carousel template on landing page.
- Add Nginx redirects for '/docs' and '/intro', redirecting to '/docs/'.
- Prevent random tag being added to search params during navigation. Issue #809.
- During import process, default to the repository default branch, not 'master'. Issue #857.
- Fix JS error that prevented removal of existing Namespace owners and provider namespaces.
- Limit repository attributes (i.e. commit message, description, etc.) to 256 chars.
- For content details, show the git tag value, rather than the strict semantic format value.
- Show Red Hat logo On production docs site.
- Document git tag version requirements.
- On search page, enable right-click on links, adjust icon sizing, fix confusing hover styles, fix ordering of cloud platforms. Issues: #744, #720, #812, #813, #817.
- Fix broken 'Community' link on content detail page. Issue #850.
- 930 Fix Nginx static route
- 913 Merge pull request #912 from newswangerd/author-detail-extravaganza-r
- 910 Author detail extravaganza
- 880 Add regex to check if dates are valid before passing to moment.
- 877 Responsive search
- 872 Generate source maps during build
- 871 Should be ng-template
- 864 Fix nginx redirects
- 863 Fix tagging issue on search page.
- 862 Make home page more responsive
- 858 Use only default branch for import
- 847 Fixes broken owner removal
- 845 Limit Repository char fields to 256 chars
- 844 Show version tag
- 842 Fix docs logo
- 838 Add version requirements to docs
- 836 Use default cursor for tag hover
- 835 Add 'name' to order_by params
- 834 Fix broken community link
- 833 Fix search links and icon sizing
- Prevent existing repositories from being renamed with '-' converted to '_'
- Stop failng imports for lint warnings
- Revert namespace changes, where '-' was converted to '_' for existing namespaces.
- 825 Disable mandatory linting
- 821 Fix APB name parse
- 820 Revert replacing underscores with dashes in existing namespaces
- 806 Prevent rename of exisiting repos
- Removed Partner menu
- Fixed Sort dropdown not populating on Search page
- Perform case insensitive matching on Platforms during import
- Fixed duplicate key error happening on imports when existing Repository object not found
- Fixed creation of new Repository objects when existing object not found, which was causing some existing roles to be renamed with '-' converted to '_'
- Enable Galaxy Admins to start an import on any repository
- Change filter on My Imports page to match exact user namespace
- Perform case insensitive match when installing roles using
ansible-galaxy
CLI - Fixes broken
ansible-galaxy search
, when using keywords - Fix broken polling on My Imports page
- Add tooltip to import status on My Content page
- Add missing logging messages to the API and UI
- Fixed missing API response data that contributed to
ansible-galaxy import
breaking in Ansible 2.7.0 - Provide missing page titles in docs
- 803 Fix broken client search
- 801 Docs: Add missing page titles
- 797 Partial fix for #796
- 792 Use INFO level for import log messages
- 790 Perform case insensitive platform match
- 789 Fix My Import polling
- 788 Exact namespace filter on My Imports
- 787 Case insensitive lookup on Namespace
- 784 Fix Content Creation Error
- 778 Allow admins to import any role
- 772 Disable Partner menu
- 771 Populate sort dropdown on Search page
- Move deployment of the public site from EC2 to OpenShift Dedicated
- Refactor the import process to support multiple static analysis tools, and to support future content testing
- Enforce Semantic Version format for git tags to be imported as versions
- Enforce Python compatability for new namespaces
- Add the ability to import multi-content repositories. Will only turn on multi-role support for 3.0.
- Add ability to import [Ansible Playbook Bundles (APBs)](https://github.com/ansibleplaybookbundle)
- Add database and API support for vendor namespaces, multi-role repositories, Ansible Playbook bundles (APBs), and multiple public source code management platforms
- Modernize the user interface (UI), including the implementation of Patternfly
- Add UI features to enable Galaxy admins to create and modify namespaces
- Add UI features that enable namespace owners to modify and maintain their namespaces
- Add UI features to support multi-role repositories, and new content types including APBs
- Remove and replace Elasticsearch with Postgres full-text search
- Rank search results by a calculated Best Match score that combines matched filters + download count
- Upgrade to Django 1.11, and begin adding Python 3 support
- Added doc site