techknowlogick and 6543
7b89603220
inline gitpod image ( #21494 )
...
fix #21492
Co-authored-by: 6543 <[email protected] >
2022-10-18 09:55:57 +08:00
Yarden Shoham and Gusted
dd86391322
Refactor Gitpod configuration to improve quick spin up of automated dev environments ( #21411 )
...
This commit instructs Gitpod to run `docs` in watch mode in fresh
development environments so any dev could start hacking in seconds.
Also included some vscode extensions for Vue, Go, and Docker.
Try it here:
[](https://gitpod.io/#https://github.com/yardenshoham/gitea/tree/gitpod )
Signed-off-by: Yarden Shoham <[email protected] >
Co-authored-by: Gusted <[email protected] >
2022-10-12 12:17:04 -04:00
Yarden Shoham
ed87126bee
Fix broken link to frontend guidelines in hacking guidelines ( #21382 )
2022-10-11 21:23:21 -04:00
Kyle D
4d58ae7157
Kd/ci playwright go test ( #20123 )
...
* Add initial playwright config
* Simplify Makefile
* Simplify Makefile
* Use correct config files
* Update playwright settings
* Fix package-lock file
* Don't use test logger for e2e tests
* fix frontend lint
* Allow passing TEST_LOGGER variable
* Init postgres database
* use standard gitea env variables
* Update playwright
* update drone
* Move empty env var to commands
* Cleanup
* Move integrations to subfolder
* tests integrations to tests integraton
* Run e2e tests with go test
* Fix linting
* install CI deps
* Add files to ESlint
* Fix drone typo
* Don't log to console in CI
* Use go test http server
* Add build step before tests
* Move shared init function to common package
* fix drone
* Clean up tests
* Fix linting
* Better mocking for page + version string
* Cleanup test generation
* Remove dependency on gitea binary
* Fix linting
* add initial support for running specific tests
* Add ACCEPT_VISUAL variable
* don't require git-lfs
* Add initial documentation
* Review feedback
* Add logged in session test
* Attempt fixing drone race
* Cleanup and bump version
* Bump deps
* Review feedback
* simplify installation
* Fix ci
* Update install docs
2022-09-02 15:18:23 -04:00
silverwind
fe1726a9e5
Add markdownlint ( #20512 )
...
Add `markdownlint` linter and fix issues. Config is based on the one
from electron's repo with a few rules relaxed.
2022-07-28 09:22:47 +08:00
Yehonatan Ezron
5f22cf69c9
docs(hacking-on-gitea): fix installation instruction for elasticsearch docker ( #19829 )
2022-05-29 20:59:25 +03:00
silverwind
d071061250
Disable service worker by default ( #18914 )
...
The service worker causes a lot of issues with JS errors after instance
upgrades while not bringing any real performance gain over regular HTTP
caching.
Disable it by default for this reason. Maybe later we can remove it
completely, as I simply see no benefit in having it.
2022-02-26 18:14:23 +08:00
Lauris BH
06255b9c82
Automatically pause queue if index service is unavailable ( #15066 )
...
* Handle keyword search error when issue indexer service is not available
* Implement automatic disabling and resume of code indexer queue
2022-01-27 10:30:51 +02:00
wxiaoguang
5464f51b37
Fix documents for development and bug report ( #18249 )
2022-01-13 10:58:46 +08:00
501efdcc36
chore: remove unnecessary section ( #18209 )
...
Signed-off-by: Bo-Yi Wu <[email protected] >
Co-authored-by: zeripath <[email protected] >
Co-authored-by: 6543 <[email protected] >
2022-01-11 18:27:32 -05:00
singuliere
8ce0d224be
tests: s/GITEA_UNIT_TESTS_VERBOSE/GITEA_UNIT_TESTS_LOG_SQL/ ( #18142 )
...
The GITEA_UNIT_TESTS_VERBOSE variable is an undocumented variable
introduced in 2017 (see 1028ef2defd94a64f2433b07fe5d93681864cebb)
whose sole purpose has been to log SQL statements when running unit
tests.
It is renamed for clarity and a warning is displayed for backward
compatibility for people and scripts that know about it.
The documentation is updated to reflect this change.
2022-01-01 04:31:24 +01:00
wxiaoguang
1298de1e08
Improve document for developers: Windows CGO, unit test option ( #18140 )
2021-12-31 22:21:11 +08:00
wxiaoguang
d2d95adbc6
Fix documents for Windows development ( #18109 )
...
* Fix documents for Windows development
2021-12-26 23:27:18 +08:00
qwerty287
a0d1923637
Fix various typos of software names ( #18083 )
...
* `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
2021-12-24 11:56:57 +08:00
a504ca2c61
Docs: replace gitea with Gitea ( #17838 )
...
Co-authored-by: wxiaoguang <[email protected] >
Co-authored-by: Lunny Xiao <[email protected] >
2021-11-28 21:28:30 +08:00
c829f4430d
Frontend refactor: move Vue related code from index.js to components dir, and remove unused codes. ( #17301 )
...
* frontend refactor
* Apply suggestions from code review
Co-authored-by: delvh <[email protected] >
* Update templates/base/head.tmpl
Co-authored-by: delvh <[email protected] >
* Update docs/content/doc/developers/guidelines-frontend.md
Co-authored-by: Lunny Xiao <[email protected] >
* fix typo
* fix typo
* refactor PageData to pageData
* Apply suggestions from code review
Co-authored-by: delvh <[email protected] >
* Simply for the visual difference.
Co-authored-by: delvh <[email protected] >
* Revert "Apply suggestions from code review"
This reverts commit 4d78ad9b0e96ca180e0823de17659a2e0814c099.
Co-authored-by: delvh <[email protected] >
Co-authored-by: Lunny Xiao <[email protected] >
Co-authored-by: 6543 <[email protected] >
2021-10-15 10:35:26 +08:00
wxiaoguang and zeripath
c0661259bb
Add GoLand configuration in hacking on gitea ( #16843 )
...
Co-authored-by: zeripath <[email protected] >
2021-08-28 23:25:08 -04:00
08c741d205
Add docs for windows env vars ( #16236 )
...
* Add docs for windows env vars
Fix #16213
* Fix docs/content/doc/developers/hacking-on-gitea.en-us.md
Co-authored-by: John Olheiser <[email protected] >
Co-authored-by: 6543 <[email protected] >
Co-authored-by: John Olheiser <[email protected] >
2021-06-23 15:57:56 -04:00
Ikko Ashimine
70a1e4e9a0
Fix typo in hacking-on-gitea.en-us.md ( #15918 )
...
* continously -> continuously
* continous -> continuous
2021-05-18 19:35:59 +02:00
techknowlogick
a35b2b2959
update branch in CI and docs ( #15631 )
2021-05-04 12:16:23 -04:00
Kyle D
bd7aeeaa82
gitea png to logo ( #13974 )
...
* gitea png to logo.svg
* gitea safari svg to logo
* minify svgs
* Update english docs
* Update missing section on customizing logo
2020-12-18 20:17:27 -05:00
9ccfa03d94
Reformat docs ( #13897 )
...
Co-authored-by: 6543 <[email protected] >
Co-authored-by: Lauris BH <[email protected] >
2020-12-09 07:47:06 +01:00
6543 and techknowlogick
33231b3a42
Added Table of Contents to long documentation pages ( #13890 )
...
* Redo #13836 with new shortcode
(https://gitea.com/gitea/theme/pulls/90 )
* add Api Usage
Co-authored-by: techknowlogick <[email protected] >
2020-12-07 23:52:26 -05:00
a3b10dd83e
Format files ( #13698 )
...
* align "make help"
* format
* untouch build/generate-svg.js
* untouch .eslintrc
* combine editorconfig's
* rm editorconfig
Co-authored-by: Lauris BH <[email protected] >
Co-authored-by: techknowlogick <[email protected] >
2020-11-28 01:12:22 -05:00
John Olheiser
bc3c254112
Refactor docs ( #13275 )
...
* First pass
Signed-off-by: jolheiser <[email protected] >
* More changes
Signed-off-by: jolheiser <[email protected] >
* Redirects
Signed-off-by: jolheiser <[email protected] >
2020-10-23 11:59:45 -04:00