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

expose links to all export formats via Signposting #11045

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    5a3291b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94ac92f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a24a4c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    ca93d60 View commit details
    Browse the repository at this point in the history
  2. fix test and update changelog about schema.org content type change #1…

    …0542
    
    The test file is used in InfoIT#testGetExportFormats
    pdurbin committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a92366e View commit details
    Browse the repository at this point in the history
  3. fix broken header #10542

    pdurbin committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8a0102b View commit details
    Browse the repository at this point in the history
  4. remove baseurl to get test to pass on Jenkins #10542

    Before this PR...
    
    In development:
    
    Expected: is "http://localhost:8080/dataset.xhtml?persistentId=doi:10.5072/FK2/6A3292"
      Actual: is "http://localhost:8080/dataset.xhtml?persistentId=doi:10.5072/FK2/6A3292"
    
    On Jenkins
    
    Expected: is "http://localhost:8080/dataset.xhtml?persistentId=doi:10.5072/FK2/6A3292"
      Actual: http://ec2-3-225-221-142.compute-1.amazonaws.com/dataset.xhtml?persistentId=doi:10.5072/FK2/6A3292
    
    So we'll change to just "endsWith" since we aren't actually testing the baseurl,
    just the datasetPid which we fixed up in ca93d60.
    pdurbin committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f704651 View commit details
    Browse the repository at this point in the history