Skip to content

Tags: 1ohn-Brown1/gh-actions-importer

Tags

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request github#141 from github/bamboo-doc

AWS Code Deploy doc update

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request github#138 from github/edit

Bamboo docs last update

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds Bamboo commands (github#102)

* Add Bamboo audit command

* Add Bamboo dry-run commands

* Add Bamboo migrate commands

* Wire things up

* lint

* Fix typo

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request github#111 from mario-campos/main

Use host's network stack, not container's.

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Build Apple arm64 binary (github#106)

* Update ci.yml

* add rid

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update configure command to support configuring feature flags (github#96

)

* Update configure command to support configuring feature flags

This uses the changes from github/valet#5879 to fetch available flags
via the list-features --json flag. It parses out the possible env vars
and walks the customer through setting any feature flags they desire.

If there are any issues getting the available feature flags JSON, we
don't ask the customer to configure feature flags, as it won't cause any
breaking issues and we don't want to break the configure command.

* Move feature configuration to its own flag

* Add unit tests

* Undo changes to ConfigurationServiceTests

* Code review fixes

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add list-features, --enable-features, & --disable-features (github#93)

* Add list-features, --enable-features, & --disable-features

* Update command description to include full name (GitHub Actions Importer)

Co-authored-by: Ethan Dennis <[email protected]>

* Fix typo in enable features option

---------

Co-authored-by: Ethan Dennis <[email protected]>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updates for ga (github#46)

* updates for ga

* Update README.md

* Add detailed plugin docs

* Remove ghcr credentials from cli

---------

Co-authored-by: Ethan Dennis <[email protected]>
Co-authored-by: Ethan Dennis <[email protected]>

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add feedback link to main help menu (github#49)

Adds the feedback board link only to the root help menu.

This also re-enables all of the descriptions for each command at the top
of the command or sub-command help menu.

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement a --prerelease global option (github#39)

* Implement a --prerelease global option

* Add messaging when pre image isn't present

* Remove --prerelease flag from arguments forwarded to container