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

Support for CKAN 2.11 #413

Merged
merged 8 commits into from
Jun 27, 2024
Merged

Support for CKAN 2.11 #413

merged 8 commits into from
Jun 27, 2024

Commits on Jun 13, 2024

  1. Enable master (2.11) tests

    amercader committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d6b2b93 View commit details
    Browse the repository at this point in the history
  2. Upgrade action versions

    amercader committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e835d52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    318f033 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9fb899 View commit details
    Browse the repository at this point in the history
  5. Adapt functional tests to change in auth handling

    Starting from CKAN 2.11 test client calls are authenticated via
    `headers={"Authorization": token}` rather than
    `environ_overrides={"Authorization": token}`. Created some helper
    functions to handle different CKAN versions from a single place. Also
    there is a new form in the page so index-based selectors needed to be
    updated.
    amercader committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    604fb67 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    65ae24d View commit details
    Browse the repository at this point in the history
  2. Replace wrong plugin

    amercader committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0983735 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Update image tags

    amercader committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a64ec05 View commit details
    Browse the repository at this point in the history