backstage-plugin-gitlab

Backstage plugins to interact with GitLab

APACHE-2.0 License

Downloads
45.1K
Stars
113
Committers
25

Bot releases are hidden (Show)

backstage-plugin-gitlab - v6.0.0-alpha.1

Published by simonecorsi over 1 year ago

6.0.0-alpha.1 (2023-06-13)

Note: Version bump only for package root

backstage-plugin-gitlab - v6.0.0-alpha.0

Published by simonecorsi over 1 year ago

6.0.0-alpha.0 (2023-06-12)

Features

  • migrated all type to gitbeaker (8e644e3)

BREAKING CHANGES

  • all types are changed follow gitbeaker standards, if you are using these types you are to migrate them
backstage-plugin-gitlab - v5.2.1-alpha.0

Published by simonecorsi over 1 year ago

5.2.1-alpha.0 (2023-06-09)

Note: Version bump only for package root

backstage-plugin-gitlab - v5.2.0

Published by simonecorsi over 1 year ago

5.2.0 (2023-05-29)

Features

  • added-secure-prop-to-proxy-config: added new parameter 'secure' to be able to handle (0aa8943)
  • load README from the project repository (3eaf058)
backstage-plugin-gitlab - v5.2.0-alpha.0

Published by simonecorsi over 1 year ago

5.2.0-alpha.0 (2023-05-29)

Features

  • added-secure-prop-to-proxy-config: added new parameter 'secure' to be able to handle (0aa8943)
  • load README from the project repository (3eaf058)
backstage-plugin-gitlab - v5.1.0

Published by simonecorsi over 1 year ago

5.1.0 (2023-05-08)

Features

backstage-plugin-gitlab - v5.1.0-alpha.0

Published by simonecorsi over 1 year ago

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

Features

backstage-plugin-gitlab - v5.0.2

Published by simonecorsi over 1 year ago

5.0.2 (2023-04-13)

Bug Fixes

  • removeHeader throws an error (9a30295)
backstage-plugin-gitlab - v5.0.1

Published by simonecorsi over 1 year ago

5.0.1 (2023-04-11)

Bug Fixes

  • catching the error from http-proxy-middleware (7c5f429), closes #143
  • keys errors on list (b310d82)
backstage-plugin-gitlab - v5.0.1-alpha.1

Published by simonecorsi over 1 year ago

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

Bug Fixes

backstage-plugin-gitlab - v5.0.1-alpha.0

Published by simonecorsi over 1 year ago

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

Bug Fixes

  • catching the error from http-proxy-middleware (7c5f429), closes #143
backstage-plugin-gitlab - v5.0.0

Published by simonecorsi over 1 year ago

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
backstage-plugin-gitlab - v5.0.0-alpha.0

Published by simonecorsi over 1 year ago

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
backstage-plugin-gitlab - v4.0.1

Published by simonecorsi over 1 year ago

4.0.1 (2023-03-06)

Bug Fixes

  • handle error when target is not well formatted url (ca49ad4)
backstage-plugin-gitlab - v4.0.0

Published by simonecorsi over 1 year ago

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
backstage-plugin-gitlab - v4.0.0-alpha.0

Published by simonecorsi over 1 year ago

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
backstage-plugin-gitlab - v3.0.2

Published by simonecorsi over 1 year ago

3.0.2 (2023-02-15)

Bug Fixes

  • table: added empty array to table data in mr and pipeline tables (a7c9862)
backstage-plugin-gitlab - v3.0.1

Published by simonecorsi over 1 year ago

3.0.1 (2023-01-25)

Note: Version bump only for package root

backstage-plugin-gitlab - v3.0.0

Published by simonecorsi over 1 year ago

3.0.0 (2023-01-25)

Bug Fixes

Features

  • added the new annotation instance (22f80e6)
  • backend plugin (3597c2c)
  • processor: added indexing feature (1374ea0)
  • updated API call in client (6300447)
  • peopleCard: added groups support to ownersfile (23b6b14)
  • removed baseUrl (55289a4)

BREAKING CHANGES

  • proxy is not used more, you have to use backend plugin with the processor.
  • removed baseUrl and proxyPath
  • peopleCard: Renamed Type PersonData into PeopleCardEntityData

NOTE: See migration guide v2->v3

backstage-plugin-gitlab - v3.0.0-alpha.2

Published by simonecorsi over 1 year ago

3.0.0-alpha.2 (2023-01-24)

Bug Fixes

  • removed baseUrl from types (878ff81)
  • yarn: fix yarn version (587a086)

Features

  • peopleCard: added groups support to ownersfile (23b6b14)

BREAKING CHANGES

  • peopleCard: Renamed Type PersonData into PeopleCardEntityData
Package Rankings
Top 4.83% on Npmjs.org
Badges
Extracted from project README
code style: prettier semantic-release
Related Projects