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

meta: Initial metadata support #261

Merged
merged 56 commits into from
Nov 18, 2021
Merged

meta: Initial metadata support #261

merged 56 commits into from
Nov 18, 2021

Commits on Nov 11, 2021

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

Commits on Nov 12, 2021

  1. meta: add groups.yml

    trombik committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    00eb8d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08128b6 View commit details
    Browse the repository at this point in the history
  3. meta: update metadata spec

    trombik committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    289f1f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01caf7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2376363 View commit details
    Browse the repository at this point in the history
  6. ci: create build_esp32_master job

    this fixes build error in master branch. finally, `make` build method is
    gone.
    trombik committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7a34e07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    050868f View commit details
    Browse the repository at this point in the history
  8. meta: fix group for ads111x

    UncleRus committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    542fcb3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    023c548 View commit details
    Browse the repository at this point in the history
  10. meta: add group methods

    trombik committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    f2dd904 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c305a09 View commit details
    Browse the repository at this point in the history
  12. meta: fix wrong regexp

    trombik committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7a4f05f View commit details
    Browse the repository at this point in the history
  13. meta: update specs

    trombik committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    ab610d6 View commit details
    Browse the repository at this point in the history
  14. ci: use documentation format in rspec output

    for readability.
    trombik committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    b8266da View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    77c3320 View commit details
    Browse the repository at this point in the history
  16. meta: update spec file

    trombik committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a19bb36 View commit details
    Browse the repository at this point in the history
  17. meta: fix invalid metadata

    trombik committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    26fc4c6 View commit details
    Browse the repository at this point in the history
  18. meta: document the test

    trombik committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    ea306c9 View commit details
    Browse the repository at this point in the history
  19. meta: fix Target resource in the class

    raise error when Strng is given
    trombik committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    44dcc62 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    55efaeb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. meta: s/components/metadata_array/

    the subject is not a component anymore, but `metadatas` is not correct
    English. use `_array` instead.
    trombik committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    ace562b View commit details
    Browse the repository at this point in the history
  2. meta: return Person object in Copyright#name

    also:
    * add helper methods, such as year?
    * show more descriptive error messages
    trombik committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    d1e9fb2 View commit details
    Browse the repository at this point in the history
  3. meta: make rubocop happy

    trombik committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    5e107eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eac7fb3 View commit details
    Browse the repository at this point in the history
  5. meta: fix validate_keys

    trombik committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    c49f27f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed6d992 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df67fbe View commit details
    Browse the repository at this point in the history
  8. meta: add author to Copyright

    which is semantically correct.
    trombik committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    8305d2f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5eeedc2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9388c37 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd8eb1a View commit details
    Browse the repository at this point in the history
  12. meta: remove skip form tests to fix a bug

    the bug is: when a component has two copyrights, and one has author,
    then thr other one is not tested to have a valid Person. this is because
    `skip` skips the example when one caused `unless copyright.author?` to
    be true. use `select` to ignore copyright without author.
    
    while here:
    
    use more `describe` to clarify what is being tested
    trombik committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    0e0a80b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9677a78 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    790f64f View commit details
    Browse the repository at this point in the history
  15. meta: always freeze constants

    trombik committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    077da15 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8c4e353 View commit details
    Browse the repository at this point in the history
  17. meta: document known issues

    trombik committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    f7b2dc0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0381022 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    7a7a091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e326099 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27032f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9362933 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5adaac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4afe76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c36fe5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d51807 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b652bfd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a5257db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d1d14a1 View commit details
    Browse the repository at this point in the history
  12. meta: remove DEVELOPER guard clause

    now that all components have .eil.yml
    trombik committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    bdb501d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d6f8b0 View commit details
    Browse the repository at this point in the history
  14. meta: fix a typo

    trombik committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    95624b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    735b466 View commit details
    Browse the repository at this point in the history
  2. meta: remove trash files

    UncleRus committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    99cc66c View commit details
    Browse the repository at this point in the history