gitlab-org--gitlab-foss/changelogs/unreleased
Krasimir Angelov ad9ae16d8a Add project level git depth setting
Introduce default_git_depth in project's CI/CD settings and set it to
50. Use it if there is no GIT_DEPTH variable specified. Apply this
default only to newly created projects and keep it nil for old ones
in order to not break pipelines that rely on non-shallow clones.

default_git_depth can be updated from CI/CD Settings in the UI, must be
either nil or integer between 0 and 1000 (incl).

Inherit default_git_depth from the origin project when forking projects.

MR pipelines are run on a MR ref (refs/merge-requests/:iid/merge) and it
contains unique commit (i.e. merge commit) which doesn't exist in the
other branch/tags refs. We need to add it cause otherwise it may break
pipelines for old projects that have already enabled Pipelines for merge
results and have git depth 0.

Document new default_git_depth project CI/CD setting
2019-06-06 09:21:18 +01:00
..
.gitkeep
237-style-toast-component.yml Style toasts according to design specs 2019-05-17 15:23:36 +00:00
1340-request-job-with-age.yml Added filtering jobs by age to jobs/request API endpoint 2019-05-20 15:03:34 +00:00
6104-ee-ce-difference.yml Unified repository/show.html for CE and EE 2019-05-29 16:47:31 +02:00
8723-geo-remove-gitlab-lfstoken-legacyredisdevisetoken-implementation-and-usage-geo.yml Geo: Remove Gitlab::LfsToken::LegacyRedisDeviseToken implementation 2019-05-22 16:11:08 +10:00
9121-sort-relative-position.yml Allow issues to be sorted by relative_position 2019-05-28 11:36:10 -05:00
9578-adjust-milestone-completion-rate.yml Adjust burndown chart opened issues count 2019-06-04 13:10:38 +03:00
9978-moved-code-differences-from-EE-to-CE.yml added a new conditional to add `display: none;` dynamically if the row should be hidden, indicated by the variable `rowHidden` 2019-05-28 08:15:23 +00:00
10795-add-epic-tree-BE-CE-epic-graphql-support.yml Added common fields to the IssueType 2019-05-31 13:19:29 -05:00
10798-remove-dind-req-for-dast.yml Make env vars consistent 2019-05-21 00:06:47 +00:00
11105-fix-cs-with-proxy.yml Disable proxy in container scanning template 2019-05-29 01:11:45 +00:00
11204-turn-off-mask-by-default.yml Default masked to false for new variables 2019-06-04 14:09:01 +01:00
11609-geo-remove-support-for-using-geo-with-an-installation-from-source-docs.yml Remove support for using Geo with an installation from source 2019-05-27 14:33:31 -03:00
13453_minimal_atom_fix.yml Added a content field to atom feed 2019-05-22 22:16:13 +00:00
19569-include-information-if-issue-was-closed-via-mr.yml Include MR information if possible when emailing notification of closing an issue 2019-05-16 11:59:02 +00:00
27987-use-findorcreateservice-to-create-labels.yml Refactor spec to reload existing_label right after creation 2019-05-08 12:39:54 +00:00
28757-remove-docker-pull-prefix-when-copying-a-tag-from-the-registry.yml Update changelogs/unreleased/28757-remove-docker-pull-prefix-when-copying-a-tag-from-the-registry.yml 2019-05-27 20:10:39 +00:00
28996-create-mvc-ui-in-haml.yml Add auto SSL toggle to Pages domain settings page 2019-06-03 19:20:20 -03:00
30138-display-cycle-analytics-issue.yml Rephrase specs description for cycle analytics 2019-05-27 12:44:02 +02:00
38561-border-radii.yml Fix border radii on diff files and repo files 2019-05-23 12:14:15 -05:00
39304-broadcast-message-buttons.yml Update broadcast message icons 2019-05-21 12:17:16 -04:00
45687-web-ide-empty-state.yml Updated heading for default state in Web IDE 2019-05-29 12:13:27 +00:00
47846-position-is-off-when-visiting-files-with-anchors.yml Add offset adjust to fix line position 2019-05-30 15:54:39 +00:00
49041-issue-board-input-height.yml Reduce height of issue board input to align with buttons 2019-05-22 11:02:27 -05:00
49517-fix-notes-import-export.yml Include type to notes import / export 2019-05-17 16:45:40 +08:00
49915-fix-error-500-admin-projects-nil-storage.yml Fix an error in projects admin when statistics are missing 2019-05-16 14:59:21 +02:00
50106-hide-whitespace-changes.yml Fix whitespace changes visibility when the related file was initially collapsed 2019-06-05 07:27:08 +00:00
50850-kerrizor-extend-api-to-accept-start_project-option.yml Add optional param :start_project to allow variable commit targets 2019-05-31 14:21:15 +00:00
51022-added-extended-height-to-labels-dropdown.yml Add `dropdown-extended-height` class to labels dropdown 2019-06-03 11:44:35 +00:00
51854-api-to-get-all-project-group-members-returns-duplicates.yml Removes duplicated members from api/projects/:id/members/all 2019-05-27 15:40:56 +02:00
53134-multiple-extendes-for-a-job.yml Add multiple extends support 2019-06-05 08:25:55 +00:00
54140-non-ar-cache-commit-markdown.yml Use Redis for CacheMarkDownField on non AR models 2019-06-05 13:19:59 +08:00
54169-flash-warning-rebrush.yml added new styling to the `.flash-warning` styles and moved the bundled style definitions up to allow overrides for specific flash-types 2019-06-05 17:53:10 +00:00
55253-activity-feed-ui-enhance-line-height.yml Enhance line-height of Activity feed UI 2019-05-31 18:26:03 +02:00
55447-validate-k8s-credentials.yml Add changelog entry 2019-05-27 08:23:17 +00:00
56959-drop-project_auto_devops_domain.yml Postmigrate to drop domain column 2019-05-31 13:27:39 +12:00
56959-remove-auto-devops-domain-ci-variable.yml Stop emitting AUTO_DEVOPS_DOMAIN Ci variable 2019-05-24 14:40:12 +12:00
57037-fix-mr-checkboxes-mobile-alignment.yml Fix MR checkboxes alignment on mobile 2019-05-30 23:50:09 -05:00
57189-css-label-in-forms-with-bootstrap4.yml Fix col-sm-* in forms to keep layout 2019-05-27 13:35:28 +09:00
57414-show-pipeline-iid.yml Add Pipeline IID to views 2019-05-30 09:32:20 +00:00
57825-moving-an-issue-results-in-broken-image-links-in-comments.yml Fix typo in changelog 2019-05-24 16:09:04 +01:00
58269-separate-update-patch.yml Add changelog entry 2019-05-30 18:19:38 -04:00
58404-set-default-max-depth-for-GraphQL.yml 58404 - setup max depth for graphql 2019-05-07 00:32:29 +09:30
58538-discussion-top-radius.yml Fix border radius of discussions 2019-05-21 12:29:02 -05:00
58632-fix-mr-widget-padding.yml Fix MR widget padding 2019-05-20 18:42:49 +08:00
58941-use-gitlab-serverless-with-existing-knative-installation.yml Adapt functions to work for external Knative 2019-05-29 11:21:53 +01:00
59026-replace-favicon.yml Add new favicon 2019-05-23 08:48:31 -04:00
59105-padding-unclickable-pipeline-job.yml Fix padding of unclickable pipeline dropdown items to match links 2019-05-20 10:30:53 -05:00
59587-add-graphql-logging.yml Apply reviewer feedback 2019-05-31 19:57:02 +12:00
59987-move-sign-in-2fa-on-users-sign_in-above-intro-content-on-mobile.yml Prioritize login form on mobile breakpoint 2019-05-16 13:14:13 +00:00
60034-default-web-ide-s-merge-request-checkbox-to-true.yml Default MR checkbox to true in most cases 2019-06-06 00:12:21 -04:00
60180-jira-service-fix-nil-on-find-call.yml Resolve "JIRA service: NoMethodError: undefined method `find' for nil:NilClass" 2019-05-10 13:33:44 +00:00
60250-remove-mr_push_options-flag.yml Add changelog entry 2019-05-17 13:48:20 +12:00
60323-inline-validation-for-users-name-and-username-length.yml Resolve "Inline validation for user's name and username length" 2019-06-06 07:39:59 +00:00
60379-remove-ci-preparing-state-feature-flag.yml Stop configuring group clusters on creation 2019-05-16 20:18:42 -05:00
60425-fix-500-when-accessing-charts-with-anonymous-user.yml Change DetectRepositoryLanguagesWorker to not receive user 2019-05-09 16:54:20 +01:00
60750-milestone-header.yml Fix layout of group milestone header 2019-05-20 11:09:51 -05:00
60818_yamllint_project_root.yml #60818 Correct linting for project root *.yml files 2019-05-20 13:50:32 +00:00
60819_yamllint_gitlabci.yml Add yaml lint 2019-06-05 16:31:35 +00:00
60987-emoji-picker-popup.yml Fix emoji picker visibility issue 2019-05-31 14:45:37 +02:00
61024-update-resolved-icon.yml Add new icon if resolved 2019-05-29 13:23:33 -04:00
61045-charts-with-many-overlapping-series-display-incorrectly.yml Resolve "Charts with many overlapping series display incorrectly" 2019-06-04 19:59:07 +00:00
61049-links-activity-stream.yml Use blue for activity stream links; use monospace font for commit sha 2019-05-22 10:50:46 -05:00
61144-style-secondary-button-type-to-be-aligned-with-pattern-library.yml Bring secondary button styles to design standard 2019-05-24 08:50:34 -07:00
61246-fix-label-click-scroll-to-top.yml Fix label click scrolling to top 2019-06-05 08:53:55 -05:00
61313-fix-dropdown-searchbar.yml Fix loading.. dropdown at search field 2019-05-22 19:49:12 +00:00
61323-snippet-copy-icon-button-is-misaligned.yml Get copy to clipboard button aligned within snippet header 2019-05-30 12:54:12 +00:00
61324-non-project-snippet-new-snippet-button-should-be-green-outline.yml Give 'New Snippet' button green outline 2019-05-22 14:28:39 +00:00
61339-Add-underline-to-attach-a-file.yml Add hover and focus to "Attach a file" 2019-05-31 19:56:38 +00:00
61393-emoji-button.yml Change default color of award emoji button 2019-05-22 06:23:00 -05:00
61441.yml #61441 Allow user to set email ID before setting up 2FA 2019-05-22 07:59:15 +00:00
61511-add-expand-collapse-to-project-operation-settings.yml Add expand/collapse button 2019-05-27 07:35:07 +00:00
61606-support-string-piwik-website-ids.yml Adds changelog entry for Matomostring website ID support 2019-05-10 00:10:37 +00:00
61629-dependency-installation-error-on-fsevents-1-2-4-with-node-js-12.yml Update indirect dependency fsevents from 1.2.4 to 1.2.9 2019-05-09 06:37:52 -05:00
61639-flaky-spec-issue-boards-labels-creates-project-label-spec-features-boards-sidebar_spec-rb-350.yml Fix dropdown position when loading remote data 2019-05-27 12:33:47 +08:00
61697-add-project-id-to-le-common-name.yml Add project ID to Let's Encrypt common name 2019-05-16 12:37:55 -05:00
61788-predefined-colours-dont-have-descriptive-labels.yml Fix for #61788 predefined colours dont have descriptive labels 2019-05-30 12:47:31 +12:00
61795-fix-error-when-moving-issues.yml Prevent form submit when Move is clicked 2019-05-14 14:38:31 -05:00
61821-tooltip-consistency.yml Make tooltips consistently render on top 2019-06-01 02:12:45 +00:00
61827-prevent-user-popover-icon-shrink.yml Prevent icons from shrinking in User popover when contents exceed container 2019-05-24 09:47:31 +00:00
61880-download-btn-group.yml Group download buttons in a .btn-group 2019-05-23 07:23:27 -05:00
61914-fix-emojis-urls.yml Fix emojis URLs 2019-05-17 00:23:09 +00:00
61928-remove-throttle-from-dirty-submit.yml Fix throttling issue in form dirty checking 2019-05-17 14:05:15 -03:00
61960-translatable-strings-in-issue-closure-emails.yml Change s_() calls to _() calls 2019-06-04 09:56:32 +00:00
61988-collapse-icon-on-merge-request-diff-larger-than-profile-picture.yml Resize collapse icon to profile picture size 2019-05-31 15:36:09 +00:00
61990-spinner.yml Updates loading icon in commit's page 2019-05-20 17:37:03 +01:00
62061-note-icon-color.yml Update note actions icon color 2019-05-22 15:13:08 +00:00
62092-missing-padding-next-to-time-windows-dropdown-on-metrics-dashboard.yml Added padding to time window dropdown in monitor dashboard 2019-06-03 14:25:25 +00:00
62107-fix-detail-page-header-height.yml Fixes issue height of detail-page-header 2019-05-23 19:41:30 +00:00
62116-performance-issue-502-errors-on-rendering-of-issues-with-heavy-markdown-contents.yml Fix page_description helper performance 2019-05-22 16:56:12 +01:00
62227-webkit-icon-overlap.yml Disable webkit icons 2019-05-28 12:49:33 -04:00
62253-add-kubernetes-logs-to-monitoring-ui.yml Add Kubernetes logs to monitoring UI 2019-05-27 09:52:51 -05:00
62408-dropdown-truncate.yml Truncates job names in pipeline graph 2019-05-28 14:35:37 +01:00
62418-project-default-git-depth.yml Add project level git depth setting 2019-06-06 09:21:18 +01:00
62432-fix-participants-wrapping.yml Update participants padding 2019-05-31 11:31:09 +00:00
62485-label-weights.yml Give all labels bold weight 2019-05-29 16:31:21 -04:00
62487-external-policy-desc.yml Move text under p tag 2019-05-29 16:49:29 -04:00
62713-fix-uninstalling-cluster-apps.yml Fix connection to Tiller error while uninstalling 2019-06-05 00:07:47 +12:00
609120-ref-link.yml Fixes ref being displayed as raw HTML 2019-05-30 09:58:41 +01:00
abstract-auto-merge.yml Abstract auto merge processes 2019-06-03 13:15:29 +07:00
ac-graphql-stats.yml Add Namespace and ProjectStatistics to GraphQL API 2019-06-03 12:01:32 +02:00
ac-graphql-wikisize.yml Expose wiki_size on GraphQL API 2019-06-04 12:11:41 +00:00
ac-namespaces-stats-no-coalesce.yml Remove nils from project_statistics.packages_size 2019-05-31 09:59:36 +00:00
add-allow_failure-to-job-api.yml Add allow_failure attribute to Job API 2019-05-21 09:21:53 +00:00
add-branch-to-project-search-api.yml #46469 - Added ref querystring parameter to project search to allow searching on branches other than master 2019-05-17 06:10:08 +00:00
add-constraint-for-milestone-dates.yml Change query to work on mysql as well. Also set entire date because setting only the year can trip 'start_date_should_be_less_than_due_date' 2019-05-31 10:31:47 +00:00
add-warning-to-backup-rake-task.yml Add warning that gitlab-secrets isn't included 2019-05-08 12:39:04 -05:00
add-wiki-size-to-statistics.yml Add wiki size to project statistics 2019-05-29 16:08:25 +02:00
antonyliu-i18n-user-profile.yml i18n: externalize strings from user profile settings 2019-05-09 08:39:08 +00:00
api_make_protected_boolean_type.yml Make protected attribute Boolean type 2019-05-28 14:26:43 +12:00
api_masked_variables.yml API: Allow to get and set "masked" attribute for variables 2019-05-22 07:25:26 +02:00
auto-devops-kubernestes-bump1-11-10.yml Bumps Kubernetes version to 1.11.10 2019-05-21 15:43:13 +12:00
backstage-gb-improve-jobs-controller-performance.yml Add changelog for jobs controller performance improvement 2019-05-24 10:04:35 +01:00
bump-auto-devops-helm-2-14-0.yml Bump Helm version in Auto-DevOps.gitlab-ci.yml 2019-06-04 14:54:57 +12:00
bvl-graphql-multiplex.yml Enables GraphQL batch requests 2019-05-28 10:22:02 +02:00
bvl-use-global-ids-graphql.yml Expose IDs in GraphQL as a GlobalID 2019-06-03 21:59:25 +02:00
cancel-auto-merge-when-merge-request-is-closed.yml Cancel auto merge when merge request is closed 2019-06-04 10:12:41 +07:00
ce-57402-add-issues-statistics-api-endpoints.yml Add params validations and remove extra params support 2019-05-15 10:15:17 +03:00
ce-jej-fix-git-http-with-sso-enforcement.yml Avoid setting Gitlab::Session on sessionless requests 2019-06-05 19:07:20 +01:00
ce-quick-fix-58727-collapsed-sidebar-flyout-menu-items-don-t-appear-in-1200px-screen-size.yml Fix flyout nav on small viewports 2019-05-15 15:41:00 +01:00
chore-remove-circuit-breaker-api.yml Remove the circuit breaker API 2019-05-24 17:17:14 +02:00
diff-whitespace-setting-changes.yml Fixes issues with show whitespace button in diffs 2019-05-10 19:06:37 +01:00
display-junit-classname-in-modal.yml Display classname JUnit attribute in report modal 2019-05-20 13:27:08 +00:00
dm-http-hostname-override.yml Protect Gitlab::HTTP against DNS rebinding attack 2019-05-30 10:47:31 -03:00
dz-patch-58.yml Prefer Noto Sans over Oxygen-Sans 2019-05-16 22:19:47 +03:00
dz-scope-project-routes.yml Move some project routes under /-/ scope 2019-05-20 12:56:39 +03:00
ee-11040-added-conditional-rendering.yml Backport of EE change in `app/views/search/_form.html.haml` 2019-05-30 09:35:10 +00:00
fix-autodevops-postgres-versioning.yml add postgres version to subsequent helm deploys 2019-05-28 02:59:27 +00:00
fix-db-migrate-is-failed-on-mysql8.yml Fix. db:migrate is failed on MySQL 8 2019-05-16 18:58:56 +09:00
fix-format-date-safari-ff.yml Throw an error when formatDate's input is invalid 2019-05-28 07:53:44 +00:00
fix-import-member-access.yml Fix issue importing members with owner access 2019-05-23 13:10:38 +00:00
fix-import-param-ordering.yml Fix order dependency with user params during imports 2019-05-28 10:31:51 +00:00
fix-milestone-references-with-escaped-html-entities.yml Fix milestone references with HTML entities in the name 2019-05-24 10:07:21 +01:00
fix-search-dropdown-blur-close.yml Fix search dropdown not closing on blur if empty 2019-05-31 14:40:00 +01:00
fix-time-window-default.yml Use the selected time window for metrics dashboard 2019-06-06 07:30:04 +00:00
fix-too-many-loops-cron-error.yml add changelog 2019-05-07 08:23:48 +01:00
gitaly-version-v1.43.0.yml Add changelog entry 2019-05-30 20:04:08 +02:00
gt-open-visibility-help-link-in-a-new-tab.yml Open snippets visibility help link in a new tab 2019-05-30 22:04:08 +03:00
i18n-active_sessions-in-user-profile.yml Externalize strings of active sessions page in user profile 2019-05-30 10:41:56 +00:00
i18n-chat-of-user-profile.yml Externalize strings of chat page in user profile 2019-05-28 17:27:57 +00:00
i18n-pgp_ssh_keys-of-user-profile.yml Externalize strings of PGP Keys and SSH Keys page in user profile 2019-05-30 17:56:56 +00:00
id-bug-suggested-changes-remove-empty-line.yml Fix removing empty lines via suggestions 2019-05-28 07:12:29 +00:00
increase-move-issue-dropdown-height.yml Increase height of move issue dropdown 2019-06-03 15:16:40 -05:00
issue_49897.yml Delete unauthorized Todos when project is private 2019-06-05 10:51:52 -03:00
jc-omit-count-diverging-commits-max.yml Omit max-count for diverging_commit_counts behind feature flag 2019-05-14 12:13:19 -05:00
jivl-migrate-dashboard-store-vuex.yml Migrate the monitoring dashboard store to vuex 2019-05-27 22:30:36 +00:00
jupyter_pre_spawn_hook_v2.yml JupyterHub Repo Integration 2019-05-22 20:16:17 +00:00
kinolaev-master-patch-13154.yml Auto-DevOps: allow to disable rollout status check 2019-05-17 01:03:06 +03:00
leipert-node-12-compatibility.yml Upgrade node-sass for node 12 compatibility 2019-05-16 10:52:40 +02:00
make-autocomplete-faster-with-lots-of-results.yml Optimise upload path calls 2019-05-14 11:01:48 -05:00
mark-comment-resolved.yml Change resolve button text to mark comment as resolved 2019-05-20 12:29:32 -05:00
mm12935.yml Remove Content-Type override for Mattermost OAuth login 2019-05-16 13:57:55 -04:00
osw-avoid-500-on-suggestions-check.yml Avoid 500's when commit is not reachable 2019-06-05 08:38:09 -03:00
osw-reset-merge-status-from-mergeable-mrs.yml Reset merge status from mergeable MRs 2019-05-31 15:21:20 -03:00
osw-sync-merge-ref-upon-mergeability-check.yml Automatically update MR merge-ref along merge status 2019-05-31 19:16:01 -03:00
patch-55.yml Jobs should be better isolated to avoid interference with other `image` or `before_script` statements. 2019-05-21 14:09:49 +00:00
pb-update-gitaly-1-45-0.yml Update GITALY_SERVER_VERSION to 1.45.0 2019-06-04 11:08:13 +08:00
pipelines-email-default-branch-filter.yml Add notify_only_default_branch option to PipelinesEmailService 2019-05-28 13:41:43 +02:00
referenced-labels.yml Add referenced-commands in no overflow list 2019-05-29 14:29:49 +05:30
relative-urls-for-system-notes.yml Change system notes to use relative urls 2019-05-23 12:04:09 +00:00
remove-legacy-artifacts-related-code.yml Remove legacy artifact related code 2019-05-31 10:49:17 +07:00
remove-mr-diff-header-height.yml Remove fixed height from MR diff headers 2019-05-31 10:49:22 -05:00
revert-git-depth-for-merge-request.yml Revert a default GIT_DEPTH for MR pipeline 2019-05-31 14:55:49 +01:00
security-58856-persistent-xss-in-note-objects.yml Add changelog entry 2019-04-23 21:46:26 +12:00
security-60039.yml Validate MR branch names 2019-05-03 03:02:58 +08:00
security-60143-address-xss-issue-in-wiki-links.yml Reject slug+uri concat if slug is deemed unsafe 2019-05-24 12:33:24 -07:00
security-fix-confidential-issue-label-visibility-master.yml Fix confidential issue label disclosure on milestone view 2019-05-14 13:16:30 +02:00
security-fix-project-existence-disclosure-master.yml Fix url redaction for issue links 2019-05-03 15:09:20 +02:00
security-fix_milestones_search_api_leak.yml Resolve: Milestones leaked via search API 2019-05-20 11:08:34 -03:00
security-id-leaked-password-in-import-url-frontend.yml Hide password on import by url form 2019-05-29 14:03:50 +03:00
security-jej-prevent-web-sign-in-bypass.yml Prevent password sign in restriction bypass 2019-05-21 14:12:41 +07:00
security-unsubscribing-from-issue.yml Hide issue title on unsubscribe for anonymous users 2019-05-16 20:17:23 +03:00
set-real-next-run-at-for-preventing-duplciate-pipeline-creations.yml Make pipeline schedule worker resilient 2019-06-03 10:04:57 +07:00
sh-add-header-to-jobs-admin-page.yml Add a column header to admin/jobs page 2019-05-28 10:44:02 -07:00
sh-fix-rebase-error-clearing.yml Properly clear the merge error upon rebase failure 2019-05-15 21:34:59 -07:00
sh-fix-tag-push-remote-mirror.yml Fix remote mirrors not updating after tag push 2019-05-17 14:45:41 -07:00
sh-project-import-visibility-error.yml Fix invalid visibility string comparison in project import 2019-05-22 11:32:23 -07:00
sh-update-process-mem.yml Update get_process_mem to 0.2.3 2019-05-10 13:55:25 -05:00
sh-upgrade-ruby-2-6-3-ce.yml Upgrade Ruby version to 2.6.3 2019-05-08 06:21:14 -07:00
t1.yml Setup Git client for Jupyter 2019-06-05 19:50:29 +00:00
update-babel-to-7-4-4.yml Upgrade babel to 7.4.4 2019-05-18 19:53:46 +02:00
update-gitaly-to-v1-42-1.yml Update Gitaly to v1.42.1 2019-05-20 14:06:49 +00:00
update-gitlab-runner-helm-chart-to-0-5-0.yml Update GitLab Runner Helm Chart to 0.5.0 2019-05-20 21:23:18 +02:00
update-gitlab-runner-helm-chart-to-0-5-1.yml Update GitLab Runner Helm Chart to 0.5.1/11.11.1 2019-05-27 21:39:11 +00:00
update-gitlab-runner-helm-chart-to-0-5-2.yml Update GitLab Runner Helm Chart to 0.5.2 2019-06-03 14:10:02 +02:00
update-pages.yml Update GitLab Pages to v1.6.0 2019-06-03 12:40:04 +01:00
update-psd-doc.yml Update project security dashboard documentation 2019-06-06 06:17:36 +00:00
update-smileys-new.yml Update smiley icons to new ones 2019-05-23 12:29:32 +00:00
variables-boolean-type.yml Masked should be Boolean type 2019-05-27 12:42:24 +12:00
weimeng-email-routing.yml Send notifications to group-specific email address 2019-05-31 20:49:27 +08:00
winh-notes-error-handling.yml Handle errors in successful notes reply 2019-05-07 23:32:53 +02:00
zj-remove-delta-island-feature-flag.yml Remove delta island feature flag 2019-06-03 08:12:13 +00:00
zj-usage-ping-pool-repository.yml Add PoolRepository to the usage ping 2019-05-17 09:10:29 +00:00