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

Remove Tasklist GraphQL API #4649

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
92d88b1
remove reference & sidebar
akeller Nov 22, 2024
9e19bc2
add removal announcement
akeller Nov 22, 2024
5f1a066
merge main
christinaausley Dec 3, 2024
f7870f0
remove tasklist graphql
christinaausley Dec 3, 2024
5e6a617
remove from sidebars
christinaausley Dec 3, 2024
86fef5f
adjust redirects
christinaausley Dec 3, 2024
ee73b57
Merge branch 'main' into remove-tasklist-graphql
christinaausley Dec 6, 2024
3ada74b
revert changes
christinaausley Dec 11, 2024
a0918f8
revert backporting
christinaausley Dec 11, 2024
11b31cd
remove backport
christinaausley Dec 11, 2024
3939eb1
a couple final fixes
christinaausley Dec 11, 2024
1c22f11
remove schemas and controllers
christinaausley Dec 11, 2024
9657415
Merge branch 'main' into remove-tasklist-graphql
christinaausley Dec 12, 2024
e4f04b2
Update versioned_docs/version-8.3/apis-tools/tasklist-api/tasklist-ap…
christinaausley Dec 12, 2024
0b0da39
fix broken links
christinaausley Dec 12, 2024
8ed32d7
remove /docs
christinaausley Dec 12, 2024
24f9574
remove a few more /docs
christinaausley Dec 12, 2024
865307c
one more link!
christinaausley Dec 12, 2024
fa7d995
format
christinaausley Dec 12, 2024
982813f
Update versioned_docs/version-8.3/apis-tools/tasklist-api/tasklist-ap…
christinaausley Dec 13, 2024
4ea284b
format and resolve comments
christinaausley Dec 16, 2024
b514424
try to resolve formatting
christinaausley Dec 16, 2024
8222010
adjust formatting
christinaausley Dec 17, 2024
23920f5
Update versioned_docs/version-8.4/apis-tools/tasklist-api/tasklist-ap…
christinaausley Dec 17, 2024
4a0c87c
Update versioned_docs/version-8.5/apis-tools/tasklist-api/tasklist-ap…
christinaausley Dec 17, 2024
3ef55a2
Update versioned_docs/version-8.6/apis-tools/tasklist-api/tasklist-ap…
christinaausley Dec 17, 2024
210eb59
Merge branch 'main' into remove-tasklist-graphql
christinaausley Dec 17, 2024
f953584
adjust optimize sidebars
christinaausley Dec 17, 2024
ae560c6
Update versioned_docs/version-8.3/apis-tools/tasklist-api/tasklist-ap…
christinaausley Dec 17, 2024
67828fb
Merge branch 'main' into remove-tasklist-graphql
christinaausley Dec 27, 2024
099432c
fix sidebar
christinaausley Dec 27, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default {
components: [
{
content:
'<style>\n.decision-item {\n font-size: 16px; \n margin-top: 0px;\n}\n\n.info-text {\n font-size: 12px;\n margin-top: 4px;\n color: #2e2e2;\n}\n</style>\n\n<div class="decision-item">\n Do you run or develop a custom task application, or plan to do so?\n</div>\n<div class="info-text">\nA custom task application means you are using the <a href="https://docs.camunda.io/docs/apis-tools/tasklist-api-rest/tasklist-api-rest-overview/">Tasklist API</a> (REST or GraphQL) or <a href="https://docs.camunda.io/docs/next/self-managed/concepts/exporters/">custom exporters</a> to manage user tasks.\n</div>',
'<style>\n.decision-item {\n font-size: 16px; \n margin-top: 0px;\n}\n\n.info-text {\n font-size: 12px;\n margin-top: 4px;\n color: #2e2e2;\n}\n</style>\n\n<div class="decision-item">\n Do you run or develop a custom task application, or plan to do so?\n</div>\n<div class="info-text">\nA custom task application means you are using the <a href="https://docs.camunda.io/docs/apis-tools/tasklist-api-rest/tasklist-api-rest-overview/">Tasklist REST API</a> or <a href="https://docs.camunda.io/docs/next/self-managed/concepts/exporters/">custom exporters</a> to manage user tasks.\n</div>',
label: "HTML",
type: "html",
layout: {
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading