summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix error when viewing diffs without blobs41468-error-500-trying-to-view-a-merge-request-json-undefined-method-binary-for-nil-nilclassSean McGivern2018-01-043-8/+53
| | | | | | | | | | | | | | Old merge requests can have diffs without corresponding blobs. (This also may be possible for commit diffs in corrupt repositories.) We can't use the `&.` operator on the blobs, because the blob objects are never nil, but `BatchLoader` instances that delegate to `Blob`. We can't use `Object#try`, because `Blob` doesn't inherit from `Object`. `BatchLoader` provides a `__sync` method that returns the delegated object, but using `itself` also works because it's forwarded, and will work for non-`BatchLoader` instances too. So the simplest solution is to just use that with the `&.` operator.
* Merge branch 'fix-encoding-method-lookup' into 'master'Grzegorz Bizon2018-01-031-1/+3
|\ | | | | | | | | Fix method lookup See merge request gitlab-org/gitlab-ce!16191
| * Fix method lookupfix-encoding-method-lookupJacob Vosmaer2018-01-031-1/+3
|/
* Merge branch 'tz-ide-file-icons' into 'master'Sean McGivern2018-01-0310-31/+804
|\ | | | | | | | | Multi File Editor File icons See merge request gitlab-org/gitlab-ce!16100
| * Multi File Editor File iconsTim Zallmann2018-01-0310-31/+804
| |
* | Merge branch '41120-performance-bar-auto-scroll' into 'master'Tim Zallmann2018-01-031-10/+15
|\ \ | |/ |/| | | | | | | | | Resolve "Performance bar prevent the auto-scroll-to-bottom when visiting a job's page" Closes #41120 See merge request gitlab-org/gitlab-ce!16084
| * Cache document query41120-performance-bar-auto-scrollFilipa Lacerda2018-01-021-2/+3
| |
| * Merge branch 'master' into 41120-performance-bar-auto-scrollFilipa Lacerda2018-01-02960-7707/+9056
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (120 commits) Update CHANGELOG.md for 10.3.3 Fix user membership destroy relation Use heredoc so it's more clear Put all menus under menu module Introduce common project settings and just put Introduce Factory::Resource::DeployKey Introduce expand_deploy_keys Introduce Menu::Side Add documents for GitLab utilities Clears visual token on second backspace Update prometheus gem to version that adds inf+ bucket in accordance with Prometheus docs. Add breadcrumbs to User Settings sub-views Rename asset sync related AWS variables Allow logged in user to change his password Fix 404 error after a user edits an issue description and solves the reCAPTCHA Fix links to old commits in merge requests Typos correction on the advise of @smcgivern Documenting that resolved JIRA tickets are not automatically transitioned Forking a project to a namespace with lower visibility. Keep typographic hierarchy in User Settings ...
| * | Use non cached variables to get scroll position because of the performance barFilipa Lacerda2017-12-211-10/+14
| | |
* | | Merge branch 'align-chart-docs' into 'master'Marin Jankovski2018-01-031-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Align chart docs with readme See merge request gitlab-org/gitlab-ce!16185
| * | | Align chart docs with readmealign-chart-docsJoshua Lambert2018-01-031-2/+2
| | | |
* | | | Merge branch 'jprovazn-search-issues' into 'master'Sean McGivern2018-01-033-8/+37
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Skip projects filter on issues search See merge request gitlab-org/gitlab-ce!16117
| * | | | Skip projects filter on issues searchjprovazn-search-issuesJan Provaznik2018-01-023-8/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When searching for issues, an additional subquery is added which filters only issues in a project. If global context is used (no project is specified) this query filters all projects user has access to. In that case we can skip this filter because filtering only projects user has access to is added anyway. The filter is used only if a custom project context is specified Related to #40540
* | | | | Merge branch 'gitaly-conflict-resolver' into 'master'Grzegorz Bizon2018-01-0311-49/+300
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Gitaly conflict resolver Closes gitaly#813 See merge request gitlab-org/gitlab-ce!15755
| * | | | Simplify conflict resolution interface and codegitaly-conflict-resolverAlejandro Rodríguez2018-01-026-52/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add a Gitlab::Git::Conflict::Resolution class to encapsulate resolution data - Simplify conflict file collection assembly
| * | | | Incorporate ConflictsService.ResolveConflicts Gitaly RPCAlejandro Rodríguez2017-12-274-35/+116
| | | | |
| * | | | Incorporate ConflictsService.ListConflictFiles Gitaly RPCAlejandro Rodríguez2017-12-278-23/+177
| | | | |
* | | | | Merge branch '41357-empty-state-mr' into 'master'Annabel Dunstone Gray2018-01-032-9/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Modify the empty state of changes in MR" Closes #41357 See merge request gitlab-org/gitlab-ce!16072
| * | | | | Resolve "Modify the empty state of changes in MR"Filipa Lacerda2018-01-032-9/+11
| | |_|_|/ | |/| | |
* | | | | Merge branch 'fix/remove-unnecessary-sidebar-element-alignment' into 'master'Annabel Dunstone Gray2018-01-032-4/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary sidebar element realignment See merge request gitlab-org/gitlab-ce!16159
| * | | | | Remove unnecessary sidebar element realignmentGeorge Tsiolis2018-01-022-4/+5
| |/ / / /
* | | | | Merge branch 'jramsay-41287-well-list-overflow' into 'master'Annabel Dunstone Gray2018-01-031-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Add break word wrapping to well-list See merge request gitlab-org/gitlab-ce!16024
| * | | | Add break word wrapping to well-listjramsay-41287-well-list-overflowJames Ramsay2018-01-021-0/+1
| | | | |
* | | | | Merge branch 'fix/activity-inline-event-line-height' into 'master'Annabel Dunstone Gray2018-01-022-1/+11
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix activity inline event line height on mobile Closes #38778 See merge request gitlab-org/gitlab-ce!16121
| * | | | Fix activity inline event line height on mobileGeorge Tsiolis2017-12-282-1/+11
| | | | |
* | | | | Merge branch ↵Robert Speicher2018-01-021-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'ce-4135-remove-ee-specific-code-from-post-api-v4-projects-id-members' into 'master' Backport part of EE's "Remove EE-specific code from `POST /api/v4/projects/:id/members`" See merge request gitlab-org/gitlab-ce!16051
| * | | | | Backport a change made in EEce-4135-remove-ee-specific-code-from-post-api-v4-projects-id-membersRémy Coutable2017-12-211-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch 'rd-fix-reset-password-while-logged-in' into 'master'Robert Speicher2018-01-022-0/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow logged in user to change his password Closes gitlab-ee#3482 See merge request gitlab-org/gitlab-ce!16169
| * | | | | | Allow logged in user to change his passwordrd-fix-reset-password-while-logged-inRubén Dávila2017-12-312-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users were unable to change their password through the "Reset password" link that was sent to their email if they were logged in. This is due to a default controller filter from Devise that requires the user to not be logged in in order to use this link.
* | | | | | | Merge branch 'docs-gitlab-utilities' into 'master'Robert Speicher2018-01-022-0/+93
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documents for GitLab utilities See merge request gitlab-org/gitlab-ce!16161
| * | | | | | | Add documents for GitLab utilitiesdocs-gitlab-utilitiesLin Jen-Shin2018-01-022-0/+93
| | | | | | | |
* | | | | | | | Update CHANGELOG.md for 10.3.3Tiago Botelho2018-01-024-15/+9
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Merge branch 'fj-40053-error-500-members-list' into 'master'Douwe Maan2018-01-029-4/+164
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix user membership destroy relation Closes #40053 See merge request gitlab-org/gitlab-ce!15970
| * | | | | | | | Fix user membership destroy relationFrancisco Javier López2018-01-029-4/+164
| | | | | | | | |
* | | | | | | | | Merge branch 'qa-add-deploy-key' into 'master'Grzegorz Bizon2018-01-0215-13/+178
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QA: Add a scenario for adding a deploy key See merge request gitlab-org/gitlab-ce!16096
| * | | | | | | | | Use heredoc so it's more clearLin Jen-Shin2018-01-021-6/+8
| | | | | | | | | |
| * | | | | | | | | Put all menus under menu moduleLin Jen-Shin2018-01-027-12/+12
| | | | | | | | | |
| * | | | | | | | | Introduce common project settings and just putLin Jen-Shin2018-01-024-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | everything in the scenario without a before block.
| * | | | | | | | | Introduce Factory::Resource::DeployKeyLin Jen-Shin2018-01-023-16/+35
| | | | | | | | | |
| * | | | | | | | | Introduce expand_deploy_keysLin Jen-Shin2018-01-023-18/+26
| | | | | | | | | |
| * | | | | | | | | Introduce Menu::SideLin Jen-Shin2018-01-024-21/+34
| | | | | | | | | |
| * | | | | | | | | Just add a new class to locate the expand buttonLin Jen-Shin2017-12-282-6/+2
| | | | | | | | | |
| * | | | | | | | | Update descriptions and names based on feedbackLin Jen-Shin2017-12-281-7/+7
| | | | | | | | | |
| * | | | | | | | | Rename DeployKey to DeployKeysLin Jen-Shin2017-12-283-4/+4
| | | | | | | | | |
| * | | | | | | | | QA: Add a scenario for adding a deploy keyLin Jen-Shin2017-12-286-0/+119
| | | | | | | | | |
* | | | | | | | | | Merge branch 'fix-volume-backup' into 'master'Douwe Maan2018-01-022-3/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore "lost+found" folder during backup on a volume Closes #22672 and #17574 See merge request gitlab-org/gitlab-ce!16036
| * | | | | | | | | | Add changelogjulien MILLAU2017-12-201-0/+5
| | | | | | | | | | |
| * | | | | | | | | | Ignore "lost+found" folder during backup on a volumejulien MILLAU2017-12-201-3/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'pawel/update-prometheus-gem-to-improve-handling-of-inf-bucket' ↵Douwe Maan2018-01-022-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Update prometheus gem to version that publishes +Inf bucket in accordance with Prometheus docs. See merge request gitlab-org/gitlab-ce!16175
| * | | | | | | | | | | Update prometheus gem to version that adds inf+ bucket in accordance with ↵Pawel Chojnacki2018-01-022-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prometheus docs.