Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Latest commit

Β 

History

History
338 lines (191 loc) Β· 8.88 KB

CHANGELOG.md

File metadata and controls

338 lines (191 loc) Β· 8.88 KB

v4.10.1 (Mon Jul 22 2024)

πŸ› Bug Fix

Authors: 1


v4.10.0 (Wed Jul 17 2024)

πŸš€ Enhancement

Authors: 1


v4.9.0 (Fri May 17 2024)

πŸš€ Enhancement

  • Add system version to gitlab_account entity #115 (@VDubber)

πŸ› Bug Fix

⚠️ Pushed to main

  • Apply remove-codeql with multi-gitter [ci skip] (@electricgull)

Authors: 4


v4.8.1 (Thu Apr 25 2024)

πŸ› Bug Fix

⚠️ Pushed to main

  • Apply remove-codeql with multi-gitter [ci skip] (@electricgull)

Authors: 3


v4.8.0 (Wed Dec 06 2023)

πŸš€ Enhancement

⚠️ Pushed to main

  • Fix x-cortex-service-groups where tier-4 was set incorrectly (@jablonnc)

Authors: 2


v4.7.0 (Wed Nov 29 2023)

πŸš€ Enhancement

  • INT-9953 - add accessLevel property to project -HAS-> user relationship #111 (@RonaldEAM)

πŸ› Bug Fix

⚠️ Pushed to main

  • Populate CODEOWENRS, baseline package.json and baseline cortex.yaml (@jablonnc)

Authors: 4


v4.6.3 (Wed Jul 26 2023)

πŸ› Bug Fix

Authors: 1


v4.6.2 (Fri Jun 30 2023)

πŸ› Bug Fix

Authors: 2


v4.6.1 (Mon Jun 19 2023)

πŸ› Bug Fix

Authors: 1


v4.6.0 (Thu Jun 15 2023)

πŸš€ Enhancement

πŸ› Bug Fix

Authors: 2


4.4.4 - 2023-05-15

Added

  • Added auto package to help with builds, versioning and npm packaging

4.4.3 - 2023-03-14

Changed

  • Changed what we do on validate invocation to distinguish two diferent things:

    1. When base URL is wrong
    2. When personalToken is wrong.
  • Added some new tests and checks for undefined cases on some steps (group-user-relationships & project-user-relationships).

4.4.2 - 2023-03-14

Changed

  • Due to how the /users/* API handles rate limiting, add logic to wait 10 minutes if we encounter a 429 in the fetch-users step
  • Updated @jupiterone/integration-sdk-* packages to v8.30.5
  • Introduced new SDK testing patterns for fetch-users step

4.4.1 - 2022-12-06

Changed

  • Changed the users fetching to be sequential as a solution for the rate limiting issue.

4.4.0 - 2022-11-01

Added

  • Added topics property to gitlab_project entities.

4.3.3 - 2022-04-21

Added

  • Added additional logging for insight into rate limiting issues.

4.3.2 - 2022-04-19

Added

  • Added retry and rate limit logic to GitlabClient.ts

4.3.1 - 2022-02-21

Fixed

  • Commits related to multiple MRs are now no longer causing a duplicate key error.

4.3.0 - 2022-02-18

Added

  • Commits for MRs are now added. They are only related to MRs at this time, as the required data doesn't exist to have a durable relationship creation process between users and commits.

| Source Entity _type | Relationship _class | Target Entity _type | | gitlab_merge_request | HAS | gitlab_commit |

4.2.0 - 2022-01-21

Fixed

  • Relationship between merge request and project is now being created.

4.1.0 - 2021-01-20

  • New properties added to resources:

    Entity Properties
    gitlab_merge_request commitWebLink

Changed

  • Rename gitlab_merge_request properties
    • mergedAt -> mergedOn
    • closedAt -> closedOn

3.0.0 - 2021-01-19

Added

  • New properties added to resources:

    Entity Properties
    gitlab_merge_request mergedAt, closedAt, sha, mergeCommitSha, squashCommitSha, updatedOn
    gitlab_user active
  • Upgrade SDK packages

  • Bump version of Node.js in GitHub workflow to 14.x

2.5.0 2021-04-05

Changed

  • Upgrade dependencies

2.4.0 2020-11-17

Added

  • Added properties to merge request entities: approved, approvers (names of persons who approved), approverIds, and approverLogins.
  • Raw data of merge requests now include approval resource.

2.3.0 2020-11-12

Added

  • allowMergeOnSkippedPipeline to project entities.

Fixed

  • A 403 response to requests for project merge requests would kill all merge request ingestion.

2.2.2 2020-11-11

Added

  • Ingest projects of accessible groups in addition to projects owned by the configured user credentials.

2.2.1 2020-11-05

Fixed

  • Fix #3 - Unhandled authentication/authorization error in validateInvocation
  • Fix #19 - Duplicate gitlab_group_has_user relationships
  • Unhandled authentication/authorization error in resource API calls

2.2.0 2020-10-29

Changed

  • Upgrade SDK v4.0.1

2.1.2 2020-10-22

Fixed

  • #15 - Deduplicate gitlab_project_has_user relationships

2.1.1 2020-06-30

Fixed

  • A group project not found in complete listing would cause _type on undefined error. That situation is now logged, no relationship is created to the project.
  • Undeclared type warning for gitlab_group_has_group.

1.0.3 2020-05-14

Changed

  • Limit publishing to dist files

1.0.2 2020-05-14

πŸŽ‰Initial release