Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Tags: github/gh-valet

Tags

v0.1.19

Toggle v0.1.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating options on GH-Valet with new ADO options (#104)

* Updating options on GH valet for new ADO configs

* Update audit option

* update dry run options

* remove space

* Add option

* Updated location of source file

* Pipeline id is not required for build pipelines now with config/source files

* typo

v0.1.18

Toggle v0.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Additional docker auth error mesage (#97)

* one more auth error message to check
* Add unit test for new error message check

v0.1.17

Toggle v0.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Sharprompt from 2.4.4 to 2.4.5 in /src (#84)

Bumps [Sharprompt](https://github.com/shibayan/Sharprompt) from 2.4.4 to 2.4.5.
- [Release notes](https://github.com/shibayan/Sharprompt/releases)
- [Commits](shibayan/Sharprompt@v2.4.4...v2.4.5)

---
updated-dependencies:
- dependency-name: Sharprompt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: j-dunham <[email protected]>
Co-authored-by: Ethan Dennis <[email protected]>

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't write stdout and stderr in parallel (#82)

v0.1.15

Toggle v0.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove legacy prompts (#80)

* Remove legacy tokens from configure prompt

* Add help text for legacy prompts

v0.1.14

Toggle v0.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow for user input to control which repositories to include in a cc…

…i audit (#74)

* Add --include-from option to cci audit

* Lint

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Configure GHCR credentials in configure command (#68)

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use Microsoft.CodeAnalysis.NetAnalyzers and code-style analyzers (#58)

* Use Microsoft.CodeAnalysis.NetAnalyzers and code-style analyzers

* Fix CA1822 (make static) and CA2000 (dispose before losing scope)

* Fix CA1062 (validate parameter of public method)

* Disable CA2007

* Fix CA1815

* Fix CA1310

* Fix CA1307

* Update AppTests.cs

* Cleanup

* Address review comments

* More cleanup

* Update src/Valet.UnitTests/Models/ManifestTests.cs

* Update src/Valet.UnitTests/Services/DockerServiceTests.cs

* Run dotnet format whitespace

* Disable JSON002

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

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add --no-http-cache option and refactor options (#49)

* Add --no-http-cache option and refactor options

* Convert append options to extension methods

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `--password-stdin` option to securely provide creds (#41)

* Add password-stdin to pipe access token

* Lint

* Update var naming