- Sep 04, 2019
-
-
Filipa Lacerda authored
Creates a link component, a line component and a clickable line component to handle the new job log format
-
pshutsin authored
Improve diff lines count efficiency
-
Lee Tickett authored
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
-
- Sep 03, 2019
-
-
Jacques Erasmus authored
Added a cluster domain wanring if no domain is defined
-
Mike Greiling authored
This reverts merge request !32400
-
Creates new event when an epic is created, closed, reopened or commented.
-
Lee Tickett authored
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
-
Lee Tickett authored
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
-
Alexandru Croitor authored
Fix wording on milestone due date, to show today instead of hours ago or remaining, when milestone is due today.
-
Andreas Brandl authored
This fixes a high frequency N+1 issue: `RoutableActions#find_routable!` is used across many controllers to retrieve e.g. the Project or Namespace by path. The `#find_routable!` method calls `#ensure_canonical_path` which in turn retrieves `#full_path` from the given Routable. This in turn triggers a lookup on `routes`, leading to a high frequency of these queries: ```sql SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = $1 AND "routes"."source_type" = $2 LIMIT $3 ``` This is unnecessary as we already join `routes` in `Routable#find_by_full_path` anyways.
-
Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
-
Fatih Acet authored
This commit also unifies layout structure and remove no_container flag
-
Filipa Lacerda authored
With the new job log json format we need a parser on the frontend
-
Shinya Maeda authored
This commit adds pipeline.type key to PipelineEntity. This key will be used in MR widget in the next iteration.
-
Igor Drozdov authored
It performs an expensive operation, but isn't required in most of tests
-
Extends the permission of $CI_REGISTRY_USER to allow them to delete tags in addition to just pushing. https://gitlab.com/gitlab-org/gitlab-ce/issues/40096
-
Heinrich Lee Yu authored
We're reversing the deprecation due to user feedback
-
- Sep 02, 2019
-
-
Brandon Williams authored
When updating group and project members, new system hooks `user_update_for_group` and `user_update_for_team` will be executed. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12252
-
Thong Kuah authored
This method will be overridden in EE
-
Peter Leitzen authored
This commit removes one RuboCop offense from its todo file.
-
The 'assigned' reason doesn't apply to notes, but the other two can ('mentioned' and 'own_activity'), so we can still use this for note emails.
-
This fixes a regression where an underscore in labels no longer worked: https://github.com/knsv/mermaid/releases
-
Peter Leitzen authored
Before this commit we redefined properties for supported events on each new instance of ChatNotificationService during "runtime". This commit defines the properties only once during "compile time".
-
Sean Carroll authored
-
Wrong format on MS Teams integration push events with multi line commit messages
-
-
Kushal Pandya authored
- Adds CSS classes to represent browser & platform - Adds JS flags to `gl` object to represent browser & platform
-
Nick Kipling authored
-
Patrick Bajao authored
Instead of highlighting all lines when not all of them are needed, only highlight from the beginning up to the specified limit. The `BlobPresenter#highlight` method has been updated to support `to` param. This param will be used to limit the content to be highlighted.
-
Thong Kuah authored
The current default is too small for a user to see what they have pasted in.
-
- Aug 31, 2019
-
-
dineshpanda authored
-
dineshpanda authored
-
- Aug 30, 2019
-
-
Scott Stern authored
-
Arun Kumar Mohan authored
Previously, the `showStagedIcon` property was doing the opposite of what its name suggested. It was rendering the staged icon when `showStagedIcon` was `false` and rendering the regular icon when it was `true`.
-
Updates frontend code and specs to allow for the new feature flag
-
This change limits the number of emails for new access requests notifications to 10 most recently active owners/maintainers
-
Stan Hu authored
This is to accomodate prepended modules.
-
Désirée Chevalier authored
-
https://gitlab.com/gitlab-org/gitlab-ce/issues/56295Jesse Hall authored
All avatars now visible in commit trailers.
-