Skip to content

Latest commit

 

History

History
293 lines (161 loc) · 15.7 KB

CHANGELOG.md

File metadata and controls

293 lines (161 loc) · 15.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.4.1-alpha.0 (2024-02-08)

Note: Version bump only for package root

6.4.0 (2023-12-05)

Note: Version bump only for package root

6.4.0-alpha.1 (2023-12-01)

Features

6.4.0-alpha.0 (2023-11-29)

Features

  • support register to the new backend system (ea86e73)

6.3.0 (2023-11-24)

Note: Version bump only for package root

6.3.0-alpha.1 (2023-11-24)

Bug Fixes

  • subpath does not evaluate the right url (5ea6edc)

6.3.0-alpha.0 (2023-11-17)

Features

6.2.0 (2023-08-29)

Bug Fixes

  • coverage statistics url (45b4fa1)

6.2.0-alpha.3 (2023-08-29)

Bug Fixes

6.2.0-alpha.2 (2023-08-28)

Bug Fixes

  • path can be empty string (1195451)

6.2.0-alpha.1 (2023-08-28)

Bug Fixes

6.2.0-alpha.0 (2023-08-25)

Bug Fixes

Features

  • Add Coverage card (0946e52)
  • Add graphql query to mock (e035819)
  • Add info card variant prop (aed18ec)
  • Add tests, refactored gitlab client (8577210)

6.1.0 (2023-08-22)

Note: Version bump only for package root

6.1.0-alpha.0 (2023-08-21)

Bug Fixes

  • compatible the release name contain slashes (b159d23)
  • readme path URI encoding (2d5ecf4)

Features

  • add sorting option for release card (cc1123a)

6.0.1-alpha.0 (2023-07-03)

Note: Version bump only for package root

6.0.0 (2023-06-14)

Note: Version bump only for package root

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

Note: Version bump only for package root

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

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

Note: Version bump only for package root

5.2.0 (2023-05-29)

Note: Version bump only for package root

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)

5.1.0 (2023-05-08)

Note: Version bump only for package root

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

Features

5.0.2 (2023-04-13)

Bug Fixes

  • removeHeader throws an error (9a30295)

5.0.1 (2023-04-11)

Note: Version bump only for package root

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

Bug Fixes

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

Bug Fixes

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

5.0.0 (2023-03-09)

Note: Version bump only for package root

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.

Signed-off-by: Manuel Stein [email protected]

  • releasescard: GitlabCIApi type has the new method getReleaseSummary

Signed-off-by: Manuel Stein [email protected]

4.0.1 (2023-03-06)

Bug Fixes

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

4.0.0 (2023-02-23)

Bug Fixes

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

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

3.0.2 (2023-02-15)

Bug Fixes

  • table: added empty array to table data in mr and pipeline tables (a7c9862)

3.0.1 (2023-01-25)

Note: Version bump only for package root

3.0.0 (2023-01-25)

Bug Fixes

  • reduce gitlab groups request size (287a40e)

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

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

Features

BREAKING CHANGES

  • removed baseUrl and proxyPath

3.0.0-alpha.0 (2023-01-23)

Bug Fixes

Features

  • added the new annotation instance (22f80e6)
  • backend plugin (3597c2c)
  • processor: added indexing feature (1374ea0)
  • updated API call in client (6300447)

BREAKING CHANGES

  • proxy is not more used, you have to use backend plugin with the processor.

4.0.0-alpha.0 (2023-01-20)

Bug Fixes

Features

  • added the new annotation instance (22f80e6)
  • backend plugin (3597c2c)
  • processor: added indexing feature (1374ea0)
  • updated API call in client (6300447)

BREAKING CHANGES

  • proxy is not more used, you have to use backend plugin with the processor.