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 support for detecting tests in source files, and implement it for Rust #11195

Merged
merged 31 commits into from
May 5, 2024

Commits on Apr 25, 2024

  1. Wire in new language query

    Restore live updating language queries
    mikayla-maki committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a60785c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f9780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fade2f4 View commit details
    Browse the repository at this point in the history
  4. Fix up CI

    osiewicz authored and mikayla-maki committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    266949d View commit details
    Browse the repository at this point in the history
  5. fixup! Fix up CI

    osiewicz authored and mikayla-maki committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dee6b56 View commit details
    Browse the repository at this point in the history
  6. Wire through inventory querying

    Co-authored-by: Mikayla <mikayla@zed.dev>
    osiewicz and mikayla-maki committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3d41adf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8aac108 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4abd55d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    551c5ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d05ee9 View commit details
    Browse the repository at this point in the history
  3. Strip unused deps

    osiewicz committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    893b0eb View commit details
    Browse the repository at this point in the history
  4. fix clippy lint

    osiewicz committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c128c3a View commit details
    Browse the repository at this point in the history
  5. Remove TestTaskSource

    osiewicz committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e4781ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af555a6 View commit details
    Browse the repository at this point in the history
  7. Remove moot import

    osiewicz committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    de0c8bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6486bb7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    527b295 View commit details
    Browse the repository at this point in the history
  10. Fix up compilation

    osiewicz committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c62010a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    2f651a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58411c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cd200c View commit details
    Browse the repository at this point in the history
  4. Fix papercuts

    - With OG code actions, check line number of active actions menu before deciding whether to use 'selected' color for code actions bolt (fixes: wrong color of bolt when both test indicator and code action bolt is visible)
    - Fixed position of code actions menu when clicking on not-yet-selected line (it is currently attached to current line).
    - Fixed usage of cmd-. with code actions (we did not wire through row number properly prior to that and tasks didn't show up when opening the context menu through keybind.
    - Wire through selected status for task indicator.
    osiewicz committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    339154f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Add one-click spawning of tasks when there's just one candidate

    Additionally, fix a bug where the task menu would pick up code actions from currently focused line, even when it may not be applicable to that task menu.
    osiewicz committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    07ec027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e5f91 View commit details
    Browse the repository at this point in the history
  3. Clippy fixes

    osiewicz committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8d444c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e9e842 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a4710d View commit details
    Browse the repository at this point in the history
  6. Remove row type alias

    osiewicz committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f8222c8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    9e92b60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a4fa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2094697 View commit details
    Browse the repository at this point in the history