summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix intermittent Spinach markdown render failure33457-features-project-source-markdown_render-feature-fails-on-masterSean McGivern2017-06-091-0/+2
| | | | When loading a tree with a README.md, we need to wait for the blob viewer.
* Merge branch '33467-remove-nicescroll' into 'master'Phil Hughes2017-06-093-48/+59
|\ | | | | | | | | | | | | Remove nicescroll from job trace Closes #33467 and #33427 See merge request !12028
| * Remove nicescroll from job traceFilipa Lacerda2017-06-093-48/+59
|/
* Merge branch 'dashboard-milestone-tabs-loading-async' into 'master'Sean McGivern2017-06-098-8/+110
|\ | | | | | | | | | | | | Fixed dashboard milestone tabs not loading Closes #33477 See merge request !12023
| * Fixed dashboard milestone tabs not loadingdashboard-milestone-tabs-loading-asyncPhil Hughes2017-06-098-8/+110
| | | | | | | | Closes #33477
* | Merge branch '33381-display-issue-state-in-mr-widget-issue-links' into 'master'Sean McGivern2017-06-093-2/+28
|\ \ | | | | | | | | | | | | | | | | | | Display issue state in issue links section of merge request widget Closes #33381 See merge request !12021
| * | Display issue state in issue links section of merge request widget33381-display-issue-state-in-mr-widget-issue-linksAdam Niedzielski2017-06-093-2/+28
| | |
* | | Merge branch 'rs-bootsnap' into 'master'Rémy Coutable2017-06-093-0/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add Bootsnap to all environments to reduce application startup time Closes #33081 See merge request !12034
| * | | Add Bootsnap to all environments to reduce application startup timers-bootsnapRobert Speicher2017-06-083-0/+17
| | | |
* | | | Merge branch 'dm-blob-binaryness-change' into 'master'Sean McGivern2017-06-097-18/+64
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Detect if blob binaryness changes after loading all data See merge request !11981
| * | | | Detect if file that appears to be text in the first 1024 bytes is actually ↵dm-blob-binaryness-changeDouwe Maan2017-06-087-18/+64
| | | | | | | | | | | | | | | | | | | | binary afer loading all data
* | | | | Merge branch 'issuable-sidebar-edit-button-field-focus' into 'master'Filipa Lacerda2017-06-093-4/+22
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Fixed dropdown filter input not focusing after transition Closes #33216 See merge request !12020
| * | | | Fixed dropdown filter input not focusing after transitionissuable-sidebar-edit-button-field-focusPhil Hughes2017-06-083-4/+22
| | |_|/ | |/| | | | | | | | | | Closes #33216
* | | | Merge branch '33466-jobs-navigation-menu' into 'master'Phil Hughes2017-06-091-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlight jobs menu when we are in jobs page Closes #33466 See merge request !12029
| * | | | Highlight jobs menu when we are in jobs pageFilipa Lacerda2017-06-091-1/+1
|/ / / /
* | | | Merge branch 'port-post-receive-changes' into 'master'Robert Speicher2017-06-082-37/+30
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Refactor PostReceive worker to limit merge conflicts See merge request !11916
| * | | Refactor PostReceive worker to limit merge conflictsport-post-receive-changesDouglas Barbosa Alexandre2017-06-052-37/+30
| | | |
* | | | Merge branch 'use-request-store-on-mr-controller-query-count-spec' into 'master'Douwe Maan2017-06-081-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Use RequestStore on MR show.json query count spec See merge request !12024
| * | | | Use RequestStore on MR show.json query count specuse-request-store-on-mr-controller-query-count-specOswaldo Ferreira2017-06-081-1/+6
| | | | |
* | | | | Merge branch 'sh-clarify-graphql' into 'master'Douwe Maan2017-06-081-3/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Clarify API V5 being a compatability layer on top of GraphQL See merge request !12030
| * | | | | Clarify API V5 being a compatability layer on top of GraphQLStan Hu2017-06-081-3/+7
|/ / / / / | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'master-security-update' into 'master'Regis Boudinot2017-06-0855-66/+1256
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Master security update See merge request !12025
| * \ \ \ \ Merge remote-tracking branch 'origin/upstream-9-2-security' into ↵master-security-updateDJ Mountney2017-06-082-6/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | master-security-update
| | * | | | | Update rename_system_namespace_spec to new validations.upstream-9-2-securityBob Van Landuyt2017-06-081-5/+7
| | | | | | |
| | * | | | | Make the uploader use the updated folderBob Van Landuyt2017-06-081-1/+3
| | | | | | |
| | * | | | | Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-0855-66/+1252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
| * | | | | | Merge branch 'upstream-9-2-security' into master-security-updateDJ Mountney2017-06-0837-35/+983
| |\ \ \ \ \ \
| | * | | | | | Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-0755-66/+1252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
| * | | | | | | Merge branch '25934-project-snippet-vis' into 'security-9-2'DJ Mountney2017-06-0813-18/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix visibility when referencing snippets See merge request !2101
| * | | | | | | Merge branch 'dz-api-x-frame' into 'security-9-2'DJ Mountney2017-06-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restrict API X-Frame-Options to same origin See merge request !2103
| * | | | | | | Merge branch 'dz-restrict-autocomplete' into 'security-9-1'DJ Mountney2017-06-082-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow users autocomplete by author_id only for authenticated users See merge request !2100
| * | | | | | | Merge branch 'cherry-pick-dc2ac993' into 'security-9-2'DJ Mountney2017-06-082-2/+41
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Escapes html content before appending it to the DOM See merge request !2107
* | | | | | | Merge branch 'evn-no-geo-either' into 'master'Stan Hu2017-06-081-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitLab GEO also does not support mysql replication See merge request !11914
| * | | | | | | Update per discussionevn-no-geo-eitherernstvn2017-06-081-1/+1
| | | | | | | |
| * | | | | | | GitLab GEO also does not support mysql replicationernstvn2017-06-051-1/+2
| | | | | | | |
* | | | | | | | Merge branch '25426-group-dashboard-ui' into 'master'Douwe Maan2017-06-0830-66/+1434
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Group dashboard UI" Closes #25426 See merge request !11098
| * \ \ \ \ \ \ \ Merge branch 'master' into 25426-group-dashboard-ui25426-group-dashboard-uiAlfredo Sumaran2017-06-08181-825/+5667
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add tests when user has no direct acces to a groupAlfredo Sumaran2017-06-082-2/+33
| | | | | | | | | |
| * | | | | | | | | Align folder and carets on groups treeAlfredo Sumaran2017-06-081-1/+1
| | | | | | | | | |
| * | | | | | | | | Update URL when paginating groupsAlfredo Sumaran2017-06-081-1/+6
| | | | | | | | | |
| * | | | | | | | | Add missing aria-hidden attribute to i tagsAlfredo Sumaran2017-06-081-8/+21
| | | | | | | | | |
| * | | | | | | | | Fix type casingAlfredo Sumaran2017-06-081-2/+2
| | | | | | | | | |
| * | | | | | | | | Do not show access type to a group if there’s no accessAlfredo Sumaran2017-06-081-0/+2
| | | | | | | | | |
| * | | | | | | | | Display user access type for each groupAlfredo Sumaran2017-06-074-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds unit tests for this
| * | | | | | | | | Add feature tests for Dashboard Groups pageAlfredo Sumaran2017-06-071-19/+103
| | | | | | | | | |
| * | | | | | | | | Expose human group access on GroupEntityDouwe Maan2017-06-071-2/+2
| | | | | | | | | |
| * | | | | | | | | Use group and project finders instead of direct ActiveRecord relationsDouwe Maan2017-06-072-12/+13
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into 25426-group-dashboard-uiAlfredo Sumaran2017-06-07827-4715/+15044
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Address feedbackAlfredo Sumaran2017-06-076-3/+18
| | | | | | | | | | |
| * | | | | | | | | | Turn off every event on beforeDestroyAlfredo Sumaran2017-06-071-0/+8
| | | | | | | | | | |