Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update VERSION to 8.9.0-rc4v8.9.0-rc4 | Robert Speicher | 2016-06-15 | 1 | -1/+1 |
* | Merge branch 'master' into 8-9-stable | Robert Speicher | 2016-06-15 | 311 | -2358/+6729 |
|\ | |||||
| * | Merge branch 'remove-shell-env' into 'master' | Douwe Maan | 2016-06-15 | 5 | -37/+13 |
| |\ | |||||
| | * | Get rid of Gitlab::ShellEnv | Jacob Vosmaer | 2016-06-15 | 5 | -37/+13 |
| * | | Merge branch '18338-change-admin-navigation-to-match-new-ui' into 'master' | Dmitriy Zaporozhets | 2016-06-15 | 15 | -603/+634 |
| |\ \ | |||||
| | * | | Fix admin hooks spec | Dmitriy Zaporozhets | 2016-06-15 | 1 | -1/+3 |
| | * | | Rearrange order of tabs | Annabel Dunstone | 2016-06-15 | 2 | -8/+8 |
| | * | | Fix admin active tab tests | Dmitriy Zaporozhets | 2016-06-15 | 2 | -26/+32 |
| | * | | Nest li elements directly under ul18338-change-admin-navigation-to-match-new-ui | Annabel Dunstone | 2016-06-15 | 2 | -4/+4 |
| | * | | Move builds tab to admin overview | Annabel Dunstone | 2016-06-15 | 3 | -54/+59 |
| | * | | Add monitoring link with subtabs | Annabel Dunstone | 2016-06-15 | 5 | -119/+137 |
| | * | | Add sub links to overview | Annabel Dunstone | 2016-06-15 | 6 | -379/+399 |
| | * | | Add counter for abuse reports | Annabel Dunstone | 2016-06-15 | 1 | -0/+1 |
| | * | | Remove admin layout-nav counters | Annabel Dunstone | 2016-06-15 | 1 | -4/+0 |
| | * | | Move admin nav to horizontal layout nav | Annabel Dunstone | 2016-06-15 | 2 | -21/+4 |
| * | | | Merge branch 'preventdefault-disabled-buttons' into 'master' | Jacob Schatz | 2016-06-15 | 5 | -0/+41 |
| |\ \ \ | |||||
| | * | | | Prevent default disabled buttons and links.preventdefault-disabled-buttons | Fatih Acet | 2016-06-15 | 5 | -0/+41 |
| * | | | | Merge branch 'show_number_of_mrs_in_milestone_page' into 'master' | Jacob Schatz | 2016-06-15 | 1 | -4/+4 |
| |\ \ \ \ | |||||
| | * | | | | show number of processed mrs in milestone pageshow_number_of_mrs_in_milestone_page | Arinde Eniola | 2016-06-13 | 1 | -4/+4 |
| * | | | | | Merge branch 'add-index-on-requested_at-to-members' into 'master' | Yorick Peterse | 2016-06-15 | 2 | -1/+11 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | Add index on `requested_at` to the `members` tableadd-index-on-requested_at-to-members | Rémy Coutable | 2016-06-15 | 2 | -1/+11 |
| * | | | | | Merge branch 'mr-buttons-update' into 'master' | Jacob Schatz | 2016-06-15 | 6 | -43/+70 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fixed issue with MR buttons being in a groupmr-buttons-update | Phil Hughes | 2016-06-13 | 6 | -43/+70 |
| * | | | | | | Merge branch '18225-avoid-full-table-users-count' into 'master' | Jacob Vosmaer (GitLab) | 2016-06-15 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Check if the Users table has exactly one user limiting the whole set18225-avoid-full-table-users-count | Paco Guzman | 2016-06-06 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'docker-registry-manifest-v1' into 'master' | Rémy Coutable | 2016-06-15 | 7 | -33/+125 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Show created_at in table columndocker-registry-manifest-v1 | Kamil Trzcinski | 2016-06-15 | 1 | -5/+5 |
| | * | | | | | | | Add support for Docker Registry manifest v1 | Kamil Trzcinski | 2016-06-15 | 7 | -32/+124 |
| * | | | | | | | | Merge branch 'issuable-sidebar-dropdown-deselect-fix' into 'master' | Jacob Schatz | 2016-06-15 | 3 | -2/+43 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fixed issue with de-selecting dropdown option in issue sidebarissuable-sidebar-dropdown-deselect-fix | Phil Hughes | 2016-06-15 | 3 | -2/+43 |
| * | | | | | | | | | Merge branch 'tooltip-change' into 'master' | Jacob Schatz | 2016-06-15 | 4 | -1/+16 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | |||||
| | * | | | | | | | | Update CHANGELOG.tooltip-change | Fatih Acet | 2016-06-15 | 1 | -0/+1 |
| | * | | | | | | | | Fix project star tooltip on the fly. | Fatih Acet | 2016-06-15 | 2 | -0/+14 |
| | * | | | | | | | | Fix project star tooltip in to show actual message. | Fatih Acet | 2016-06-15 | 1 | -1/+1 |
| * | | | | | | | | | Merge branch 'eager-loading-issue-parser' into 'master' | Douwe Maan | 2016-06-15 | 2 | -1/+16 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
| | * | | | | | | | | Eager load project relations in IssueParser | Yorick Peterse | 2016-06-15 | 2 | -1/+16 |
| | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| * | | | | | | | | Merge branch 'stanhu/gitlab-ce-fix-error-500-false-binary-negative' | Douwe Maan | 2016-06-15 | 10 | -5/+27 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix Error 500 when viewing a blob with binary characters after the 1024-byte ... | Stan Hu | 2016-06-12 | 10 | -5/+27 |
| * | | | | | | | | | Merge branch 'list-items' into 'master' | Jacob Schatz | 2016-06-15 | 4 | -6/+7 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Remove div between ul and lilist-items | Annabel Dunstone | 2016-06-13 | 4 | -6/+7 |
| * | | | | | | | | | | Merge branch 'zj-system-notes-not-awardable' into 'master' | Douwe Maan | 2016-06-15 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Award Emoji can't be awarded on system notes backendzj-system-notes-not-awardable | Z.J. van de Weg | 2016-06-15 | 1 | -0/+4 |
| * | | | | | | | | | | | Merge branch 'environments-and-deployments' into 'master' | Rémy Coutable | 2016-06-15 | 46 | -40/+880 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | Use validate and required for environment and project | Kamil Trzcinski | 2016-06-15 | 2 | -3/+3 |
| | * | | | | | | | | | | Make project_id, iid unique for deployments | Kamil Trzcinski | 2016-06-15 | 2 | -2/+469 |
| | * | | | | | | | | | | Validate project and environment instead of only requiring | Kamil Trzcinski | 2016-06-15 | 3 | -473/+6 |
| | * | | | | | | | | | | Make `project_id` and `environment_id` nullableenvironments-and-deployments | Kamil Trzcinski | 2016-06-15 | 3 | -5/+7 |
| | * | | | | | | | | | | Create_deployment ability is need to create retry or rollback deployment | Kamil Trzcinski | 2016-06-15 | 2 | -3/+3 |
| | * | | | | | | | | | | Add CHANGELOG | Kamil Trzcinski | 2016-06-15 | 1 | -0/+1 |
| | * | | | | | | | | | | Make environments_spec more feature-spec | Kamil Trzcinski | 2016-06-15 | 1 | -57/+56 |