Commit Graph

182 Commits

Author SHA1 Message Date
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
6033c008f2
Merge pull request #1366 from urfave/revert-1352-stalebot-config
Revert "Add Stale bot configuration per docs"
2022-04-22 10:56:21 -04:00
b7ee8fff31
Revert "Add Stale bot configuration per docs" 2022-04-22 10:49:09 -04:00
6effd9fba8
Update dependencies and go.mod spec
Closes #1322
2022-04-21 19:11:01 -04:00
71dbc63e37
Merge remote-tracking branch 'origin/main' into v3-dev-main 2022-04-21 18:37:34 -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
7f0e884542
Merge pull request #1352 from urfave/stalebot-config
Add Stale bot configuration per docs
2022-04-21 16:01:15 -04:00
2e81fd08e4
Merge pull request #1357 from urfave/be-ye-disabling-of-yon-shield
Attempting to soften the barrier to entry
2022-04-21 16:00:23 -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
e63054a42e
Attempting to soften the barrier to entry
and also removing issue title formatting that overlaps with label
functionality
2022-04-21 15:07:45 -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
e61b99e19a
Add Stale bot configuration per docs
with (greatly) extended values for `daysUntilStale` and `daysUntilClose`
per suggestion.
2022-04-19 16:51:13 -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
67d7f9403d
Remove stalebot (#1300) 2021-09-09 05:31:46 -04: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
lynn (they)
c3ebeaee7b
Update stale.yml 2021-01-27 10:37:40 -08:00
Joe Gregorio
d5643c884a Fix workflows/cli.yml.
The ::set-env and ::add-path commands no longer work and need to
to be replaced. See:

    https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-12-06 10:00:16 -05:00
Ajitem Sahasrabuddhe
2a5a092888 Add Support for Go 1.15
And also drop support for Go 1.12 in line with Go's Release Policy https://golang.org/doc/devel/release.html#policy
2020-10-31 00:08:57 +05:30
lynn [they]
3020108d13
Update pull_request_template.md 2020-03-30 16:27:15 -07:00
lynn [they]
97faf22319
Update cli.yml 2020-03-09 01:05:04 -07:00
Lynn
45f2a862ff
ci readability 2020-02-28 23:36:34 -08:00
Lynn
863b4a58fe
binary size checking hooks 2020-02-28 23:19:43 -08:00
Lynn
4a785e9f9c
WIP binary size work 2020-02-28 23:06:39 -08:00
Ajitem Sahasrabuddhe
c5720ee3af
simplify GOFMT Check 2020-01-26 17:42:27 +05:30
Ajitem Sahasrabuddhe
7841e146ee run the gofmt on the latest version of go on ubuntu 2020-01-25 23:30:42 +05:30
Ajitem Sahasrabuddhe
d0c6cb3203 add gofmt check to actions workflow 2020-01-25 23:24:15 +05:30
lynn [they]
e7aa1ced1f
Update v1-bug-report.md 2020-01-20 11:45:32 -08:00
lynn [they]
ebf58eb736
Update question.md 2020-01-20 11:45:30 -08:00
lynn [they]
284024e80f
Update question.md 2020-01-20 11:44:32 -08:00
Lynn Cyrin
bfb6908d5e
udpate labels 2020-01-16 13:13:43 -08:00
Ajitem Sahasrabuddhe
275ed591d3
Update cli.yml
simplify test-docs workflow
2020-01-14 11:43:41 +05:30
Ajitem Sahasrabuddhe
be3fa169eb
Merge branch 'master' into github-actions-windows 2020-01-14 11:06:35 +05:30
lynn [they]
17f8abc0da
Merge branch 'master' into lynncyrin-patch-1 2020-01-13 09:34:40 -08:00
Ajitem Sahasrabuddhe
daf1f71152
Update cli.yml
fix syntax error
2020-01-13 22:11:38 +05:30
Ajitem Sahasrabuddhe
8fe6194446
Merge branch 'master' into github-actions-windows 2020-01-13 22:10:45 +05:30
Ajitem Sahasrabuddhe
fd475c44f2
Merge branch 'master' into doc-update-pr-template 2020-01-13 22:08:21 +05:30
Ajitem Sahasrabuddhe
c4dc71ebad
Update cli.yml
update to nodejs 12 LTS
2020-01-13 19:02:13 +05:30
Ajitem Sahasrabuddhe
1ba20ea977
Update .github/workflows/cli.yml
Co-Authored-By: Robert Liebowitz <rliebz@gmail.com>
2020-01-13 18:59:36 +05:30
Ajitem Sahasrabuddhe
8915e44661 Merge branch 'master' into github-actions-windows 2020-01-13 11:29:49 +05:30
Ajitem Sahasrabuddhe
f0c866e24c try install markdown-toc globally 2020-01-13 10:59:32 +05:30
Ajitem Sahasrabuddhe
f4f10b5c16 fix dumb indentation error 2020-01-13 10:57:42 +05:30
Ajitem Sahasrabuddhe
fb0d7af151 setup node to run markdown toc 2020-01-13 10:56:43 +05:30
Ajitem Sahasrabuddhe
3e125a1865 use npx to run the package instead of npm installing it 2020-01-13 10:52:14 +05:30
j0n3lson
78ba678e4e Modifications per review 2020-01-10 01:04:12 -08:00
lynn [they]
dadc675f58
Update stale.yml 2020-01-09 17:48:35 -08:00
j0n3lson
ab81cf7eac Use a more k8s/release friendly PR template. 2020-01-09 17:11:23 -08:00
lynn [they]
3963383574
Merge branch 'master' into lynncyrin-patch-1 2020-01-06 10:18:00 -08:00
lynn [they]
31ff2100f5
fix more copy paste tragedy 2019-12-27 04:54:31 -08:00
lynn [they]
726724e850
fix bad copy paste, h/t @rliebz 2019-12-27 04:52:51 -08:00
lynn [they]
13f3b29497
Update v2-bug-report.md 2019-12-27 04:32:02 -08:00
lynn [they]
61ac69a278
Update v1-bug-report.md 2019-12-27 04:31:38 -08:00
lynn [they]
5737de6621
Create question.md 2019-12-27 03:44:05 -08:00
Lynn
9c44406c87
refactor 2019-12-25 09:10:48 -08:00
Lynn
65d28dcc47
Merge remote-tracking branch 'origin' into github-actions-windows 2019-12-25 09:03:27 -08:00
lynn [they]
a12e06e3fd
Merge branch 'master' into lynncyrin-patch-6 2019-12-24 06:05:23 -08:00
lynn [they]
8313645760
Update cli.yml 2019-12-18 18:11:43 -08:00
lynn [they]
3eee4a466e
Update cli.yml 2019-12-18 18:09:40 -08:00
lynn [they]
00d9600bb0
Update cli.yml 2019-12-18 00:40:37 -08:00
Sascha Grunert
a8fbae22ae
Add codecov action
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-13 09:10:41 +01:00
lynn [they]
2eb5b30151
add codecov token 2019-12-12 23:03:40 -08:00
Sascha Grunert
39ba647fbb
Fix codecov reports in GitHub actions
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-11 09:15:53 +01:00
Ajitem Sahasrabuddhe
84c49d078d
Merge branch 'master' into lynncyrin-patch-1 2019-12-08 13:27:16 +05:30
lynn [they]
4af0b06f68
Create .codecov.yml 2019-12-07 15:21:14 -08:00
Ajitem Sahasrabuddhe
646677ae0b optimise yml 2019-12-07 12:34:48 +05:30
Ajitem Sahasrabuddhe
c6a1e514a3 Merge branch 'github-actions' of https://github.com/asahasrabuddhe/cli into github-actions 2019-12-07 12:19:04 +05:30
Ajitem Sahasrabuddhe
0dcb2597ce pin gfmrun to version 2019-12-07 12:17:22 +05:30
Ajitem Sahasrabuddhe
fcdaa08dc8 update goproxy to valid value 2019-12-06 16:26:34 +05:30
Ajitem Sahasrabuddhe
da1a889fd6 update the way env is set 2019-12-06 16:24:53 +05:30
Ajitem Sahasrabuddhe
8bc13046c4
fix failing build 2019-12-06 14:04:12 +05:30
Ajitem Sahasrabuddhe
8dfefe854e
env fixes 2019-12-06 12:59:39 +05:30
Ajitem Sahasrabuddhe
67a8b288fd
fix windows env 2019-12-06 12:46:02 +05:30
Ajitem Sahasrabuddhe
01ba4336a4
fix windows build 2019-12-06 12:23:24 +05:30
Ajitem Sahasrabuddhe
9f5fad1989
pin to release 2019-12-06 11:58:06 +05:30
Ajitem Sahasrabuddhe
29f4ccff7b
fix cut delimiter error 2019-12-06 11:18:57 +05:30
Ajitem Sahasrabuddhe
1a3f36ddff
install gnu coreutils 2019-12-06 10:54:34 +05:30
Ajitem Sahasrabuddhe
fd01ea62f4
add win dependencies 2019-12-06 10:46:41 +05:30
Ajitem Sahasrabuddhe
78bad9b456
enable windows build 2019-12-06 10:39:25 +05:30
Ajitem Sahasrabuddhe
bac545cf3d
fix macos typo 2019-12-06 10:32:32 +05:30
Ajitem Sahasrabuddhe
1a724c9d6e
revert log.Printf to t.Logf 2019-12-06 10:16:14 +05:30
Ajitem Sahasrabuddhe
ccb0e89075
fix no tests running 2019-12-06 10:12:58 +05:30
Ajitem Sahasrabuddhe
078d14335a create gopath/bin dir 2019-12-05 23:27:48 +05:30
Ajitem Sahasrabuddhe
7169ab6062 fix gopath 2019-12-05 23:25:26 +05:30
Ajitem Sahasrabuddhe
88812bd56f fix path 2019-12-05 23:21:55 +05:30