feat: 315764 Add push action when RDP is created#397
Open
roma-valor wants to merge 5 commits into
Open
Conversation
roma-valor
force-pushed
the
feature/add-optional-push-to-create-rdp
branch
from
May 28, 2026 12:31
d05ce6e to
85f4ee4
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #397 +/- ##
===========================================
+ Coverage 97.05% 97.11% +0.06%
===========================================
Files 240 241 +1
Lines 10383 10587 +204
Branches 1175 1200 +25
===========================================
+ Hits 10077 10282 +205
+ Misses 142 141 -1
Partials 164 164 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
roma-valor
marked this pull request as ready for review
May 28, 2026 12:56
roma-valor
requested review from
datamik,
domdinicola and
vitali-yanushchyk-valor
May 28, 2026 12:58
domdinicola
approved these changes
May 28, 2026
roma-valor
marked this pull request as draft
June 1, 2026 14:52
roma-valor
force-pushed
the
feature/add-optional-push-to-create-rdp
branch
6 times, most recently
from
June 29, 2026 08:44
ac0cb32 to
867c689
Compare
roma-valor
marked this pull request as ready for review
June 29, 2026 09:06
roma-valor
force-pushed
the
feature/add-optional-push-to-create-rdp
branch
2 times, most recently
from
July 14, 2026 09:09
3dfec25 to
6c623f3
Compare
saxix
requested changes
Jul 14, 2026
roma-valor
force-pushed
the
feature/add-optional-push-to-create-rdp
branch
from
July 15, 2026 07:18
6c623f3 to
b09f956
Compare
saxix
requested changes
Jul 16, 2026
saxix
requested changes
Jul 16, 2026
roma-valor
force-pushed
the
feature/add-optional-push-to-create-rdp
branch
from
July 21, 2026 07:51
ab38bbd to
34eac71
Compare
datamik
approved these changes
Jul 21, 2026
roma-valor
force-pushed
the
feature/add-optional-push-to-create-rdp
branch
from
July 22, 2026 15:46
34eac71 to
641cab1
Compare
vitali-yanushchyk-valor
approved these changes
Jul 22, 2026
…or create & push rdp
roma-valor
force-pushed
the
feature/add-optional-push-to-create-rdp
branch
from
July 23, 2026 09:10
641cab1 to
8078cf4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Legal Boilerplate
AB#315764
When you run Create and Push, the action opens a configuration page with a form.
Currently, the form contains a single field: error threshold percentage required to allow the push.
This threshold defines the maximum acceptable error rate before the push is blocked. For example, if there are 300 records and 10 errors (tickets), the push is allowed because the error rate is below the configured threshold of 90% (i.e., only up to 30 errors would be acceptable).
If the number of errors exceeds the threshold, the push will not proceed.