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

fix(admin): fix members endpoint #207

Closed
wants to merge 2 commits into from
Closed

Conversation

dfulgham
Copy link
Contributor

@dfulgham dfulgham commented Jul 8, 2024

Removing prefix 'clusters' from the URL as it breaks calls to /members endpoints.
Updated all clusters methods to prefix them with 'clusters/'

dfulgham added 2 commits July 8, 2024 00:15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
removing prefixing of URL, as it breaks member endpoint calls.  Updated all cluster endpoint calls to have the 'clusters' prefixed to their urls.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update AdminApiClient.ts
@jwulf jwulf changed the base branch from main to alpha July 8, 2024 09:02
@jwulf jwulf changed the base branch from alpha to main July 8, 2024 09:02
@jwulf
Copy link
Member

jwulf commented Jul 8, 2024

Hi @dfulgham thanks for this PR.

A couple of things:

  1. Can you please rebase the PR on the alpha branch.
  2. We use semantic-release, so the commit messages need to follow conventional commit format. For this patch, an appropriate commit message would be fix(admin): fix members endpoint - fixes #207.

The instructions for contributions are detailed in https://github.com/camunda/camunda-8-js-sdk/blob/main/CONTRIBUTING.md

I can squash and merge the PR with a new commit message, so don't worry about changing the commit messages. You should be able to create a new branch from alpha and cherry pick the commits.

dfulgham added a commit to dfulgham/camunda-8-js-sdk that referenced this pull request Jul 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
removed 'clusters' from prefixUrl and updated clusters endpoint urls to include 'clusters/...'
@dfulgham dfulgham changed the title removing prefixing from Admin API URLs fix(admin): fix members endpoint - fixes #207 Jul 8, 2024
@dfulgham dfulgham changed the title fix(admin): fix members endpoint - fixes #207 fix(admin): fix members endpoint - fixes #206 Jul 8, 2024
dfulgham added a commit to dfulgham/camunda-8-js-sdk that referenced this pull request Jul 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixed debug output for prefixUrl
@dfulgham dfulgham closed this Jul 8, 2024
@dfulgham dfulgham changed the title fix(admin): fix members endpoint - fixes #206 fix(admin): fix members endpoint Jul 8, 2024
jwulf pushed a commit that referenced this pull request Jul 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* fix(admin): fix members endpoint - fixes #207

removed 'clusters' from prefixUrl and updated clusters endpoint urls to include 'clusters/...'
fixed debug output for prefixUrl
github-actions bot pushed a commit that referenced this pull request Jul 12, 2024
## [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))
github-actions bot pushed a commit that referenced this pull request Jul 12, 2024
## [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))
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.

None yet

2 participants