- Jun 18, 2021
-
-
Marc Shaw authored
This will be used by the frontend to show the banner of the overflow MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64195 Changelog: added
-
- Jun 16, 2021
-
-
-
Alexis Kalderimis authored
-
Alexis Kalderimis authored
This renames references to the project association from emails_on_push_service to emails_on_push_integration
-
- Jun 15, 2021
-
-
Kushal Pandya authored
Update Sidebar Time Tracking component to use GraphQL Changelog: changed
-
Alan (Maciej) Paruszewski authored
-
Mark Chao authored
Add spec and factory for multiple diffs
-
- Jun 14, 2021
-
-
Adam Hegyi authored
Project level VSA summary endpoint with EE (permium) params filter.
-
- Jun 11, 2021
-
-
Heinrich Lee Yu authored
This prepares us for switching to the Zeitwerk autoloader
-
- Jun 10, 2021
-
-
This change removes all code related to WAF (ModSecurity) feature. Changelog: removed EE: true
-
- Jun 08, 2021
-
-
Vasilli Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/329751 Temporary removes code responsible for N+1 query. The new frontend code does not use the result from `can_create_project` field Changelog: performance
-
Igor Drozdov authored
When an MR is loaded, we perform an async widget.json call Currently, this first call performs mergeability check async Let's perform it sync in order to deliver the current state of the merge request faster Changelog: fixed
-
- Jun 07, 2021
-
-
Kerri Miller authored
If merge_request_diff for some reason isn't contained in @merge_request_diffs, we will see a TypeError Changelog: fixed
-
- Jun 02, 2021
-
-
Hordur Freyr Yngvason authored
We are removing one-click applications from GitLab but leaving the integrations for Prometheus and Elastic Stack. We have code in place that keeps the integration in sync with the corresponding cluster application, and have backfilled the ingtegrations, so we can now use them as a source of truth. See - Backfill Prometheus: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61502 - Backfill Elastic Stack: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61521 - Deprecation Epic: https://gitlab.com/groups/gitlab-org/-/epics/4280
-
- May 25, 2021
-
-
Vasilli Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/329751 * Preload forked projects for available namespaces * Preload saml_providers Changelog: fixed
-
- May 20, 2021
-
-
Shinya Maeda authored
This commit follows up the protected environment refactoring.
-
- May 18, 2021
-
-
Heinrich Lee Yu authored
This brings in a memory usage improvement and adds support for Ruby 3
-
- May 14, 2021
-
-
Adam Hegyi authored
This change exposes the default VSA stages on the project level in CE.
-
- May 13, 2021
-
-
gentcys authored
-
- May 12, 2021
-
-
Alex Buijs authored
Vue component with a CTA button to create a template
-
- May 11, 2021
-
-
Chad Woolley authored
What: - Continuation of refactoring discussed and started in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/30979#note_337747596 - Refactors Issuable-related service classes to subclass `BaseContainerService` instead of `BaseService`. Why: - This provides a greater degree of type safety in order to more easily and safely introduce a new named argument `spam_params` to support https://gitlab.com/gitlab-org/gitlab/-/merge_requests/58603 - The additional type safety will also make future refactors easier and less risky How: - Note that this is an incremental commit. In a subsequent commit, the first argument will be changed to `group` in the `Epics::BaseService` hierarchy.
-
- May 07, 2021
-
-
Maxime Orefice authored
This commit removes the artifacts attribute from pipeline details entity. We are now lazy loading all artifacts when a user request them instead of loading everything on page load. Changelog: performance
-
changelog: added
-
- May 06, 2021
-
-
- May 05, 2021
-
-
Maxime Orefice authored
This commit stop exposing a new attribute which allowed us to determine when showing our download dropdown button on the pipeline index page. We will now always display it by default.
-
- May 03, 2021
-
-
Marcia Ramos authored
-
- Apr 29, 2021
-
-
Abhishek Kumar authored
-
Abhishek Kumar authored
-
Abhishek Kumar authored
-
Abhishek Kumar authored
-
- Apr 28, 2021
-
-
Maxime Orefice authored
-
- Apr 23, 2021
-
-
Maxime Orefice authored
-
- Apr 20, 2021
-
-
Doug Stull authored
- oncall schedules and created_by were causing n+1's during group member index Changelog: performance
-
- Apr 15, 2021
-
-
Miguel Rincon authored
This MR updates the runner identifiers in the job and in the admin view so they match. This way users of the runner and admins see the same information.
-
-
- Apr 14, 2021
-
-
- Apr 13, 2021
-
-
Shinya Maeda authored
This commit optimizes environment serializer.
-
- Apr 12, 2021
-
-
Sean Arnold authored
-
- Apr 09, 2021
-
-
Vasilli Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/324806 * Provide an accurate detection of diff view (required for the new word-diff mode) * Remove unused method argument
-