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

Mark which fields should be arrays. #727

Merged
merged 23 commits into from
Feb 6, 2020
Merged

Commits on Dec 2, 2019

  1. Marks items as arrays if required.

    This is to aid code generation for languages that support array constructs.
    
    Note: This field is optional, the default value is false. Lack of field presence implies a value of false.
    codebrain committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    a6c6ba7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Merge branch 'master' into is-array-markers

    Mathieu Martin committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    524012a View commit details
    Browse the repository at this point in the history
  2. Add normalize: to schemas/readme.md...

    And minor cleanup
    Mathieu Martin committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    bbf8b42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    843e521 View commit details
    Browse the repository at this point in the history
  4. Space. The final frontier.

    Mathieu Martin committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    14f68ec View commit details
    Browse the repository at this point in the history
  5. Run make

    Mathieu Martin committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    1333792 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Merge branch 'master' into is-array-markers

    Mathieu Martin committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    13fd941 View commit details
    Browse the repository at this point in the history
  2. Pluralize observer addresses. They are legion.

    Mathieu Martin committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    7ffb59a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d935848 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Add a note to asciidoc on fields that should be arrays...

    Mathieu Martin committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    2ef945f View commit details
    Browse the repository at this point in the history
  2. Code format

    Mathieu Martin committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    e8bab5e View commit details
    Browse the repository at this point in the history
  3. changelog

    Mathieu Martin committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    d0611b1 View commit details
    Browse the repository at this point in the history
  4. Default field's 'normalize' setting to [], so we can depend on its pr…

    …esence
    Mathieu Martin committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    2339531 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2433b8b View commit details
    Browse the repository at this point in the history
  6. Add empty normalization column in csv, for multi-fields

    Mathieu Martin committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    9bceb90 View commit details
    Browse the repository at this point in the history
  7. Put normalization column before example column

    Mathieu Martin committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    c5025b6 View commit details
    Browse the repository at this point in the history
  8. Fix tests around defaults

    Mathieu Martin committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    ca3194b View commit details
    Browse the repository at this point in the history
  9. Fix incorrect attribute name to make file.attribute an array

    Mathieu Martin committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    b100f00 View commit details
    Browse the repository at this point in the history
  10. Don't make error.message an array field

    Mathieu Martin committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    15477c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3cf157f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Merge branch 'master' into is-array-markers

    Mathieu Martin committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    d0f0c16 View commit details
    Browse the repository at this point in the history
  2. Add the new empty normalize array to a recently added test

    Mathieu Martin committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    26f2255 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Merge branch 'master' into is-array-markers

    Mathieu Martin committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    a6df3de View commit details
    Browse the repository at this point in the history