Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | github: update dead links in issue forms (#6721) | Joe Chen | 2022-01-11 | |
| | ||||
* | contributing: add Philosophy and methodology (#6713) | Joe Chen | 2022-01-08 | |
| | | | [skip ci] | |||
* | chore: add missing period to contributing.md (#6690) | Joe Chen | 2021-12-23 | |
| | | | [skip ci] | |||
* | docker: build and push images when new releases are published (#6681) | Joe Chen | 2021-12-19 | |
| | ||||
* | docs: update links and outdated conent (#6680) | Joe Chen | 2021-12-18 | |
| | ||||
* | ci: send emails on job failures for Docker and Go (#6679) | Joe Chen | 2021-12-18 | |
| | ||||
* | github: give Docker workflow write access to packages (#6678) | Joe Chen | 2021-12-18 | |
| | ||||
* | docker: update README to add ghcr.io (#6677) | Joe Chen | 2021-12-18 | |
| | ||||
* | github: fix CodeQL token permissions (#6676) | Joe Chen | 2021-12-18 | |
| | ||||
* | docker: upgrade base images to `alpine3.14` (#6675) | Joe Chen | 2021-12-18 | |
| | ||||
* | github: refurbish contributing guide (#6673) | Joe Chen | 2021-12-17 | |
| | ||||
* | github: improve description of the bug report issue form | Joe Chen | 2021-12-17 | |
| | ||||
* | github: fix grammar in the documentation issue form | Joe Chen | 2021-12-17 | |
| | ||||
* | github: refurbish issue and pull request templates (#6664) | Joe Chen | 2021-12-17 | |
| | ||||
* | ci: build and push Docker images on `main` branch (#6659) | Joe Chen | 2021-12-15 | |
| | ||||
* | ci: update GitHub Actions (#6612) | ᴜɴᴋɴᴡᴏɴ | 2021-09-04 | |
| | ||||
* | ci: use new lint action and add custom config (#6562) | ᴜɴᴋɴᴡᴏɴ | 2021-05-19 | |
| | ||||
* | ci: change of Go dependencies needs go test (#6368) | ᴜɴᴋɴᴡᴏɴ | 2020-10-04 | |
| | ||||
* | ci: enable Go for release branches | ᴜɴᴋɴᴡᴏɴ | 2020-09-26 | |
| | ||||
* | ci: only enforce Go checks for pushes to `main` branch | ᴜɴᴋɴᴡᴏɴ | 2020-09-04 | |
| | | | Otherwise would create duplicated GitHub Checks. | |||
* | ci: re-run Go checks for every push on a pull request | ᴜɴᴋɴᴡᴏɴ | 2020-09-04 | |
| | | | | If a pull request has changed any Go file, even if the new push doesn't change any, we should re-run Go checks to make GitHub Checks look consistent. | |||
* | github: add Go 1.15 to CI (#6294) | ᴜɴᴋɴᴡᴏɴ | 2020-08-29 | |
| | ||||
* | chore: change default branch to `main` (#6285) | ᴜɴᴋɴᴡᴏɴ | 2020-08-27 | |
| | ||||
* | github: enable Go actions on push | ᴜɴᴋɴᴡᴏɴ | 2020-08-27 | |
| | ||||
* | github: only run Actions when Go files are changed (#6275) | ᴜɴᴋɴᴡᴏɴ | 2020-08-23 | |
| | ||||
* | docs: add instructions for release (#6268) | ᴜɴᴋɴᴡᴏɴ | 2020-08-22 | |
| | ||||
* | workflow: add shellcheck as a linter (#6202) | Dre | 2020-07-17 | |
| | | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | |||
* | lsif: fix upload to private instance (#6216) | ᴜɴᴋɴᴡᴏɴ | 2020-06-30 | |
| | ||||
* | Add CodeQL security scanning (#6188) | Justin Hutchings | 2020-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 templates | Unknwon | 2019-11-25 | |
| | | | | [SKIP CI] | |||
* | .github: add config.yml and update bug_report template | Unknwon | 2019-11-25 | |
| | | | | [SKIP CI] | |||
* | Remove use of develop branch | Unknwon | 2019-10-24 | |
| | ||||
* | .github: adjust issue templates | Unknwon | 2018-12-14 | |
| | | | | [skip ci] | |||
* | vendor: update github.com/gogs/go-gogs-client | Unknwon | 2018-12-03 | |
| | | | | Bring fixes for #5538 | |||
* | github: update issue templates (#5537) | 无闻 | 2018-12-02 | |
| | ||||
* | .github: update link to ISSUE_TEMPLATE.md (#5193) | Unknwon | 2018-04-25 | |
| | ||||
* | .github: adjust ISSUE_TEMPLATE | Unknwon | 2018-04-05 | |
| | ||||
* | mailer: make text/html as default format | Unknwon | 2017-02-27 | |
| | | | | Change config option from '[mailer] ENABLE_HTML_ALTERNATIVE' to '[mailer] USE_PLAIN_TEXT' | |||
* | git: delegate all server-side Git hooks (#1623) | Unknwon | 2017-02-14 | |
| | ||||
* | Replace gogs.io http links with https version (#3386) | rugk | 2016-08-05 | |
| |