aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAge
* workflow: add shellcheck as a linter (#6202)Dre2020-07-17
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* lsif: fix upload to private instance (#6216)ᴜɴᴋɴᴡᴏɴ2020-06-30
|
* Add CodeQL security scanning (#6188)Justin Hutchings2020-06-11
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* lsif: upload data to dogfood instance (#6171)ᴜɴᴋɴᴡᴏɴ2020-05-22
|
* lsif: don't upload indexes for forks (#6170)garo (they/them)2020-05-22
|
* github: update bug report template (#6097)ᴜɴᴋɴᴡᴏɴ2020-04-13
|
* github: update bug report template (#6076)ᴜɴᴋɴᴡᴏɴ2020-04-07
| | | To include Docker image SHA
* lfs: implement HTTP routes (#6035)ᴜɴᴋɴᴡᴏɴ2020-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* gitutil: refactor the way to mock (#6032)ᴜɴᴋɴᴡᴏɴ2020-03-29
| | | | | * Refactor the mock module store * Only test on 1.14.x
* github: use Actions for CI (#6022)ᴜɴᴋɴᴡᴏɴ2020-03-27
| | | | | | | | | | | | | | | | | | | | | | | * 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
* github: rename job name (#6004)ᴜɴᴋɴᴡᴏɴ2020-03-22
| | | | | * Update golint.yml * Update lsif.yml
* workflows: enable golangci-lint (#5998)ᴜɴᴋɴᴡᴏɴ2020-03-21
| | | | | | | | | | | | | * Create golint.yml * Update golint.yml * Update golint.yml * Fix errcheck * Fix gosimple * Fix staticcheck
* lsif: enable uploadᴜɴᴋɴᴡᴏɴ2020-03-08
|
* .github: add refine feature_request and add security templatesUnknwon2019-11-25
| | | | [SKIP CI]
* .github: add config.yml and update bug_report templateUnknwon2019-11-25
| | | | [SKIP CI]
* Remove use of develop branchUnknwon2019-10-24
|
* .github: adjust issue templatesUnknwon2018-12-14
| | | | [skip ci]
* vendor: update github.com/gogs/go-gogs-clientUnknwon2018-12-03
| | | | Bring fixes for #5538
* github: update issue templates (#5537)无闻2018-12-02
|
* .github: update link to ISSUE_TEMPLATE.md (#5193)Unknwon2018-04-25
|
* .github: adjust ISSUE_TEMPLATEUnknwon2018-04-05
|
* mailer: make text/html as default formatUnknwon2017-02-27
| | | | Change config option from '[mailer] ENABLE_HTML_ALTERNATIVE' to '[mailer] USE_PLAIN_TEXT'
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
|
* Replace gogs.io http links with https version (#3386)rugk2016-08-05
|
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* Minor fix for pull request template [CI SKIP]Unknwon2016-07-28
|
* Update GitHub templatesUnknwon2016-07-28
|
* Update localesUnknwon2016-03-23
|
* ISSUE_TEMPLATE: suggestion to test at try.gogs.ioLubomir I. Ivanov2016-03-02
| | | | | | | | | | | | | 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.
* Prepare to releaseUnknwon2016-02-24
|
* Removed duplicate of paragraphBart2016-02-21
|
* Add issue and pull request templateUnknwon2016-02-17