Commit Graph

63 Commits

Author SHA1 Message Date
Joshua Spork
05659b8cdb feat: BitBucket Cloud: add support for webhook secrets (#4275)
Signed-off-by: Joshua Spork <almightyfoon@gmail.com>
2025-01-25 19:03:51 +00:00
Christian Winther
6fe0303279 fix(docs): add markdownlint and apply rules (#4557) 2024-05-14 16:30:14 -04:00
Christian Winther
4794bc0a44 fix(docs): move TOC to the right nav bar to free up vertical space (#4552) 2024-05-14 15:24:44 -04:00
Bruno Schaatsbergen
0ec441e6b8 docs: change ref to runatlantis registry (#4391) 2024-04-04 15:21:11 -07:00
Koen van Zuijlen
c8e49bb4aa docs: Fix docs website build (#4303) 2024-03-28 18:29:52 +00:00
Martijn van der Kleijn
722c4a9372 feat: Add Gitea support (#4229)
* Add initial Gitea client structure

* Add various missing config flags

* initial gitea support added

* Fix some post-merge issues

* Replace HidePrevCommandComments by version from @florianbeisel

* Update mocks

* feat: add Webhook Signature Verification

This changes adds support for Gitea Webhook Signatures by wrapping the
function from the Gitea SDK and calling it from `handleGiteaPost()`.

* fix: use release version in go.mod

1.22 as in the previous go.mod is a development version. When referencing
a minimum release version the correct format is 1.22.0

* Set default Gitea url to cloud.gitea.com

* Fix and Add tests for Gitea

* Fix missing copyright header

* Changed comment to reflect no max comment length

Apparently there's no max comment length in Gitea at this point in time.

* Implement GetCloneURL()

* Decode Base64 before passing on downloaded file content

* Enable Gitea client as API Client

* Remove unneded comments

* Remove old redundant file

* fix: invalid version number in go.mod

* fix: remove unnecessary type conversions

* fix: removed unused function

* fix: remove unnecessary type conversion of decodedData

* fix: fixes some tests

* Correct gitea.com URL

* Add Gitea to website docs

* fix: TestPost_UnsupportedGiteaEvent

* revert version downgrades

* docs: add Gitea documentation to Guide section

* docs: fix copy paste mistake

* Update cmd/server_test.go

Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>

* Clarify usage msg for --gitea-base-url

* Apply suggestions from code review

Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>

* Turn ebreak number into const with comments

* Add --gitea-page-size server argument

Defaults to 30 based on https://docs.gitea.com/1.18/advanced/config-cheat-sheet#api-api

* Fix broken test

* Fix event parser and comment parser

* Add missing app permission to docs

* Make Gitea client conform to updated interface

* Update server/events/vcs/gitea/client.go

Co-authored-by: Simon Heather <32168619+X-Guardian@users.noreply.github.com>

* Remove no longer needed logger

* Add extra logging statements for Gitea client

* Add debug statements

---------

Co-authored-by: Florian Beisel <florian@pacey.me>
Co-authored-by: Florian Beisel <florian@beisel.it>
Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: Simon Heather <32168619+X-Guardian@users.noreply.github.com>
2024-03-18 14:21:45 +00:00
PePe Amengual
a8bd38fe10 docs: Custom container doc update (#4054)
* Updating curl

* Updating docs for custom image

* Updating docs for custom image

* fixing note

* some style change

* Update runatlantis.io/docs/deployment.md

Co-authored-by: Rui Chen <rui@chenrui.dev>

---------

Co-authored-by: Rui Chen <rui@chenrui.dev>
2023-12-13 21:45:20 -05:00
Patrick Merchant
20401e195c docs(bug): add-required-docker-version-to-aci-deployment-docs (#3293)
Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
2023-04-09 06:32:06 +00:00
Shouichi Kamiya
f8d6aac067 fix(kustomize): Use k8s recommended name label (#3261)
See https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels.
2023-03-29 21:46:47 -05:00
Bruno Schaatsbergen
c3ad56306a docs: add Google Cloud module to deployment (#2938)
* feature the Google Cloud Compute Engine module in the deployment documentation.

* Change `runs` to `deploys`

* Rephrase the text related to the Terraform module

* Update runatlantis.io/docs/deployment.md

Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>

* Change ref to Terraform registry

* Add a space before the registry link

* Update runatlantis.io/docs/deployment.md

* Update runatlantis.io/docs/deployment.md

Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
2023-01-06 09:00:36 -06:00
Jakub Igła
494a63f8cb docs: Add a new Azure deployment method (#2741)
* docs: Add a new Azure deployment method

* docs: Revert the old ACI link while keeping the new one

* docs: Improve wording for Azure deployment
2022-12-06 21:57:46 -06:00
Even Thomassen
773901e91e Use ghcr.io as image repostiory in docs manifests (#2423)
The deployment documentation manifest examples should use ghrc.io as image repository for runatlantis/atlantis, as dockerhub is deprecated as image repository.
2022-08-08 10:46:30 -07:00
Ze Peng
5abea67615 Update documentation to reflect orgAllowlist changes in helm chart (#2416)
* correct orgWhitelist to orgAllowlist in deployment doc

* correct link to allowlist in server config doc

* try fix link
2022-07-27 14:58:01 -07:00
James Connor
d4f9c87f2e Fix link to current helm chart (#2393) 2022-07-19 11:24:13 -07:00
MB
fee3a4a292 docs: update docker registry link to ghcr (#2130)
Issue #2103
2022-03-11 08:29:17 -05:00
dependabot[bot]
c875b6b861 build(deps): bump github.com/urfave/negroni from 0.3.0 to 1.0.0 (#1922)
* build(deps): bump github.com/urfave/negroni from 0.3.0 to 1.0.0

Bumps [github.com/urfave/negroni](https://github.com/urfave/negroni) from 0.3.0 to 1.0.0.
- [Release notes](https://github.com/urfave/negroni/releases)
- [Changelog](https://github.com/urfave/negroni/blob/master/CHANGELOG.md)
- [Commits](https://github.com/urfave/negroni/compare/v0.3.0...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/urfave/negroni
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix broken link

```
$ curl -I https://tf-registry.herokuapp.com/modules/terraform-aws-modules/atlantis/aws/latest
HTTP/1.1 503 Service Unavailable
```

ref, https://app.circleci.com/pipelines/github/runatlantis/atlantis/1694/workflows/35fa6a93-77e2-4b48-8d0c-e4e9425908cc/jobs/8747

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
2021-12-03 22:16:39 -05:00
Nish Krishnan
5edac18d6f Fix broken links (#1279)
* Fix broken links

https://app.circleci.com/pipelines/github/runatlantis/atlantis/484/workflows/b88e1ab2-3be7-4967-b821-f7867b78ce2f/jobs/5487
2020-12-02 16:58:50 -05:00
Gerald Barker
5d44ac8f2c Update helm deployment instructions for the new Helm repo 2020-10-08 00:01:12 +01:00
Luke Kysow
8ac19e4017 Deprecate --repo-whitelist for --repo-allowlist 2020-07-25 23:50:09 -07:00
Luke Kysow
661cc67af4 Update deployment.md 2020-02-07 11:15:45 -07:00
Dinesh Patra
50cc11e3bf udpate helm install instruction for helm v3.0.0 2020-02-06 12:35:14 -06:00
Toby Archer
13011b3d6d Fixing Kustomization bundle and clarifying Kustomize documentation 2019-11-22 09:59:31 -08:00
Jason Huling
d50533c952 revert openshift docs, change ATLANTIS_DATA_DIR to HOME 2019-11-09 21:20:39 -08:00
Luke Kysow
663cfc6d75 Merge pull request #785 from tobbbles/master
Initial Kustomize work
2019-11-04 10:13:08 -08:00
Toby Archer
78d01f829f Kustomize support 2019-11-02 11:05:41 +01:00
Jason Huling
5a57e28b5e add back space 2019-10-31 23:13:12 -07:00
Jason Huling
652933359b note for openshift volume mount 2019-10-31 23:10:44 -07:00
Luke Kysow
07ffe179e7 Small refactoring to azure devops support 2019-10-25 18:07:18 -07:00
David McPike
95234bfaa9 Resolve documentation comments 2019-10-02 15:08:28 -05:00
mcdafydd
d64be55799 Update runatlantis.io/docs/deployment.md
Co-Authored-By: Luke Kysow <1034429+lkysow@users.noreply.github.com>
2019-10-02 13:01:52 -07:00
David McPike
19f7ea08ed Remove Azure Devops org/project from docs 2019-09-24 14:19:52 -05:00
David McPike
a6779bb157 Update Azure Devops docs; fix typo 2019-09-22 17:27:34 -05:00
David McPike
70814fc3a7 Update Azure Devops whitelist and startup docs 2019-09-22 16:52:57 -05:00
David McPike
a31afcb7a4 Merge tag 'v0.9.0' into azure-devops 2019-08-29 17:52:36 -05:00
Henry Painter
f25251bc99 Fix terragrunt typo 2019-08-16 11:51:03 +01:00
David McPike
9f51aadf95 First draft of Azure Devops documentation updates 2019-07-20 11:47:48 -05:00
Luke Kysow
1cb997fbac Add note re: community member support
Co-Authored-By: jplane <jplane@gmail.com>
2019-04-15 09:37:54 -04:00
Josh Lane
7ba696cd7f added pointer for azure ACI deploy 2019-04-14 17:42:41 -04:00
Luke Kysow
d78b106cab Refactor @jjulien's server-side config work. 2019-03-27 14:47:48 -05:00
Ryan John Peck
a793607ab2 Update docs around Atlantis Routing (#552)
Tweaking the language here to emphasize the bidirectional nature of communication needed for Atlantis.

Co-Authored-By: RyPeck <iamreck@gmail.com>
2019-03-27 14:47:13 -05:00
Luke Kysow
ca58ebd7e0 Autodownload tf versions. Add --default-tf-version.
This changeset has two features:
1. We now automatically download the version of terraform specified in
atlantis.yaml configs if we don't already have that version available
locally.

2. Add a new --default-tf-version flag that allows users to set a
default version of Terraform that we will also download if it's not on
disk.

These mean that users don't need to build custom Docker images to just
add terraform versions. It also means that upgrading the version of
terraform that is packaged with the Atlantis Docker image won't cause
issues for existing users because as long as they're running with
--default-tf-version, Atlantis will always use that version.
2019-03-14 13:51:27 -05:00
Luke Kysow
255a5b7fc1 Add docs about using tfe remote state. 2019-01-08 16:00:49 -05:00
Luke Kysow
37e2ab85a8 Reorganize docs.
Also add a build step that checks the Netlify deploy preview for broken
links.
2019-01-07 16:10:21 -05:00
Ivan
1d34ca8cde Added download link (#387)
There's no download link, added the one from getting-started.md
Authored-By: ivankisic <ivan.kisic@gmail.com>
2018-12-17 09:19:46 -06:00
Luke Kysow
e9ea788d21 Deployment docs for OpenShift.
After merging https://github.com/runatlantis/atlantis/pull/346, we now
support OpenShift however users need an additional flag to atlantis
server for it to work.
2018-11-28 15:43:21 -06:00
Luke Kysow
28f3704ba4 Remove links to hosting and consulting. 2018-10-18 15:14:50 -05:00
Luke Kysow
d55e5646dd Update docs for webhook secrets & multiple repos 2018-09-07 10:51:11 -07:00
Josh Kodroff
3bb44ea6cd Correct typo and formatting. 2018-09-05 09:07:21 -05:00
Josh Kodroff
eafc573109 Update instructions for multiple GitLab Repos. 2018-09-04 10:16:45 -05:00
Luke Kysow
9e2cdb6d7e Add / to make path absolute. 2018-08-16 06:55:35 -10:00