feat: added no-merge flag to sync, diff, apply command#1994
feat: added no-merge flag to sync, diff, apply command#1994Prashansa-K wants to merge 4 commits intomainfrom
Conversation
861aeba to
5ced645
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1994 +/- ##
==========================================
- Coverage 32.92% 32.14% -0.79%
==========================================
Files 77 77
Lines 6988 7149 +161
==========================================
- Hits 2301 2298 -3
- Misses 4504 4667 +163
- Partials 183 184 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5ced645 to
ecaf404
Compare
|
Holding off on merge:
|
3c83085 to
7f8ab0b
Compare
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
--no-merge flag enables deck to process the files passed one by one, rather than merging them all together and send as a whole. This is useful in case entities are split across multiple files with different select-tags. Merging would tag all entities with the mentioned select-tags. A no-merge option bypasses this issue. It also keeps our request urls sent to admin-api under maxLength
79b19dc to
2767d6d
Compare
|
Will add more tests to this to cover directory traversal and duplicates checking. |
--no-merge flag enables deck to process the
files passed one by one, rather than merging
them all together and send as a whole.
This is useful in case entities are split
across multiple files with different
select-tags. Merging would tag all entities
with the mentioned select-tags. A no-merge
option bypasses this issue. It also keeps our
request urls sent to admin-api under maxLength
Basing this over 3.13 and 3.14 branch tests branch and tests/konnect to avoid conflicts later.