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

Use Go parser to identify blocks in Go files #44

Merged
merged 60 commits into from
Nov 2, 2021

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    767ae7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8a9045 View commit details
    Browse the repository at this point in the history
  3. Adds tests for Markdown

    gdavison committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    787b04b View commit details
    Browse the repository at this point in the history
  4. Updates dependencies

    gdavison committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    a08fb88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b56dec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50fdda4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5624af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5a3c76 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0627990 View commit details
    Browse the repository at this point in the history
  10. Adds noDiff case to fmt test

    gdavison committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    c9a2753 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a5bb27 View commit details
    Browse the repository at this point in the history
  12. Renames Go test result files

    gdavison committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    06fdae7 View commit details
    Browse the repository at this point in the history
  13. Adds Markdown blocks tests

    gdavison committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    7d78e04 View commit details
    Browse the repository at this point in the history
  14. Adds Markdown diff tests

    gdavison committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    3519fcf View commit details
    Browse the repository at this point in the history
  15. Adds Markdown fmt tests

    gdavison committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    9100d90 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0a36daf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    078fa63 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ee002b7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f8aef66 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2cb1b58 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2ea97bb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6b38de5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2f14c46 View commit details
    Browse the repository at this point in the history
  24. Fix up

    gdavison committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    3f7dc8d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3607741 View commit details
    Browse the repository at this point in the history
  26. Renames test values

    gdavison committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    e4750ea View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3c087f1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    310b83f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c20717c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2c7320c View commit details
    Browse the repository at this point in the history
  31. Fixes linting errors

    gdavison committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    e36c2c1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1e2dfdb View commit details
    Browse the repository at this point in the history
  33. Updates test dependencies

    gdavison committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    b0010c4 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    54b7e67 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

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

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    f9d081d View commit details
    Browse the repository at this point in the history
  2. Makes testcases subtests

    gdavison committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    f633066 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a666303 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e52232f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2abd2f0 View commit details
    Browse the repository at this point in the history
  6. Adds golang block detection

    gdavison committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    6560e7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74727cd View commit details
    Browse the repository at this point in the history
  8. Uses Go AST for diff command

    gdavison committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    1b47eb2 View commit details
    Browse the repository at this point in the history
  9. Uses Go AST for fmt command

    gdavison committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    4885a81 View commit details
    Browse the repository at this point in the history
  10. Uses Go AST for upgrade012 command. Currently has a diff if the for…

    …matting shortens the block
    gdavison committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    2801941 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    afa4bd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Fix after rebase

    gdavison committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    7f108c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Merge branch 'master' into use-parsers

    # Conflicts:
    #	cli/blocks_test.go
    #	cli/cmds.go
    #	cli/diff_test.go
    #	cli/fmt_test.go
    #	cli/upgrade012_test.go
    #	lib/blocks/blockreader.go
    #	lib/blocks/blockreader_test.go
    #	lib/blocks/testdata/test1.go
    #	lib/blocks/testdata/test1_results.yaml
    gdavison committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    20bebd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    61e4af6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

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

Commits on Aug 19, 2020

  1. Adds test for diff reporting

    gdavison committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    dfba683 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    b941759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    802a1cd View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

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

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    5a96133 View commit details
    Browse the repository at this point in the history
  2. Fixes line endings

    gdavison committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    179d180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    511a7af View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    2b96167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e3cba3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    7f5d044 View commit details
    Browse the repository at this point in the history