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

feat: add records find references command #16

Merged
merged 21 commits into from
Oct 7, 2024

Conversation

StevanFreeborn
Copy link
Owner

@StevanFreeborn StevanFreeborn commented Oct 7, 2024

closes #15

  • tests: rename test file and adjust formatting
  • chore: fix debug path
  • tests: rename test file
  • feat: add records command
  • feat: add find command
  • chore: update usings
  • feat: add records as sub command
  • feat: add references command
  • feat: add options for references command
  • docs: add note for records command
  • style: formatting
  • feat: register command and handler
  • feat: register records command
  • feat: implement getting all apps
  • feat: implement find references handler
  • fix: iterate sequentially

@StevanFreeborn StevanFreeborn self-assigned this Oct 7, 2024
@StevanFreeborn StevanFreeborn added the enhancement New feature or request label Oct 7, 2024
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.82%. Comparing base (8352d2d) to head (0ace798).
Report is 28 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
- Coverage   99.83%   99.82%   -0.02%     
==========================================
  Files          19       24       +5     
  Lines        1830     1706     -124     
  Branches       89      106      +17     
==========================================
- Hits         1827     1703     -124     
  Misses          2        2              
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@StevanFreeborn StevanFreeborn merged commit 7bc8a0e into main Oct 7, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Find Record References
1 participant