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
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
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
887d31ffaf
Target minimum go 1.18 in v3-dev-main
2022-07-16 12:10:51 -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
Akihiro Suda
3e31c9b44c
CI: workaround for golang.org/x/tools error
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2022-05-24 15:30:02 +09:00
b3359c3e27
Re-enable workflow conditions
2022-05-18 23:20:47 -04:00
e7f3925a5a
Use correct yaml multiline 🤦
2022-05-18 23:19:10 -04:00
e592640fdb
Unshallow the clone + toc cleanups
2022-05-18 23:17:57 -04:00
5988cc6040
Try running mkdocs steps directly
2022-05-18 23:13:45 -04:00
70e1ed4c9d
Attempt to work around materialx yaml loader boom
2022-05-18 22:58:46 -04:00
522b7e0d92
Use existing secret name in docs publish step
2022-05-18 22:46:36 -04:00
f3cf7640c7
Backing out build tag for suggestions per recommendation
...
from @kolyshkin 🙇
2022-05-17 08:49:15 -04:00
3c923e7a44
Merge remote-tracking branch 'origin/main' into saschagrunert-suggestions
2022-05-17 08:45:13 -04:00
c468566272
Touching up more mkdocs details
2022-05-08 20:49:08 -04:00
974f2d410d
Guard suggestion capability (+ dependency) with build tag
2022-05-07 15:21:00 -04:00
ed0033984b
Generate flag types (again?)
...
Closes #1381
2022-05-01 23:02:05 -04:00
Kir Kolyshkin
b8cb475418
ci: test newly added tag
...
We run test with the tag set (to make sure nothing is broken),
and also the check-binary-size target (for informational purposes only).
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2022-04-25 10:58:31 -07:00
6effd9fba8
Update dependencies and go.mod spec
...
Closes #1322
2022-04-21 19:11:01 -04:00
5be9100fb3
Keep CI config compatible with main branch
2022-04-21 18:24:30 -04:00
cddccd3df5
Merge latest origin/main + target this branch in CI
2022-04-21 18:22:34 -04:00
7c50be3d7c
Switch branch references from master
to main
...
Connected to #1349
2022-04-21 16:14:27 -04:00
64aad19eb5
Drop extra backslashes in continous command
2022-04-21 15:24:14 -04:00
902f5abbc8
Use correct go version strings; other general CI updates
2022-04-21 15:18:35 -04:00
8c33a078d1
Use go env
correctly
2022-04-20 14:41:26 -04:00
17aa508d22
Switch to gfmrun v1.3.0
2022-04-20 14:38:32 -04:00
12b9c9d420
Bump matrix of supported Go versions
...
to test on the latest release (^1.18) and drop testing/supporting ^1.15.
2022-04-19 16:32:23 -04:00
Robert Liebowitz
5d61a2f46e
Bump Go version range in CI to 1.15-1.17 ( #1323 )
2022-01-24 08:59:04 +01:00
Robert Liebowitz
80ba835e26
Update GitHub action
...
Bump go version to 1.16 and drop the codecov token, which is now
documented as not required for public repositories.
2021-04-24 12:33:29 -04:00