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

Epic 1748 doc ref handling #3361

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Conversation

johnBgood
Copy link
Contributor

Description

Related issues

closes #

Checklist

  • PR has a milestone or the no milestone label.

chillleader and others added 6 commits August 29, 2024 14:19
* wip

(cherry picked from commit a57e940)

* wip

(cherry picked from commit 5634aea)

* prepare end-to-end draft

(cherry picked from commit 92ec79f)

* prepare end-to-end draft

(cherry picked from commit 5a808bd)

* rework deserializers

(cherry picked from commit 0b0a558)

* incorporate feedback, move jackson code into a separate module

* clean up accidental change

* naming adjustments

* lint

* remove extra dollar sign

* remove extra dollar sign
…different package (#3149)

* refactor: move document stuff to a different module

---------

Co-authored-by: Jonathan Roques <[email protected]>
#2976)

* feat(doc-handling): Some investigations to use documents in the REST connector
@github-actions github-actions bot temporarily deployed to connectors-epic-1748-doc-r-c8sm September 26, 2024 13:24 Destroyed
this(
secretProvider,
validationProvider,
new DocumentFactoryImpl(InMemoryDocumentStore.INSTANCE),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should always expect this parameter to be passed in.

@github-actions github-actions bot temporarily deployed to connectors-epic-1748-doc-r-c8sm September 26, 2024 13:38 Destroyed
return new CamundaDocument(
camundaDocumentReference.metadata(), camundaDocumentReference, documentStore);
}
if (reference instanceof ExternalDocumentReference ignored) {

Check notice

Code scanning / CodeQL

Unread local variable Note

Variable 'ExternalDocumentReference ignored' is never read.

boolean matches(DocumentOperation operationReference);

Object execute(DocumentOperation operationReference, Document document);

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'operationReference' is never used.
@github-actions github-actions bot temporarily deployed to connectors-epic-1748-doc-r-c8sm September 27, 2024 07:18 Destroyed
@github-actions github-actions bot had a problem deploying to connectors-epic-1748-doc-r-c8sm September 30, 2024 09:19 Failure
Copy link
Contributor

🚀 Deployment Results 🚀

Please find below the results of the latest deployments.

connectors-epic-1748-doc-r-c8sm

🔧 Troubleshooting 🔧

The 🔗 ArgoCD link can be used to check the state and configuration of all the services deployed as part of the preview environments and get logs.

In case of error, please check 📋 Deployment Jobs and 🔗 ArgoCD to debug, and check our (yet to come) troubleshooting page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants