- 19 Jun, 2020 40 commits
-
-
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
-
Martin Wortschack authored
This removes the canEditStages and canEdit props since they aren't used anymore.
-
Igor Drozdov authored
Add explanation about ApprovalWrappedRule See merge request gitlab-org/gitlab!34822
-
jerasmus authored
Bumped the dependency version of ToastUI
-
Marcel Amirault authored
Added link to cloud deploy images See merge request gitlab-org/gitlab!34624
-
Marcel Amirault authored
Add default .com job archival notes See merge request gitlab-org/gitlab!33718
-
James Heimbuck authored
-
Marcel Amirault authored
Correction in DAG Pipeline Documentation for needs keyword See merge request gitlab-org/gitlab!34781
-
Martin Wortschack authored
Merge branch '219121-resolve-the-need-for-disabling-redundant-check-in-haml-templates' into 'master' Resolve the need for disabling redundant check in haml templates Closes #219121 See merge request gitlab-org/gitlab!34860
-
Kushal Pandya authored
Replace SafeLink Component with GlLink Closes #216040 See merge request gitlab-org/gitlab!31083
-
Dheeraj Joshi authored
This change would deprecate the SafeLink component and use the default feature of GlLink which now does the same job as SafeLink
-