Commit Graph

22 Commits

Author SHA1 Message Date
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
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
Andre Krueger
5a7f0207ad typo (#3206) 2023-03-13 22:55:19 +00:00
nitrocode
b248299e8d chore(deps): website: upgrade vuepress 1.x to 2.x (#2980)
* Upgrade vuepress to 2.x

* Add i18n support

* Apply suggestions from code review

* Update runatlantis.io/.vuepress/config.js

* Update runatlantis.io/es/README.md

* Delete README.md

* Delete README.md

* Delete README.md

* Update runatlantis.io/.vuepress/config.js

* Update runatlantis.io/.vuepress/config.js

* Update config.js

* Use Overview name for specific children

* Add comment for algolia API key

* Register Home.vue

* Convert Home.vue stylus to SCSS

* Regenerate yarn.lock

* Regenerate yarn.lock

* Regenerate yarn.lock

* Regenerate yarn.lock

* Regenerate yarn.lock
2023-01-18 16:07:59 -06:00
chroju
9758a2103d docs: fill all command line flags not in the document, and more. (#2568)
* docs: All command line flags are filled in the doc

* docs: about --gh-allow-mergeable-bypass-apply flag

* docs: replace Github with GitHub

* docs: remove an incorrect bullet

Co-authored-by: chroju <chroju@users.noreply.github.com>
2022-10-08 10:26:23 -07:00
Mihail Kuzmich
69d6fb25b1 fix(docs): update screenshot for Bitbucket server webhook configuration | increase image size to make it readable (#1995) 2022-01-14 12:55:43 -08:00
rui
c0ed560c45 docs: update website links (#1964)
Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-12-30 07:59:01 -05:00
Bruno Ferreira
5e52a0860a fix: urls on webhooks documentation (#1713)
Some links were broken because they had `.html` instead of `.md`
2021-07-22 20:36:08 -07:00
Toby Jackson
1a66b6e761 Update configuring-webhooks.md (#1254)
Remove duplicated (and incomplete) gitlab configuration section on webhooks readme.
2020-12-23 15:56:59 -08:00
Gerald Barker
6d2a8a6935 GitLab have moved Webhooks into their own menu Item 2020-10-11 18:07:53 +01:00
rob
2b74dc9a59 make fragments lowercase 2020-06-16 21:30:40 -04:00
rob
2509240b9a listen to pull_request_review*, docs on webhooks 2020-06-16 21:04:09 -04:00
Luke Kysow
07ffe179e7 Small refactoring to azure devops support 2019-10-25 18:07:18 -07:00
David McPike
9424893e1f Complete migration to PR comment event
- Update docs
- Remove work item commented event code
2019-10-05 00:17:42 -05:00
David McPike
95234bfaa9 Resolve documentation comments 2019-10-02 15:08:28 -05:00
mcdafydd
dab4613c6a Update runatlantis.io/docs/configuring-webhooks.md
Co-Authored-By: Luke Kysow <1034429+lkysow@users.noreply.github.com>
2019-10-02 13:01:29 -07:00
David McPike
b6dc489a6d Update Azure Devops documentation 2019-07-26 14:18:56 -05:00
David McPike
52a794b73b Update Azure Devops webhook documentation 2019-07-26 13:30:17 -05:00
David McPike
9f51aadf95 First draft of Azure Devops documentation updates 2019-07-20 11:47:48 -05:00
Luke Kysow
d78b106cab Refactor @jjulien's server-side config work. 2019-03-27 14:47:48 -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