Commit Graph

30 Commits (665ce1dcb36727f46a7261366528fbe68733b6f0)

Author SHA1 Message Date
Anthony Vanelverdinghe 44ec9b933a Rephrase comment about RuntimeDirectory option ()
Ramon Fischer 2282c659dd Explicity indicate the socket unit to use the service unit "gitea.service" ()
* rename socket file, make example more precise, use long parameter name

* correct path

* use the correct path to the configuration file according to the documentation

* rename the socket unit back to 'gitea.main.socket', explicitly indicate that the socket unit should use the service file 'gitea.service'
Lunny Xiao d151503d34 Upgrade xorm to v0.8.0 ()
zeripath 0b44f0c465
Update the provided gitea.service to mention socket activation ()
* Update the provided gitea.service since we have graceful restarting again

* Update contrib/systemd/gitea.service

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Thomas McWork bc5a479fef Add unix socket help ()
When using unix socket as listener (`HTTP_ADDR = /run/gitea/gitea.socket`) then it's required to have the folder `/run/gitea` with appropriate owner/group. Manual creation leads to vanishing after reboot. This directive enables Systemd to handle this.
Lunny Xiao f83db078f0 Move database settings from models to setting ()
* move database settings from models to setting

* update docs

* fix checkout pr

* fix tests

* fix lint

* remove unsupported tidb options

* correct wrong variable name

* remove tidb totally
Tamal Saha 171b359877 Use gitea forked macaron ()
Signed-off-by: Tamal Saha <tamal@appscode.com>
Lunny Xiao edc94c7041 Monitor all git commands; move blame to git package and replace git as a variable ()
* monitor all git commands; move blame to git package and replace git as a variable

* use git command but not other commands

* fix build

* move exec.Command to git.NewCommand

* fix fmt

* remove unrelated changes

* remove unrelated changes

* refactor IsEmpty and add tests

* fix tests

* fix tests

* fix tests

* fix tests

* remove gitLogger

* fix fmt

* fix isEmpty

* fix lint

* fix tests
kolaente f9ec2f89f2 Add golangci ()
zeripath 2c412f517a Add FHS-compliant-script ()
Lunny Xiao 355ab0c62c Fix wrong init dependency on markup extensions ()
* fix wrong init dependency on markup extensions
zeripath e55c874dd2 Add work path CLI option ()
Makes it possible to set the work path as a CLI option instead of
relying on environment variables which are somewhat opaque
zeripath ce8de35334 Remove local clones & make hooks run on merge/edit/upload ()
* Add options to git.Clone to make it more capable

* Begin the process of removing the local copy and tidy up

* Remove Wiki LocalCopy Checkouts

* Remove the last LocalRepo helpers

* Remove WithTemporaryFile

* Enable push-hooks for these routes

* Ensure tests cope with hooks

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Remove Repository.LocalCopyPath()

* Move temporary repo to use the standard temporary path

* Fix the tests

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Remove LocalWikiPath

* Fix missing remove

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Use AppURL for Oauth user link ()

* Use AppURL for Oauth user link

Fix 

* Update oauth.go

* Update oauth.go

* internal/ssh: ignore env command totally ()

* ssh: ignore env command totally

* Remove commented code 

Needed fix described in issue 

* Escape the commit message on issues update and title in telegram hook ()

* update sdk to latest ()

* improve description of branch protection (fix ) ()

The branch protection description text were not quite accurate.

* Fix logging documentation ()

* ENABLE_MACARON_REDIRECT should be REDIRECT_MACARON_LOG

* Allow DISABLE_ROUTER_LOG to be set in the [log] section

* [skip ci] Updated translations via Crowdin

* Move sdk structs to modules/structs ()

* move sdk structs to moduels/structs

* fix tests

* fix fmt

* fix swagger

* fix vendor
zeripath 8d0d7bc28d Make CustomPath, CustomConf and AppWorkPath configurable at build ()
John Olheiser 4f74bad783 Add way to force checkout ()
John Olheiser 202a8f6ed9 Use correct remote on Windows ()
Antoine GIRARD 9d3732dfd5 [Contrib] Checkout a PR ()
techknowlogick dbb4aeead9
Change systemd service file to more correctly match Debian & Centos - Fix ()
BetaCat 8b4c4bd08f k8s deployment ()
Mura Li 25c49cf930 Update build tags for sqlite_unlock_notify ()
Antonio Huete Jimenez 3e6d9b355e Add a basic SMF manifest for SunOS platforms ()
Signed-off-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
Lauris BH 1aee261aae More detailed documentation on how to set up from binary ()
* More detailed documentation on how to set up from binary
Also change recommended file locations
techknowlogick af62ec5cc0 Note about adding permisions to binary ()
in regards to binding to lower ports than 1024
Jonas Bröms fd09d1ffb8 Drop unmaintained gogs migration script ()
William Mantly Jr e4f96c60cd App restarts to quickly if it fails to start. ()
Mulia Nasution 605038dca9 Fix typo ()
Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
Morlinest a257f88a09 Remove manual of unsupported option ()
Lauris BH 4c2b1be3a4 Basic VSCode configuration for building and debugging ()
* Basic VSCode configuration for building and debugging

* Fix building and debugging in Windows

* Move to contrib folder and add instructions
Sandro Santilli b7da5a6cb7 Fix service description in Debian init file ()
Thomas Boerger a06c3ad2c0 Synced gitignores with github repo ()
* Renamed scripts directory into contrib

* Added script to download gitignores from github

* Synced gitignores with github repo