Skip to content

Tags: g4s8/gitstrap

Tags

v2.3

Toggle v2.3's commit message
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

Toggle v2.2's commit message
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

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v2.0.0

Toggle v2.0.0's commit message
v2.0.0

Supports:
 - repository: get list create apply delete
 - organizations: get
 - webhooks: get create apply delete
 - readme: create apply

v2.0-alpha-r2

Toggle v2.0-alpha-r2's commit message
Added missed files, fixed gitignore

For #46 - fixed gitignore by remiving gitstrap pattern
which is a name of package

v2.0-alpha-r1

Toggle v2.0-alpha-r1's commit message
Updated goreleaser

For #46 - updated goreleaser config and workflow action

v2.0-alpha

Toggle v2.0-alpha's commit message
Refreshed the project

For #46 - reimplemented the project and changed configuration, CLI
options, packages.

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
g4s8 Kirill
#42 - fixed goreleaser config

1.0.2

Toggle 1.0.2's commit message
1.0.2: tagged by rultor.com