Skip to content

Releases: immobiliare/backstage-plugin-gitlab

v5.1.0-alpha.0

08 May 08:21
Compare
Choose a tag to compare
v5.1.0-alpha.0 Pre-release
Pre-release

5.1.0-alpha.0 (2023-05-08)

Features

v5.0.2

13 Apr 07:31
Compare
Choose a tag to compare

5.0.2 (2023-04-13)

Bug Fixes

  • removeHeader throws an error (9a30295)

v5.0.1

11 Apr 13:37
Compare
Choose a tag to compare

5.0.1 (2023-04-11)

Bug Fixes

  • catching the error from http-proxy-middleware (7c5f429), closes #143
  • keys errors on list (b310d82)

v5.0.1-alpha.1

11 Apr 10:40
Compare
Choose a tag to compare
v5.0.1-alpha.1 Pre-release
Pre-release

5.0.1-alpha.1 (2023-04-11)

Bug Fixes

v5.0.1-alpha.0

07 Apr 12:05
Compare
Choose a tag to compare
v5.0.1-alpha.0 Pre-release
Pre-release

5.0.1-alpha.0 (2023-04-07)

Bug Fixes

  • catching the error from http-proxy-middleware (7c5f429), closes #143

v5.0.0

09 Mar 11:21
Compare
Choose a tag to compare

5.0.0 (2023-03-09)

Features

  • api: identify gitlab instances by hostname (dff875d), closes #118
  • releasescard: add releases widget (8f25374)

BREAKING CHANGES

  • api: Annotations gitlab.com/instance require the hostname of the gitlab instance, replacing index numbers. The processor now creates annotations with hostnames. GitLabCIApiRef calls using /api/gitlab/{number}/ are not resolved and return 404 not found.
  • releasescard: GitlabCIApi type has the new method getReleaseSummary

v5.0.0-alpha.0

08 Mar 16:05
Compare
Choose a tag to compare
v5.0.0-alpha.0 Pre-release
Pre-release

5.0.0-alpha.0 (2023-03-08)

Features

  • api: identify gitlab instances by hostname (dff875d), closes #118
  • releasescard: add releases widget (8f25374)

BREAKING CHANGES

  • api: Annotations gitlab.com/instance require the hostname of the gitlab instance, replacing index numbers. The processor now creates annotations with hostnames. GitLabCIApiRef calls using /api/gitlab/{number}/ are not resolved and return 404 not found.
  • releasescard: GitlabCIApi type has the new method getReleaseSummary

v4.0.1

06 Mar 11:10
Compare
Choose a tag to compare

4.0.1 (2023-03-06)

Bug Fixes

  • handle error when target is not well formatted url (ca49ad4)

v4.0.0

23 Feb 08:22
Compare
Choose a tag to compare

4.0.0 (2023-02-23)

Features

  • Add authentication header if needed (dea3a59)
  • disable project bots from being returned from the /users get request, corrected the mock data as to what it was before (8f0be47)
  • without_project_bots to the users API call, this should exclude bots from projects and groups and in the contributors card (d8de182)

Bug Fixes

  • removed backstage Authorization header to the forwarded backstage request (e72aafa)

BREAKING CHANGES

  • the GitlabCIClient constructor has a new parameter identityApi

v4.0.0-alpha.0

22 Feb 16:22
Compare
Choose a tag to compare
v4.0.0-alpha.0 Pre-release
Pre-release

4.0.0-alpha.0 (2023-02-22)

Features

  • Add authentication header if needed (dea3a59)
  • disable project bots from being returned from the /users get request, corrected the mock data as to what it was before (8f0be47)
  • without_project_bots to the users API call, this should exclude bots from projects and groups and in the contributors card (d8de182)

BREAKING CHANGES

  • the GitlabCIClient constructor has a new parameter identityApi