- 19 Jun, 2020 40 commits
-
-
Marcel Amirault authored
Adjust order of feature flag sections, and clarify the details.
-
Douglas Barbosa Alexandre authored
Fix object storage deprecation warning Closes #22390 See merge request gitlab-org/gitlab!17483
-
Imre Farkas authored
Add design activity views See merge request gitlab-org/gitlab!33534
-
Alex Kalderimis authored
This adds support in views for design activity, specifically ensuring that we can render design events as part of the event stream. Most changes are in the event helpers, but we also add filter support.
-
Paul Slaughter authored
Startup.js Concept for Repository View Closes #220511 See merge request gitlab-org/gitlab!34713
-
Jan Provaznik authored
Add validation for move action in SnippetInputAction See merge request gitlab-org/gitlab!34911
-
Paul Slaughter authored
Fix flaky spec in repo_editor_spec Closes #221039 See merge request gitlab-org/gitlab!34804
-
Andrew Fontaine authored
Resolve "WebIDE displays blank file incorrectly" Closes #214824 See merge request gitlab-org/gitlab!33391
-
Tomas Vik authored
There wasn't any callback in the action and so we didn't have to use new Promise((resolve,reject)=>{}) This will make it easier to mark toggle the file as being loaded in the future
-
Craig Norris authored
Split and move Redis to a new location Closes #216098 See merge request gitlab-org/gitlab!34637
-
Natalia Tepluhina authored
Fix event hub emits with multiple event args See merge request gitlab-org/gitlab!34242
-
Paul Slaughter authored
- This should fix some preexisting bugs with deploy_keys and groups - This sets up the boards and sidebar to move to mitt
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Mike Jang authored
Add note for SSH key for user update See merge request gitlab-org/gitlab!34884
-
Mike Jang authored
-
Bob Van Landuyt authored
Emit Bitbucket Server Importer metrics See merge request gitlab-org/gitlab!33700
-
Illya Klymov authored
Copy updates for VueMergeRequestWidget See merge request gitlab-org/gitlab!34513
-
Ezekiel Kigbo authored
Remove the `canEditStages` property from VSA Closes #216966 See merge request gitlab-org/gitlab!34830
-
Kamil Trzciński authored
RUN AS-IF-FOSS: Add ci_build_metadata.secrets to ignored jsonb columns Closes #223195 See merge request gitlab-org/gitlab!34930
-
Enrique Alcántara authored
bump @toast-ui dependency version See merge request gitlab-org/gitlab!34910
-
Sean McGivern authored
Move Usage activity by stage for Configure to Core Closes #217362 See merge request gitlab-org/gitlab!33672
-
Enrique Alcántara authored
Replace ACE with Monaco for Blob editing/creation Closes #198605 See merge request gitlab-org/gitlab!34677
-
Denys Mishunov authored
Updated translation
-
Nicolò Maria Mezzopera authored
Fine tune notification dot behavior Closes #222354 See merge request gitlab-org/gitlab!34871
-
Phil Hughes authored
Fix GraphQL definition See merge request gitlab-org/gitlab!34924
-
Kushal Pandya authored
Add new mentions component to Issues textareas See merge request gitlab-org/gitlab!32671
-
Nick Thomas authored
This column does have a schema, but it's present (and so validated) in EE only, whereas the column can exist in both CE and EE. The result is that the spec fails in gitlab-foss, but not gitlab. This fix gets us green again while we try to work out what to do.
-
Alper Akgun authored
Moves the usage data for the configure stage into the core calculation as it's not EE-specific.
-
Marcia Ramos authored
Document code design of approval rules See merge request gitlab-org/gitlab!29679
-
Patrick Bajao authored
In this development document, major parts of the application being used to implement the approval rules feature is explained in a high level manner. The goal is to help contributors understand the code design easier and to also help those familiar with the codebase to see if there are parts to improve. This doesn't document the entire feature yet as it's missing other parts specified in the TODO section of the document.
-
Marcia Ramos authored
Make batch suggestions an alpha feature See merge request gitlab-org/gitlab!34831
-
André Luís authored
As it was put behind a feature flag, default to false.
-
Coung Ngo authored
An object was being incorrectly declared as a type instead of an input
-
Sean McGivern authored
Use GpgKeys::CreateService when a user creates gpg keys for themselves via the API See merge request gitlab-org/gitlab!34817
-
Sean McGivern authored
Use `GpgKeys::CreateService` when an admin creates a new gpg key for a user See merge request gitlab-org/gitlab!34737
-
Sean McGivern authored
Show validation error if link creation fails See merge request gitlab-org/gitlab!33638
-
Jan Provaznik authored
When link creation fails due to validation error, then an exception is raised and no reasonable error is displayed to the user. With this change we: * try creating all links * gather all errors and return them in the response
-
Marcia Ramos authored
Add link to account limits See merge request gitlab-org/gitlab!34422
-
Cynthia Ng authored
-