- 12 May, 2021 17 commits
-
-
Shinya Maeda authored
Currently, the environment filter infers that the assocaited environments can be multiple, but it's not the case. This commit fixes the query to convince PostgreSQL that the environment is always one.
-
Patrick Bajao authored
GraphQL: Add Project.topics and deprecate Project.tag_list See merge request gitlab-org/gitlab!61250
-
Jonas Wälter authored
-
Kati Paizee authored
Use artifacts:when: on_failure with screenshots See merge request gitlab-org/gitlab!61203
-
Evan Read authored
-
Kushal Pandya authored
Add validation initForm helper See merge request gitlab-org/gitlab!61213
-
Mike Greiling authored
Remove unused weight select See merge request gitlab-org/gitlab!61492
-
Kushal Pandya authored
Fix :focus styles for What's New See merge request gitlab-org/gitlab!61398
-
Kushal Pandya authored
Add warning when SAML SSO checkbox is unchecked See merge request gitlab-org/gitlab!60868
-
Peter Hegman authored
-
Nicolò Maria Mezzopera authored
Add CC validation on the pipeline details page [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61246
-
Vitaly Slobodin authored
-
Russell Dickenson authored
Remove Starter reference from Jira DVCS Connector page See merge request gitlab-org/gitlab!61538
-
Mark Chao authored
Migrate issue service subclasses to BaseProjectServices [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!59182
-
Ezekiel Kigbo authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!61225
-
David Kim authored
Remove ci_pipeline_ensure_iid_on_skip feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61231
-
Marc Shaw authored
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/61231 Issue: gitlab.com/gitlab-org/gitlab/-/issues/327661 Changelog: performance
-
- 11 May, 2021 23 commits
-
-
Luke Duncalfe authored
Combine and rename bulk edit feature specs See merge request gitlab-org/gitlab!61289
-
Coung Ngo authored
Combine and rename specs for improved organisation and consistency https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61289
-
Chad Woolley authored
- Follow-on to previous commit, to keep the changes related to Epics::BaseService hierarchy constructor in a cohesive commit, to make it easier to identify the scope of changes for future potential refactors. - Add metaprogramming conditional logic to account for the different potential first argument names. - Add TODO notes indicating that checking types or method signatures in logic is an antipattern, but the root cause is probably that inheritance may not be appropriate here.
-
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.
-
Tiger Watson authored
Create database tables for escalation policies and rules See merge request gitlab-org/gitlab!60685
-
Luke Duncalfe authored
Add stuck field to the job type See merge request gitlab-org/gitlab!61247
-
Stan Hu authored
Add script to identify problematic deploy keys See merge request gitlab-org/gitlab!60977
-
Justin Farmiloe authored
-
Justin Farmiloe authored
-
Achilleas Pipinellis authored
-
Stan Hu authored
-
Justin Farmiloe authored
-
Achilleas Pipinellis authored
-
Justin Farmiloe authored
-
Justin Farmiloe authored
-
Russell Dickenson authored
Fix typos in browser page See merge request gitlab-org/gitlab!61543
-
Kerri Miller authored
Add snowplow helper for schema match See merge request gitlab-org/gitlab!60480
-
Tiger Watson authored
Use DISTINCT in MR finder SHAs CTE [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61454
-
Isaac Dawson authored
-
Kerri Miller authored
Require credit card info to new users only See merge request gitlab-org/gitlab!61499
-
Sean Arnold authored
-
Kerri Miller authored
Fix SyncSeatLinkRequestWorker license duplication See merge request gitlab-org/gitlab!61410
-
Vladlena Shumilo authored
-