Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow usage of any_projects? with an Arrayfix-any-projects-array | Yorick Peterse | 2017-08-15 | 1 | -3/+9 |
| | | | | | | | In some cases we pass an Array to this method which would previously fail since Array does not respond to "limit_value". Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3646 | ||||
* | Use Prev/Next pagination for exploring projectspagination-projects-explore | Yorick Peterse | 2017-08-14 | 1 | -0/+23 |
| | | | | | | | | | | This changes the pagination of the "Explore" pages so they use a simpler pagination system that only shows "Prev" and "Next" buttons. This removes the need for getting the total number of rows to display, a process that can easily take up to 2 seconds when browsing through a large list of projects. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27390 | ||||
* | Merge branch 'group-milestone-references-system-notes' into 'master' | Robert Speicher | 2017-08-07 | 2 | -40/+46 |
|\ | | | | | | | | | | | | | Support group milestone references Closes #34778 See merge request !13289 | ||||
| * | Support references to group milestones | Sean McGivern | 2017-08-07 | 2 | -40/+46 |
| | | | | | | | | | | Group milestones can only be referred to by name, not IID. They also do not support cross-project references. | ||||
* | | Merge branch 'dashboard-projects-controller-query-performance' into 'master' | Sean McGivern | 2017-08-07 | 1 | -0/+44 |
|\ \ | | | | | | | | | | | | | Improve various parts of Dashboard::ProjectsController See merge request !13319 | ||||
| * | | Improve checking if projects would be returned | Yorick Peterse | 2017-08-07 | 1 | -0/+44 |
| |/ | | | | | | | | | | | | | | | | | | | In various places we check if the same relation would return projects. This is done using "any?" which will run a COUNT query with any LIMIT/OFFSET values still applied. To work around all this we introduce 2 helper methods that take care of doing the right thing. This leads to the produced queries being simpler and fewer queries being executed. | ||||
* | | Add a Circuitbreaker for storage paths | Bob Van Landuyt | 2017-08-04 | 1 | -0/+20 |
|/ | |||||
* | Resolve "Specific Async Script Loading by using a Page Variable" | Tim Zallmann | 2017-08-03 | 1 | -0/+13 |
| | |||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 22 | -50/+50 |
| | |||||
* | Merge branch 'rs-empty_project-cleanup' into 'master' | Rémy Coutable | 2017-08-02 | 7 | -10/+10 |
|\ | | | | | | | | | Ensure all project factories use `:repository` trait or `:empty_project` See merge request !13238 | ||||
| * | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanup | Robert Speicher | 2017-08-01 | 7 | -10/+10 |
| | | |||||
* | | Add filtered search to group issue dashboard | Clement Ho | 2017-08-02 | 1 | -0/+34 |
|/ | |||||
* | Rename many path_with_namespace -> full_path | Gabriel Mazetto | 2017-08-01 | 4 | -8/+8 |
| | |||||
* | Fix group milestone path on issuable sidebarfix-group-milestone-link-in-issuable-sidebar | Sean McGivern | 2017-07-31 | 1 | -10/+43 |
| | |||||
* | Fix diff commenting results just after changing view35695-comment-appears-in-a-wrong-place-after-changing-diff-view-to-inline | Sean McGivern | 2017-07-28 | 1 | -2/+15 |
| | | | | | | | | | When you change the diff view (inline / side-by-side), we set a cookie based on that new view. When you add a comment, we choose the style to use in the response based on that cookie. However, when you have just changed diff style, the request cookie will contain the old value, so we should use the view param instead. | ||||
* | Remove superfluous type defs in specs | Keifer Furzland | 2017-07-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Resolve "Lazy load images on the Frontend" | Tim Zallmann | 2017-07-24 | 2 | -34/+21 |
| | |||||
* | Support both internal and external issue trackers | Jarka Kadlecova | 2017-07-24 | 1 | -1/+7 |
| | |||||
* | Wrong data type when testing webhooks | Alexander Randa | 2017-07-20 | 1 | -0/+20 |
| | |||||
* | Merge branch '34930-fix-edited-by' into 'master' | Sean McGivern | 2017-07-19 | 1 | -0/+20 |
|\ | | | | | | | | | | | | | Fix issue detail if user who last edited an issue was deleted Closes #34930 See merge request !12933 | ||||
| * | Use Ghost user when edited_by, merged_by deleted34930-fix-edited-by | Jarka Kadlecova | 2017-07-19 | 1 | -0/+20 |
| | | |||||
* | | Merge branch 'authentiq-updates' into 'master' | Rémy Coutable | 2017-07-19 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Added authentiq provider to tests and updated documentation, gem and config file. See merge request !12952 | ||||
| * | | Added authentiq provider to tests and updated documentation, gem and config ↵ | Alexandros Keramidas | 2017-07-18 | 1 | -1/+1 |
| | | | | | | | | | | | | file. | ||||
* | | | Update specs for new upload path | Bob Van Landuyt | 2017-07-18 | 4 | -11/+11 |
| |/ |/| | |||||
* | | Merge branch 'fixes-for-internal-auth-disabled' into 'master' | Sean McGivern | 2017-07-14 | 2 | -3/+3 |
|\ \ | | | | | | | | | | | | | Fixes needed when GitLab sign-in is not enabled See merge request !12491 | ||||
| * | | Fixes needed when GitLab sign-in is not enabled | Robin Bobbitt | 2017-07-13 | 2 | -3/+3 |
| |/ | | | | | | | | | | | | | | | | | When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController | ||||
* | | Merge branch 'sh-fix-award-emoji-spec' into 'master' | Rémy Coutable | 2017-07-11 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | Fix spec/helpers/award_emoji_helper_spec.rb by using `iid` instead of `id` Closes gitlab-ee#2890 See merge request !12770 | ||||
| * | | Fix spec/helpers/award_emoji_helper_spec.rb by using `iid` instead of `id`sh-fix-award-emoji-spec | Stan Hu | 2017-07-10 | 1 | -2/+2 |
| |/ | | | | | | | Closes gitlab-org/gitlab-ee#2890 | ||||
* | | Support multiple Redis instances based on queue type | Paul Charlton | 2017-07-11 | 2 | -2/+2 |
|/ | |||||
* | Resolve "Inconsistent location of members page between groups and projects" | Tim Zallmann | 2017-07-07 | 1 | -6/+0 |
| | |||||
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 6 | -23/+23 |
| | |||||
* | Use stub_application_setting when testing ApplicationHelper#support_url34648-use-stub_application_setting-to-test-support_url | Rémy Coutable | 2017-07-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch '34116-milestone-filtering-on-group-issues' into 'master' | Sean McGivern | 2017-07-03 | 1 | -0/+36 |
|\ | | | | | | | | | | | | | Use correct milestones for filtering on Group Issues Closes #34116 See merge request !12374 | ||||
| * | Add tests for MilestonesHelper#milestones_filter_dropdown_path | Takuya Noguchi | 2017-06-26 | 1 | -0/+36 |
| | | |||||
* | | New navigation breadcrumbs | Phil Hughes | 2017-06-30 | 1 | -1/+1 |
| | | |||||
* | | Make finders responsible for counter cache keys | Sean McGivern | 2017-06-30 | 1 | -24/+22 |
| | | |||||
* | | Cache total issue / MR counts for project by user type | Sean McGivern | 2017-06-30 | 1 | -6/+43 |
| | | | | | | | | | | | | This runs a slightly slower query to get the issue and MR counts in the navigation, but caches by user type (can see all / none confidential issues) for two minutes. | ||||
* | | Strip trailing whitespace in relative submodule URLdm-relative-submodule-url-trailing-whitespace | Douwe Maan | 2017-06-28 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'pat-alert-when-signin-disabled' into 'master' | Rémy Coutable | 2017-06-27 | 2 | -0/+141 |
|\ \ | | | | | | | | | | | | | Provide hint to create a personal access token for Git over HTTP See merge request !12105 | ||||
| * | | Provide hint to create a personal access token for Git over HTTP | Robin Bobbitt | 2017-06-26 | 2 | -0/+141 |
| |/ | | | | | | | | | | | If internal auth is disabled and user is not an LDAP user, present the user with an alert to create a personal access token if he does not have one already. | ||||
* | | Tag a spec as :nested_groups since it fails on MySQLfix-nested-group-spec-on-mysql | Rémy Coutable | 2017-06-26 | 1 | -1/+1 |
|/ | | | | | | | This was broken by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12322. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix breadcrumb order | Michael Kozono | 2017-06-22 | 1 | -0/+13 |
| | |||||
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 13 | -92/+92 |
| | |||||
* | Fix avatar images in pipeline emailsfix-email-avatars | Sean McGivern | 2017-06-20 | 1 | -31/+60 |
| | |||||
* | Don't display comment on unchanged line on both sides in parallel diff | Douwe Maan | 2017-06-19 | 1 | -1/+10 |
| | |||||
* | Merge branch '23998-blame-age-map' into 'master' | Annabel Dunstone Gray | 2017-06-15 | 1 | -0/+59 |
|\ | | | | | | | | | | | | | Add age color mapping to blame view Closes #23998 See merge request !7198 | ||||
| * | Add blame view age map | Jeff Stubler | 2017-06-14 | 1 | -0/+59 |
| | | |||||
* | | Correct RSpec/SingleLineHook cop offenses | Robert Speicher | 2017-06-14 | 2 | -2/+7 |
| | | |||||
* | | Merge branch 'help-landing-page-customizations' into 'master' | Douwe Maan | 2017-06-14 | 1 | -0/+17 |
|\ \ | | | | | | | | | | | | | Allow more customization to Help landing page See merge request !11878 | ||||
| * | | Help landing page customizations | Robin Bobbitt | 2017-06-14 | 1 | -0/+17 |
| |/ |