- 28 Oct, 2020 40 commits
-
-
Rémy Coutable authored
Ensure MR labels are available, e.g. not local See merge request gitlab-org/gitlab!46296
-
James Lopez authored
Disallow /autocomplete/projects in Robots.txt See merge request gitlab-org/gitlab!46115
-
Francisco Javier López authored
-
Kamil Trzciński authored
Fix workflow:rules not accessing passed-upstream and trigger variables See merge request gitlab-org/gitlab!45674
-
Furkan Ayhan authored
This is the second attempt to fix this problem. In "Seed" section of CreatePipelineService, we run the block that is passed when calling the main service. This block is used for adding the variables to the pipeline from upstream and trigger requests. In this commit, we start to run this block before evaluating the workflow rules. This fix is behind a FF ci_seed_block_run_before_workflow_rules.
-
James Lopez authored
Fix an N+1 issue in GroupPackagesFinder See merge request gitlab-org/gitlab!45875
-
David Fernandez authored
Replace `.select` with a proper ActiveRecord scope. This way, #group_projects_visible_to_current_user are lazily loaded instead of being all loaded in memory
-
Denys Mishunov authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!46037
-
Simon Knox authored
Export merge requests to CSV See merge request gitlab-org/gitlab!45130
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!46304
-
Shinya Maeda authored
Merge branch '258638-feature-flag-rollout-of-enable_environment_path_in_alert_details' into 'master' Remove FF expose_environment_path_in_alert_details See merge request gitlab-org/gitlab!44130
-
Angelo Gulina authored
Remove the feature flag Remove all feature flag related code
-
Jan Provaznik authored
Remove ignore column code on `type` field See merge request gitlab-org/gitlab!46189
-
Jan Provaznik authored
Expose issue updated by on GraphQL See merge request gitlab-org/gitlab!46015
-
GitLab Release Tools Bot authored
-
Simon Knox authored
-
Dmytro Zaporozhets (DZ) authored
Improve usage_data monthly specs See merge request gitlab-org/gitlab!46111
-
Jacques Erasmus authored
Remove page_title from main project and group pages See merge request gitlab-org/gitlab!46223
-
Vitaly Slobodin authored
Replace GlDeprecated Badge for geo app & Update Tests accordingly See merge request gitlab-org/gitlab!46225
-
Jannik Lehmann authored
-
Marcel Amirault authored
Fixed some of the broken external links in GitLab documentation See merge request gitlab-org/gitlab!46298
-
Russell Dickenson authored
-
Marcel Amirault authored
Update curl style requirements See merge request gitlab-org/gitlab!45782
-
Mike Jang authored
-
Sanad Liaquat authored
Add reliable tag to issue board e2e specs See merge request gitlab-org/gitlab!46261
-
Kushal Pandya authored
Usage quotas update storage tooltip content See merge request gitlab-org/gitlab!45913
-
Tiger Watson authored
Add secret detection token revocation columns See merge request gitlab-org/gitlab!45912
-
rossfuhrman authored
These columns will be used in conjunction with a revocation API
-
Ramya Authappan authored
Quarantine project_templates_spec.rb Instance test See merge request gitlab-org/gitlab!46169
-
Will Meek authored
Change Project Templates Spec Instance quarantine type from investigating to bug based on ticket information
-
Dylan Griffith authored
Make experimentation subject index unique per experiment See merge request gitlab-org/gitlab!45733
-
Dallas Reedy authored
-
Dallas Reedy authored
-
Dallas Reedy authored
-
Dallas Reedy authored
Before this change, we always bucketed the same users into the same groups (control or experimental) for the same percentage rollout regardless of the experiment key. After this change, the same user may end up in the experimental group for one experiment and the control group for a different experiment even at the same percentage rollout.
-
Marcel Amirault authored
Docs: try out suggestion-level substitutions See merge request gitlab-org/gitlab!28060
-
Amy Qualls authored
Our current substitutions file in Vale is set to the error level, which is not appropriate for all of the suggestions we want to make to the technical writing team. This commit adds another substition file with a name that makes clear the items within it are at a suggestion level, rather than an error level.
-
Ash McKenzie authored
Add helpful details to fixture error message See merge request gitlab-org/gitlab!45826
-
Dan Jensen authored
The database fixtures for development can fail when the database is being re-created without having deleted the old repositories from Gitaly. This expands the error message to provide a hint about how to fix that.
-
Ash McKenzie authored
-