- 08 Nov, 2020 1 commit
-
-
Taylor McCaslin authored
-
- 06 Nov, 2020 21 commits
-
-
Mark Chao authored
Enable instance_statistics feature flag by default See merge request gitlab-org/gitlab!46962
-
Adam Hegyi authored
This change enables the `instance_statistics` feature flag by default.
-
Yannis Roussos authored
Rename partitions when swapping partitioned tables See merge request gitlab-org/gitlab!46489
-
Mayra Cabrera authored
Filter by iteration in issues list See merge request gitlab-org/gitlab!44690
-
Heinrich Lee Yu authored
This is required for vue_issuables_list because it uses the API to query the issues
-
Heinrich Lee Yu authored
Reduce object generation in HTMLGitlab See merge request gitlab-org/gitlab!46979
-
Evan Read authored
Docs aqualls admin monitor scrub See merge request gitlab-org/gitlab!47038
-
Amy Qualls authored
Revisions to bring the page closer to GitLab tone and style.
-
Evan Read authored
Fixes grammar errors in the SAST documentation See merge request gitlab-org/gitlab!47024
-
Ash McKenzie authored
Extract welcome page from registration controller See merge request gitlab-org/gitlab!46830
-
Ezekiel Kigbo authored
Fix remove label inconsistency See merge request gitlab-org/gitlab!46805
-
Coung Ngo authored
There is a bug where if on the issue page you: 1. Add a label via the /label quick action 2. Remove a label by clicking on the label `x` on the sidebar Then the label added in 1. is also removed. This commit fixes this.
-
Patrick Bair authored
Add projects_with_enabled_alert_integrations usage ping See merge request gitlab-org/gitlab!46693
-
Russell Dickenson authored
Add paragraph for AutoDevOps and secure in offline environment See merge request gitlab-org/gitlab!46898
-
Sam Kerr authored
-
Evan Read authored
Update details about version text See merge request gitlab-org/gitlab!46650
-
Marcel Amirault authored
-
Russell Dickenson authored
Docs: Remove ultimate flag for Secret Detection See merge request gitlab-org/gitlab!46993
-
Taylor McCaslin authored
-
Luke Duncalfe authored
Add graphql API for creating labels See merge request gitlab-org/gitlab!46534
-
Jan Provaznik authored
Allows creating project and group labels using graphql API.
-
- 05 Nov, 2020 18 commits
-
-
Mike Jang authored
Note Okta SAML much match for SCIM to work See merge request gitlab-org/gitlab!47016
-
Cynthia Ng authored
-
Amy Qualls authored
Clarify how to chose the correct agentk version See merge request gitlab-org/gitlab!46972
-
Craig Norris authored
Docs: Edited PyPI topic See merge request gitlab-org/gitlab!47022
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/247950
-
Farnoosh Seifoddini authored
Issue templates: Link Feature Proposals to SSoT about labels See merge request gitlab-org/gitlab!46655
-
Olena Horal-Koretska authored
Merge branch '273205-make-basic-security-mr-widget-available-to-starter-premium-users' into 'master' Make basic security MR widget available to Starter/Premium users See merge request gitlab-org/gitlab!46458
-
Mark Florian authored
This makes the CE security MR widget visible for Starter and Premium users, and also Free tier users on `.com`. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/273205, part of https://gitlab.com/groups/gitlab-org/-/epics/4394.
-
Russell Dickenson authored
Fix documentation typo in frontend_testing.md See merge request gitlab-org/gitlab!47004
-
Suzanne Selhorn authored
Update documentation for Kubernetes and DinD case for mirroring See merge request gitlab-org/gitlab!46612
-
Tomasz Maczukin authored
-
James Fargher authored
Redo reverted Assignee filter change for MergeRequest See merge request gitlab-org/gitlab!45738
-
David Kim authored
This reverts merge request !45602
-
Stan Hu authored
Add service to import Requirements from a CSV file See merge request gitlab-org/gitlab!46361
-
Scott Hampton authored
Update markup for proper tracking See merge request gitlab-org/gitlab!46815
-
Mark Lapierre authored
Update blob viewer e2e test See merge request gitlab-org/gitlab!46302
-
Mark Lapierre authored
This change has two aims: 1. To fix some flakiness that recently appeared 2. To restore the test of creating a file via the blob viewer - Uses specific predicate methods to check for content instead of checking the entire page. This also implicitly waits for loading to complete, which should make the test more reliable. - Reverts Resource::File to create a new file via the blob viewer, after initializing the project with a readme. - Removes some unused code. - Adds a page object component for the flash notice that appears on many pages.
-
pbair authored
When replacing a non-partitioned table with its partitioned copy, also rename the underlying partitions to follow the same naming scheme as the parent table. This includes renaming the primary key constraints of those partitions, which typically would be `"#{table_name}_pkey"`.
-