- Sep 04, 2019
-
-
Felipe Artur authored
The current state of group issue boards does not show the "Add issues" button on the UI for users that are reporters of group child projects.
-
Filipa Lacerda authored
Creates a link component, a line component and a clickable line component to handle the new job log format
-
- Sep 03, 2019
-
-
Mike Greiling authored
This reverts merge request !32400
-
Lee Tickett authored
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
-
Lee Tickett authored
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
-
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
-
- Sep 02, 2019
-
-
This fixes a regression where an underscore in labels no longer worked: https://github.com/knsv/mermaid/releases
-
Nick Kipling 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
-
Lee Tickett authored
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
-
- Aug 29, 2019
-
-
Stan Hu authored
Previously submitting a DELETE request to an issuable URL would be enough to destroy it, but this should require human confirmation. We now require that the `destroy_confirm` parameter is set to a truthy value before this can complete. In addition, we log a Sentry error if a deletion arrived without confirmation. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62387
-
Balasankar C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Heinrich Lee Yu authored
Changes the document event listener to listen to mousedown instead of click
-
- Aug 28, 2019
-
-
Nathan Friend authored
This commit adds an id attribute to release blocks to allow them to be targeted as anchor links.
-
Jake Burden authored
Only display time if the job has deployed Update JS tests for displaying job deployment time Simplify boolean check in deployedDate
-
This also restructures how and where the configuration for Snowplow lives.
-
Igor Drozdov authored
totalNotes is only used to prerender a number of skeleton containers until real notes are loaded issuable.discussions makes multiple requests, so too expensive for this This commit uses mere notes for this and sends actual totalNotes number if it's less than 10; otherwise it sends 10 - it allows us to avoid bunch of skeleton prerenderings, which are not necessary since they doesn't fit into the whole screen and disappear quite fast
-
Mark Lapierre authored
When using the Web IDE
-
- Aug 27, 2019
-
-
Enrique Alcántara authored
This commit creates a create_cluster directory to collect all Vue applications related to creating kubernetes applications using gitlab. It also moves the gke_cluster_dropdowns collection of apps to the create_cluster directory. gke_cluster_dropdowns contains dropdown components used to select configuration options to create a Kubernetes cluster in Google Cloud.
-
- Aug 26, 2019
-
-
This reverts merge request !31826
-
This also restructures how and where the configuration for Snowplow lives.
-
Patrick Derichs authored
Call QuickActionsService on Note update Add support for notes which just contain commands after editing Return http status gone (410) if note was deleted Temporary frontend addition so it is not failing when a note is deleted Move specs to shared examples Fix rubocop style issue Deleting note on frontend when status is 410 Use guard clause for note which got deleted Simplified condition for nil note This method should no longer be called with nil note Refactoring of execute method to reduce complexity Move errors update to delete_note method Note is now deleted visually when it only contains commands after update Add expectation Fix style issues Changing action to fix tests Add tests for removeNote and update deleteNote expectations
-
- Aug 24, 2019
-
-
Miguel Rincon authored
-
- Aug 23, 2019
-
-
Some pipeline status icon tooltips were showing "Commit: ..." which customers found to be misleading since it was not the commit that was failing but the pipeline. We are changing all status icon tooltips to say "Pipeline: ..." instead of "Commit: ..." now.
-
Scott Hampton authored
Remove the visual review toolbar code in favor of using the NPM package.
-
Winnie Hellmann authored
-
-
Jeremy Jackson authored
-
- Aug 22, 2019
-
-
One exception: there is an existing MR for the current branch and the branch is non-default and non-protected. Extended mock_data for ide/stores to have different types of branches: default, protected and regular Cleaned new MR checkbox view
-
Nathan Friend authored
This commit does a find-and-replace from ATMTWPS -> MTWPS.
-
Igor Drozdov authored
-
Kushal Pandya authored
- Adds `searchBy` util in common utils - Adds placeholder `SidebarItemEpicsSelect`
-
-
- Aug 21, 2019
-
-
Heinrich Lee Yu authored
Prevents errors when we have CSP enabled
-