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-07Update gitlab runner helm chart to 0.1.39Tomasz Maczukin
2018-12-07Merge branch 'sh-truncate-with-periods' into 'master'Douwe Maan
Truncate merge request titles with periods instead of ellipsis Closes #54862 See merge request gitlab-org/gitlab-ce!23558
2018-12-07Merge branch 'winh-merge-request-diff-discussion-commit-id' into 'master'Mike Greiling
Pass commit when posting diff discussions See merge request gitlab-org/gitlab-ce!23371
2018-12-07Truncate merge request titles with periods instead of ellipsisStan Hu
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54862
2018-12-07Merge branch 'osw-remove-unnused-data-from-diff-discussions' into 'master'Stan Hu
Remove un-used data from discussions endpoint Closes #54288 See merge request gitlab-org/gitlab-ce!23570
2018-12-07Remove unused data from discussions endpointOswaldo Ferreira
We don't need a series of attributes to render diff files on discussions.json request. Therefore this MR removes lots of unnecessary attributes from the request, mainly the highlighted diff lines, which are pretty expensive.
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-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-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-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-06Pass commit when posting diff discussionsWinnie Hellmann
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