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: elasticpath/jsonapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: docs/meta
Choose a base ref
...
head repository: elasticpath/jsonapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 19 files changed
  • 6 contributors

Commits on Nov 25, 2021

  1. Merge pull request #27 from moltin/docs/meta

    Add `meta` to the list of permitted tag values in docs
    Rosalita authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    f892090 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. account for string null

    Carl Markham
    Carl Markham committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    49946ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from moltin/fix/MT-10499

    MT-10499 Account for string null on ints
    cheeryfella authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    03454d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. make sure empty slice is omitted

    Carl Markham
    Carl Markham committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7f8a719 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from moltin/feat/MT-10273

    MT-10273 Make sure empty slice is omitted
    cheeryfella authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7eb4461 View commit details
    Browse the repository at this point in the history
  3. Omit empty meta by default

    Carl Markham
    Carl Markham committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    4c76d54 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30 from moltin/feat/MT-10273

    MT-10273 Omit empty meta by default
    cheeryfella authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    c46b739 View commit details
    Browse the repository at this point in the history
  5. account for nil meta

    Carl Markham
    Carl Markham committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    ea49e4b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #31 from moltin/fix/MT-10273

    MT-10273 Account for nil meta
    cheeryfella authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    703ec99 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    6d7499c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from long-wan-ep/DEVOPS-3384

    [DEVOPS-3384] Change paths to github.com/elasticpath
    jccl authored May 17, 2022
    Configuration menu
    Copy the full SHA
    60f5906 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Allow for slices of slices (#35)

    Carl Markham
    Carl Markham authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    8c9afc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Fix pagination links (#36)

    - current link should always be present
    - first and last should always be present
    - prev missing on 2nd page under certain circumstances. Fixing it
    - next is missing on 2nd last page under certain circumstances. Fixing it
    FarhanShoukat authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    20605e4 View commit details
    Browse the repository at this point in the history
Loading