Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to v4.0.0 #102

Merged
merged 22 commits into from
Apr 14, 2023
Merged

Upgrade to v4.0.0 #102

merged 22 commits into from
Apr 14, 2023

Commits on Feb 15, 2022

  1. Bump follow-redirects from 1.14.7 to 1.14.8

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    b083531 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    2543358 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. update solr files

    copied over new code from the v4.0.0-rc2 version to the files `schema.xml` and `solrconfig.xml`
    rmseifried committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    248078c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    5e68991 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Bump json5 from 1.0.1 to 1.0.2

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    33bf2a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Bump minimist from 1.2.5 to 1.2.8

    Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    2467281 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. initial update to v.4.0

    Made core code changes to get application up to v4.0, following the upgrade guide: https://geoblacklight.org/docs/upgrading/Upgrading_to_version_4_0/
    rmseifried committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b8f91b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. aesthetic updates

    closes #73
    closes #74
    
    - moves IIIF box below metadata
    - removes GeoBlacklight version from home page
    - changes branding/name
    - fixes links in navigation bar and footer
    rmseifried committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d387e5c View commit details
    Browse the repository at this point in the history
  2. add "collection support" relation support

    Copied code from Big Ten Geoportal
    rmseifried committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    3b0e717 View commit details
    Browse the repository at this point in the history
  3. add icons to collection records

    Also updates branding when viewing on mobile
    rmseifried committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    1b51669 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. rearrange facets

    rmseifried committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    a7440e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Update robots.txt

    rmseifried committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    2aae305 View commit details
    Browse the repository at this point in the history
  2. Update homepage_test.rb

    rmseifried committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    aa8d446 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8c0e19 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    d9c699e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b52e3b3 View commit details
    Browse the repository at this point in the history
  3. final 4.0 vanilla code update

    Did not work with ruby 2.7, rails 6.1 (possibly because dependencies weren't updated). Works now with ruby and rails upgrades.
    rmseifried committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c6f50b0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #99 from umass-gis/dependabot/npm_and_yarn/minimis…

    …t-1.2.8
    
    Bump minimist from 1.2.5 to 1.2.8
    rmseifried committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    5ebe9bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c518da1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #100 from umass-gis/dependabot/npm_and_yarn/json5-…

    …1.0.2
    
    Bump json5 from 1.0.1 to 1.0.2
    rmseifried committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    e351c9e View commit details
    Browse the repository at this point in the history
  7. update puma

    rmseifried committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    f3fb505 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #101 from umass-gis/dependabot/npm_and_yarn/follow…

    …-redirects-1.14.8
    
    Bump follow-redirects from 1.14.7 to 1.14.8
    rmseifried committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    8e97daa View commit details
    Browse the repository at this point in the history