An error occurred fetching the project authors.
- 27 Dec, 2018 1 commit
-
-
Francisco Javier López authored
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
-
- 25 Dec, 2018 1 commit
-
-
Stan Hu authored
When object storage is enabled, the logos used to customize a GitLab appearance causes the time-limited URLs to be used. We fix this by forcing all of these URLs to use the /uploads/-/system prefix so that they will always be proxied through GitLab. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/6778
-
- 24 Dec, 2018 1 commit
-
-
Stan Hu authored
If Git clones are restricted to either HTTP or SSH-only in the application settings, the clone button would not show. The refactoring in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22196 broke this. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55676
-
- 21 Dec, 2018 1 commit
-
-
Winnie Hellmann authored
This reverts merge request !23622
-
- 19 Dec, 2018 7 commits
-
-
Heinrich Lee Yu authored
-
Douwe Maan authored
-
Martin Wortschack authored
- add tests for merge_request_count - add tests for show_issue_count - add tests for explore_projects_tab - change interface for show_merge_request_count and show_issue_count
-
Jarka Košanová authored
- we now use the hierarchy class also for epics - also rename supports_nested_groups? into supports_nested_objects? - move it to a concern
-
Francisco Javier López authored
Removing workhorse_set_content_type feature flag introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22667
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
- 18 Dec, 2018 3 commits
-
-
Mario de la Ossa authored
-
Martin Wortschack authored
-
Filipa Lacerda authored
Renders empty index page Adds Releases entry to the navigation bar behind a feature flag Renders 404 when feature flag for releases is not enabled
-
- 16 Dec, 2018 5 commits
-
-
Thong Kuah authored
Given the note is about how to interpret ancestor clusters, use the finder which actually knows if there are any ancestor clusters to find out if the note should be shown, rather than passing the same info via a view to a helper Added note about Kaminari.paginate_array Link to followup issue too
-
Thong Kuah authored
Part of the code such as #show_path is already present on the presenter. Also avoid having code in two places (helper and presenter) Sanitize and assert html_safe. Additional layer of defense - on top of GitLab already requiring group names to be composed of small set of chars A-Z, - and spaces. Only link to cluster if user can read cluster Make clear that arg is a GroupClusterablePresenter Add more specs for completeness
-
Mayra Cabrera authored
- Use sprite_icon instead of hardcoded html - Use a more descriptive method name - Changes specs to use html_safe matcher
-
Mayra Cabrera authored
- Moves logic into ClustersHelp - Add CSS to ensure compatibility with EE view.
-
Thong Kuah authored
Add specs
-
- 14 Dec, 2018 2 commits
-
-
Robert Speicher authored
All of these methods are stateless, there was no point to have them as instance methods. Mostly this allows us to remove an `allow_any_instance_of` usage.
-
Heinrich Lee Yu authored
`label_name` is now not excluded by default Also removed `label: true` from calls to the helper
-
- 13 Dec, 2018 2 commits
-
-
Martin Wortschack authored
-
Olivier Crête authored
-
- 11 Dec, 2018 1 commit
-
-
Felipe Artur authored
Fix labels parameter being deleted from filter when clicking sort direction button on issues/merge requests search bar.
-
- 10 Dec, 2018 2 commits
-
-
Gabriel Mazetto authored
There is a combination of few strategies implemented here: 1. Few relations were eager loaded 2. Changed few polymorphic routes to specific ones so we don't have to use `#becomes(Namespace)` which doesn't preserve association cache
-
Dennis Tang authored
Makes the following changes in order to have all the items of the top nav fit within all of the new Bootstrap 4 breakpoints: - Change GitLab logo to show only on desktop breakpoint (lg and up) - Move margin from logo to logo text, saving 8px - Move the following icon links to the "More" nav dropdown - Instance Statistics (ConDev Index) - Admin area (if Admin) - Sherlock Transactions (if enabled) - Removed separator between Admin icons - Change search input width from 240px to 200px - Move "Activity", "Milestone", and "Snippets" into "More" menu on lg breakpoints - Show "More" menu of lg breakpoints
-
- 08 Dec, 2018 2 commits
-
-
Matija Čupić authored
-
Tim Zallmann authored
-
- 07 Dec, 2018 1 commit
-
-
Dennis Tang authored
Continues the iteration on the project overview UI: - moved star, fork and new clone button (copy SSH/HTTPS URLs) to top right, made them smaller - avatar is now larger (64px) - 'Request access' is now a link instead of a button - overview comes before the description + changed styling and added icons - description font-size is now 16px (large-paragraph) - quick links to files are moved downwards below the commit/pipeline info - margins changed to group content into 4 groups to clean up the interface - visibility info reduced to icon-only and moved to the right of the title
-
- 06 Dec, 2018 7 commits
-
-
Francisco Javier López authored
-
Kamil Trzciński authored
The Correlation ID is taken or generated from received X-Request-ID. Then it is being passed to all executed services (sidekiq workers or gitaly calls). The Correlation ID is logged in all structured logs as `correlation_id`.
-
Nick Thomas authored
-
Dylan Griffith authored
-
Fatih Acet authored
-
Yorick Peterse authored
This moves the default brand title in AppearancesHelper#brand_title to a separate method, allowing EE to redefine it without having to redefine the entire #brand_title method.
-
Yorick Peterse authored
This backports some EE changes made to DropdownsHelper and SelectsHelper. These changes can not easily be moved into an EE specific module, as doing so would require reimplementing all modified methods. Since there is no harm in including these changes in CE directly, we just backport them.
-
- 05 Dec, 2018 1 commit
-
-
Paul Slaughter authored
- Also creates ide_helper for ide_data which can be extended in EE
-
- 04 Dec, 2018 3 commits
-
-
Thong Kuah authored
With this MR, group clusters is now functional, so default to enabled. Have a single setting on the root ancestor group to enabled or disable group clusters feature as a whole
-
Alexis Reigel authored
-
James Edwards-Jones authored
- Improves spacing between account buttons on Profile - AccountsController#show uses locals instead of instance variables - New `display_providers_on_profile?` helper method - Adds `render_if_exists` for GroupSAMl unlink buttons See: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8682
-