- 28 Oct, 2020 40 commits
-
-
Terri Chu authored
-
Bob Van Landuyt authored
Remove not null constraint on framework column See merge request gitlab-org/gitlab!45411
-
Adam Hegyi authored
This change removes the not null constraint on the `framework` column in the `project_compliance_framework_settings` table.
-
Andreas Brandl authored
Allow sorting of the Incident SLA column See merge request gitlab-org/gitlab!45344
-
Tristan Read authored
Update docs
-
Vitali Tatarintev authored
Expose blocked_by_count in issues in GraphQL See merge request gitlab-org/gitlab!46303
-
Kushal Pandya authored
Introduced a mixin for spinner for re-usability See merge request gitlab-org/gitlab!46251
-
Sean McGivern authored
Add feature categories to all API classes with A See merge request gitlab-org/gitlab!46323
-
Sean McGivern authored
Parse dependency path See merge request gitlab-org/gitlab!42596
-
Tetiana Chupryna authored
Issue https://gitlab.com/gitlab-org/gitlab/-/issues/229472 We add a list of ancestors in shortest path of dependencies For all vulnerable dependencies. We don't parse this path for all items because everything is parsed on the fly and for large projects it could be resource concuming.
-
Bob Van Landuyt authored
What it says in the title
-
Jan Provaznik authored
Improve login page provider specs See merge request gitlab-org/gitlab!45998
-
Denys Mishunov authored
Added documentation about startup calls to FE development guidelines See merge request gitlab-org/gitlab!46233
-
Natalia Tepluhina authored
-
Gabriel Mazetto authored
Fix viewing some legacy diff notes in discussions See merge request gitlab-org/gitlab!45920
-
Kamil Trzciński authored
[RUN ALL RSPEC] Delete admin_approval_for_new_user_signups.yml See merge request gitlab-org/gitlab!46312
-
charlie ablett authored
- Add changelog and docs
-
Jacques Erasmus authored
Replace BSTooltip with GlTooltip See merge request gitlab-org/gitlab!45670
-
Bob Van Landuyt authored
Report running jobs metrics when the job starts See merge request gitlab-org/gitlab!46155
-
Brandon Labuschagne authored
Editor Lite: Set the default for blobGlobalId See merge request gitlab-org/gitlab!46283
-
Denys Mishunov authored
-
Shinya Maeda authored
Disallow feature flags to use licensed names See merge request gitlab-org/gitlab!45904
-
Kamil Trzciński authored
This ensures that all feature flags are explicitly used, and have a unique meaning. This work does: - hide `licensed` from `bin/feature-flag` - discovers the feature flag names to collide with licensed feature names - disallows to use licensed names in feature flag API (unless `force=1`) - removes mentions about implicit feature flags This does not: - remove implicit feature flag check - the removal of implicit feature flag will be done at some point later
-
Rémy Coutable authored
Upgrade to Git v2.29.0 See merge request gitlab-org/gitlab!46213
-
Alper Akgun authored
Add merge_trains_enabled column to project_ci_cd_settings See merge request gitlab-org/gitlab!45834
-
Kushal Pandya authored
Merge branch '229312-migrate-bootstrap-button-to-gitlab-ui-glbutton-in-ee-app-assets-javascripts-analytics' into 'master' Resolve "Migrate Bootstrap button to GitLab UI GlButton in ee/app/assets/javascripts/analytics/cycle_analytics/components/custom_stage_form.vue" See merge request gitlab-org/gitlab!43212
-
Rémy Coutable authored
-
Vasilii Iakliushin authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/249789 It replaces BSTooltip with GlTooltip to migrate a Bootstrap tooltip API call to the GlTooltip API.
-
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
-
Dheeraj Joshi authored
-
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
-