aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix various typos of software names (#18083)qwerty2872021-12-241-4/+4
| | | | | | | | | | | | | | | | * `git` -> `Git` * `Github` and `github` -> `GitHub` * `crowdin` -> `Crowdin` * `git-lfs` -> `Git LFS` * `githooks`, `git hooks`, `git-hooks` -> `Git Hooks` * `discord` -> `Discord` * `2fa` -> `2FA` * `gitlab` and `Gitlab` -> `GitLab` * `web hook` -> `webhook` * `linux` -> `Linux` * `sqlite` -> `SQLite` * `MYSQL` and `mysql` -> `MySQL` * rename refs to `master` branch -> `main` * Fix English grammar
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
| | | | | * Fix various doc, user-facing, and source comment typos Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby`
* log slow tests (#11487)zeripath2020-06-011-0/+22
| | | | | | | | | | | | | | | | * log slow tests Signed-off-by: Andrew Thornton <art27@cantab.net> * placate lint Signed-off-by: Andrew Thornton <art27@cantab.net> * More lint placation Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* update integration README (#10400)65432020-02-231-5/+6
|
* Improve integration tests (#8276)Lunny Xiao2019-09-251-10/+24
| | | | | | | | * improve integration tests * fix Makefile * improve makefile and integration docs
* CN translation of README (#5050)BetaCat2018-10-151-7/+8
|
* Fixed drone command in readme (#4222)Alexey Terentyev2018-06-121-1/+1
| | | Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* doc: Improve integrations examples (#3416)Antoine GIRARD2018-01-271-4/+38
|
* Add some instructions about running integration tests (#3319)Sandro Santilli2018-01-081-0/+22
* Add some instructions about running integration tests * Add missing newline escape * Suggest running a clean build