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

Latest commit

 

History

History
82 lines (63 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

82 lines (63 loc) · 2.59 KB

ChangeLog

  • 0.11.0-SNAPSHOT

    • Added 'Credentials.UserPass' for username/passwords
    • Added 'Credentials.GithubApp' for GithubApps
  • 0.10.1

    • Support for plugins to provide json schema for validation
    • Fixed GithubApp credentials
    • Fixes recommended by Sonatype Lift
  • 0.9.3

    • changed 'UserPassOption' to be a '@Mixin'
  • 0.9.0

    • Major refactor - dropped jcommander and weld in favor of picocli and guice
    • Added GithubApp support
    • Allow workflows to be defined per command
    • Update github-api to 1.306
  • 0.8.0

    • support 'find only' in the FindOrCreateRepository step
    • exit 1 if an unexpected error occurs
    • workflow / command enhancements for 3rd parties
    • support for different credentials providers, chaining
  • 0.7.0

    • Added support for signed commits / requiring admins on branch protections
    • Added --clearWebhooks to clear any existing webhooks associated with a repository
  • 0.6.0

    • Expose and use shared OkHttpClient instance
    • Added 'pre/post' workflow execution hooks
    • Added support for archiving repositories
    • Added support for 'delete branch on merge'
    • Check for duplicate files when using '--all'
    • Update github-api to 1.122
  • 0.5.1

    • Filter non-json files from when using '--all'
  • 0.5.0

    • Added --all to repository command
  • 0.4.0

    • Added getFullName that returns name as as <org>/<repo>
    • Improved handling/merging of plugin settings
    • Added 'CompositeStatusCheckProvider' and renamed existing related classes (breaking change)
    • Serialize to / return JsonObject.NULL instead of 'null' (may be breaking change)
    • Update github-api to 1.107
    • Update weld-se to 3.1.3.Final
  • 0.3.1 (06/07/2018)

    • Fix NPE merging 'requireUpToDate'
  • 0.3.0 (06/07/2018)

    • Support for setting description / homepage
    • Support for additional repository settings during creation
    • Create 'other' branches / change default branch
  • 0.2.2 (05/25/2018)

    • Schema documentation updates, allow labels, teams, and collaborators to be null
    • Return an empty collection from the DefaultStatusCheckFactory if no contexts are found
  • 0.2.1 (05/22/2018)

    • Added -XX:+TieredCompilation -XX:TieredStopAtLevel=1 to container java args
    • Fixed plugin merging
  • 0.2.0 (05/17/2018)

    • Added additional methods to JsonObject
    • Refactored RepositoryMerger to merge against empty defaults
    • Re-enabled UserRepositoryIT
  • 0.1.2 (05/17/2018)

    • Bug fixes
  • 0.1.1 (05/16/20178)

    • Fix push to docker hub
  • 0.1.0 (05/16/2018)

    • Initial Release