- 03 Feb, 2021 40 commits
-
-
Craig Norris authored
Fix kramdown warning on Manage:Access page See merge request gitlab-org/gitlab!53312
-
Douglas Barbosa Alexandre authored
Fix places in merge_request_spec.rb that persist changes to the project See merge request gitlab-org/gitlab!53196
-
Amy Qualls authored
Escape a square bracket to make Kramdown happy.
-
Stan Hu authored
Cast incoming access_raw_diffs param to boolean See merge request gitlab-org/gitlab!53285
-
Andrew Fontaine authored
Editor Lite: support creation of a DiffInstance See merge request gitlab-org/gitlab!51470
-
Amy Qualls authored
Move integrations portion of Incident Management docs See merge request gitlab-org/gitlab!53293
-
Amy Qualls authored
Delete the stub page, so that name is available for reuse.
-
Luke Duncalfe authored
It's been noticed that we don't need to use this trait, and that the trait might well be a no-op, or redundant. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53196#note_500100273
-
Robert Speicher authored
Update doc/api/project_badges.md See merge request gitlab-org/gitlab!52193
-
Ruben ten Hove authored
-
Luke Duncalfe authored
Applying the method in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39996/diffs#note_402591440 to more places in the spec where `subject.project` is mutated. This is because of the `keep_around` that is applied to projects within this spec. For any parts of this spec where the merge request project is mutated we need to be careful to create a new project.
-
Craig Norris authored
Fix more spelling issues in the docs See merge request gitlab-org/gitlab!53302
-
Amy Qualls authored
Fix capitalization. Wrap words in code tags. Add words to the exceptions list. Fix misspellings. Whatever's required.
-
Scott Hampton authored
Track load performance widget expansions via usage ping See merge request gitlab-org/gitlab!52688
-
Andrew Fontaine authored
Merge feature branch for Pipeline Editor app refactor See merge request gitlab-org/gitlab!52200
-
Frédéric Caplette authored
This refactor will allow the new pipeline editor section to grow organically from an architectural POV. Each section is now its own component and at the very top, we have the app that fetches the graphQL queries and pasases it down to all other part of the applications that need it.
-
Denys Mishunov authored
As per review
-
Denys Mishunov authored
As per review
-
Denys Mishunov authored
Now we use Proxy pattern instead of a decorator
-
Denys Mishunov authored
Done to highlight its boolean nature. As per review
-
Denys Mishunov authored
-
Denys Mishunov authored
Aslso re-named some functions to match the naming
-
Denys Mishunov authored
As per review
-
Denys Mishunov authored
As per review
-
Denys Mishunov authored
A lot of mocks have been removed
-
Denys Mishunov authored
-
Denys Mishunov authored
-
Denys Mishunov authored
-
Denys Mishunov authored
-
Denys Mishunov authored
-
Denys Mishunov authored
-
Denys Mishunov authored
Make sure we dispose the instance model Return either instance or editor from 'use' Should be useful for chaining Make sure the model exists before disposing Introduced the DiffEditor Abstracted 'createModel' into a static fn Allow creation of instances without a model This is useful for the cases when an extension implements some custom model generation mechanism (for example with some decorators) Correct disposal of the DiffEditor models Prettified the Editor Lite module
-
Mike Jang authored
Instruct users to restart application after change See merge request gitlab-org/gitlab!53289
-
Serena Fang authored
-
Jarka Košanová authored
Fix Style/FrozenStringLiteralComment violations in config* See merge request gitlab-org/gitlab!52568
-
Markus Koller authored
Auto-corrected with Rubocop
-
Andrew Fontaine authored
Pipeline Graph Structural Update: Slidey Bugfix See merge request gitlab-org/gitlab!53255
-
Andrew Fontaine authored
Iteration lists frontend See merge request gitlab-org/gitlab!52178
-
Andrew Fontaine authored
Pipeline Graph Structural Update: Update no-link CSS See merge request gitlab-org/gitlab!53238
-
Kamil Trzciński authored
Make cloud native build logs resilient to replication lag See merge request gitlab-org/gitlab!46976
-