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

[FEATURE] filter event messages by result id / job step id #200

Closed
JoernBerkefeld opened this issue Oct 18, 2022 · 2 comments · Fixed by #305
Closed

[FEATURE] filter event messages by result id / job step id #200

JoernBerkefeld opened this issue Oct 18, 2022 · 2 comments · Fixed by #305
Labels
apex enhancement New feature or request LWC sfdc
Milestone

Comments

@JoernBerkefeld
Copy link
Collaborator

as of now we are showing all messages in the event channel, which can lead to the retrieveTable page showing parallel running commit or deploys.
we will need to write an apex getter based on having the job execution id that returns either the result id or the job id.
with that, we could then use response.data.payload.copado__Topic_Uri__c which, for updates always has this format:

"/events/copado/v1/step-monitor/"+ resulted

mcdo_RetrieveTable.js > subscribeToCompletionEvent() needs to be updated with that filter

@JoernBerkefeld
Copy link
Collaborator Author

JoernBerkefeld commented Oct 29, 2022

Duplicate of #191

@JoernBerkefeld JoernBerkefeld closed this as not planned Won't fix, can't repro, duplicate, stale Oct 29, 2022
@JoernBerkefeld JoernBerkefeld marked this as a duplicate of #191 Oct 29, 2022
@JoernBerkefeld
Copy link
Collaborator Author

Duplicate of #299

@JoernBerkefeld JoernBerkefeld marked this as a duplicate of #299 Dec 5, 2022
@JoernBerkefeld JoernBerkefeld linked a pull request Dec 5, 2022 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apex enhancement New feature or request LWC sfdc
Projects
None yet
1 participant