aboutsummaryrefslogtreecommitdiff
path: root/models/migrations
Commit message (Collapse)AuthorAge
* models: rename Id to IDUnknwon2018-08-16
|
* Merge branch 'pr-5277' into developUnknwon2018-06-11
|\ | | | | | | | | # Conflicts: # models/migrations/migrations.go
| * migrations: clean unlinked webhook and hook_tasks奶爸2018-06-11
| |
* | repo: update repository description field to contain more than 256 symbols ↵Sergey Dryabzhinsky2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#5219) * Update repository description field to contain more than 256 symbols - update repository model - description field now is `TEXT` and limited by 4000 symbols - new migration - add description to html forms - repo creation and repo settings - add translation for description * Update for description field, new features - add autosize (height) for description textarea, new plugin - set max description length to 512 symbols - update locales * Fix migration - typo in var * Update repo description behaviour - add textarea autosize for /repo/create - add symbols counter under description testarea (create/edit) * Fix function definition - it a var * Revert ru-RU locale * Update by review - Use type `varchar(512)` in migration - Remove unused files from autosize plugin * Fix migration - new project paths * Fixes after review 2 - copyright year - format includes - use switch instead of multi-if * Remove unused `default:` option.
* | *: use jsoniter to replace encoding/jsonUnknwon2018-06-09
| |
* | *: rename "gogits" to "gogs"Unknwon2018-05-27
|/
* migrations: remove unused function and fix compile errorUnknwon2018-03-09
|
* MISC: update README and migration commentUnknwon2017-10-22
|
* Refactoring: remove sessionRelease()Unknwon2017-06-11
| | | | XORM supports automatic roll back in session Close() already.
* Refactoring: rename and simplify pkg/tool functionsUnknwon2017-04-06
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* migrations.v17: skip if table not existUnknwon2017-03-30
|
* migration.v17: handle mysql error (#4361)Kyle McCullough2017-03-29
|
* migration.v17: add nil error checkUnknwon2017-03-28
|
* migration/v17: skip if protect_branch_whitelist table not exist (#4355)Unknwon2017-03-28
|
* models/protect_branch: fix whitelist with invalid 'protect_branch_id' (#4333)Unknwon2017-03-27
| | | | | | | | If user creates a protect branch for the first time (which has ID=0), it generates invalid whitelist records with 'protect_branch_id=0'. This prevents future updates of protect branch whitelist. Migration: remove existing invalid protect branch whitelist records.
* migrations/v16: use continue not return for bad recordsUnknwon2017-03-12
|
* migrations/v16: make SQLite3 workUnknwon2017-03-12
|
* migrations/v16: only Warn if repository happens to have bad dataUnknwon2017-03-12
|
* migrations/v16: sync tableUnknwon2017-03-12
|
* repo: able to view size (#1158)Unknwon2017-03-12
|
* cmd: able to backup and restoreUnknwon2017-02-27
| | | | | | Not very robust, must execute under correct workdir. Addresses #2072, #3708, #648
* migration: drop 0.6.x supportUnknwon2017-02-19
|
* migration.v15: don't generate hook file if wiki not exist (#1623)Unknwon2017-02-15
|
* migration: minor code fix (#1623)Unknwon2017-02-15
|
* migration: should regenerate wiki hook files (#1623)Unknwon2017-02-15
|
* migration: adjust rule to prevent migrate wrong hook fileUnknwon2017-02-14
|
* migration: handle edge caseUnknwon2017-02-14
|
* migration: add trace logUnknwon2017-02-14
|
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
|
* Added mssql support. (#3772)dlob2017-02-13
|
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Fix random string generator (#3953)leonklingele2016-12-21
| | | | | | | | * Remove unused custom-alphabet feature of random string generator * Fix modulo-biased random string generator * Random string generator should return error if it fails to read random data via crypto/rand
* Minor code fix [CI SKIP]Unknwon2016-08-31
|
* migrations: sync table firstUnknwon2016-08-26
|
* migrations: set comment updated as createdUnknwon2016-08-26
|
* Remove redundant Unix timestamp method callUnknwon2016-07-23
| | | | Unix() already uses UTC as timezone
* models/user_mail: refactor EmailAddressUnknwon2016-07-16
|
* Use SecurityProtocol to replace UseSSL in LDAP configUnknwon2016-07-08
| | | | Initially proposed by #2376 and fixes #3068 as well.
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
|
* Replace uuid module with original packageUnknwon2016-02-20
|
* fix possible disclosureUnknwon2015-12-14
|
* Drop 0.5.x supportUnknwon2015-12-10
|
* add unsupported migration promptUnknwon2015-11-25
|
* go vet and fix #1890Unknwon2015-11-08
|
* safe checkUnknwon2015-10-31
|
* work #1705Unknwon2015-10-31
|
* New/reopen PR checks if there is any unmerged and open PRUnknwon2015-10-18
|
* minor fix on API responseUnknwon2015-08-19
|