Tomorrow morning, 20 July, at 5:00 AM Eastern, Galaxy v3.0.3 will be deployed. We don’t anticipate any downtime or service interruptions.
This bug fix release includes the following updates:
Bug Fixes- 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.
Closed PRs- 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