- 27 Sep, 2019 40 commits
-
-
Kamil Trzciński authored
Update PumaWorkerKiller defaults Closes #32646 See merge request gitlab-org/gitlab!17758
-
Rémy Coutable authored
Add proper label REST API for update, delete and promote See merge request gitlab-org/gitlab!17239
-
Lin Jen-Shin authored
Show a merge request link in pipeline failure emails Closes #32325 See merge request gitlab-org/gitlab!17513
-
Rémy Coutable authored
Clarify when group label should be changed See merge request gitlab-org/gitlab!17726
-
Luke Duncalfe authored
-
Marcia Ramos authored
Update 404 and redirecting links in /development See merge request gitlab-org/gitlab!17734
-
Marcel Amirault authored
Update all links in /dev that were causing 404s or redirecting warnings in the link checker
-
Marcia Ramos authored
Update caps and backticks in /topic /workflow /university See merge request gitlab-org/gitlab!17653
-
Marcel Amirault authored
Update capitalization and backtick use in /topic /university and /workflow
-
Kushal Pandya authored
Remove nested Promise from notes actions See merge request gitlab-org/gitlab!17686
-
Winnie Hellmann authored
-
Jan Provaznik authored
Add proper token check for Notify Service Closes #14792 See merge request gitlab-org/gitlab!17759
-
Tim Zallmann authored
Migrate confidential_issue_sidebar_spec.js to Vue test utils See merge request gitlab-org/gitlab!17552
-
Winnie Hellmann authored
-
Tim Zallmann authored
Remove nested Promise from board blank state See merge request gitlab-org/gitlab!17684
-
Tim Zallmann authored
Refactored Karma spec to Jest for todo_spec.js Closes #31306 See merge request gitlab-org/gitlab!16733
-
Tim Zallmann authored
Extract base filter constant in Securitty Dashboard store's filters module See merge request gitlab-org/gitlab!17710
-
Tim Zallmann authored
Remove nested Promise from admin email select See merge request gitlab-org/gitlab!17689
-
Winnie Hellmann authored
-
Fatih Acet authored
Refactor Security Dashboard store See merge request gitlab-org/gitlab!17250
-
Mark Florian authored
This refactoring is part of the [Instance Security Dashboard MVC][1], to abstract away from the base Security Dashboard the logic for how the list of projects to filter with is set. It: * Adds a new `GroupSecurityDashboard` component that wraps the `SecurityDashboard` component. * Moves the `projects` module bindings/calls from the `SecurityDashboard` component to the new `GroupSecurityDashboard`. * Creates a new `projects` plugin for the Security Dashboard store which dynamically adds the `projects` module and sets up the appropriate store bindings between it and the `filters` module. * Updates the entry point for the Group Security Dashboard to add the `projects` plugin to the Security Dashboard store. * Moves the existing `mediator` and `sync_with_store` plugins into a `plugins` directory. * Renames `moderator` to `mediator`. [1]: https://gitlab.com/gitlab-org/gitlab/issues/6953
-
Jan Provaznik authored
Add frozen_string_literal to all ee specs See merge request gitlab-org/gitlab!17754
-
Andreas Brandl authored
Adding step to ensure author includes rollback information See merge request gitlab-org/gitlab!17537
-
Achilleas Pipinellis authored
Update 404 / Redirected links in monitoring, install, security See merge request gitlab-org/gitlab!17795
-
Marcel Amirault authored
Update all links throwing 404 or redirect messages in the docs project link checked, for monitoring, install and security docs.
-
Fatih Acet authored
Remove nested Promise from project select See merge request gitlab-org/gitlab!17687
-
Winnie Hellmann authored
-
Mathieu Parent authored
-
Shinya Maeda authored
This is a fix for Pipelines for merge requests/merged results/merge train.
-
James Lopez authored
Export design management data with project export Closes #11090 See merge request gitlab-org/gitlab!14702
-
Evan Read authored
Docs - Add note about env slugs being immutable See merge request gitlab-org/gitlab!16592
-
Anton Smith authored
-
Luke Duncalfe authored
Export design repository in project export See merge request gitlab-org/gitlab!14700
-
Kushal Pandya authored
[Frontend] Show success banner to user when trial starts See merge request gitlab-org/gitlab!16794
-
-
-
-
Luke Duncalfe authored
Moving a group of shared_examples from project_tree_restorer_spec to its own file in spec/support/shared_examples in order for these examples to be reused in an EE-specific test. https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
-
Evan Read authored
Making the code of the markdown table the same as the rendered example See merge request gitlab-org/gitlab!17619
-
Luke Duncalfe authored
-