- 23 Jun, 2020 1 commit
-
-
Phil Hughes authored
This changes the diff line comment button to only render after the user hovers over the line for the first time. On initial load the button doesn't exist in the DOM to save some memory, once the user hovers over a line the button then gets added into the DOM and on subsequent hovers it shows/hides like previously. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/223077
-
- 19 Jun, 2020 39 commits
-
-
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
-
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
-
Mark Florian authored
Add tooltips to JUnit report test See merge request gitlab-org/gitlab!29076
-
Marcin Sedlak-Jakubowski authored
Fix documentation of resource milestone events api See merge request gitlab-org/gitlab!34625
-
Denys Mishunov authored
Update pinned links to use GlButton See merge request gitlab-org/gitlab!34620
-
David O'Regan authored
We are updating the pinned link component to use an abstraction to remove duplicate HTML and abstract strings to constants.
-
Kamil Trzciński authored
Assign plan_id when building a new plan limit See merge request gitlab-org/gitlab!34845
-
Marius Bobin authored
Using `PlanLimits.new` fails because the `plan_id` FK is not set. We were also directing users to use `Plan.default.limits` which can be nil if there are no limit records.
-
Kushal Pandya authored
Update dependency @gitlab/ui to v17.1.0 See merge request gitlab-org/gitlab!34849
-
Coung Ngo authored
As part of the refactor from at.js to tribute, the new tribute component was added to the Issues description, note and comment textareas
-