Skip to content

Releases: sonatype-nexus-community/sonatype-lifecycle-bulk-scm-onboarder

v0.4.1

11 Dec 13:42
24e99a2
Compare
Choose a tag to compare

Changelog

  • 24e99a2 Merge pull request #14 from sonatype-nexus-community/fix/org-name-character-restrictions
  • 7169923 app public-id cannot contain any spaces however
  • 120f1a6 fix: better handling of accepted characters for App and Org Names and App Public IDs

v0.4.0

10 Dec 16:57
e89ff43
Compare
Choose a tag to compare

Changelog

  • e89ff43 Merge pull request #12 from sonatype-nexus-community/feat/handle-unsupported-branch-names
  • 8690a51 fixed testing empty branch name
  • aab4f8f ban default branch ending in slash
  • 5e49c26 ban scm configuration where default branch begins or ends in period
  • da58f27 ban additional characters from default branch
  • 9c4d28e do not request Source Evaluation when no SCM Configuration
  • b3f48d7 feat: filter out setting SCM configuration where branch name is unsupported

v0.3.2

10 Dec 13:13
50cfc98
Compare
Choose a tag to compare

Changelog

  • 50cfc98 Merge pull request #10 from sonatype-nexus-community/fix/handle-spacing-in-org-names-take-2
  • f73e428 fix: handle banned whitespace in Application and Organisation names

v0.3.1

10 Dec 12:52
83a30f0
Compare
Choose a tag to compare

Changelog

  • 83a30f0 Merge pull request #8 from sonatype-nexus-community/fix/handle-spacing-in-org-names
  • d74461b fix: handle Organisation names containing a double space

v0.3.0

10 Dec 09:20
d85f135
Compare
Choose a tag to compare

Changelog

  • d85f135 Merge pull request #6 from sonatype-nexus-community/feat/application-name-collision-avoidance
  • 60b0e7e doc: added SonarCloud Security Badge
  • 9c67c30 linting errors resolves
  • f745224 doc: updated README.md
  • 094422b tidy up
  • 6262906 feat: basic attempt to prevent duplication of Applications
  • 27c023d feat: use new cache for target Org validation rather than additional API call
  • 0cf5833 feat: handle collisions on Organization and Application create

v0.2.0

09 Dec 13:14
8518c57
Compare
Choose a tag to compare

Changelog

  • 8518c57 doc: fixed status badge
  • c2774b0 Merge pull request #1 from sonatype-nexus-community/feat/prompt-for-azure-pat-if-not-in-env
  • fc5d8dc doc: updated README
  • c2f1d08 feat: prompt for IQ credentials and Azure PAT if not supplied via environment variables

v0.1.0

28 Nov 16:24
5e08a1a
Compare
Choose a tag to compare

Changelog

  • 5e08a1a updated to address linting issues
  • 2077dec updated to address linting issues
  • 9a456e5 Orgs and Apps created with standard SCM configuration in IQ
  • 8940fd0 initial work to call Azure DevOps APIs
  • fa8eae0 Initial commit