Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
update hyrax for QA testing
Browse files Browse the repository at this point in the history
PRs addressing nurax issues...
nurax#192 PR #2886 Fix batch create as proxy
nurax#190 PR #2876 dashboard/collections: only allow 'nest collection' when authed
nurax#232 PR #2846 Only show viewable images with UniversalViewer
nurax#234 PR #2861 ensures only one set of controls when a work has multiple titles
nurax#165 PR #2864 fixes admin stats form to maintain locale selection
nurax#139 PR #2869 Use same thumbnail service for admin sets and collections.
nurax#166 PR #2867 maintains I18n selections on works and files stats links
nurax#204 PR #2816 Handle byte range requests for local files
nurax#242 PR #2866 propagate batch visibility changes to file sets (partial fix - issue 2827 still open to address sharing permissions)
nurax#203 PR #2871 sets proper depositor when attaching files in background job

PRs for breadcrumbs...
BC PR #2878 GenericWorksController: don't show 'Your Works' when logged out
BC PR #2845 Remove Your pronoun from breadcrumbs
BC PR #2874 render home breadcrumb with dashboard awareness of user signed in

Other PRs...
PR #2856 Add Your Activity -> Manage Proxies to left menu
PR #2875 Fix InvalidAuthenticyTokens exception
PR #2860 fixes scenario when application has no models
PR #2849 add sidebar to Manage Embargoes and Manage Leases
PR #2855 Fail eagerly when adding invalid participants to collection types
PR #2840 Show highlighted works in user profile.
PR #2843 adjust namespace for noid-rails
  • Loading branch information
elrayle committed Apr 4, 2018
1 parent 85ae859 commit dbf0b78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -67,7 +67,7 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
#gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'hyrax', github: 'samvera/hyrax', branch: 'v2.1.0.beta1c_qa'
gem 'hyrax', github: 'samvera/hyrax', branch: 'v2.1.0.beta1d_qa'
# gem 'hyrax', '2.1.0.beta1'
gem 'devise'
gem 'devise-i18n'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/samvera/hyrax.git
revision: 3aff3d125072594e038ed15542d28f845f089a65
branch: v2.1.0.beta1c_qa
revision: 48aff5cc872db5244d61b3fc54c682ff468fe698
branch: v2.1.0.beta1d_qa
specs:
hyrax (2.1.0.beta1)
active-fedora (~> 11.5, >= 11.5.2)
Expand Down Expand Up @@ -125,8 +125,8 @@ GEM
execjs
awesome_nested_set (3.1.4)
activerecord (>= 4.0.0, < 5.3)
aws-partitions (1.74.0)
aws-sdk-core (3.18.0)
aws-partitions (1.76.0)
aws-sdk-core (3.18.1)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
Expand Down Expand Up @@ -319,15 +319,15 @@ GEM
railties (>= 3.2, < 5.2)
globalid (0.4.1)
activesupport (>= 4.2.0)
google-api-client (0.19.8)
google-api-client (0.20.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.5, < 0.7.0)
httpclient (>= 2.8.1, < 3.0)
mime-types (~> 3.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
google_drive (2.1.9)
google-api-client (>= 0.11.0, < 0.20.0)
google_drive (2.1.3)
google-api-client (>= 0.11.0, < 1.0.0)
googleauth (>= 0.5.0, < 1.0.0)
nokogiri (>= 1.5.3, < 2.0.0)
googleauth (0.6.2)
Expand All @@ -347,7 +347,7 @@ GEM
honeybadger (3.3.0)
htmlentities (4.3.4)
http_logger (0.5.1)
httparty (0.16.1)
httparty (0.16.2)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
hydra-access-controls (10.5.0)
Expand Down

0 comments on commit dbf0b78

Please sign in to comment.