Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2018-12-07Merge branch 'master' into 11-6-stableAlex Hanselka
* master: Revert "Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'" Group level labels can be used in subgroups and projects Disable Sidekiq feature flag check if features table does not exist Fixes "introduced in..." syntax Move default brand title to a method Adds a reference to the echarts licence file Add missing license manager change attribution Upgrade gitlab-ui to latest and approve echarts dependency Security update of rails to version 4.2.11.
2018-12-07Revert "Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'"Robert Speicher
This reverts commit 1e8f1de034aa9b6a60b640b2b091f60c4d3ba365, reversing changes made to 62d971129da99936a3cdc04f3740d26f16a0c7a6.
2018-12-07Merge branch 'master' into 11-6-stable-prepare-rc4Alex Hanselka
* master: (235 commits) Change dropdown divider color to gray-200 (#dfdfdf) Add feature flag for workhorse content type calculation Use BFG object maps to clean projects Update gitaly-proto to v1.3.0 Fix gitlab:web_hook tasks Introduce Knative Serverless Tab Sort issues and merge requests in ascending and descending order Use approximate counts for big tables Fixed renamed and mode changed diff viewers Add a changelog Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'" Bump the gitaly version to 1.7.0 Resolve "Can add an existing group member into a group project with new permissions but permissions are not overridden" Expose merge request pipeline variables Fixture for forks Add an 'How-To' section to the Review Apps doc Ensure the default ApplicationSetting record is created first [QA] Better retrieve job ID for a retried job Retry the review-{deploy,qa} jobs twice Optimized file search to work without limits ...
2018-12-07Add feature flag for workhorse content type calculationFrancisco Javier López
2018-12-06Merge branch '19376-post-bfg-cleanup' into 'master'Douglas Barbosa Alexandre
Allow internal references to be removed Closes #19376 See merge request gitlab-org/gitlab-ce!23189
2018-12-06Merge branch 'ce-revert-gold-trial-mrs' into 'master'Kamil Trzciński
[CE] Revert Gold Trial MRs See merge request gitlab-org/gitlab-ce!23619
2018-12-06Merge branch '54975-fix-web-hooks-rake-task' into 'master'Stan Hu
Fix gitlab:web_hook tasks Closes #54975 See merge request gitlab-org/gitlab-ce!23635
2018-12-06Use BFG object maps to clean projectsNick Thomas
2018-12-06Merge branch '54857-fix-templates-path-traversal' into 'master'Cindy Pallares
[master]: Prevent a path traversal attack on global file templates Closes #2745 See merge request gitlab/gitlabhq!2677
2018-12-06Fix gitlab:web_hook tasksNick Thomas
2018-12-06Introduce Knative Serverless TabDylan Griffith
2018-12-06Merge branch 'diff-file-moved-view' into 'master'Filipa Lacerda
Fixed renamed and mode changed diff viewers not rendering on merge requests Closes #52607 See merge request gitlab-org/gitlab-ce!23600
2018-12-06Merge branch 'blob-count2' into 'master'Rémy Coutable
Support unlimited file search in web UI and API See merge request gitlab-org/gitlab-ce!23553
2018-12-06Sort issues and merge requests in ascending and descending orderFatih Acet
2018-12-06Merge branch 'ce-8654-add_package_name_to_dependency_scanning_report' into ↵Kamil Trzciński
'master' Update dependency scanning report fixtures See merge request gitlab-org/gitlab-ce!23542
2018-12-06Merge branch 'expose-mr-pipeline-variables' into 'master'Kamil Trzciński
Expose merge request pipeline variables See merge request gitlab-org/gitlab-ce!23398
2018-12-06Use approximate counts for big tablesJan Provaznik
2018-12-06Prevent a path traversal attack on global file templatesNick Thomas
The API permits path traversal characters like '../' to be passed down to the template finder. Detect these requests and cause them to fail with a 500 response code.
2018-12-06Merge branch 'sh-handle-invalid-gpg-sig' into 'master'Nick Thomas
Gracefully handle unknown/invalid GPG keys Closes #54729 See merge request gitlab-org/gitlab-ce!23492
2018-12-06Fixed renamed and mode changed diff viewersPhil Hughes
Renders mode changed and renamed file merge request diff viewers on the frontend. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52607
2018-12-06Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett
'master'" This reverts commit 427c1e72194556c9e198659dfff92cb42b31fb62, reversing changes made to 5aac64a79527afef9ff6b4b1db52a9c01c5d6af6.
2018-12-06Resolve "Can add an existing group member into a group project with new ↵James Lopez
permissions but permissions are not overridden"
2018-12-06Expose merge request pipeline variablesShinya Maeda
Introduce the following variables - CI_MERGE_REQUEST_ID - CI_MERGE_REQUEST_IID - CI_MERGE_REQUEST_REF_PATH - CI_MERGE_REQUEST_PROJECT_ID - CI_MERGE_REQUEST_PROJECT_PATH - CI_MERGE_REQUEST_PROJECT_URL - CI_MERGE_REQUEST_TARGET_BRANCH_NAME - CI_MERGE_REQUEST_SOURCE_PROJECT_ID - CI_MERGE_REQUEST_SOURCE_PROJECT_PATH - CI_MERGE_REQUEST_SOURCE_PROJECT_URL - CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
2018-12-06Revert "Merge branch '3062-improve-project-cache' into 'master'"Douwe Maan
This reverts commit e65e184269bb27661c9a20658933e8482aa90b62, reversing changes made to 646ba2418b630710edeaac94b57d08adf2771257. # Conflicts: # lib/gitlab/cache/ci/project_pipeline_status.rb
2018-12-06Merge branch ↵Douwe Maan
'52285-omniauth-jwt-provider-dont-support-rsa-ecdsa-and-other-ppk-algorithms' into 'master' Support RSA and ECDSA algorithms in Omniauth JWT provider Closes #52285 See merge request gitlab-org/gitlab-ce!23411
2018-12-06Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'Kamil Trzciński
Encrypt CI/CD builds tokens Closes #52342 See merge request gitlab-org/gitlab-ce!23436
2018-12-06Merge branch 'mg-fix-knative-application-row' into 'master'Kushal Pandya
Disable Knative for group clusters See merge request gitlab-org/gitlab-ce!23577
2018-12-06Merge branch '5426-fe-web-terminal-init-store-ce' into 'master'Phil Hughes
CE Port of "Setup IDE terminal store for environment checks" See merge request gitlab-org/gitlab-ce!23575
2018-12-06Merge branch 'deprecated-instance-find' into 'master'Rémy Coutable
Fix deprecation: You are passing an instance of ActiveRecord::Base to find See merge request gitlab-org/gitlab-ce!23369
2018-12-06Optimized file search to work without limitsJan Provaznik
* removed 100 limit on file search results because we load all results anyway * expensive processing (parsing match content, utf encoding) is done only for selected page in paginated output
2018-12-06Resolve "Include tags into pipeline detail view"Scott Hampton
2018-12-06Update test to ensure the correct applications are shownMike Greiling
2018-12-05Add projectRunners to api.jsPaul Slaughter
- This is needed by the Web Terminal to check environment
2018-12-05Gracefully handle unknown/invalid GPG keysStan Hu
An unknown public GPG key will result in a GPGME::Error thrown from gpg, which would cause an Error 500 on the signatures endpoint. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54729
2018-12-05Merge branch 'diff-expand-commit-file' into 'master'Filipa Lacerda
Fixed expanding diff commit files Closes #50662 See merge request gitlab-org/gitlab-ce!23591
2018-12-05Support RSA and ECDSA algorithms in Omniauth JWTMichael Tsyganov
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-05Merge branch 'replace-admin-sidebar-feature-spec-with-view-spec' into 'master'Robert Speicher
Replace admin sidebar feature spec with view spec See merge request gitlab-org/gitlab-ce!23551
2018-12-05Merge branch '54886-usage-data-group-clusters' into 'master'Kamil Trzciński
Add UsageData for group/project clusters Closes #54886 See merge request gitlab-org/gitlab-ce!23590
2018-12-05Merge branch '34758-deployment-cluster' into 'master'Kamil Trzciński
Use group clusters when deploying (DeploymentPlatform) See merge request gitlab-org/gitlab-ce!22308
2018-12-05Merge branch ↵James Lopez
'50626-searching-users-by-the-admin-panel-wipes-query-when-using-sort' into 'master' Resolve "Searching users by the admin panel wipes query when using sort" Closes #50626 See merge request gitlab-org/gitlab-ce!23439
2018-12-05Rename project's pipelines relationFrancisco Javier López
2018-12-05Merge branch 'multiple-diff-line-discussions-fix' into 'master'Filipa Lacerda
Fixed multiple discussions getting added to diff lines Closes gitlab-ee#8195 See merge request gitlab-org/gitlab-ce!23541
2018-12-05Merge branch 'fix/gb/improve-timeout-inputs-help-sections' into 'master'Kamil Trzciński
Improve help and validation sections of maximum build timeout inputs Closes #49434 See merge request gitlab-org/gitlab-ce!23586
2018-12-05Fixed expanding diff commit filesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50662
2018-12-05Prevent a path traversal attack on global file templatesNick Thomas
The API permits path traversal characters like '../' to be passed down to the template finder. Detect these requests and cause them to fail with a 500 response code.
2018-12-05Add UsageData for group/project clustersDylan Griffith
2018-12-05Merge branch 'osw-fix-grouping-by-file-path' into 'master'Nick Thomas
Avoid 500's when serializing legacy diff notes Closes #54793 See merge request gitlab-org/gitlab-ce!23544
2018-12-05Add custom validation message for chronic duration attributeGrzegorz Bizon
2018-12-05Merge branch 'mk/refactor-gitlab-check-rake-tasks-ce' into 'master'Nick Thomas
[Backport] Extract system check rake task logic See merge request gitlab-org/gitlab-ce!23395
2018-12-05Fixed multiple discussions getting added to diff linesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8195