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(zeebe): fix activate jobs stream #213

Closed
wants to merge 20 commits into from
Closed

Conversation

huygur
Copy link
Contributor

@huygur huygur commented Jul 23, 2024

closes #214

jwulf and others added 19 commits June 13, 2024 11:13
## [8.6.3](v8.6.2...v8.6.3) (2024-06-13)

### Bug Fixes

* specify the correct audience when getting an Optimize auth token ([#185](#185)) ([a852281](a852281))
## [8.6.3](v8.6.2...v8.6.3) (2024-06-13)

### Bug Fixes

* specify the correct audience when getting an Optimize auth token ([#185](#185)) ([a852281](a852281))
## [8.6.4](v8.6.3...v8.6.4) (2024-06-13)

### Bug Fixes

* **optimize:** fix labelVariables method ([b8a4c68](b8a4c68))
## [8.6.4](v8.6.3...v8.6.4) (2024-06-13)

### Bug Fixes

* **optimize:** fix labelVariables method ([b8a4c68](b8a4c68))
## [8.6.5](v8.6.4...v8.6.5) (2024-06-18)

### Bug Fixes

* **zeebe:** add headers to all REST method calls ([9b99177](9b99177))
## [8.6.5](v8.6.4...v8.6.5) (2024-06-18)

### Bug Fixes

* **zeebe:** add headers to all REST method calls ([9b99177](9b99177))
## [8.6.6](v8.6.5...v8.6.6) (2024-06-18)

### Bug Fixes

* **optimize:** fix exportReportDefinitions REST call path ([e5f5da7](e5f5da7)), closes [#192](#192)
## [8.6.6](v8.6.5...v8.6.6) (2024-06-18)

### Bug Fixes

* **optimize:** fix exportReportDefinitions REST call path ([e5f5da7](e5f5da7)), closes [#192](#192)
## [8.6.7](v8.6.6...v8.6.7) (2024-06-21)

### Bug Fixes

* **docs:** update config for disabling authentication ([df5879f](df5879f))
## [8.6.7](v8.6.6...v8.6.7) (2024-06-21)

### Bug Fixes

* **docs:** update config for disabling authentication ([df5879f](df5879f))
## [8.6.8](v8.6.7...v8.6.8) (2024-07-12)

### Bug Fixes

* **admin:** fix members endpoint - fixes [#206](#206) ([#208](#208)) ([19c4c5c](19c4c5c)), closes [#207](#207)
* **camunda8:** respect CAMUNDA_OAUTH_STRATEGY ([#209](#209)) ([70c9954](70c9954))
## [8.6.8](v8.6.7...v8.6.8) (2024-07-12)

### Bug Fixes

* **admin:** fix members endpoint - fixes [#206](#206) ([#208](#208)) ([19c4c5c](19c4c5c)), closes [#207](#207)
* **camunda8:** respect CAMUNDA_OAUTH_STRATEGY ([#209](#209)) ([70c9954](70c9954))
@huygur huygur force-pushed the fix-activate-jobs-stream branch from 85cdd66 to 85b9317 Compare July 23, 2024 13:54
@huygur huygur marked this pull request as ready for review July 23, 2024 14:01
@huygur huygur requested a review from jwulf July 23, 2024 14:01
@jwulf jwulf changed the base branch from main to alpha July 29, 2024 01:03
@jwulf
Copy link
Member

jwulf commented Jul 29, 2024

PRs need to target the alpha branch. I've cherry picked your commit across to #216

@jwulf jwulf closed this Jul 29, 2024
@jwulf jwulf deleted the fix-activate-jobs-stream branch July 29, 2024 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Job activation resolves before all jobs are retrieved
3 participants