aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* login_source: migrate to GORM and add tests (#6090)ᴜɴᴋɴᴡᴏɴ2020-04-11
| | | | | | | | | | | | | | | | | | | | | * Use GORM in all write paths * Migrate to GORM * Fix lint errors * Use GORM to init table * dbutil: make writer detect error * Add more tests * Rename to clearTables * db: finish adding tests * osutil: add tests * Fix load source files path
* db: add tests for permissions (#6088)ᴜɴᴋɴᴡᴏɴ2020-04-11
| | | | | | | | | | | * Add flag to print SQLs * Add tests for perms * Make results stable * codecov: only show diff * Once again, stable find results
* db: add tests for LFS (#6087)ᴜɴᴋɴᴡᴏɴ2020-04-11
| | | | | | | | | * Improve DB test setup * Discard GORM logs in non-verbose mode * Add tests to lfs * Fix data race
* access_token: migrate to GORM and add tests (#6086)ᴜɴᴋɴᴡᴏɴ2020-04-11
| | | | | | | | | * access_token: migrate to GORM * Add tests * Fix tests * Fix test clock
* Revert "docker: fix the bug of using root account to create `/d… (#6085)ᴜɴᴋɴᴡᴏɴ2020-04-10
| | | This reverts commit f3b05961aae82fa3e19c47f03c78974cf793fda3.
* db: add tests for helper functions (#6084)ᴜɴᴋɴᴡᴏɴ2020-04-10
|
* lfsutil: add `Storager` interface and local storage (#6083)ᴜɴᴋɴᴡᴏɴ2020-04-10
| | | | | | | | | | | * Add Storager interface * Add tests * Add back note * Add tests for basic protocol routes * Fix lint errors
* repo: disable public access option when using external wiki and issue ↵alpencrossi2020-04-09
| | | | tracker (#6081)
* docker: clean up never used files (#6080)ᴜɴᴋɴᴡᴏɴ2020-04-09
|
* route: bypass require signin check for trigger repo tasks (#6079)ᴜɴᴋɴᴡᴏɴ2020-04-08
| | | | | | | * route: bypass require signin check for trigger repo tasks * CHANGELOG * Fix lint errors
* docker: bump to Go 1.14 (#6077)ᴜɴᴋɴᴡᴏɴ2020-04-07
|
* github: update bug report template (#6076)ᴜɴᴋɴᴡᴏɴ2020-04-07
| | | To include Docker image SHA
* docker: fix the bug of using root account to create `/data/*` directory (#6068)eightpigs2020-04-07
| | | | | * Fix the bug of using root account to create /data directory * Fix the bug that sshkey cannot be added in the container and remove unnecessary chown.
* db: include the Team ID in the error message (#6056)☃ Stephen Shkardoon ☃2020-04-07
| | | | | | | This means that when using the API to create a new team, the output contains the existing team ID, not just the name. While there may be the thought that this reveals sensitive information, it is never the case that a user can create or update a team without permission to view the teams in the first place.
* db: handle JSON conversion for `LoginSource` (#6075)ᴜɴᴋɴᴡᴏɴ2020-04-07
|
* lfs: add tests to batch endpoint (#6073)ᴜɴᴋɴᴡᴏɴ2020-04-06
|
* repo: delete rows in `lfs_object` table when delete repo (#6072)ᴜɴᴋɴᴡᴏɴ2020-04-06
|
* lfs: add unit test for middleware (#6070)ᴜɴᴋɴᴡᴏɴ2020-04-06
| | | | | | | | | | | * Add unit test for `authenticate` middleware * Add more cases * Add tests for verifyOID and internalServerError * Add tests for verifyHeader * Add tests for authroize
* locale: sync from Crowdin (#6071)ᴜɴᴋɴᴡᴏɴ2020-04-06
|
* build: require Go 1.14 for using `t.Cleanup` (#6069)ᴜɴᴋɴᴡᴏɴ2020-04-06
|
* conf: clearer doc comments for mirror config options (#6058)alpencrossi2020-04-06
| | | | | | | | | | | | | * conf: clearer doc comments for mirror config options * conf: apply suggestions from code review Co-Authored-By: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> * conf: clearer doc comments for mirror config options - added bindata Co-authored-by: Gogs <gogs@fake.local> Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> Co-authored-by: gkuehn001 <gkuehn@gmail.com>
* route: no session for routes without UI (#6066)ᴜɴᴋɴᴡᴏɴ2020-04-05
| | | Not all routes need session, register session and CSRF middleware as global is a waste of resource, and creating a lot one-time off yet never used session records.
* lfs: only remove file on io error (#6062)ᴜɴᴋɴᴡᴏɴ2020-04-05
|
* db: use gorm function to check `ErrRecordNotFound` (#6060)ᴜɴᴋɴᴡᴏɴ2020-04-05
|
* lfs: support upload retry (#6061)ᴜɴᴋɴᴡᴏɴ2020-04-05
|
* lfs: run e2e and fix minor issues (#6059)ᴜɴᴋɴᴡᴏɴ2020-04-05
|
* 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
* build(deps): bump github.com/urfave/cli from 1.22.3 to 1.22.4 (#6055)dependabot-preview[bot]2020-04-03
| | | | | | | | | | Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.3 to 1.22.4. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v1.22.3...v1.22.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* dep: bump github.com/gogs/git-module from 1.1.0 to 1.1.1 (#6051)ᴜɴᴋɴᴡᴏɴ2020-04-01
|
* build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 (#6047)dependabot-preview[bot]2020-03-31
| | | | | | | | | Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.1 to 0.9.1. - [Release notes](https://github.com/pkg/errors/releases) - [Commits](https://github.com/pkg/errors/compare/v0.8.1...v0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* Update CHANGELOG (#6049)ᴜɴᴋɴᴡᴏɴ2020-03-31
| | | | | * Update CHANGELOG.md * Update CHANGELOG.md
* template: better diff handling of rename and deleted files (#6048)ᴜɴᴋɴᴡᴏɴ2020-03-31
| | | | | * dep: bump github.com/gogs/git-module from 1.0.2 to 1.1.0 * template: better diff handling or rename and deleted files
* locale: sync from Crowdin (#6046)ᴜɴᴋɴᴡᴏɴ2020-03-30
|
* build(deps): bump github.com/prometheus/client_golang from 1.2.… (#6044)dependabot-preview[bot]2020-03-30
| | | | | | | | | | Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.2.1 to 1.5.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.2.1...v1.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump github.com/lib/pq from 1.2.0 to 1.3.0 (#6041)dependabot-preview[bot]2020-03-30
| | | | | | | | | Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/lib/pq/releases) - [Commits](https://github.com/lib/pq/compare/v1.2.0...v1.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump github.com/go-macaron/binding from 1.0.1 to 1… (#6045)dependabot-preview[bot]2020-03-30
| | | | | | | | | Bumps [github.com/go-macaron/binding](https://github.com/go-macaron/binding) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/go-macaron/binding/releases) - [Commits](https://github.com/go-macaron/binding/compare/v1.0.1...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gopkg.in/ini.v1 from 1.54.0 to 1.55.0 (#6039)dependabot-preview[bot]2020-03-30
| | | | | | | | | Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.54.0 to 1.55.0. - [Release notes](https://github.com/go-ini/ini/releases) - [Commits](https://github.com/go-ini/ini/compare/v1.54.0...v1.55.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump github.com/sergi/go-diff from 1.0.0 to 1.1.0 (#6042)dependabot-preview[bot]2020-03-30
| | | | | | | | | Bumps [github.com/sergi/go-diff](https://github.com/sergi/go-diff) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/sergi/go-diff/releases) - [Commits](https://github.com/sergi/go-diff/compare/v1.0.0...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump github.com/niklasfasching/go-org from 0.1.6 t… (#6043)dependabot-preview[bot]2020-03-30
| | | | | | | | | Bumps [github.com/niklasfasching/go-org](https://github.com/niklasfasching/go-org) from 0.1.6 to 0.1.9. - [Release notes](https://github.com/niklasfasching/go-org/releases) - [Commits](https://github.com/niklasfasching/go-org/compare/v0.1.6...v0.1.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump github.com/json-iterator/go from 1.1.7 to 1.1… (#6036)dependabot-preview[bot]2020-03-30
| | | | | | | | | Bumps [github.com/json-iterator/go](https://github.com/json-iterator/go) from 1.1.7 to 1.1.9. - [Release notes](https://github.com/json-iterator/go/releases) - [Commits](https://github.com/json-iterator/go/compare/v1.1.7...v1.1.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump github.com/go-sql-driver/mysql from 1.4.1 to… (#6037)dependabot-preview[bot]2020-03-30
| | | | | | | | | | Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/go-sql-driver/mysql/releases) - [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-sql-driver/mysql/compare/v1.4.1...v1.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* gitutil: simplify mock with `t.Cleanup` (#6033)ᴜɴᴋɴᴡᴏɴ2020-03-29
| | | | | * gitutil: simplify mock with t.Cleanup * Scope mock to tests only
* gitutil: refactor the way to mock (#6032)ᴜɴᴋɴᴡᴏɴ2020-03-29
| | | | | * Refactor the mock module store * Only test on 1.14.x
* codecov: formalize coverage settings (#6031)ᴜɴᴋɴᴡᴏɴ2020-03-29
| | | Co-authored-by: Sourcegraph Bot <campaigns@sourcegraph.com>
* dep: bump github.com/gogs/git-module from 1.0.1 to 1.0.2 (#6030)ᴜɴᴋɴᴡᴏɴ2020-03-29
|
* api: support get releases endpoint (#6026)Philidor Green2020-03-28
|
* web: rename CSRF header (#6027)ᴜɴᴋɴᴡᴏɴ2020-03-28
|
* Revert "build(deps): bump xorm.io/builder from 0.3.6 to 0.3.7" (#6025)ᴜɴᴋɴᴡᴏɴ2020-03-27
| | | This reverts commit f58ffb3fd436230aebb79b5c17e3d01976712e6a.
* build(deps): bump xorm.io/builder from 0.3.6 to 0.3.7 (#6021)dependabot-preview[bot]2020-03-27
| | | | | | | Bumps xorm.io/builder from 0.3.6 to 0.3.7. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump github.com/editorconfig/editorconfig-core-go/… (#6020)dependabot-preview[bot]2020-03-27
| | | | | | | | | | Bumps [github.com/editorconfig/editorconfig-core-go/v2](https://github.com/editorconfig/editorconfig-core-go) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/editorconfig/editorconfig-core-go/releases) - [Changelog](https://github.com/editorconfig/editorconfig-core-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/editorconfig/editorconfig-core-go/compare/v2.3.0...v2.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>