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

299 bug not getting progressstatus on functions #305

Merged

Commits on Nov 24, 2022

  1. #299 creating new apex method to return the current status, and start…

    … changing mcdo_retrieveTable in order to handle the new method
    Daniel Ventura committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    a402218 View commit details
    Browse the repository at this point in the history
  2. #299 adding the other functions, but still with the window.setTimeout…

    … error
    Daniel Ventura committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    857e7fa View commit details
    Browse the repository at this point in the history
  3. #299 changed the from this.status to this.progressStatus

    Daniel Ventura committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    7dccdac View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. #299 change the mcdo_RunCopadoFunctionFromLWC.cls and mcdo_RetrieveTa…

    …ble.js to its previous state, once that this logic wont work, and will try to use the event's logic
    Daniel Ventura committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    638202b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. #299 - added some console.logs

    Castro Ventura, Daniel committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3b79faf View commit details
    Browse the repository at this point in the history
  2. #299 - updated some console.logs

    Castro Ventura, Daniel committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    89cc167 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. #299 adding a method in order to get the job progress

    Daniel Ventura committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    eecf6c0 View commit details
    Browse the repository at this point in the history
  2. #299 using that method to retrieve the job progress on the message ca…

    …ll back
    Daniel Ventura committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    ed2284e View commit details
    Browse the repository at this point in the history
  3. #299 changed the event that we are getting information about and chan…

    …ge the logic as well so it can get the appropriate data, but it still have a bug, it is refreshing the table before the event actually ended
    Daniel Ventura committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    b856c46 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. #299 changing logic to use both events, one to update the progress me…

    …ssages, and the other to refresh the table once it the retrieve is done. New bug: sometimes the messages get confused with some other job steps (I think)
    Daniel Ventura committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7286b49 View commit details
    Browse the repository at this point in the history
  2. #299 fixing the bug, it wasn't unsubscribing, and so it was continuin…

    …g to get message from the older subscriptions as well
    Daniel Ventura committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    4c774d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. #299: prototype of getResultIds

    still buggy; jobProgressWrapper & getJobProgress will be irrelevant when this works
    JoernBerkefeld committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    134ae1c View commit details
    Browse the repository at this point in the history
  2. #299 updating logic so we don't need to retrieve all the progress sta…

    …tus from database but just the latest result id, and use the events to get it basing itself on the retrieved resultId
    Daniel Ventura committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a80e128 View commit details
    Browse the repository at this point in the history
  3. #299 changing logic so it gets all the result ids from the jobExcepti…

    …onId
    Daniel Ventura committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    bf46ae6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    290bce3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    163e581 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47367b7 View commit details
    Browse the repository at this point in the history