Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | restore: clean up leftover and invalid chars (#6875) | Joe Chen | 2022-03-26 |
| | |||
* | mod: bump github.com/gogs/git-module from 1.2.0 to 1.4.0 (#6866) | dependabot[bot] | 2022-03-22 |
| | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | assets: convert usage of go-bindata to Go embed (#6851) | Michael Li | 2022-03-17 |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | golangci-lint: add `unparam` linter (#6839) | Joe Chen | 2022-03-13 |
| | |||
* | repo_editor: check upload `TreePath` and file name (#6838) | Joe Chen | 2022-03-13 |
| | |||
* | autofix: format code with gofumpt and gofmt (#6803) | deepsource-autofix[bot] | 2022-03-06 |
| | | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | ||
* | autofix: function call can be replaced with helper function (#6805) | deepsource-autofix[bot] | 2022-03-06 |
| | | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | ||
* | autofix: fix check for empty string (#6804) | deepsource-autofix[bot] | 2022-03-06 |
| | | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | ||
* | autofix: types of function parameters can be combined (#6800) | deepsource-autofix[bot] | 2022-03-06 |
| | | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | ||
* | autofix: unused parameter should be replaced by underscore (#6799) | deepsource-autofix[bot] | 2022-03-06 |
| | | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | ||
* | chore: rename few consts to camel case (#6725) | Joe Chen | 2022-01-13 |
| | |||
* | database: add PostgreSQL custom schema support (#6695) | zvrh | 2022-01-05 |
| | | | | | Co-authored-by: Homura37 <git@gvip.xyz> Co-authored-by: Homura <16538800+Homura37@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | db: skip ping when not available (#6687) | Joe Chen | 2021-12-20 |
| | |||
* | api: support listing repository tags (#6656) | Devops | 2021-12-14 |
| | | | | Co-authored-by: zhouzhibo <zhouzhibo> Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | api: EditWiki implementation (#5860) | Pavel M | 2021-11-10 |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | ci: use new lint action and add custom config (#6562) | ᴜɴᴋɴᴡᴏɴ | 2021-05-19 |
| | |||
* | chore: fix typos in code comments (#6556) | Atin | 2021-05-19 |
| | |||
* | db: simplify GORM logger init in tests (#6444) | ᴜɴᴋɴᴡᴏɴ | 2020-12-06 |
| | |||
* | build(deps): bump gorm.io/gorm from 1.20.6 to 1.20.7 (#6425) | dependabot-preview[bot] | 2020-11-28 |
| | | | | | | | | | | | | | | * build(deps): bump gorm.io/gorm from 1.20.6 to 1.20.7 Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.20.6 to 1.20.7. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.20.6...v1.20.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fix compile error Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | ||
* | db: migrate access table to use GORM (#6371) | ᴜɴᴋɴᴡᴏɴ | 2020-10-06 |
| | |||
* | markup: render SHA links without branch prefix (#6350) | Jeff | 2020-09-29 |
| | | | | Co-authored-by: Zhukov Roman <zhukov.roman@gmail.com> Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | ||
* | cmd/serv: use different log files for ORMs in hook mode (#6361) | ᴜɴᴋɴᴡᴏɴ | 2020-09-29 |
| | |||
* | action: fix issue reference regexp and error handling (#6352) | ᴜɴᴋɴᴡᴏɴ | 2020-09-26 |
| | |||
* | auth: decouple types and functions from db (#6320) | ᴜɴᴋɴᴡᴏɴ | 2020-09-20 |
| | |||
* | db: create new session for MySQL after changing attribute (#6338) | ᴜɴᴋɴᴡᴏɴ | 2020-09-18 |
| | |||
* | schemadoc: add go:generate to output database schema (#6310) | ᴜɴᴋɴᴡᴏɴ | 2020-09-06 |
| | | | | | | | * schemadoc: add go:generate to output database schema * Check errors * Revert string renames | ||
* | db: migrate to GORM v2 (#6309) | ᴜɴᴋɴᴡᴏɴ | 2020-09-06 |
| | |||
* | repo: set default value for `is_unlisted` column (#6305) | ᴜɴᴋɴᴡᴏɴ | 2020-09-04 |
| | |||
* | repo: support unlisted but publicly accessible repositories (#6176) | Achilleas Koutsou | 2020-09-04 |
| | | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | ||
* | db: fix wrong column type of `login_source` (#6283) | ᴜɴᴋɴᴡᴏɴ | 2020-08-27 |
| | |||
* | issue: fix timestamp updating (#6210) | Kosadchiy | 2020-08-24 |
| | | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | ||
* | migrations: remove old migrations before 0.12.0 (#6270) | ᴜɴᴋɴᴡᴏɴ | 2020-08-23 |
| | |||
* | organization: limit showing at most 12 members in profile page (#6254) | ᴜɴᴋɴᴡᴏɴ | 2020-08-17 |
| | |||
* | db: fix update team panic (#6253) | ᴜɴᴋɴᴡᴏɴ | 2020-08-16 |
| | | | | | * db: fix update team panic * Update CHANGELOG | ||
* | all: use semver to compare versions (#6147) | ᴜɴᴋɴᴡᴏɴ | 2020-05-04 |
| | |||
* | db: use GORM to backup and restore non-legacy tables (#6142) | ᴜɴᴋɴᴡᴏɴ | 2020-05-04 |
| | |||
* | db: remove `db.User.LoginType` field (#6122) | Kousik Mitra | 2020-04-19 |
| | |||
* | test: remove the use of goconvey (#6123) | ᴜɴᴋɴᴡᴏɴ | 2020-04-19 |
| | |||
* | db: add tests for users (#6116) | ᴜɴᴋɴᴡᴏɴ | 2020-04-18 |
| | | | | | | | | | | | | | | | | | | | | | * Add new methods * Use Users.Create to replace previous hack * Reduce side effect * Do not clear tables when test failed * test_users_Authenticate * Rename constant * test_users_Create * test_users_GetByEmail * test_users_GetByID * test_users_GetByUsername | ||
* | db: add tests for repos (#6112) | ᴜɴᴋɴᴡᴏɴ | 2020-04-17 |
| | | | | | | | | | | | * Add Repos.create method * Fix repo name error handling * Fix all compile errors * Update github.com/go-macaron/captcha to fix http issue * Add repos tests | ||
* | db: add tests for `loginSourceFiles` (#6102) | ᴜɴᴋɴᴡᴏɴ | 2020-04-15 |
| | |||
* | db: use GORM bulk insert helper (#6100) | ᴜɴᴋɴᴡᴏɴ | 2020-04-14 |
| | | | | | | | * Bulk insert permissions * Bulk insert recovery codes * Remove unnecessary import rename | ||
* | db: add tests for two factors (#6099) | ᴜɴᴋɴᴡᴏɴ | 2020-04-14 |
| | | | | | | | | | | | | | | | * Rename to TwoFactors.Create * Use GORM to execute queries * TwoFactor.GetByUserID * Add tests * Fix failing tests * Add MD5 tests * Add tests for RandomChars | ||
* | db: only use `AutoMigrate` to create new tables (#6092) | ᴜɴᴋɴᴡᴏɴ | 2020-04-11 |
| | | | | | * Only use AutoMigrate to create new tables * Revert models.go | ||
* | 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 | ||
* | 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 |