ᴜɴᴋɴᴡᴏɴ
40513a117f
docs: add instructions for release ( #6268 )
2020-08-22 22:35:09 +08:00
Dre
90904b3f42
workflow: add shellcheck as a linter ( #6202 )
...
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
2020-07-17 22:49:32 +08:00
ᴜɴᴋɴᴡᴏɴ
a7afa11610
lsif: fix upload to private instance ( #6216 )
2020-06-30 00:25:57 +08:00
Justin Hutchings
79d8aa0cb8
Add CodeQL security scanning ( #6188 )
...
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
2020-06-11 23:02:57 +08:00
ᴜɴᴋɴᴡᴏɴ
cb406bb350
lsif: upload data to dogfood instance ( #6171 )
2020-05-22 16:58:26 +08:00
garo (they/them)
9bbe029c28
lsif: don't upload indexes for forks ( #6170 )
2020-05-22 05:40:04 +08:00
ᴜɴᴋɴᴡᴏɴ
659acd48b1
github: update bug report template ( #6097 )
2020-04-13 22:34:35 +08:00
ᴜɴᴋɴᴡᴏɴ
cac1054acb
github: update bug report template ( #6076 )
...
To include Docker image SHA
2020-04-07 15:43:22 +08:00
ᴜɴᴋɴᴡᴏɴ
34145c990d
lfs: implement HTTP routes ( #6035 )
...
* Bootstrap with GORM
* Fix lint error
* Set conn max lifetime to one minute
* Fallback to use gorm v1
* Define HTTP routes
* Finish authentication
* Save token updated
* Add docstring
* Finish authorization
* serveBatch rundown
* Define types in lfsutil
* Finish Batch
* authutil
* Finish basic
* Formalize response error
* Fix lint errors
* authutil: add tests
* dbutil: add tests
* lfsutil: add tests
* strutil: add tests
* Formalize 401 response
2020-04-04 21:14:15 +08:00
ᴜɴᴋɴᴡᴏɴ
933206f1fe
gitutil: refactor the way to mock ( #6032 )
...
* Refactor the mock module store
* Only test on 1.14.x
2020-03-29 19:37:28 +08:00
ᴜɴᴋɴᴡᴏɴ
a9dcf4ce74
github: use Actions for CI ( #6022 )
...
* Update golint.yml
* Update README.md
* Update README.md
* Update golint.yml
* Update golint.yml
* Rename golint.yml to go.yml
* Update go.yml
* Update go.yml
* Update go.yml
* Improve tests on Windows
* Delete files
2020-03-27 22:06:29 +08:00
ᴜɴᴋɴᴡᴏɴ
ad7d1d4f29
github: rename job name ( #6004 )
...
* Update golint.yml
* Update lsif.yml
2020-03-22 22:23:52 +08:00
ᴜɴᴋɴᴡᴏɴ
5843038a08
workflows: enable golangci-lint ( #5998 )
...
* Create golint.yml
* Update golint.yml
* Update golint.yml
* Fix errcheck
* Fix gosimple
* Fix staticcheck
2020-03-21 13:39:32 +08:00
ᴜɴᴋɴᴡᴏɴ
c65b5b9f84
lsif: enable upload
2020-03-08 00:08:05 +08:00
Unknwon
67cc242820
.github: add refine feature_request and add security templates
...
[SKIP CI]
2019-11-25 23:26:04 -08:00
Unknwon
b5a85b51b6
.github: add config.yml and update bug_report template
...
[SKIP CI]
2019-11-25 23:11:27 -08:00
Unknwon
1ba27853bd
Remove use of develop branch
2019-10-24 18:37:00 -07:00
Unknwon
fe9a5d3159
.github: adjust issue templates
...
[skip ci]
2018-12-14 18:35:01 -05:00
Unknwon
98114944fc
vendor: update github.com/gogs/go-gogs-client
...
Bring fixes for #5538
2018-12-03 14:45:19 -05:00
无闻
e0f18b2255
github: update issue templates ( #5537 )
2018-12-02 15:25:06 -05:00
Unknwon
742420a5e2
.github: update link to ISSUE_TEMPLATE.md ( #5193 )
2018-04-25 18:28:41 -04:00
Unknwon
3329bfa5b2
.github: adjust ISSUE_TEMPLATE
2018-04-05 17:23:03 -04:00
Unknwon
c7a8051a71
mailer: make text/html as default format
...
Change config option from '[mailer] ENABLE_HTML_ALTERNATIVE' to '[mailer] USE_PLAIN_TEXT'
2017-02-27 22:46:42 -05:00
Unknwon
039dc33367
git: delegate all server-side Git hooks ( #1623 )
2017-02-14 16:22:16 -05:00
rugk
28dc5bb566
Replace gogs.io http links with https version ( #3386 )
2016-08-05 17:35:40 -07:00
Unknwon
50422f1fc2
#3348 always use relative avatar link in the template
2016-08-05 12:12:54 -07:00
Unknwon
f2884d8e31
Minor fix for pull request template [CI SKIP]
2016-07-28 10:54:52 +08:00
Unknwon
03ba257ad2
Update GitHub templates
2016-07-28 10:36:26 +08:00
Unknwon
5ec8ef0230
Update locales
2016-03-23 15:56:56 -04:00
Lubomir I. Ivanov
94f9ff1ac9
ISSUE_TEMPLATE: suggestion to test at try.gogs.io
...
I've noticed that a lot of issues cannot be reproduced on http://try.gogs.io ,
which either hints about specific database type problems or
hints about bugs which are already solved in the newer version
(as http://try.gogs.io is usually a newer build).
This patch adds the suggestion to test the issue at http://try.gogs.io in
the Github "issue template". The user can answer: "Yes", "No", "Not relevant".
"Not relevant" is an option where testing on http://try.gogs.io makes no sense as
the bug is unrelated to the Web UI or is very specific in nature.
2016-03-02 20:12:14 +02:00
Unknwon
d324500959
Prepare to release
2016-02-24 01:14:43 -05:00
Bart
b91b35b565
Removed duplicate of paragraph
2016-02-21 16:02:00 +01:00
Unknwon
2fdf8fc938
Add issue and pull request template
2016-02-17 21:22:58 -05:00