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

Init project #1

Merged
merged 113 commits into from
Aug 9, 2023
Merged

Init project #1

merged 113 commits into from
Aug 9, 2023

Commits on Jul 26, 2023

  1. Create codespace config

    spenserblack committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6985536 View commit details
    Browse the repository at this point in the history
  2. Initialize workspace

    spenserblack committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b2d4d37 View commit details
    Browse the repository at this point in the history
  3. Set up dependabot

    spenserblack committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    32a1691 View commit details
    Browse the repository at this point in the history
  4. Add CI

    spenserblack committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    090b4f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08a5b9f View commit details
    Browse the repository at this point in the history
  6. Rename job

    spenserblack committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0bf465a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e8e43b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    575b849 View commit details
    Browse the repository at this point in the history
  9. Format

    spenserblack committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2ffb1e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97951d9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7bb63d9 View commit details
    Browse the repository at this point in the history
  12. squash! TEMP Build code from data file

    Fix template errors
    spenserblack committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c4abbed View commit details
    Browse the repository at this point in the history
  13. Build analyzers

    spenserblack committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b2c99ab View commit details
    Browse the repository at this point in the history
  14. Build language enum

    spenserblack committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    95461b7 View commit details
    Browse the repository at this point in the history
  15. TEMP Build analyzer

    spenserblack committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    15b2074 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    a3e2a0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d376f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    899ba89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc1873f View commit details
    Browse the repository at this point in the history
  5. Revert "Exclude unnecessary files"

    This reverts commit bc1873f.
    spenserblack committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    27299a7 View commit details
    Browse the repository at this point in the history
  6. Revert "Test default analyzer generator"

    This reverts commit 899ba89.
    spenserblack committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    018e639 View commit details
    Browse the repository at this point in the history
  7. Revert "TEMP Add default analyzer generator"

    This reverts commit 7d376f2.
    spenserblack committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bf7e593 View commit details
    Browse the repository at this point in the history
  8. Revert "Add macro to build language enum"

    This reverts commit a3e2a0f.
    spenserblack committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8197694 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ef40ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    62cccfd View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Update TODO

    spenserblack committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5aa9572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d56bdc View commit details
    Browse the repository at this point in the history
  3. Format

    spenserblack committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    14a34f8 View commit details
    Browse the repository at this point in the history
  4. clippy --fix

    spenserblack committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0351af3 View commit details
    Browse the repository at this point in the history
  5. Add matching by regex

    spenserblack committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    dc46df7 View commit details
    Browse the repository at this point in the history
  6. Add iter

    spenserblack committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ebe1875 View commit details
    Browse the repository at this point in the history
  7. Set up coverage

    spenserblack committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b6042df View commit details
    Browse the repository at this point in the history
  8. Add matrix.os as flag

    spenserblack committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    251ec2a View commit details
    Browse the repository at this point in the history
  9. Use tarpaulin

    spenserblack committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    965cf93 View commit details
    Browse the repository at this point in the history
  10. Fix makefile test

    spenserblack committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d4ae3cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cccc89a View commit details
    Browse the repository at this point in the history
  12. Add badges

    spenserblack committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d288d30 View commit details
    Browse the repository at this point in the history
  13. Reimplement matchers

    spenserblack committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ced61a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Add shebang matcher

    spenserblack committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    75f2ffc View commit details
    Browse the repository at this point in the history
  2. Group cmd pattern

    spenserblack committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    5586cc2 View commit details
    Browse the repository at this point in the history
  3. Format on save

    spenserblack committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    6e26cff View commit details
    Browse the repository at this point in the history
  4. Add Analyzers::check

    spenserblack committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    c029a28 View commit details
    Browse the repository at this point in the history
  5. Test multiple matches

    spenserblack committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    f551879 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    662ec67 View commit details
    Browse the repository at this point in the history
  7. Revert "Switch to actions-rs/tarpaulin"

    This action doesn't seem to work with the latest tarpaulin releases.
    
    This reverts commit 662ec67.
    spenserblack committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    4367c22 View commit details
    Browse the repository at this point in the history
  8. Use IndexSet

    spenserblack committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    a878eed View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    280e9c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9bbaa5 View commit details
    Browse the repository at this point in the history
  3. Install tarpaulin after tests pass

    To avoid slow install for a doomed CI.
    spenserblack committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0cc6dd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa6b886 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    spenserblack committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    844ac22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cf83b6 View commit details
    Browse the repository at this point in the history
  7. Change priority to u8

    spenserblack committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7f20c6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4a1221 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58964ef View commit details
    Browse the repository at this point in the history
  10. Alphabetize header

    spenserblack committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c7f4d17 View commit details
    Browse the repository at this point in the history
  11. Add script to check languages file

    Closes #2
    spenserblack committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e532f33 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1a14296 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    6467b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea24407 View commit details
    Browse the repository at this point in the history
  3. Add TODO

    spenserblack committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    96f5d22 View commit details
    Browse the repository at this point in the history
  4. Escape regex

    spenserblack committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    410b710 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9345c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df2b107 View commit details
    Browse the repository at this point in the history
  7. Add by_shebang method

    spenserblack committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    54455a0 View commit details
    Browse the repository at this point in the history
  8. Add analyzer test

    spenserblack committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1d039dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2032829 View commit details
    Browse the repository at this point in the history
  10. Remove dbg!

    spenserblack committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4702a14 View commit details
    Browse the repository at this point in the history
  11. Remove mut references

    spenserblack committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f54e6f9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ef3f99 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c69c104 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5c02660 View commit details
    Browse the repository at this point in the history
  15. Implement heuristics

    spenserblack committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f5e58fa View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Add pick method

    spenserblack committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    83cb421 View commit details
    Browse the repository at this point in the history
  2. Fix extension

    spenserblack committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    745c9e6 View commit details
    Browse the repository at this point in the history
  3. fixup! Add pick method

    spenserblack committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9d1399e View commit details
    Browse the repository at this point in the history
  4. Remove add function

    spenserblack committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7c90c6f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    d819635 View commit details
    Browse the repository at this point in the history
  2. Ignore .snap.new files

    spenserblack committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3f12335 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b70b980 View commit details
    Browse the repository at this point in the history
  4. Rename Cli to CLI

    spenserblack committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    fd8405d View commit details
    Browse the repository at this point in the history
  5. Create Builder

    spenserblack committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e048abf View commit details
    Browse the repository at this point in the history
  6. fixup! Create Builder

    spenserblack committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    325c8fd View commit details
    Browse the repository at this point in the history
  7. Add analysis method

    spenserblack committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8455bbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a88a086 View commit details
    Browse the repository at this point in the history
  9. Add test on JS branch

    spenserblack committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    49c49b6 View commit details
    Browse the repository at this point in the history
  10. Add Entry::size

    spenserblack committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    47e7cf0 View commit details
    Browse the repository at this point in the history
  11. Handle non-blob entries

    spenserblack committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    617e63a View commit details
    Browse the repository at this point in the history
  12. Add TODO

    spenserblack committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2530b5d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Fix test

    spenserblack committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f98ef46 View commit details
    Browse the repository at this point in the history
  2. Walk entire tree

    spenserblack committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2a6c44c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99d649b View commit details
    Browse the repository at this point in the history
  4. Remove dbg!

    spenserblack committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e77b763 View commit details
    Browse the repository at this point in the history
  5. Code cleanup

    spenserblack committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3c26d73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b1719e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a1ec50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3388e5d View commit details
    Browse the repository at this point in the history
  9. Set up CLI

    spenserblack committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9530247 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d68ca7a View commit details
    Browse the repository at this point in the history
  11. Include size in output

    spenserblack committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4ded3ed View commit details
    Browse the repository at this point in the history
  12. Alphabetize

    spenserblack committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    668317d View commit details
    Browse the repository at this point in the history
  13. Clippy & format

    spenserblack committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    24b44f1 View commit details
    Browse the repository at this point in the history
  14. Use indexmap

    spenserblack committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cefc278 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f177302 View commit details
    Browse the repository at this point in the history
  16. Add detectable field

    spenserblack committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cd69ee1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    58d52b3 View commit details
    Browse the repository at this point in the history
  18. Add HTML

    spenserblack committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1ce6f78 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    79655f7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8ab4b89 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7950ded View commit details
    Browse the repository at this point in the history
  22. Test language override

    spenserblack committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ecef344 View commit details
    Browse the repository at this point in the history
  23. format

    spenserblack committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b46225d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    892807a View commit details
    Browse the repository at this point in the history