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

feat: document handling #3361

Merged
merged 6 commits into from
Oct 2, 2024
Merged

feat: document handling #3361

merged 6 commits into from
Oct 2, 2024

Conversation

johnBgood
Copy link
Contributor

@johnBgood johnBgood commented Sep 26, 2024

Description

This PR will add the document handling changes that have been previously accumulated in a separate branch.

Related issues

related: https://github.com/camunda/team-connectors/issues/873

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 <jonathan.roques@camunda.com>
#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 temporarily deployed to connectors-epic-1748-doc-r-c8sm September 30, 2024 09:19 Destroyed
@chillleader chillleader changed the title Epic 1748 doc ref handling feat: document handling Oct 2, 2024
@chillleader chillleader added this to the 8.7.0-alpha1 milestone Oct 2, 2024
@chillleader chillleader marked this pull request as ready for review October 2, 2024 15:22
@chillleader chillleader requested a review from a team as a code owner October 2, 2024 15:22
@chillleader chillleader added this pull request to the merge queue Oct 2, 2024
Merged via the queue into main with commit 9e427e9 Oct 2, 2024
12 of 19 checks passed
@chillleader chillleader deleted the epic-1748-doc-ref-handling branch October 2, 2024 16:14
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