DanStough
b1a1ddf78f
chore(ci): fix backport assistant
2022-05-03 12:41:12 -04:00
DanStough
5fa882127e
chore(ci): add initial support for backport assistant
2022-05-02 11:14:32 -04:00
Chris S. Kim
6e7d17052c
Add a Github action to remind people about backport automation ( #12884 )
2022-04-28 14:52:41 -04:00
FFMMM
a0dcd53659
add a general pull request template ( #12827 )
...
Co-authored-by: Dan Upton <daniel@floppy.co>
2022-04-22 12:41:44 -07:00
Claire Labry
94e911a3b4
change action to pull v1 instead of main
2022-04-22 12:26:12 -04:00
DanStough
a050aa39b9
Update go version to 1.18.1
2022-04-18 11:41:10 -04:00
Chris S. Kim
8b9387404d
Add example of goimports -local
2022-03-28 10:20:50 -04:00
Luke Kysow
8bd05b1fb0
Fix logic for website checker ( #12627 )
...
Workflow should run when no docs/cherry-pick label && no pr/docs-label
2022-03-25 18:40:51 -07:00
Michele Degges
544585370b
Remove setup-qemu step from Docker build job ( #12387 )
2022-02-24 12:35:47 -08:00
Evan Culver
7c735abe22
ci: fix stalebot config ( #12346 )
2022-02-15 11:13:32 -08:00
Evan Culver
aaa78b5890
Add stalebot policy for closing inactive PRs ( #11286 )
...
* Add stalebot policy for closing inactive issues and PRs
Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
2022-02-08 12:21:46 -08:00
Michele Degges
e513430187
Merge branch 'main' into fix-broken-dockerfile
2022-02-04 12:30:20 -08:00
claire labry
9d47cc8df1
Merge pull request #11956 from hashicorp/enable-security-scan
...
Enable Security Scan for CRT
2022-02-04 13:13:24 -05:00
Jared Kirschner
14f1d14760
Merge pull request #11391 from hashicorp/add-changelog-creation-to-contributor-docs
...
Add changelog creation to contributor docs
2022-02-02 14:50:02 -05:00
Jared Kirschner
7dda1df00f
Add changelog creation to contributor docs
2022-02-02 10:58:27 -08:00
claire labry
1e35685ea3
Merge branch 'main' into enable-security-scan
2022-02-02 13:36:48 -05:00
JG
da1072da80
packaging: fix issues in pre/postremove scripts ( #12147 )
...
Fixes several issues with the pre/postremove scripts for both rpm and
deb packages. Specifically:
For postremove:
- the postremove script now functions correctly (i.e. restarts consul
after a package upgrade) on rpm-based systems (where $1 is numeric
rather than `purge` or `upgrade`)
- `systemctl daemon-reload` is called on package removal (rather than
only on upgrade)
- calls `systemctl try-restart` instead of `systemctl restart`, which
will only (re)start consul if it was already running when the upgrade
happened.
For preremove:
- if the package is being completely uninstalled (rather than upgraded),
stop consul before removing the package
2022-02-01 12:07:18 -08:00
Michele Degges
6586fa36db
Merge remote-tracking branch 'origin/main' into fix-broken-dockerfile
2022-01-30 20:09:59 -08:00
Michele Degges
7ab2a3fff9
Remove trailing ,'s to keep commit history clean
2022-01-25 18:55:20 -08:00
Michele Degges
7a69752cb5
Remove testing build trigger
2022-01-25 17:10:39 -08:00
Michele Degges
8d0b03b54d
Fix broken docker builds
2022-01-25 16:59:04 -08:00
Morgan Drake
11ef7d99bd
add netcgo tag for darwin builds
2022-01-24 14:34:57 -08:00
Evan Culver
28f49dc7bd
Provide an 'escape-hatch' for website-checker workflow ( #11882 )
2022-01-20 18:34:01 -08:00
Scott Macfarlane
de877038ef
Merge pull request #11860 from hashicorp/sm/rename-ecr-tag
...
Update ECR tag in CRT Builds
2022-01-18 11:00:41 -08:00
Daniel Nephin
709b807c7a
remove api, sdk, and ui packages from dependabot
...
sdk and api are removed because those two are libraries, and updating libraries to the latest
dependency versions only serves to make the library harder to use. A
library which uses all the latest versions requires every application
which uses it to update all its dependencies in a single batch, which is
not great.
It is applications that need the latest version of dependencies.
Remove UI at the request as jc, since javascript libraries are updated so frequently it ends up
being too much noise.
Also update the number of PRs for gomod to 10, so we have a few more to
work with.
2022-01-13 12:37:49 -05:00
Claire Labry
9cf80e091d
fix branch event convention
2022-01-06 14:32:35 -05:00
Claire Labry
6a3cd82166
fixing build error
2022-01-06 09:45:54 -05:00
Claire Labry
e510e0258c
clean up after testing
2022-01-06 09:43:35 -05:00
Karl Cardenas
807d358129
removing markdown file for consul docs day issue
2022-01-03 11:06:09 -07:00
Karl Cardenas
ea6bef42e5
style update
2022-01-03 10:54:31 -07:00
Karl Cardenas
0eb34a694e
updating Consul docs day issue template
2022-01-03 10:49:56 -07:00
mrspanishviking
e4309c0762
Merge pull request #11775 from hashicorp/docs-day-issue
...
chore: created an issue template for Consul docs day
2022-01-03 10:17:47 -07:00
mrspanishviking
933faeb124
Apply suggestions from code review
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-01-03 09:46:32 -07:00
Karl Cardenas
c7a9abdeb6
removed unused text area
2021-12-21 14:07:32 -07:00
mrspanishviking
dc22aa9e44
Apply suggestions from code review
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2021-12-21 14:05:15 -07:00
FFMMM
7495b38c56
add a metrics test check GH action ( #11536 )
...
Signed-off-by: FFMMM <FFMMM@users.noreply.github.com>
2021-12-20 09:10:13 -08:00
Claire Labry
3414b76fce
enabling security scan for CRT
2021-12-16 11:49:22 -05:00
Scott Macfarlane
70757f617d
Update ECR tag in CRT Builds
...
This updates the ECR tag to the correct naming convention.
Signed-off-by: Scott Macfarlane <smacfarlane@hashicorp.com>
2021-12-15 13:17:16 -08:00
Michele Degges
152f5810e9
Removing test branch
2021-12-14 18:19:14 -08:00
Michele Degges
0eabc2c63f
Add darwin arm64 suport
2021-12-14 17:46:04 -08:00
Evan Culver
c6dd08f675
Update product version extraction for CRT ( #11843 )
2021-12-14 16:11:16 -08:00
Chris S. Kim
db6c2663be
Update CI and release go versions to 1.17.5 ( #11799 )
2021-12-10 14:04:56 -05:00
Karl Cardenas
2ea94a80ec
chore: created an issue template for Consul docs day
2021-12-08 09:01:29 -07:00
Matthieu MOREL
2411a5f58f
dependabot : add standard and hashicorp labels ( #11676 )
2021-12-07 15:12:32 -05:00
Iryna Shustava
1e8a83d100
Update issue templates to link to consul-k8s instead of consul-helm ( #11701 )
2021-12-01 11:37:37 -07:00
99
88fcb4f047
ci: update triggers for main branch
2021-11-22 09:25:32 -08:00
Freddy
a31d65b914
Prevent running build workflows on all PRs ( #11469 )
2021-11-01 17:29:45 -06:00
99
324fa75d25
PR fixes
2021-10-28 22:22:38 -07:00
99
daf4208341
Update .github/workflows/build.yml
...
Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
2021-10-28 11:07:55 -07:00
99
6195b55dac
Update release branch to 1.11.x
2021-10-27 14:14:02 -07:00
99
5f6b1a902c
Final fixes
2021-10-26 23:21:04 -07:00
Scott Macfarlane
f85c1a9422
Create linux packaging structure
...
Copied from hashicorp/linux-packaging
24e7e2675b
Signed-off-by: Scott Macfarlane <smacfarlane@hashicorp.com>
2021-10-25 23:22:46 -07:00
99
584ea01320
Add crt release workflow
2021-10-25 23:01:18 -07:00
John Cowen
35fe21b1b0
github: Amends to the UI issue template ( #11199 )
...
Some updates to the UI specific issue template.
The previous 'Old UI or New UI' question is no longer relevant and considering the amount of visual change we've had, this leads to folks answering things like 'Consul 1.10.0+ent with new, new UI'. Now it's just "The Consul UI".
I mainly took the rest from the current Consul Core issue template but made it relevant to the UI both for issues/bugfixes and for suggestions/improvements.
2021-10-07 19:24:04 +01:00
mrspanishviking
12bcf5b60c
github: added CODEOWNERS to automatically request tech writer review ( #10962 )
...
* github: update CODEOWNERS to point to the @hashicorp/consul-docs group
2021-09-01 14:02:06 -04:00
Daniel Nephin
f32d1ceeb5
Move contributing to docs
...
So that this documentation is more appropriated named.
2021-08-30 16:17:09 -04:00
Daniel Nephin
fd812a5964
Update contributing guide
...
* Replace the mailing list link with Discuss. The mailing list has not been used for a few years.
* 'make format' no longer exists, so replace it with 'gofmt'
* Remove the instructions about running all tests locally, and debugging flakes.
* Update note about vendoring of dependencies.
* Add link to developer docs.
2021-08-30 14:57:30 -04:00
Mike Morris
c5975b5dfb
ci: make changelog-checker only validate PR number against main base ( #10844 )
2021-08-16 15:40:51 -04:00
Kent 'picat' Gruber
05fb8dd192
Add `github-actions`
2021-07-29 17:51:32 -04:00
Kent 'picat' Gruber
2a1fb53f68
Add default `open-pull-requests-limit` for all updates
...
Using the default value just to start with.
2021-07-29 17:47:33 -04:00
Kent 'picat' Gruber
688233f78c
Add the `/sdk` module
2021-07-29 17:35:48 -04:00
Kent 'picat' Gruber
4510237d99
Add initial Dependabot configuration
2021-07-29 11:48:46 -04:00
Daniel Nephin
d60c3863b3
Remove issue-labeler github workflow
...
It has been failing every time, ex: https://github.com/hashicorp/consul/runs/3186335298?check_suite_focus=true
2021-07-28 17:51:40 -04:00
jkirschner-hashicorp
b991a3536b
Describe how to run a subset of all unit tests
2021-07-27 15:04:51 -04:00
Daniel Nephin
c2cc9b6bda
Update references to the main branch
...
The main branch is being renamed from master->main. This commit should
update all references to the main branch to the new name.
Co-Authored-By: Mike Morris <mikemorris@users.noreply.github.com>
2021-06-29 17:17:38 -04:00
Freddy
6adc615512
Update CONTRIBUTING.md
2021-06-25 14:43:53 -06:00
Brian Flad
979199696b
Migrate from GitHub HashiBot to GitHub Actions
...
GitHub HashiBot is being decommissioned. This migrates the crash issue labeling and waiting-reply label removal to GitHub Actions. The stale issue handling is not migrated as neither behavior appears to be actively in use.
2021-06-08 12:14:46 -04:00
Zachary Shilton
e23db3045b
website: support hidden pages in nav-data ( #10180 )
...
* website: bump to docs-page prerelease with hidden page support
* website: replace hidden pages hot fix for /docs, /api-docs, and /commmands
* website: remove unused files for old hidden pages hotfix
* website: bump to stable docs-page, w next-mdx-remote bump
* website: bump to latest markdown-page
2021-05-06 13:33:15 -04:00
Zachary Shilton
d605632216
website: resolve unlinked content ( #10087 )
...
* website: add back unlinked pages to match previous state
* website: add unlinked content check
* website: add hidden nav-data to unlinked content check
2021-04-23 10:51:13 -04:00
Bryce Kalow
1186d40c9b
fix: remove period to fix broken link ( #9912 )
2021-03-22 10:47:10 -04:00
Alvin Huang
02abbdc738
update changelog and website checks ( #9781 )
...
* remove expression syntax for if conditional
* make changelog check a status check
2021-02-26 16:29:49 -05:00
Alvin Huang
e056a9147e
ci: escape backticks in github comment for website/ change check ( #9711 )
2021-02-05 13:48:31 -05:00
Alvin Huang
c030c632a2
ci: fix pr file checker ( #9694 )
...
* filter github pr file checker on the right labels object
* only check PR files when the PR is opened
2021-02-03 10:19:37 -05:00
Alvin Huang
d2939d1c9a
ci:check that type/docs-cherrypick is attached to website PR changes ( #9690 )
2021-02-02 17:04:05 -05:00
Alvin Huang
ff60cdac89
ci: fix changelog check checkout ( #9688 )
...
* ci: fix changelog check checkout
* use fetch-depth 0 to get all commits to find a merge-base
2021-02-02 14:51:20 -05:00
Alvin Huang
e29c9d2f52
ci: add script to check for .changelog file in PRs ( #9641 )
...
* ci: add .changelog file check for PRs
* Update .github/workflows/changelog-check.yml
Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
* add better disclaimer in changelog check script description
Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
2021-02-01 18:51:52 -05:00
Alvin Huang
0d9eacd851
change trigger label to pr/load-test
2021-01-15 11:09:08 -05:00
Alvin Huang
92ac3906b5
add github action to trigger load tests based on PR label
2021-01-13 23:20:19 -05:00
Kim Ngo
b7dc2ae0b5
Update pr-labeler to new NIA docs path ( #9501 )
...
Artifact from https://github.com/hashicorp/consul/pull/9352
2021-01-05 12:15:10 -06:00
Daniel Nephin
fe8d85f40b
Remove the workflow file
...
The comment out file causes github to send us error emails on every commit
2020-10-28 13:09:29 -04:00
Jono Sosulska
95169961f8
Turn off issue labeler for now ( #9054 )
2020-10-27 17:34:16 -04:00
Jono Sosulska
b5a7137cf4
Remove auto-docs-cherrypick and update UI label ( #9047 )
...
* Remove auto-docs-cherrypick and update UI regex
2020-10-27 10:24:05 -04:00
Jono Sosulska
f51ecd6f36
Turn down UI regex, removed things from PR labeler that wont be used ( #8977 )
2020-10-27 09:43:57 -04:00
Kim Ngo
ec5bf903a3
Include integration docs for NIA with consul-terraform-sync label ( #8926 )
2020-10-13 09:47:51 -05:00
Sabeen Syed
ef2b6f848e
Docs: Nia/docs tech preview ( #8908 )
...
* Add outline and basic content for Tech Preview docs
* Add Tech Preview tag
* Add auto-labler for Consul Terrform Sync
* Add Consul Terraform Sync config docs (#8837 )
* CLI Docs for Consul Terraform Sync
* Task Docs for Consul Terraform Sync
* Add docs for NIA Terraform driver (#8871 )
* Update Installation Docs for Consul Terraform Sync
* Initial high level architecture overview (#8872 )
* Docs: compatible Terraform modules for Consul-Terraform-Sync (#8887 )
* Update Requirements Docs for Consul Terraform Sync
* Remove empty partner module sections
2020-10-09 13:37:20 -05:00
Mike Morris
d7c476f812
chore(ci): remove docs-cherrypick autolabel
...
This label should never be auto-applied to prevent accidentally publishing docs intended for a major release early.
2020-10-08 12:50:03 -04:00
Jono Sosulska
b596538397
Turns PR labeler to only trigger on create ( #8838 )
2020-10-07 13:45:17 -04:00
Jono Sosulska
a53730362c
Remove label trigger on edit ( #8832 )
2020-10-06 13:16:14 -04:00
Jono Sosulska
8b85f4cc1b
Fixes README overwrite ( #8821 )
2020-10-05 15:32:57 -04:00
Jono Sosulska
df893e14c1
Add github actions for PR and issue labeling ( #8709 )
...
* Added Issue Labeler, PR labeler, .github readme
* Updated README with Issue Template information, and regex to metrics
Co-authored-by: Kit Patella <kit@jepsen.io>
2020-10-05 10:43:21 -04:00
Jeff
bc80f12305
Update CONTRIBUTING.md
2020-08-26 08:04:25 -07:00
woz5999
35a76fba4c
fix typo in contributing docsc
2020-08-25 14:58:58 -07:00
Alexander Mykolaichuk
19e2e65254
fixed links ( #8020 )
2020-06-04 16:18:37 -04:00
Jono Sosulska
edfaee9cb5
Adding redirect to discuss, moving question to old ( #7732 )
2020-05-01 13:02:15 -04:00
Daniel Nephin
e3b4cd9b90
ci: Upgrade Go to 1.14.1
2020-03-24 15:55:47 -04:00
R.B. Boyer
5ae0049649
update contributing doc for go 1.13 ( #7283 )
2020-02-12 16:28:22 -06:00
Sarah Christoff
fdd52e5191
Revert "Update question.md" ( #7183 )
2020-01-31 13:45:05 -06:00
Sarah Christoff
02c0403ff4
Update question.md ( #6778 )
2020-01-30 08:09:37 -06:00
Hans Hasselberg
d534f7bdcb
bot: replace stalebot with hashibot ( #7113 )
2020-01-24 09:24:21 +01:00
Paul Banks
cc8f580ddd
Add contributing dir with Config file checklist ( #7017 )
...
* Add contributing dir with Config file checklist and modify contribution guides
* Apply suggestions from code review
Co-Authored-By: Chris Piraino <cpiraino@hashicorp.com>
Co-authored-by: Chris Piraino <piraino.chris@gmail.com>
2020-01-14 12:24:03 +00:00
Kit Patella
35d49d07bf
Update .github/CONTRIBUTING.md
...
Add rboyer's suggestion
Co-Authored-By: R.B. Boyer <public@richardboyer.net>
2019-12-10 14:37:37 -08:00
Kit Patella
3c3fd9ca04
Update CONTRIBUTING.md w/ stipulation that go 1.13 is not yet supported
2019-12-10 14:25:17 -08:00
Alvin Huang
0f9921c35b
update CONTRIBUTING.md to build consul with 1.12+ ( #6723 )
2019-10-31 16:33:16 -04:00
Sarah Christoff
14084ad68b
Fix indention problems with stale.yml ( #6663 )
2019-10-21 13:09:53 -05:00
Sarah Christoff
f2ccf0a805
chore: Add probot ( #6642 )
...
* add stalebot
2019-10-18 17:27:51 -05:00
Nicholas Jackson
fa65a14729
Update questions issue template directing q's to the forum ( #5957 )
...
* Update questions issue template directing q's to the forum
* Update contributing guide to add link to forum
2019-06-12 09:07:44 -05:00
R.B. Boyer
5cd32d0a9e
remove remaining references to govendor and vendorfmt ( #5587 )
2019-04-01 09:55:48 -05:00
Jack Pearkes
00286b8122
Remove consul-docs automatic PR review ( #5306 )
...
We no longer want this single codeowner rule, though we are keeping this group.
2019-02-01 10:48:52 -08:00
Alvin Huang
85141973d9
add codeowners for consul docs
2019-01-03 15:01:16 -05:00
Freddy
83541c2f10
Contribution guide ( #4704 )
...
* Add a contribution guide and link to it from readme
* Add first pass at testing section for contribution guide
* Format as in README.md
* Add responding to community questions as way to contribute
2018-10-05 09:06:40 -07:00
Jack Pearkes
59587928cb
github: some minor changes to issue templates ( #4521 )
...
Just cleaning these up a tiny bit based on seeing how they're
being used.
2018-08-28 09:07:28 -07:00
Jack Pearkes
8593a6e669
github: more tweaking of bug issue template
2018-05-10 17:29:50 -07:00
Jack Pearkes
8b19af8057
github: fix issue template formatting for bugs
2018-05-10 17:27:12 -07:00
Jack Pearkes
22eed0cab1
github: fix formatting in feature template
2018-05-10 17:26:10 -07:00
Jack Pearkes
97901ebf5f
github: fix yaml format for feature issue template
2018-05-10 17:24:35 -07:00
Jack Pearkes
eb0cd7cae9
change the bug report tempate to use the collapsable details view
2018-05-10 12:55:26 -07:00
Jack Pearkes
11959b0a3c
add feature request, bug report, and question issue templates
2018-05-10 12:15:21 -07:00
Jack Pearkes
f87a5888d1
add frontmatter to UI issue template
2018-05-10 12:15:06 -07:00
Hannah Oppenheimer
870dacd734
Issue template for UI issues
2018-05-08 17:16:41 -05:00