Skip to content

Tags: Boeing/config-file-validator

Tags

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(paths): trim leading and trailing whitespaces for file system pat…

…hs (#162)

* Remove Leading And Trailing Whitespaces For Paths

* Add Test For Leading And Trailing Whitespaces

* Add More Test Cases For Whitespaces In Middle of Path

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: add the permission to release assets (#160)

The release v1.7.0 failed due to the permission error.

https://github.com/Boeing/config-file-validator/actions/runs/10362649156/job/28684983356#step:6:284

```
+ github-assets-uploader -logtostderr -f ../validator-v1.7.0-linux-amd64.tar.gz -mediatype application/gzip -repo Boeing/config-file-validator -token *** -tag=v1.7.0 -releasename= -retry 3
W0813 02:34:38.260789    1654 main.go:48] Upload asset error, will retry in 4s: POST https://uploads.github.com/repos/Boeing/config-file-validator/releases/169879682/assets?name=validator-v1.7.0-linux-amd64.tar.gz: 403 Resource not accessible by integration []
W0813 02:34:42.775738    1654 main.go:48] Upload asset error, will retry in 9s: POST https://uploads.github.com/repos/Boeing/config-file-validator/releases/169879682/assets?name=validator-v1.7.0-linux-amd64.tar.gz: 403 Resource not accessible by integration []
E0813 02:34:52.242572    1654 err_exit.go:11] POST https://uploads.github.com/repos/Boeing/config-file-validator/releases/169879682/assets?name=validator-v1.7.0-linux-amd64.tar.gz: 403 Resource not accessible by integration []
```

The permission `contents: write` is required, but it was removed by f28a04d#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34 .
So this commit adds the permission.

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
README updates for v1.6.0 release (#128)

* README updates for v1.6.0 release

* updating index

* updating the usage

* updating to 1.6.0

* rebasing and applying changes to index

v1.5.0

Toggle v1.5.0's commit message
chore: Updated coverage badge.

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
README updates for v1.4.0 release (#37)

* updating README for release 1.4.0

* updating splash page with changes

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.
a couple documentation updates before the next release (#28)

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.
Updates to the README (#3)

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.
Add TOML support (#2)

* adding toml support

* gofmt

* removing proxy

* Update pkg/finder/fsfinder.go

Co-authored-by: Jamie Davidson <51518462+jd4235@users.noreply.github.com>

* adding a malformed toml file for the cli test

Co-authored-by: Jamie Davidson <51518462+jd4235@users.noreply.github.com>

v1.0.1

Toggle v1.0.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 #1 from kehoecj/main

Add Go Pipeline

v1.0.0

Toggle v1.0.0's commit message
populate code