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 file mode columns to stats table-valued-function #379

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

patrickdevivo
Copy link
Contributor

Adds old_file_mode and new_file_mode columns to stats table. These can be:

  • unknown
  • none
  • regular_file
  • symbolic_link
  • git_link

This matches what was done here: mergestat/mergestat#321

Adds `old_file_mode` and `new_file_mode` columns to `stats` table. These can be:

- `unknown`
- `none`
- `regular_file`
- `symbolic_link`
- `git_link`

This matches what was done here: mergestat/mergestat#321
@patrickdevivo patrickdevivo requested a review from a team as a code owner April 11, 2023 18:02
@patrickdevivo patrickdevivo enabled auto-merge April 11, 2023 18:07
@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Merging #379 (5116d87) into main (083a2b0) will decrease coverage by 0.13%.
The diff coverage is 60.00%.

@@            Coverage Diff             @@
##             main     #379      +/-   ##
==========================================
- Coverage   71.04%   70.92%   -0.13%     
==========================================
  Files          57       57              
  Lines        4445     4461      +16     
==========================================
+ Hits         3158     3164       +6     
- Misses        918      928      +10     
  Partials      369      369              
Impacted Files Coverage Δ
extensions/internal/git/native/stats.go 57.71% <60.00%> (-2.04%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@patrickdevivo patrickdevivo merged commit 8db60b0 into main Apr 11, 2023
@patrickdevivo patrickdevivo deleted the feat/add-file-modes-to-stats branch April 11, 2023 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants