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

More sorting and list field fixes #508

Merged
merged 1 commit into from
Aug 2, 2023
Merged

More sorting and list field fixes #508

merged 1 commit into from
Aug 2, 2023

Conversation

synfinatic
Copy link
Owner

  • Sorting by Profile was busted because we were loading ProfileFormat after sorting
  • Fix bug where we did not detect invalid field names for list
  • Generally clean up logic/code
  • Don't do SSO workflow for CSV since we don't report SSO Token expire time in CSV output
  • ListFields now deprecates AccountIdStr for AccountIdPad

Fixes: #503, #506

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Merging #508 (d41e7a8) into main (75e7dd5) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #508      +/-   ##
==========================================
+ Coverage   80.59%   80.64%   +0.05%     
==========================================
  Files          24       24              
  Lines        2818     2826       +8     
==========================================
+ Hits         2271     2279       +8     
  Misses        477      477              
  Partials       70       70              
Files Changed Coverage Δ
internal/predictor/predictor.go 83.33% <100.00%> (+1.03%) ⬆️
sso/roles.go 95.32% <100.00%> (-0.04%) ⬇️
sso/settings.go 75.96% <100.00%> (+0.34%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75e7dd5...d41e7a8. Read the comment docs.

- Sorting by Profile was busted because we were loading ProfileFormat
    after sorting
- Fix bug where we did not detect invalid field names for `list`
- Generally clean up logic/code
- Don't do SSO workflow for CSV since we don't report SSO Token expire
  time in CSV output
- ListFields now deprecates AccountIdStr for AccountIdPad

Fixes: #503, #506
@synfinatic synfinatic merged commit ae38bb2 into main Aug 2, 2023
@synfinatic synfinatic deleted the sorting branch August 2, 2023 19:37
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.

zero padding accountID is still broken in list / table columns != field names
1 participant