Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Tasks API - Add task cancelation capability #195

Merged
merged 77 commits into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
a37c3a3
Add cancel to task spec
alallema Oct 25, 2022
afc62a8
Remove missing error
alallema Oct 25, 2022
7f5435d
Fix typo on cancels
alallema Oct 25, 2022
a6f7d8f
Fix IndexUid always null
alallema Oct 26, 2022
ec98300
Update text/0060-tasks-api.md
alallema Oct 26, 2022
c0b651e
Update text/0060-tasks-api.md
alallema Oct 26, 2022
b83508f
Update text/0060-tasks-api.md
alallema Oct 26, 2022
29fe887
Update text/0060-tasks-api.md
alallema Oct 26, 2022
bbe0d4b
Update text/0060-tasks-api.md
alallema Oct 26, 2022
6b7c70e
Update text/0060-tasks-api.md
alallema Oct 26, 2022
44a59b3
Update text/0060-tasks-api.md
alallema Oct 26, 2022
5c94d5e
Update text/0060-tasks-api.md
alallema Oct 26, 2022
5326363
Update text/0060-tasks-api.md
alallema Oct 26, 2022
dfcf97f
Add canceledBy and missing_filters error
alallema Oct 26, 2022
376b013
Merge 11.1 filter iwth get and 11.2 filter with post
alallema Oct 26, 2022
c737c95
Specified every date filter
alallema Oct 26, 2022
168aee8
Change uid as integer and not as string
alallema Oct 26, 2022
fa84b90
Add auto-batching and error
alallema Oct 26, 2022
773acc9
Add new route task/cancel api-key
alallema Oct 26, 2022
5c7fa20
Add global task note
alallema Oct 26, 2022
de5388d
Update text/0060-tasks-api.md
alallema Oct 27, 2022
a181465
Update text/0060-tasks-api.md
alallema Oct 27, 2022
6ade973
Update text/0060-tasks-api.md
alallema Oct 27, 2022
fc5386f
Update text/0060-tasks-api.md
alallema Oct 27, 2022
b9fcc75
Update text/0060-tasks-api.md
alallema Oct 27, 2022
fcbc344
Update text/0060-tasks-api.md
alallema Oct 27, 2022
00ffee1
Update text/0060-tasks-api.md
alallema Oct 27, 2022
7bdac55
Update text/0060-tasks-api.md
alallema Oct 27, 2022
817ad82
Update text/0060-tasks-api.md
alallema Oct 27, 2022
1ddb802
Update text/0060-tasks-api.md
alallema Oct 27, 2022
0d7c782
Update text/0060-tasks-api.md
alallema Oct 27, 2022
b38fffe
Update text/0060-tasks-api.md
alallema Oct 27, 2022
f766bc5
Update text/0060-tasks-api.md
alallema Oct 27, 2022
a613c43
Update text/0060-tasks-api.md
alallema Oct 27, 2022
69c6451
Update text/0060-tasks-api.md
alallema Oct 27, 2022
f0a86be
Update text/0060-tasks-api.md
alallema Oct 27, 2022
dedf5b5
Update text/0060-tasks-api.md
alallema Oct 27, 2022
e7924a7
Update text/0060-tasks-api.md
alallema Oct 27, 2022
1f5f38b
Update text/0060-tasks-api.md
alallema Oct 27, 2022
d5dc590
Update text/0060-tasks-api.md
alallema Oct 27, 2022
cf055af
Update text/0060-tasks-api.md
alallema Oct 27, 2022
7320ce1
Update text/0060-tasks-api.md
alallema Oct 27, 2022
d87cc96
Update text/0061-error-format-and-definitions.md
alallema Oct 27, 2022
4f5502f
Modification due to review
alallema Oct 27, 2022
809ccb5
Modification due to review
alallema Oct 27, 2022
3be2aeb
Modification due to review
alallema Oct 27, 2022
0578265
Modification due to review
alallema Oct 27, 2022
e584dec
Fix global task link
alallema Oct 27, 2022
7d445be
Fix format link
alallema Oct 27, 2022
178c051
Add open-api modification
alallema Oct 27, 2022
933ed5b
Remove trailing space
alallema Oct 27, 2022
fa33ffc
Add clarification
gmourier Nov 2, 2022
1af2b07
Add errors definition
gmourier Nov 2, 2022
e0671d7
Update open-api.yml
gmourier Nov 2, 2022
a9dfcea
fix task uid query parameter name
gmourier Nov 2, 2022
e8b34ed
Fix collission between url path and query parameters
gmourier Nov 2, 2022
9056f3f
fmt open-api.yml
gmourier Nov 2, 2022
b4d3f75
Add telemetry details
gmourier Nov 2, 2022
aa6f9d7
Add 202_taskCancelation example
gmourier Nov 2, 2022
65dbac4
Update originalQuery to originalFilters and update missing_task_filte…
gmourier Nov 3, 2022
ae44e18
matchedTasks is computed when the task is enqueued
gmourier Nov 3, 2022
7b3734f
Apply suggestions from code review
gmourier Nov 3, 2022
6d8ee3a
Apply suggestions from code review
gmourier Nov 3, 2022
9859dc6
Recall explanation for filter query parameter and mentions that limit…
gmourier Nov 3, 2022
c0bf5bf
Fix typo in property name
gmourier Nov 3, 2022
3403292
Update query paramters name and related error codes when invalid
gmourier Nov 3, 2022
e9099f5
Fix missing part of error msg
gmourier Nov 3, 2022
58dbc76
Precise valid date formats
gmourier Nov 3, 2022
9043614
Add supported format for date filters in open-api.yml
gmourier Nov 15, 2022
680d847
Update open-api.yaml
gmourier Nov 15, 2022
80593b0
Update text/0060-tasks-api.md
gmourier Nov 15, 2022
198d6a4
fix typo
gmourier Nov 15, 2022
04ffeaf
Update open-api.yaml
gmourier Nov 21, 2022
f6a063d
Update text/0060-tasks-api.md
gmourier Nov 21, 2022
1253922
Update text/0060-tasks-api.md
gmourier Nov 23, 2022
9c6c396
Merge branch 'release-v0.30.0' into cancel-tasks-feature
gmourier Nov 29, 2022
15ac726
Tasks API - Add task deletion capability (#198)
gmourier Nov 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading