I'm afraid it's not currently possible to modify ordering or grouping on the changes ordering. Feel free to open an issue in our tracker if you would like to have it available as an option: https://youtrack.jetbrains.com/issues/TW , but please consider that we use a consistent ordering for all different scenarios, so it's unlikely to be implemented soon, as it would require a lot of new logic.
would it be possible to show Pending Changes in the GUI according to trigger rules?
Example: If I have following trigger rules:
Date/Time: Cron command: 0 30 17 ? * 1-7 * (Server Time Zone - CET Europe/Berlin) Will trigger builds in branches matched by filter: +:<default> Triggers only if there are pending changes satisfying trigger rules: +:root=VCS_ID_A;comment=^(?!some_text).*:** -:root=VCS_ID_B:**
then I do not want to see changes for VCS_ID_A with text "some_text" in comment and all changes for VCS_ID_B in the "Pending Changes" part of the GUI.
Hi Gabriel,
I'm afraid it's not currently possible to modify ordering or grouping on the changes ordering. Feel free to open an issue in our tracker if you would like to have it available as an option: https://youtrack.jetbrains.com/issues/TW , but please consider that we use a consistent ordering for all different scenarios, so it's unlikely to be implemented soon, as it would require a lot of new logic.
Hello, one more question:
would it be possible to show Pending Changes in the GUI according to trigger rules?
Example: If I have following trigger rules:
Date/Time: Cron command: 0 30 17 ? * 1-7 * (Server Time Zone - CET Europe/Berlin)
Will trigger builds in branches matched by filter:
+:<default>
Triggers only if there are pending changes satisfying trigger rules:
+:root=VCS_ID_A;comment=^(?!some_text).*:**
-:root=VCS_ID_B:**
then I do not want to see changes for VCS_ID_A with text "some_text" in comment and all changes for VCS_ID_B in the "Pending Changes" part of the GUI.
Is it possible?
Thanks & regards,
Gabriel.