-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Offline Nodes] Adds new library for offline tasks #13574
[Offline Nodes] Adds new library for offline tasks #13574
Commits on May 7, 2024
-
[Offline Nodes] Adds new library offline tasks
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for bf65b92 - Browse repository at this point
Copy the full SHA bf65b92View commit details -
add documentation & TaskWorker interface
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 1742088 - Browse repository at this point
Copy the full SHA 1742088View commit details -
add docstring for offline-tasks library
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 2efd394 - Browse repository at this point
Copy the full SHA 2efd394View commit details -
add TaskWorkerPlugin interface
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for d0b4983 - Browse repository at this point
Copy the full SHA d0b4983View commit details
Commits on May 8, 2024
-
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 152e28e - Browse repository at this point
Copy the full SHA 152e28eView commit details
Commits on May 9, 2024
-
move plugin interfaces to :server plugins namespace
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for dbf97ca - Browse repository at this point
Copy the full SHA dbf97caView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6eadca - Browse repository at this point
Copy the full SHA d6eadcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2beb11 - Browse repository at this point
Copy the full SHA a2beb11View commit details -
Configuration menu - View commit details
-
Copy full SHA for a304615 - Browse repository at this point
Copy the full SHA a304615View commit details -
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 9b19227 - Browse repository at this point
Copy the full SHA 9b19227View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 804fcb1 - Browse repository at this point
Copy the full SHA 804fcb1View commit details -
Add TaskStatus attribute of a Task and update CHANGELOG
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 9e48827 - Browse repository at this point
Copy the full SHA 9e48827View commit details -
Refactor list tasks : Add dedicated TaskListQueryParams
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 806edc8 - Browse repository at this point
Copy the full SHA 806edc8View commit details -
change claimTask signature to return boolean
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 25fa935 - Browse repository at this point
Copy the full SHA 25fa935View commit details
Commits on May 31, 2024
-
add new TaskStatus - UNASSIGNED, ASSIGNED, CANCELLED
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for a330bfd - Browse repository at this point
Copy the full SHA a330bfdView commit details -
add getTasks contract to accept TaskType as well
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 7c08662 - Browse repository at this point
Copy the full SHA 7c08662View commit details -
add builder for Task and add timestamp related attributes
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 34094a5 - Browse repository at this point
Copy the full SHA 34094a5View commit details -
add WorkerNode to Task to add assigned node information and provision…
… to record heartbeat time for a Task Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for a0cbd97 - Browse repository at this point
Copy the full SHA a0cbd97View commit details -
refactor TaskClient into TaskProducerClient and TaskManagerClient
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for aceb74d - Browse repository at this point
Copy the full SHA aceb74dView commit details
Commits on Jun 3, 2024
-
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for f50b167 - Browse repository at this point
Copy the full SHA f50b167View commit details
Commits on Jun 13, 2024
-
rename all occurences of claim to assign
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 8bfcb40 - Browse repository at this point
Copy the full SHA 8bfcb40View commit details -
add support to list task assignments from a separate store other than…
… Task Store Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 42f9e73 - Browse repository at this point
Copy the full SHA 42f9e73View commit details -
Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for bd2db78 - Browse repository at this point
Copy the full SHA bd2db78View commit details -
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 8e3385c - Browse repository at this point
Copy the full SHA 8e3385cView commit details -
separate out Task Clients based on different actors
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 1bd0b3b - Browse repository at this point
Copy the full SHA 1bd0b3bView commit details -
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for cc92cca - Browse repository at this point
Copy the full SHA cc92ccaView commit details
Commits on Jul 31, 2024
-
Merge branch 'main' into offline-tasks-library
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 09d6965 - Browse repository at this point
Copy the full SHA 09d6965View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37d81b1 - Browse repository at this point
Copy the full SHA 37d81b1View commit details
Commits on Aug 2, 2024
-
Merge branch 'main' into offline-tasks-library
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for ec76335 - Browse repository at this point
Copy the full SHA ec76335View commit details
Commits on Aug 4, 2024
-
Merge branch 'main' into offline-tasks-library
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 6470881 - Browse repository at this point
Copy the full SHA 6470881View commit details
Commits on Aug 5, 2024
-
support to update task status via Builder
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 3a84e95 - Browse repository at this point
Copy the full SHA 3a84e95View commit details
Commits on Aug 6, 2024
-
add tests for WorkerNode and TaskId
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for a1e3bc3 - Browse repository at this point
Copy the full SHA a1e3bc3View commit details
Commits on Aug 7, 2024
-
reword to remove offline keyword
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 21abf2a - Browse repository at this point
Copy the full SHA 21abf2aView commit details
Commits on Aug 9, 2024
-
gaurd plugin registration behind feature flag
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for cf26f01 - Browse repository at this point
Copy the full SHA cf26f01View commit details -
Merge branch 'main' into offline-tasks-library
Signed-off-by: Varun Bansal <bansvaru@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 9a87245 - Browse repository at this point
Copy the full SHA 9a87245View commit details