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

Update to public release #24

Merged
merged 52 commits into from
Apr 11, 2024
Merged

Update to public release #24

merged 52 commits into from
Apr 11, 2024

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    64e618d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from crytic/fix-lsp-hooks

    use get_global_offset_from_line and fix returned locations
    broccolirob authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    8b18efd View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Add go to implementation function

    broccolirob committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    f17722f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Merge pull request #2 from crytic/go-to-impl

    Add go to implementation function
    broccolirob authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    755580e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    6525001 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from crytic/polling-increase

    Raise polling interval so workspace isn't constantly refreshing
    broccolirob authored May 1, 2023
    Configuration menu
    Copy the full SHA
    d5df277 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 20, 2024

  1. Merge pull request #9 from crytic/frabert/migrate-to-pyproject

    Declare dependencies and other metadata using `pyproject.toml` instead of `setup.py`
    frabert authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a509f63 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Migrate to pygls

    frabert committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8d7e188 View commit details
    Browse the repository at this point in the history
  2. Improve some request handlers

    frabert committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    16b17bf View commit details
    Browse the repository at this point in the history
  3. Update semantic-version

    frabert committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ded0352 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Refactor refresh logic

    frabert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    91c7335 View commit details
    Browse the repository at this point in the history
  2. Remove unused variables

    frabert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    550346d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab5d5b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    548f856 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    7e35647 View commit details
    Browse the repository at this point in the history
  2. Extract common functionality

    frabert committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    de95d1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd31bd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    8c78e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed6596d View commit details
    Browse the repository at this point in the history
  3. Add utility typedefs

    frabert committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d2cd166 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93117d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f51571 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22d8ccd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e50217 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Implement type hierarchy

    frabert committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cae9607 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deeb067 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a552820 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5234c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e15787 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b6fc93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    687b4d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c914576 View commit details
    Browse the repository at this point in the history
  9. Now we can remove this hack

    frabert committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5f336ed View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    605e026 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6f265c View commit details
    Browse the repository at this point in the history
  3. Update README

    frabert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    135472c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bca8d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7147072 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f66e4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfcfef0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8af2e2c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Populate pyproject fields

    frabert committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    05c97e8 View commit details
    Browse the repository at this point in the history
  2. Set up linting CI checks

    frabert committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    89aec95 View commit details
    Browse the repository at this point in the history
  3. Add pip-audit CI

    frabert committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1ae4b4e View commit details
    Browse the repository at this point in the history
  4. Add black CI

    frabert committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1d92eed View commit details
    Browse the repository at this point in the history
  5. Fix typo

    frabert committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    89a7a60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c91850 View commit details
    Browse the repository at this point in the history
  7. Remove old tests

    frabert committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    28ece24 View commit details
    Browse the repository at this point in the history
  8. Format

    frabert committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b972041 View commit details
    Browse the repository at this point in the history
  9. Fix pylint

    frabert committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b53791e View commit details
    Browse the repository at this point in the history
  10. Add publish CI

    frabert committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    bccb1e4 View commit details
    Browse the repository at this point in the history