Tags: g4s8/gitstrap
Tags
v2.3 - 643402f - fix: get teams command crash (#91) by Mikhail <[email protected]> - 249655e - deps: bump github.com/creasty/defaults from 1.5.1 to 1.5.2 (#87) by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - 9535d7b - refactor: refactored utils.removeOmitEmpty, added test for RemoveTagsOmitempty (#85) by Mikhail <[email protected]> - 81fb940 - feat: added RequiredConversationResolution to branch protection rules (#86) by Mikhail <[email protected]>
v2.2 - feat(init): init commands to generate stub files (#81) - feature(delete): delete commands for teams, protections, readmes and hooks - feature(delete): delete repo command - refactoring(pagination): implemented pagination utils - docs(protections): added branch protection spec to wiki - fix(protections): protection ToGithub and FromGithub fixed - feature(protections): implemented protection apply and delete commands (#71) - deps: bump github.com/urfave/cli/v2 from 2.1.1 to 2.3.0 (#69) - ci: fixed dependabot config - docs(teams): Added wiki documentation for teams (#68) - ci: Added Github actcion to update wiki (#67) - feature(teams): Implemented apply and delete team commands
Fixed bug in apply command (#64) Fixed #62 in Gitstrap.applyRepo Bug caused the inability to create repo if it does not exist with apply command. Several GitHub API methods return boolean responses indicated by the HTTP status code in the response (true indicated by a 204, false indicated by a 404) PR: #64
fixed bug in createRepo (#55) Fixed #56 in Gitstrap.createRepo Bug caused the inability to create a personal repository. RepositoriesService.Create recieved the owner's name as an "org" argument, even if owner is an authorized user. Added resolveOrg method, that determines whether the owner is an organization. If the owner is the same as the authorized user, it returns an empty string. Otherwise it returns owner, because GitHub only allows repositories to be created in a personal account or in an organization the user is a member of. Repository creation now works properly for both personal and organisational repositories
Updated goreleaser For #46 - updated goreleaser config and workflow action
Refreshed the project For #46 - reimplemented the project and changed configuration, CLI options, packages.
PreviousNext