| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve error reporting on users API | jubianchi | 2014-09-16 | 15 | -103/+370 |
| | | | | | | | | | * users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks * issues * labels * projects | ||||
| * | Merge branch 'redis_socket' into 'master' | Dmitriy Zaporozhets | 2014-09-15 | 4 | -4/+46 |
| |\ | | | | | | | | | | | Use sockets to connect to Redis See merge request !1088 | ||||
| | * | Use sockets to connect to Redis | Jacob Vosmaer | 2014-09-12 | 4 | -4/+46 |
| | | | |||||
| * | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2014-09-15 | 2 | -5/+5 |
| |\ \ | |||||
| | * \ | Merge pull request #7753 from tamers/patch-1 | Robert Schilling | 2014-09-14 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | Fix grammatical error in 'not merged changes' msg | ||||
| | | * | | Fix grammatical error in 'not merged changes' msg | Tamer Sherif | 2014-09-14 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | Merge pull request #7528 from exromany/patch-1 | Robert Schilling | 2014-09-13 | 1 | -4/+4 |
| | |\ \ | | | | | | | | | Update user_management.md | ||||
| | | * | | move env to end of lines | exromany | 2014-08-19 | 1 | -4/+4 |
| | | | | | |||||
| | | * | | Update user_management.md | exromany | 2014-08-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | add rails_env to commands | ||||
| * | | | | Merge branch 'implement_comments_on_parallel_diff' into 'master' | Dmitriy Zaporozhets | 2014-09-15 | 7 | -48/+105 |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Implement comments on parallel diff Fixes #1565 See merge request !1090 | ||||
| | * | | | Fix diff_helper spec. | Marin Jankovski | 2014-09-12 | 1 | -26/+27 |
| | | | | | |||||
| | * | | | Add one feature test. | Marin Jankovski | 2014-09-12 | 2 | -0/+20 |
| | | | | | |||||
| | * | | | Move organizing of comments to helper. | Marin Jankovski | 2014-09-12 | 2 | -14/+22 |
| | | | | | |||||
| | * | | | Remove unecesarry array operations. | Marin Jankovski | 2014-09-12 | 3 | -17/+16 |
| | | | | | |||||
| | * | | | Add comments on the side-by-side diff. | Marin Jankovski | 2014-09-12 | 4 | -15/+44 |
| | | | | | |||||
| * | | | | Merge pull request #7749 from wesgurn/master | Dmitriy Zaporozhets | 2014-09-13 | 4 | -3/+9 |
| |\ \ \ \ | | | | | | | | | | | Adding ability to configure webhook timeout via gitlab.yml | ||||
| | * | | | | Adding ability to configure webhook timeout via gitlab.yml | Wes Gurney | 2014-09-12 | 4 | -3/+9 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Marin Jankovski | 2014-09-12 | 2 | -14/+8 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge pull request #7741 from Razer6/refactor/remove_duplicate_steps | Marin Jankovski | 2014-09-12 | 2 | -14/+8 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | [Refactor] Remove duplicated labels step | ||||
| | | * | | | | | Remove duplicated labels step | Robert Schilling | 2014-09-12 | 2 | -14/+8 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Marin Jankovski | 2014-09-12 | 3 | -4/+4 |
| |\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | | | |||||
| | * | | | | | Merge pull request #7743 from bbodenmiller/patch-12 | Robert Schilling | 2014-09-12 | 1 | -2/+2 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | formatting changes, table->database | ||||
| | | * | | | | | formatting changes, table->database | Ben Bodenmiller | 2014-09-12 | 1 | -2/+2 |
| | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | Make formatting consistent on page. Change table -> database as they are database permissions. | ||||
| | * | | | | | Merge pull request #7712 from bbodenmiller/patch-1 | Dmitriy Zaporozhets | 2014-09-12 | 2 | -2/+2 |
| | |\ \ \ \ \ | | |_|_|/ / | |/| | | | | set fail_timeout=0 as recommended by Unicorn | ||||
| | | * | | | | fail_timeout=0 as recommended by Unicorn | Ben Bodenmiller | 2014-09-12 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set's fail_timeout=0 as recommended by http://unicorn.bogomips.org/Unicorn/Configurator.html#method-i-timeout when Unicorn is running behind nginx. | ||||
| * | | | | | | Merge branch 'backlog_socket' into 'master' | Dmitriy Zaporozhets | 2014-09-12 | 2 | -3/+5 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Use the default Unicorn socket backlog value: 1024 See merge request !1087 | ||||
| | * | | | | | Use the default Unicorn socket backlog value: 1024 | Jacob Vosmaer | 2014-09-12 | 2 | -3/+5 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #7662 from Razer6/disable_buttons_on_empty_form | Dmitriy Zaporozhets | 2014-09-12 | 3 | -7/+12 |
| |\ \ \ \ \ | | | | | | | | | | | | | [UX] Disable buttons if form is empty | ||||
| | * | | | | | Disable buttons if required forms are empty | Robert Schilling | 2014-09-11 | 3 | -7/+12 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #7522 from Razer6/fix_tags_count | Dmitriy Zaporozhets | 2014-09-12 | 6 | -14/+56 |
| |\ \ \ \ \ | | | | | | | | | | | | | [UX] Update tag count if tag gets deleted via web interface | ||||
| | * | | | | | update tags count if tag gets deleted | Robert Schilling | 2014-09-12 | 6 | -14/+56 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #7439 from bbodenmiller/patch-6 | Robert Schilling | 2014-09-12 | 1 | -0/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | set the number of workers to # of cores | ||||
| | * | | | | | set the number of workers to # of cores | Ben Bodenmiller | 2014-09-12 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #7713 from bbodenmiller/patch-5 | Sytse Sijbrandij | 2014-09-12 | 1 | -0/+1 |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Add Feedback link | ||||
| | * | | | | | add requests link | Ben Bodenmiller | 2014-09-12 | 1 | -0/+1 |
| | | |_|/ / | |/| | | | | | | | | | | | | | Add requests link for feature requests. | ||||
| * | | | | | Merge pull request #7737 from Razer6/feature/zenmaster | Dmitriy Zaporozhets | 2014-09-12 | 9 | -8/+216 |
| |\ \ \ \ \ | | | | | | | | | | | | | Zen Mode for issues/MR/notes | ||||
| | * | | | | | Close Zen mode by ESC, foward/backward | Robert Schilling | 2014-09-11 | 5 | -3/+60 |
| | | | | | | | |||||
| | * | | | | | Implement zen mode for issues/MRs/notes | Robert Schilling | 2014-09-11 | 5 | -6/+157 |
| | | |_|/ / | |/| | | | | | | | | | | | | | Close Zen mode by ESC, foward/backward | ||||
| * | | | | | Merge pull request #7738 from dblessing/serialize_migration_fix | Dmitriy Zaporozhets | 2014-09-12 | 2 | -2/+8 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Fix serialize migration | ||||
| | * | | | | Fix serialize migration. Fixes #7734 | Drew Blessing | 2014-09-11 | 2 | -2/+8 |
| | | | | | | |||||
| * | | | | | Merge pull request #7733 from bbodenmiller/patch-12 | Robert Schilling | 2014-09-11 | 1 | -1/+1 |
| |\ \ \ \ \ | |/ / / / |/| | | | | update grant command to match how mysql shows | ||||
| | * | | | | update grant command to match how mysql shows | Ben Bodenmiller | 2014-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | When looking up the granted permissions for users in MySQL using `show grants for 'git'@'localhost';` it shows the permissions in this order regardless of how you enter them. Changing so that comparing your actual permissions vs. what installation guide says is easier. | ||||
| * | | | | | Merge branch 'feature-oauth-refactoring' into 'master' | Dmitriy Zaporozhets | 2014-09-11 | 6 | -141/+190 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature oauth refactoring Only use class methods when needed. In addition, make a proper extension of Gitlab::Oauth::User. See merge request !1062 | ||||
| | * | | | | | Update Gemfile.lock | Jan-Willem van der Meer | 2014-09-11 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Merge remote-tracking branch 'origin/master' into feature-oauth-refactoring | Jan-Willem van der Meer | 2014-09-11 | 167 | -909/+2250 |
| | |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | | Remove duplicated create method | Jan-Willem van der Meer | 2014-09-08 | 1 | -10/+0 |
| | | | | | | | |||||
| | * | | | | | Test authenticate method for Gitlab::LDAP::User | Jan-Willem van der Meer | 2014-09-08 | 2 | -11/+32 |
| | | | | | | | |||||
| | * | | | | | Ensure Gitlab::LDAP::authentication is tested | Jan-Willem van der Meer | 2014-09-08 | 1 | -0/+17 |
| | | | | | | | |||||
| | * | | | | | Refactor gitlab auth tests | Jan-Willem van der Meer | 2014-09-08 | 1 | -11/+13 |
| | | | | | | | |||||
| | * | | | | | Add new Gitlab::Oauth::AuthHash class | Jan-Willem van der Meer | 2014-09-04 | 1 | -0/+54 |
| | | | | | | | |||||
