Commit Graph

182 Commits

Author SHA1 Message Date
5133e28f43
Update GitHub Actions events for v3 mode 2022-11-08 15:46:42 -05:00
cbad251637
Update branch explanations and semver-ish automation
given move to main as v3
2022-11-08 13:13:58 -05:00
d3a4181800
Merge commit '7563894' into v3-porting 2022-11-07 08:30:04 -05:00
Josh Soref
7732a512f9
Spelling (#1543)
* spelling: available
* spelling: explicitly
* spelling: feel
* spelling: github
* spelling: individual
* spelling: inputting
* spelling: occurring
* spelling: overriding
* spelling: propagated
* spelling: recursively
* spelling: reuse
* spelling: single
* spelling: value

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-10-23 23:50:47 +03:00
85ff0c550a
Un-regress from v3 porting losses 2022-10-13 08:15:14 -04:00
c5057d195e
Only run generate on go 1.19 2022-10-09 09:51:19 -04:00
65c98c86ad
Ensure "generate" step runs in CI prior to diff check 2022-10-09 09:51:19 -04:00
a851a773a8
Point docs tests at v3 2022-10-03 10:12:37 -04:00
9ed5a09fbb
Use correct env var for global flags 2022-10-03 08:14:38 -04:00
d6c9f6a898
Replace a few more custom make targets 2022-10-03 08:14:38 -04:00
0593812915
Only run make v2diff on go 1.19.x + ubuntu-latest 2022-10-03 08:14:38 -04:00
2bec081c3a
Use windows compatible path append 2022-10-03 08:14:38 -04:00
d9d960a58a
Run make target after the Makefile is available 2022-10-03 08:14:37 -04:00
8cc0a9c5da
Move more functionality into internal/build/build.go
and use make targets in CI, pass flag spec YAML through yq

includes result of running `make v2approve`
2022-10-03 08:14:37 -04:00
0658d61a0e
Set codecov status thresholds to 5%
and rename file to be less dotty
2022-10-03 07:49:45 -04:00
Naveen Gogineni
2a5960c1cb
Add coverage threshold 2022-10-03 07:48:57 -04:00
31edfd60a2
Explicitly pass CODECOV_TOKEN 2022-10-02 21:02:00 -04:00
8609031738
Update version of codecov action
given errors seen in other PRs using v2
2022-10-02 21:02:00 -04:00
Alex
e57f53bf6c
Update cli.yml
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
2022-10-02 21:01:44 -04:00
d34a232baf
Merge remote-tracking branch 'origin/v3-dev-main' into v3-porting 2022-10-02 20:16:11 -04:00
bd44c95e0b
Merge pull request #1494 from urfave/v3-mod-bump
Bump declared module and internal usage to `/v3/`
2022-10-02 20:09:15 -04:00
Hayden
d217a5ac6c
wip: add --walk flag to gfrun to accept directory 2022-10-02 10:37:24 -04:00
76bb9f100b
Shift supported go versions
and approve word-wrapping changes to godoc
2022-10-02 10:30:39 -04:00
cbc7f1ad1d
Use goimports as formatting standard
given some disagreement with gofmt that seems to have shown up in 1.19
2022-10-02 10:26:48 -04:00
67b3de0285
Turn off docs publishing from v3 series 2022-10-02 09:19:29 -04:00
2ca91434a8
Move genflags tool to cmd/ and pin to previous release
to alleviate problems caused by the circular dependency of using the
same code as a library that is potentially being generated to adhere to
a different API.
2022-10-02 08:50:29 -04:00
40d886b0e6
Add stub for v3 docs + point gfmrun there instead 2022-09-30 08:13:34 -04:00
cb040b67a0
Only run generate on go 1.19 2022-09-29 20:44:37 -04:00
38abd8db41
Ensure "generate" step runs in CI prior to diff check 2022-09-29 11:31:40 -04:00
a425337371
Use correct env var for global flags 2022-09-11 18:34:13 -04:00
7d9264aea1
Replace a few more custom make targets 2022-09-11 18:32:04 -04:00
1a851c7ac9
Only run make v2diff on go 1.19.x + ubuntu-latest 2022-09-11 18:22:43 -04:00
da7efeb63b
Use windows compatible path append 2022-09-11 16:37:56 -04:00
ff1138c969
Run make target after the Makefile is available 2022-09-11 16:12:16 -04:00
12a3c62e50
Move more functionality into internal/build/build.go
and use make targets in CI, pass flag spec YAML through yq

includes result of running `make v2approve`
2022-09-11 16:02:48 -04:00
ee4ff8f8ff
Set codecov status thresholds to 5%
and rename file to be less dotty
2022-09-10 10:29:41 -04:00
Naveen Gogineni
4f9b8e4667 Add coverage threshold 2022-09-10 08:55:33 -04:00
6245c0a06c
Explicitly pass CODECOV_TOKEN 2022-09-05 13:14:09 -04:00
42c6c3876e
Update version of codecov action
given errors seen in other PRs using v2
2022-09-05 13:07:41 -04:00
Alex
31c5137f2e
Update cli.yml (#1469)
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>

Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
2022-09-04 12:32:28 -04:00
dearchap
7357e10160
Merge pull request #1453 from hay-kot/main
docs: split documentation into individual pages
2022-08-16 09:33:19 -04:00
dearchap
6331954e44
Merge branch 'main' into shift-supported-go 2022-08-16 09:26:39 -04:00
Hayden
a41f215785 wip: add --walk flag to gfrun to accept directory 2022-08-14 16:49:20 -08:00
ade5edbb7f
Use goimports as formatting standard
given some disagreement with gofmt that seems to have shown up in 1.19
2022-08-14 10:47:42 -04:00
27b456971b
Shift supported go versions
and approve word-wrapping changes to godoc
2022-08-14 10:31:53 -04:00
3e4237a67f
Move genflags tool to cmd/ and pin to previous release
to alleviate problems caused by the circular dependency of using the
same code as a library that is potentially being generated to adhere to
a different API.
2022-08-14 10:02:07 -04:00
887d31ffaf
Target minimum go 1.18 in v3-dev-main 2022-07-16 12:10:51 -04:00
25116be3f5
Revert "Merging main to v3 dev main" 2022-07-16 07:58:10 -04:00
a82c9b1433
Merge remote-tracking branch 'origin/main' into merging-main-to-v3-dev-main 2022-07-16 07:44:00 -04:00
9f56fe7088
Remove temporary go mod workaround 2022-06-20 11:07:56 -04:00