Skip to content

Commit

Permalink
Reshare feature test (#630)
Browse files Browse the repository at this point in the history
* Switches thumbnail method for gallery view partial

* Allow selenium specs to run on m1 (#551)

* Switches thumbnail method for gallery view partial

* allow selenium specs to run on m1

* fix so we can view selenium in browser

* temporary commit for docs?

---------

Co-authored-by: leaannbradford <[email protected]>

* Add depositor name to published tab (#577)

* fix some margins in the dashboard

* hide-per-tenant-analytics-on-prod (#579)

* use the default analytics as a default on prod only.

the per tenant analytics work was already merged to main and the defaults were hidden on staging. however, pals wants to hold off on deploying that code to production until the ga4 switch has happened so both major changes can happen at the same time.

putting the analytics defaults in a conditional ensures that we can still deploy to production from main.

related to: #569

* rubocop fix

* default the env variables in analytics.yml to be empty strings so they do not fail when the env variable is not present (#580)

* Advanced Search (#578)

* initial generate command

* get advanced search working! woooo!

* remove facets

* remove extra place where things were being added to search builder, update spec

* unskip tests

* fix button style and location

* rubocop

* fix test so advanced search params are included

* add back range limit helper!

* remove unnecessary comment

* Advanced search rework (#581)

* refactor and start adding missing properties

* update so it includes all fields

* add descriptionn & abstract

* remove based near

* rubocop

* remove format- it should not be included in advanced search due to conflicts with Blacklight proper

* add comments, add back format but do not include in advanced search

* add advanced to the themes (#587)

* 530 - Bring Back Based Near (#591)

* re-enable based_near everywhere

* remove location.rb since we now have a working decorator

* update help text/locales

* update comments

* update comments

* rubocop

* fix comment!

* more specific decorator

* enable deleting, make sure location is bold (#596)

* Hyrax 2.6 upgrade for GA4 and Workflow bug fixes into main branch (#611)

* upgrade to hyrax 3.6 for new analytics

* fix depenency upgrade issue

* working on getting a version to pass specs

* fix bug with workflow pagination - updates overridden hyrax files

* rubocop

---------

Co-authored-by: Rob Kaufman <[email protected]>

* reverts change that was doing nothing (#613)

* update gemfile.lock

---------

Co-authored-by: Summer <[email protected]>
Co-authored-by: Summer Cook <[email protected]>
Co-authored-by: Alisha Evans <[email protected]>
Co-authored-by: Rob Kaufman <[email protected]>
  • Loading branch information
5 people authored Jul 25, 2023
1 parent 5d655d2 commit d321ce9
Show file tree
Hide file tree
Showing 11 changed files with 296 additions and 195 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ gem 'bulkrax', '~> 5.0'
gem 'blacklight', '~> 6.7'
gem 'blacklight_oai_provider', '~> 6.1', '>= 6.1.1'

gem 'hyrax', '~> 3.5.0'

gem 'hyrax', git: 'https://github.com/samvera/hyrax.git', branch: 'privkey_for_ga4_3.x' #'~> 3.6.0'
gem 'addressable', '2.8.1'
gem 'bolognese', '>= 1.9.10'
gem 'hyrax-doi', git: 'https://github.com/samvera-labs/hyrax-doi.git', branch: 'hyrax_upgrade'
gem 'hyrax-iiif_av', git: 'https://github.com/samvera-labs/hyrax-iiif_av.git', branch: 'main'
Expand Down
Loading

0 comments on commit d321ce9

Please sign in to comment.