Commit Graph

44 Commits (0b86aa5d29478c2316f6f29eb5fdcfb074b459b6)

Author SHA1 Message Date
ᴜɴᴋɴᴡᴏɴ 17ae0ed3ee
conf: overhaul settings (#5953)
* Overhaul cache settings

* Overhaul HTTP settings

* conf: overhaul more settings

* log: make LGTM happy

* travis: upload report to Codecov

* Add codecov.yml
2020-02-29 16:29:17 +08:00
ᴜɴᴋɴᴡᴏɴ 7950f2d17d
conf: overhaul auth and user settings (#5942)
* conf: overhaul auth and user settings

* ci: update travis Go versions
2020-02-27 18:06:38 +08:00
ᴜɴᴋɴᴡᴏɴ 648d9e253c
conf: overhaul server settings (#5928)
* conf: rename package

* Requires Go 1.12

* Fix lint

* Fix lint

* Overhaul

* db: fix tests

* Save my work

* Fix tests

* Server.UnixSocketPermission

* Server.LocalRootURL

* SSH settings

* Server.OfflineMode

* Save my work

* App.Version

* Remove [server] STATIC_ROOT_PATH

* Server.LandingURL
2020-02-22 09:05:26 +08:00
ᴜɴᴋɴᴡᴏɴ bcc1ec65f9
.travis: fix config warning
[CI SKIP]
2020-02-19 17:37:52 +08:00
Unknwon 613139e7be
Enable Go modules (#5835)
* Remove vendor

* Enable Go modules

* ci: add command to fetch dependencies

* ci: update setting

* ci: update settings

* Require Go 1.11

* Rename module name to gogs.io/gogs
2019-10-23 23:03:17 -07:00
Unknwon ecf61be633
ci: add Go 1.13 2019-10-19 17:29:03 -07:00
unknwon 6b2465746a
ci: add Go 1.12.x 2019-07-28 15:14:28 -07:00
Unknwon d4f9fd7204 *: remove Go 1.7 support 2018-12-19 08:38:10 -05:00
Unknwon 831251bcaa ci: remove Go master for the moment 2018-11-08 18:03:16 -05:00
Unknwon f8302c5470
ci: fix go vet and add Go 1.11.x 2018-09-14 22:48:35 -04:00
Unknwon a05c19682e
locale: sync from Crowdin 2018-08-23 12:45:53 +08:00
Unknwon 459c8be94f
ci: remove Go 1.6.x 2018-06-09 17:43:26 +08:00
Unknwon a8b9cefa73
ci: add Go 1.10 2018-03-06 01:31:12 -05:00
Unknwon 221aa8968a
CI: add go 1.9.x 2017-11-16 18:44:54 -05:00
Unknwon 089eb1a099
Change required version to Go 1.6 2017-06-07 21:44:18 -04:00
Unknwon 431e930367
Add Go 1.8 to .travis.yml 2017-03-16 17:46:55 -04:00
Unknwon 9c3c9a8eb9
Update CI settings 2017-02-09 20:11:34 -05:00
Unknwon 0d9e435bfe
IPythonNotebook: CSS adjustment for PR #4070 2017-02-07 17:11:46 -05:00
Unknwon 55dc9d898f
Drop Go 1.4 support
Due to golang.org/x/crypto/ssh requires a method from STD in Go 1.5.

And Go 1.4 is fairly old version for now.
2016-11-23 20:23:18 -05:00
Unknwon 4042d1f0c3 models/issue: improve quality and performance of NewIssue function 2016-08-15 18:40:32 -07:00
Unknwon 37ac743da7 Update TRANSLATORS and remove tip for CI 2016-03-02 16:43:32 -05:00
Bo-Yi Wu c65bd65254 test the latest version. 2016-02-23 16:04:40 +08:00
Unknwon e9b9e6eb53 Setup CI with testing 2016-02-14 23:20:07 -05:00
Unknwon acdb4d8bdd Drop Go 1.3 support 2015-12-13 20:20:52 -05:00
Unknwon 2cee0f84c0 Revert "fix CI..."
This reverts commit 94b2816446.
2015-11-03 13:19:45 -05:00
Unknwon 94b2816446 fix CI... 2015-11-03 13:15:07 -05:00
Unknwon 8411b50f5d work on #1882 2015-11-03 13:00:04 -05:00
Unknwon 8a87bee434 what's wrong with go tip? 2015-11-03 12:46:23 -05:00
Unknwon 1dfa693a5c fix CI!! 2015-11-03 12:42:21 -05:00
Unknwon d5b92b61d7 fix CI 2015-11-03 12:29:14 -05:00
Unknwon a205acf829 drop go 1.2 support 2015-09-26 17:54:02 -04:00
Linquize aceff032f6 Add go 1.5 to .travis.yml 2015-08-27 20:48:29 +08:00
Unknwon 471431e87c travis with gitter 2015-08-10 13:07:01 +08:00
Unknwon 92783bf6ef fix .travis.yml 2015-07-14 19:55:28 +08:00
Unknwon 09def4a0b5 fix file 2015-07-14 19:51:30 +08:00
Unknwon 81adbe17ca use pam and update TRANSLATORS 2015-07-14 19:47:20 +08:00
Paolo Borelli 182003aa41 Add PAM authentication 2015-04-24 10:13:01 +02:00
Unknwon d85366930c update travis.yml 2015-02-16 02:51:39 -05:00
Unknwon 27bd2157ed update travis.yml and add badge 2015-02-01 12:44:10 -05:00
Unknwon b293b6eaa6 cmd: CMD option for port number of `gogs web` to prevent first time run conflict
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
2015-02-01 12:41:03 -05:00
Josh Kalderimis 30c750a5df Use the new build env on Travis
http://docs.travis-ci.com/user/workers/container-based-infrastructure
2014-12-27 01:23:10 +01:00
Unknwon 4a01bb8fa4 Mirror bug fix 2014-09-21 12:19:50 -04:00
Unknwon 7e36bf448d Merge branch 'master' of github.com:gogits/gogs into dev
Conflicts:
	dockerfiles/README.md
2014-08-31 15:11:55 +08:00
Unknown 4b08d3aacf travis file 2014-05-07 16:57:25 -04:00