summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rm-src-branch' into 'master'Grzegorz Bizon2019-07-231-19/+23
|\
| * Refactor create_params and update_paramsrm-src-branchChristian Couder2019-07-171-23/+19
| * Support rm src branch on merge w/ push optionChristian Couder2019-07-171-0/+8
* | Bring backward compatibility for request profilesKamil TrzciƄski2019-07-231-2/+2
* | Merge branch '6544-remove-scss-diff-ce' into 'master'Phil Hughes2019-07-232-0/+9
|\ \
| * | Resolve difference in app/assets/stylesheets/application.scss6544-remove-scss-diff-ceLukas Eipert2019-07-222-0/+9
* | | Merge branch 'leipert-resolve-ee-diff' into 'master'Phil Hughes2019-07-231-0/+1
|\ \ \
| * | | Port common class only used in EEleipert-resolve-ee-diffLukas Eipert2019-07-221-0/+1
* | | | hoverable area on collapsed sidebar iconsMichel Engelen2019-07-232-20/+32
* | | | Merge branch 'update-gitlab-runner-helm-chart-to-0-7-0' into 'master'Grzegorz Bizon2019-07-231-1/+1
|\ \ \ \
| * | | | Update GitLab Runner Helm Chart to 0.7.0update-gitlab-runner-helm-chart-to-0-7-0Steve Azzopardi2019-07-191-1/+1
* | | | | Add review remarksGosia Ksionek2019-07-221-5/+5
* | | | | Merge branch 'fix-i18n-updated-projects' into 'master'Clement Ho2019-07-221-1/+1
|\ \ \ \ \
| * | | | | Fix translation of 'Updated' term in projects listPaul Gascou-Vaillancourt2019-07-221-1/+1
* | | | | | Validate certificate chain only if it's changedVladimir Shushlin2019-07-221-1/+1
|/ / / / /
* | | | | Merge branch 'maintainers-can-create-subgroup' into 'master'Sean McGivern2019-07-227-2/+23
|\ \ \ \ \
| * | | | | Make Group#subgroup_creation_level return Owner if it is nil in DBFabio Papa2019-07-191-1/+1
| * | | | | Apply changes recomended by merge request coachFabio Papa2019-07-191-0/+4
| * | | | | Remove AR hook to set the default subgroup_creation_levelFabio Papa2019-07-191-6/+0
| * | | | | Make maintainers the default setting for creating subgroupsFabio Papa2019-07-191-4/+6
| * | | | | Make the group model return maintainer level when it is not setFabio Papa2019-07-191-0/+4
| * | | | | Remove AR hook to set the default subgroup_creation_levelFabio Papa2019-07-191-6/+0
| * | | | | Make maintainers the default setting for creating subgroupsFabio Papa2019-07-191-4/+6
| * | | | | Apply changes recomended by merge request coachFabio Papa2019-07-191-0/+4
| * | | | | Remove AR hook to set the default subgroup_creation_levelFabio Papa2019-07-191-6/+0
| * | | | | Make maintainers the default setting for creating subgroupsFabio Papa2019-07-191-4/+6
| * | | | | Apply changes recomended by merge request coachFabio Papa2019-07-192-0/+10
| * | | | | Remove AR hook to set the default subgroup_creation_levelFabio Papa2019-07-191-6/+0
| * | | | | Make maintainers the default setting for creating subgroupsFabio Papa2019-07-191-4/+6
| * | | | | Add policy to allow maintainers to create subgroups when enabledFabio Papa2019-07-191-0/+5
| * | | | | Make the group model return maintainer level when it is not setFabio Papa2019-07-191-0/+4
| * | | | | Add "allowed to create subgroups" dropdown to group settings formFabio Papa2019-07-192-0/+4
| * | | | | Add subgroup_creation_level to the list of allowed group paramsFabio Papa2019-07-192-2/+4
| * | | | | Reset group policy to only allow >= owners to create subgroupsFabio Papa2019-07-191-1/+1
| * | | | | Update the group policy to allow >= maintainer to create subgroupsFabio Papa2019-07-191-1/+1
* | | | | | Merge branch 'ce-9688-add-remove-blocking-mrs' into 'master'Sean McGivern2019-07-221-0/+2
|\ \ \ \ \ \
| * | | | | | Backport CE parts of "Allow blocking merge requests to be configured"Nick Thomas2019-07-221-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'dm-submodule-helper-routing' into 'master'Nick Thomas2019-07-221-4/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Ensure SubmoduleHelper works outside view contextdm-submodule-helper-routingDouwe Maan2019-07-221-4/+8
* | | | | | Display group id on group admin pageZsolt Kovari2019-07-221-0/+5
* | | | | | Display project id on project admin pageZsolt Kovari2019-07-221-0/+5
* | | | | | Merge branch '55564-remove-if-in-before-after-action' into 'master'Lin Jen-Shin2019-07-226-12/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Rewrite `if:` argument in before_action and alike when `only:` is also usedGeorge Thomas2019-07-186-12/+15
* | | | | | Add ability to embed metricsTristan Read2019-07-2211-50/+202
* | | | | | Removed project autocomplete paginationJan Provaznik2019-07-222-21/+5
| |/ / / / |/| | | |
* | | | | Merge branch '64697-markdown-issues-checkbox-inside-blockquote-status-won-t-b...Douwe Maan2019-07-221-1/+2
|\ \ \ \ \
| * | | | | Properly identify task lists inside a blockquote64697-markdown-issues-checkbox-inside-blockquote-status-won-t-be-savedBrett Walker2019-07-191-1/+2
* | | | | | OAuth2 support for GitLab personal access tokensSteve Abrams2019-07-221-0/+1
* | | | | | Merge branch '63833-fix-jira-issues-url' into 'master'Ash McKenzie2019-07-221-1/+7
|\ \ \ \ \ \
| * | | | | | Handle trailing slashes when generating Jira URLs63833-fix-jira-issues-urlHeinrich Lee Yu2019-07-221-1/+7