- 23 Mar, 2021 40 commits
-
-
Lin Jen-Shin authored
Fixed an issue where the link commit message did not end with a newline See merge request gitlab-org/gitlab!49086
-
kkoji authored
-
Nikola Milojevic authored
Fix specs when load balanicng is configured See merge request gitlab-org/gitlab!57107
-
Nick Thomas authored
Fix Workhorse acceleration for encoded project IDs in API See merge request gitlab-org/gitlab!56731
-
Achilleas Pipinellis authored
Change Migrations.md to OSS_Partner.md See merge request gitlab-org/gitlab!57132
-
Nuritzi Sanchez authored
-
Andrew Fontaine authored
Add dropdown and feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56865
-
Sarah Groff Hennigh-Palermo authored
Add dropdown, unstyled Adds new component, constants Add code style for needs Add specs for dropdown, translations
-
Alper Akgun authored
Add a global feature flag for tracking using Redis HLL [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56970
-
Natalia Tepluhina authored
Create Apollo Link for Captcha handling See merge request gitlab-org/gitlab!56879
-
Illya Klymov authored
Resolve "timezones don't encode special characters properly" See merge request gitlab-org/gitlab!56792
-
David O'Regan authored
-
Natalia Tepluhina authored
Configure cache options for mock-apollo-client See merge request gitlab-org/gitlab!56828
-
Achilleas Pipinellis authored
Improve Pages TLS docs See merge request gitlab-org/gitlab!57010
-
Ben Bodenmiller authored
-
Sean McGivern authored
Fix `#current_authenticated_job` when used with `.authenticate_with` See merge request gitlab-org/gitlab!56564
-
David Fernandez authored
Properly get the job from the `namespace_inheritable`
-
Fabio Pitino authored
Restrict external pipeline validation to a single not acceptable code [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56856
-
Jan Provaznik authored
Remove group member: option to remove membership of subgroups/projects See merge request gitlab-org/gitlab!55980
-
Jonas Wälter authored
Show option only on removal of group members Fix and extend UI tests Extend tests of GroupMembersController and Members::DestroyService Add changelog entry Extend group tests Apply 2 suggestion(s) to 1 file(s) Test Members API with remove_sub_memberships parameter Readd skip_subresources guard to delete_project_invitations_by
-
Etienne Baqué authored
Optimize Deploy Key Presenter [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56305
-
Peter Leitzen authored
Remove the FF skip_dag_manual_and_delayed_jobs [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57086
-
David Fernandez authored
Rollout in-page search for settings pages [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56659
-
Heinrich Lee Yu authored
Do not stick to primary after recording last_activity_on See merge request gitlab-org/gitlab!57212
-
alinamihaila authored
- Add a global feature for tracking using Redis HLL and for adding the Redis data in Usage Ping - Add this feature to protect in case of performance issues as feature flags specifc per event are removed
-
Alper Akgun authored
Add subscription history creation comment See merge request gitlab-org/gitlab!57206
-
Achilleas Pipinellis authored
Docs: Console artifacts removal is synchronous See merge request gitlab-org/gitlab!57166
-
Muhamed Huseinbašić authored
-
Vitali Tatarintev authored
Fix flaky projects_finder_spec.rb See merge request gitlab-org/gitlab!57072
-
Kushal Pandya authored
Fix styling for ellipsis in DAST Profiles See merge request gitlab-org/gitlab!57200
-
nmilojevic1 authored
-
Illya Klymov authored
Add jest-mock for vue to prevent console logs See merge request gitlab-org/gitlab!56929
-
Thong Kuah authored
This reduces requests using the primary DB by the number of users using the site every day (since last_activity_on is update at most once per day per user).
-
Jacques Erasmus authored
Move from btn-success to btn-confirm in the projects directory See merge request gitlab-org/gitlab!56943
-
John Jarvis authored
Add note about incremental rollout to feature flag rollout template See merge request gitlab-org/gitlab!56964
-
Jacques Erasmus authored
Move from btn-success to btn-confirm in projects/snippets directory See merge request gitlab-org/gitlab!56939
-
Jacques Erasmus authored
Add labels to UI toggles See merge request gitlab-org/gitlab!56848
-
Coung Ngo authored
Add labels to GlToggles with missing labels for accessibility
-
Shinya Maeda authored
GraphQL CI API: add job filters [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!44703
-
Alex Kalderimis authored
In particular this includes: - Filtering jobs by status - Finding jobs by ID or name - status as enum (better assurance of state) - More fields on jobs (`duration`, `allowFailure`, timestamps) An example query is: ```graphql query($path: ID!, $name: String!) { project(fullPath: $path) { pipelines(first: 1) { nodes { jobs(statuses: [FAILED]) { nodes { name duration allowFailure queuedAt startedAt } } job(name: $name) { name status } } } } } ``` Some CiJob fields are added, including CiJob.stage Rather than a string, CiJob.stage is a full Stage object.
-