Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: timwis/jkan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: timwis/jkan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 18 commits
  • 41 files changed
  • 5 contributors

Commits on Mar 30, 2023

  1. Make categories into cards

    Lydia Scarf committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    cd1f7bf View commit details
    Browse the repository at this point in the history
  2. Make organizations into cards, rename grid styles

    Lydia Scarf committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    48f6433 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on Apr 11, 2023

  1. Fix mobile navbar dropdown functionality

    Some of the attributes changed with bootstrap 5. Also removed the redundant screen reader label (it's already present in the aria-label attribute and was showing on screens)
    timwis authored and BryanQuigley committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f4e3592 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Bump nokogiri from 1.13.9 to 1.14.3

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.14.3.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.13.9...v1.14.3)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BryanQuigley committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f2ab8f3 View commit details
    Browse the repository at this point in the history
  2. Bump commonmarker from 0.23.6 to 0.23.9

    Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.6 to 0.23.9.
    - [Release notes](https://github.com/gjtorikian/commonmarker/releases)
    - [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md)
    - [Commits](gjtorikian/commonmarker@v0.23.6...v0.23.9)
    
    ---
    updated-dependencies:
    - dependency-name: commonmarker
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BryanQuigley committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    fe47ee2 View commit details
    Browse the repository at this point in the history
  3. Bump activesupport from 6.0.6 to 6.0.6.1

    Bumps [activesupport](https://github.com/rails/rails) from 6.0.6 to 6.0.6.1.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md)
    - [Commits](rails/rails@v6.0.6...v6.0.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: activesupport
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BryanQuigley committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    17e34c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Upgrade to Jekyll 4.3

    Also updated bundler and ruby versions in Docker.
    
    Had to go through several iterations to get GitHub-metadata to work, as part of that:
     * Dropped Open in GitHub button from categories page as we don't generally want edits there.
     * GitHub edit link didn't work initially so reverted pending fix for jekyll/github-metadata#249.
    BryanQuigley committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f04e1f5 View commit details
    Browse the repository at this point in the history
  2. Update .ruby-version to 3.2.2

    timwis authored and BryanQuigley committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3487a81 View commit details
    Browse the repository at this point in the history
  3. Update other Jekyll plugins that might be required

    These were included as part of GH pages in 3.9.
    BryanQuigley committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3dcdfc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 14, 2023

  1. Robustness improvements

    Require yaml parsing for build, builds will fail if yaml
    isn't correct.
    
    switch to faster megalinter which should make it easier to do
    more future tests
    
    included some yaml prettier changes
    
    Resolves: #276
    BryanQuigley committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1758cab View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Drop IE11 support and remove unmaintained depends

    Aside from letting us drop the legacy build it also
    let's us drop the jquery-deparam dependency replacing
    with built-in urlSearchParams
    BryanQuigley committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    071ed3c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Switch from deprecated nodejs/npm install to just using the version b…

    …uilt-in to debian bookwarm
    
    It's nodejs 18.13.0
    BryanQuigley committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5912caf View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Bump versions so no GitHub deprecated warnings

    Credit to @adamdmharvey from opendataphilly contribution
    BryanQuigley committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    9788311 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Markdownify orgs and datasets

    This is mostly just adding markdownify around the notes/descriptions, but also
     * Removes edit/open in GitHub from the categories page
     * Adds a new Sample dataset for OpenDataPhilly.  Figured extra sample files could
       just be other JKAN instances.  This one test the use of markdown.
     * Added small amount of markdown to default sample org so we can see if it works there.
    BryanQuigley committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    aea153f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Upgrade ruby/gems/javascript

    Also some minor fixes to arch
    BryanQuigley committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    4779edc View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Keep improving CI (#292)

    Improve Linting, spelling, links and better control script
    
    this includes spellcheck for both other files and markdown
    updated lint script that has more options - including formatting
    enabled markdown link checker as the first pass on making sure links work
    update CI to only activate on changed files
    BryanQuigley authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    8101769 View commit details
    Browse the repository at this point in the history
Loading