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

Add features #4

Merged
merged 48 commits into from
Oct 3, 2019
Merged

Add features #4

merged 48 commits into from
Oct 3, 2019

Commits on Sep 3, 2019

  1. Add SPDX upgrade cmd

    Jake-Shadle committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    95099f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52c5afd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e78a159 View commit details
    Browse the repository at this point in the history
  4. Add some basic tests

    Jake-Shadle committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    57d2c36 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    18d8683 View commit details
    Browse the repository at this point in the history
  2. Add lexer

    This is basically the same lexer introduced
    in ehuss/license-exprs#29
    Jake-Shadle committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    e8b826c View commit details
    Browse the repository at this point in the history
  3. Add parser

    Jake-Shadle committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    5edfc1c View commit details
    Browse the repository at this point in the history
  4. Add AllowedLicense

    Jake-Shadle committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    7aa4bc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    cb23307 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c4c7d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eb33a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    256ceb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    915868f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9333a60 View commit details
    Browse the repository at this point in the history
  7. Add osi/fsf test

    Jake-Shadle committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    2a74626 View commit details
    Browse the repository at this point in the history
  8. Fixup lexer tests

    Jake-Shadle committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    588f554 View commit details
    Browse the repository at this point in the history
  9. Cleanup tests

    Jake-Shadle committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    b2a3a23 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5100e5b View commit details
    Browse the repository at this point in the history
  11. Clarify version function

    Jake-Shadle committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    e920424 View commit details
    Browse the repository at this point in the history
  12. Cleanup macro

    Jake-Shadle committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    46b6cc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Sorry!

    Jake-Shadle committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    c0afc77 View commit details
    Browse the repository at this point in the history
  2. Rename AllowedLicense -> Licensee

    ...but I still don't like the name
    Jake-Shadle committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    398e9c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62898b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd63ef2 View commit details
    Browse the repository at this point in the history
  5. Improve ergonomics of valid expression

    Also, capture the spans in the original
    string where a license requirement
    resides
    Jake-Shadle committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    ff07d17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    946e4aa View commit details
    Browse the repository at this point in the history
  7. Cleanup

    Jake-Shadle committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    20c0596 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a1eb58 View commit details
    Browse the repository at this point in the history
  9. Update tests

    Jake-Shadle committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    e99a803 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Rustfmt

    Jake-Shadle committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    92cfec8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70a8e6c View commit details
    Browse the repository at this point in the history
  3. Rustfmt

    Jake-Shadle committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    0e2e7f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4298ca View commit details
    Browse the repository at this point in the history
  5. Name steps

    Jake-Shadle committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    7b9def3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64e094b View commit details
    Browse the repository at this point in the history
  7. Cleanup

    Jake-Shadle committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    c148fa3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    106592a View commit details
    Browse the repository at this point in the history
  9. Use github actions badge

    Jake-Shadle committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    a1315db View commit details
    Browse the repository at this point in the history
  10. Split build from test

    Jake-Shadle committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    9f9a78e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eabb170 View commit details
    Browse the repository at this point in the history
  12. Remove unnecessary refs

    Jake-Shadle committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    0c6b607 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Fix unreleased link

    Jake-Shadle committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    c33d613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de26cc6 View commit details
    Browse the repository at this point in the history
  3. Add super basic intro

    Jake-Shadle committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    67f53b4 View commit details
    Browse the repository at this point in the history
  4. Oops

    Jake-Shadle committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    c7b021f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2af868d View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG

    Jake-Shadle committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    fe5c7b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42069b2 View commit details
    Browse the repository at this point in the history