feat: add base record filter and sort json flags#1228
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds ChangesRecord filtering and sorting via CLI flags
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1228 +/- ##
==========================================
+ Coverage 69.20% 69.22% +0.02%
==========================================
Files 634 635 +1
Lines 59517 59687 +170
==========================================
+ Hits 41188 41320 +132
- Misses 15014 15033 +19
- Partials 3315 3334 +19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@60f47b539f7276b88caf03389dd429840fd86298🧩 Skill updatenpx skills add zgz2048/cli#codex/base-record-filter-sort -y -g |
* feat: add base record filter and sort json flags * test: cover base record query flags
Summary
--filter-jsonand--sort-jsonto Base+record-listand+record-search@fileinput and view-compatible filter/sort JSON shapes, includingsort_confignormalization+data-queryfor aggregationValidation
go test ./shortcuts/basegit diff --checkgit diff --cached --checkSummary by CodeRabbit
New Features
Bug Fixes / Validation
Documentation
Tests