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

Core skeleton #1

Merged
merged 34 commits into from Apr 12, 2019
Merged

Core skeleton #1

merged 34 commits into from Apr 12, 2019

Commits on Mar 28, 2019

  1. Created a skeleton of the core library.

    More rules can be now added to it.
    Mingzhi Lin committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    6ca6176 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Added rule in-line disabling.

    Mingzhi Lin committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    d13d54f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Configuration menu
    Copy the full SHA
    faa542f View commit details
    Browse the repository at this point in the history
  2. Fixed wrong check function.

    mingzhi committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    ded05fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa921cc View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Configuration menu
    Copy the full SHA
    5cb0a2d View commit details
    Browse the repository at this point in the history
  2. Used go mod

    mingzhi committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    298b7cb View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Rewrote protovisit.

    Mingzhi Lin committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    685e712 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    0842f9d View commit details
    Browse the repository at this point in the history
  2. Added more tests and cleared names.

    Mingzhi Lin committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    6e6c9d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d510581 View commit details
    Browse the repository at this point in the history
  4. Rewrote rule checkers.

    mingzhi committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    5afe6da View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

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

Commits on Apr 11, 2019

  1. Added gitignore

    robcapo committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    ffdc046 View commit details
    Browse the repository at this point in the history
  2. Removed rules

    robcapo committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    9923cc7 View commit details
    Browse the repository at this point in the history
  3. Removed protovisit

    robcapo committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    cc20751 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3246993 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from jgeewax/start_location_factory

    Changed StartLocation to a factory
    mingzhi committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    bfe53b6 View commit details
    Browse the repository at this point in the history
  6. remove cmd, we will rewrite it later

    Mingzhi Lin committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    a0514f1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6 from jgeewax/remove-cmd

    remove cmd, we will rewrite it later
    robcapo committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    8e01b24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63b7abf View commit details
    Browse the repository at this point in the history
  9. Added getters for Request and creating a Request from file descriptor…

    … proto.
    Mingzhi Lin committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    7183941 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Merge pull request #7 from jgeewax/update-request

    Removed context and updated tests for DescriptorSource
    robcapo committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    c16bc2b View commit details
    Browse the repository at this point in the history
  2. Made NewDescriptorSource a private function.

    Mingzhi Lin committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    4a0bba0 View commit details
    Browse the repository at this point in the history
  3. Removed unused error

    robcapo committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    b88445c View commit details
    Browse the repository at this point in the history
  4. Renamed error

    robcapo committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    f3be115 View commit details
    Browse the repository at this point in the history
  5. Added an error for invalid spans, returning it if a span is provided …

    …with invalid number of elements.
    robcapo committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    21623cb View commit details
    Browse the repository at this point in the history
  6. Added more tests for source.

    Mingzhi Lin committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    b0c0f95 View commit details
    Browse the repository at this point in the history
  7. Made error package private

    robcapo committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    6a1a362 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #8 from jgeewax/remove_unused_error

    Removed unused error
    mingzhi committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    e4ccca5 View commit details
    Browse the repository at this point in the history
  9. Improved error message

    robcapo committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    ee2280f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #9 from jgeewax/update-request

    Added more tests and made `NewDescriptorSource` private.
    mingzhi committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    88b5f67 View commit details
    Browse the repository at this point in the history
  11. Moved span error inline

    robcapo committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    90d7eb1 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #10 from jgeewax/span_error

    Added `errInvalidSpan`
    mingzhi committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    4eabf74 View commit details
    Browse the repository at this point in the history