Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve performance of User.by_loginuser-by-login-performance | Yorick Peterse | 2015-10-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | Performance is improved in two steps: 1. On PostgreSQL an expression index is used for checking lower(email) and lower(username). 2. The check to determine if we're searching for a username or Email is moved to Ruby. Thanks to @haynes for suggesting and writing the initial implementation of this. Moving the check to Ruby makes this method an additional 1.5 times faster compared to doing the check in the SQL query. With performance being improved I've now also tweaked the amount of iterations required by the User.by_login benchmark. This method now runs between 900 and 1000 iterations per second. | ||||
* | Added dedicated Rake task for setting up Postgres | Yorick Peterse | 2015-10-08 | 1 | -0/+6 |
| | | | | | This ensures any PostgreSQL specific schema changes (e.g. expression indexes) are created when setting up the database. | ||||
* | Replace GITLAB with GitLab in rake task descriptions | Dmitriy Zaporozhets | 2015-06-23 | 2 | -2/+2 |
| | |||||
* | Adjust MySQL limits for existing installations | Jacob Vosmaer | 2014-04-23 | 1 | -9/+2 |
| | |||||
* | Add mysql limits to db during setup | Dmitriy Zaporozhets | 2014-03-13 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Changed limits to a higher order | Jeroen van Baarsen | 2014-03-12 | 1 | -3/+3 |
| | |||||
* | Added rake task to add limits back in mysql | Jeroen van Baarsen | 2014-03-11 | 1 | -0/+13 |
| | |||||
* | Remove old migration tasks | Dmitriy Zaporozhets | 2013-08-26 | 7 | -110/+0 |
| | | | | | | You should update to 6.0 before proceed with update to higher version. So its no reason to keep old tasks any more. It should be still available in 6-0-stable but not in master | ||||
* | Add iids to milestones. Moved iids logic to separate concern | Dmitriy Zaporozhets | 2013-08-21 | 1 | -0/+15 |
| | |||||
* | Fix migrate_iids for issues | Dmitriy Zaporozhets | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'feature/internal_ids' of /home/git/repositories/gitlab/gitlabhq | Dmitriy Zaporozhets | 2013-08-20 | 1 | -0/+33 |
|\ | |||||
| * | Iid improvemets | Dmitriy Zaporozhets | 2013-08-19 | 1 | -2/+4 |
| | | | | | | | | | | | | * call set_iid before validation * make rake task pass event if objects are invalid * show iid in comment event at dashboard | ||||
| * | Create task to create iid for existing issues/mr | Dmitriy Zaporozhets | 2013-08-19 | 1 | -0/+31 |
| | | |||||
* | | Better message for migrating global projects | Dmitriy Zaporozhets | 2013-08-20 | 1 | -2/+9 |
|/ | |||||
* | Move diff parsing to own class. Correctly identify note diff line | Dmitriy Zaporozhets | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | Store diff with line note. It makes possible to see inline notes with proper ↵ | Dmitriy Zaporozhets | 2013-08-04 | 1 | -0/+16 |
| | | | | diff even if MR diff changed | ||||
* | Delete duplicate keys in migrate_keys task | Jacob Vosmaer | 2013-08-02 | 1 | -0/+5 |
| | |||||
* | Fix typos | Johannes Schleifenbaum | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | store and display public key fingerprint | Dmitriy Zaporozhets | 2013-06-24 | 1 | -0/+15 |
| | |||||
* | You should not be able to remove a Group owner | Dmitriy Zaporozhets | 2013-06-22 | 1 | -0/+16 |
| | |||||
* | Migrate global project taks. Removed more teams related functionality | Dmitriy Zaporozhets | 2013-06-19 | 1 | -3/+7 |
| | |||||
* | Remove Global namespace from options. Prepared file for migration of global ↵ | Dmitriy Zaporozhets | 2013-06-19 | 1 | -0/+12 |
| | | | | projects | ||||
* | Migrate notes.line_code format. | baba | 2013-05-11 | 1 | -0/+13 |
| | | | | | | | | | Since version 4.1, notes.line_code means: {SHA1 hash of file path}_{old line}_{new line} but the older version means: {file index of the commit}_{old line}_{new line} This rake task migrate the above differences. | ||||
* | migrate milestones with nil state | Dmitriy Zaporozhets | 2013-04-16 | 1 | -0/+4 |
| | |||||
* | Warn user about losing merge request diff | Dmitriy Zaporozhets | 2013-04-15 | 1 | -0/+7 |
| | |||||
* | Remove wiki migrator. We dont need it any more. Users should migrate to 5.0 ↵ | Dmitriy Zaporozhets | 2013-04-10 | 1 | -42/+0 |
| | | | | first | ||||
* | separate rake task for migration and persistent one | Dmitriy Zaporozhets | 2013-04-05 | 2 | -0/+53 |