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/lib
AgeCommit message (Collapse)Author
2019-02-25Merge branch '58020-fix-merge-api-endpoint-param' into 'master'Lin Jen-Shin
Respect the `should_remove_source_branch` parameter to the merge API Closes #58020 See merge request gitlab-org/gitlab-ce!25525
2019-02-25Merge branch '57794-project-template-for-net' of ↵Jason Lenny
https://gitlab.com/gitlab-org/gitlab-ce into 57794-project-template-for-net
2019-02-25Respect the should_remove_source_branch parameter to the merge APINick Thomas
2019-02-25Merge branch '57712-project-import-error-user-expected-got-hash' into 'master'Lin Jen-Shin
Resolve "Project import error, User expected, got Hash" Closes #57712 See merge request gitlab-org/gitlab-ce!25495
2019-02-25Merge branch 'expose-merge-ref-to-runner' into 'master'Kamil Trzciński
Expose refspec and depth to runner See merge request gitlab-org/gitlab-ce!25233
2019-02-25Merge branch '40795-set-project-name-on-fork-api' into 'master'Douwe Maan
Add ability to set project path and name on fork using API Closes #40795 See merge request gitlab-org/gitlab-ce!25363
2019-02-25Merge branch '58098-auto-devops-postgres-version-variable' into 'master'Sean McGivern
Allow configuring POSTGRES_VERSION in Auto DevOps Closes #58098 See merge request gitlab-org/gitlab-ce!25500
2019-02-25Merge branch 'am-fix-pagination-relative-links' into 'master'Rémy Coutable
Properly implement API pagination headers and add specs Closes #57684 See merge request gitlab-org/gitlab-ce!25267
2019-02-25Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński
Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
2019-02-25Merge branch '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' ↵Rémy Coutable
into 'master' API endpoint for bulk updating issues and MRs Closes #49449 See merge request gitlab-org/gitlab-ce!25201
2019-02-25Merge branch 'sh-fix-cpp-templates-404' into 'master'Nick Thomas
Fix 404s when C++ .gitignore template selected Closes #57857 See merge request gitlab-org/gitlab-ce!25416
2019-02-25Merge branch '57785-create-project-template-for-netlify' of ↵Jason Lenny
https://gitlab.com/gitlab-org/gitlab-ce into 57785-create-project-template-for-netlify
2019-02-25Expose refspec and depth to runnerShinya Maeda
fix fix and fix Allow full ref specification for pipeline creation Add spec Support backward compatibility Use ref path Runner feature flag Simplify the things Support fork workflow (Public only) Expose ref spec Use refspec Glooming Decouple unrelated changes Add changelog Revert unrelated file Decouple unnecessary Add spec Use refspecs Fix changelog Simplify Fix coding offence Fix a ok ok ok ok ok a a Fix Add workaround for ignore_column Fix git depth Fix coding offence Fix spec Simplify more Do not set ignored column Fix tests Fix pipeline Fix spec fix fixture yes Revert nonsense fix Revert more ok Decouple mr pipelines fix spev Remove unrelated changes
2019-02-25Properly handle multiple X-Forwarded-For addresses in runner IPStan Hu
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24624 extracted the X-Forwarded-For address directly, but this didn't consider the case where multiple proxies are in the chain. To fix this, we use the Rails implementation to filter trusted proxies, as documented by Grape: https://github.com/ruby-grape/grape#remote-ip Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58103
2019-02-23Allow configuring POSTGRES_VERSION in Auto DevOpsDylan Griffith
We set the default value to 9.6.2 since this was the previous default being used by `stable/postgresql --version=0.7.1` which is used in auto-deploy-app.
2019-02-23Merge branch ↵Douglas Barbosa Alexandre
'58062-tracing-url-template-render-using-string-format-does-not-play-well-with-urls' into 'master' Switch back to using regexps in tracing_url_template Closes #58062 See merge request gitlab-org/gitlab-ce!25491
2019-02-22Only allow 30 RPCs per test case to GitalyZeger-Jan van de Weg
Prior to this change, 35 Gitaly RPCs were allowed. But recently there's been a renewed interest in performance. By lowering the number of calls new N + 1's will pop up. Later commits will add blocks to ignore the raised errors, followed by an issue for each to be fixed.
2019-02-22Fix project import error on releasesJames Lopez
2019-02-22Only use boolean parameters internallyRobert Schilling
Use internally only boolean params.
2019-02-22Switch back to using regexps in `tracing_url_template`Andrew Newdigate
This approach is able to cope with `%` characters in the URL template, which is important since `%` is a valid URL character. Additionally this approach is less likely to fail on an invalid string. This is important since the distributed tracing infrastructure is designed to degrade gracefully when not properly configured, and a small mistake in the configuration of the URL template could have led to a production outage.
2019-02-22Fix 404s when C++ .gitignore template selectedStan Hu
Due to a overly-stringent regex, the project template API was 404'ing when C++ was requested as the template. Loosen the regex to allow `+` and `%` for URL-encoded characters. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57857
2019-02-21Properly implement API pagination headers and add specsAdam Mulvany
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-21Add spec/frontend/ to frontend rouletteWinnie Hellmann
2019-02-21Add API support for filtering confidential issuesRobert Schilling
2019-02-21Catch exception in calculate reactive cacheReuben Pereira
Return the exception as an error.
2019-02-21Move ChatOps to CoreJames Fargher
ChatOps used to be in the Ultimate tier.
2019-02-20Merge branch 'gitlab_kubernetes_helm_bump' into 'master'Nick Thomas
Bump helm and kubectl for Kubernetes integration See merge request gitlab-org/gitlab-ce!25268
2019-02-20Merge branch 'helm-2.12.3' into 'master'Dmitriy Zaporozhets
Bump Helm and kubectl in Auto DevOps See merge request gitlab-org/gitlab-ce!25072
2019-02-20Merge branch 'sh-upgrade-webmock-ruby-2.6' into 'master'James Lopez
Upgrade Webmock to 3.5.1 See merge request gitlab-org/gitlab-ce!25318
2019-02-19Bump kubectl to 1.11.7Thong Kuah
Bump kubectl in Auto DevOps to 1.11.7. Minor patch upgrade from 1.11.6.
2019-02-19Bump Helm to 2.12.3Thong Kuah
Minor bugfix release: https://github.com/helm/helm/releases/tag/v2.12.3
2019-02-19Bump helm and kubectl versionsThong Kuah
Bump the helm and kubectl used in our Kubernetes integration, used e.g. to install apps. Note I have only bumped to the latest patch of the v1.11 series for kubectl as GKE clusters are still on 1.10/1.11
2019-02-19Let users set name/path on project fork using APIBalasankar "Balu" C
2019-02-19Fix Auto DevOps check domain is blankDylan Griffith
2019-02-19Merge branch ↵Sean McGivern
'55376-related_merge_requests-api-call-returns-merge-requests-that-are-not-related-to-the-issue' into 'master' Ensure that related_merge_requests api call returns merge requests in the correct scope Closes #55376 See merge request gitlab-org/gitlab-ce!25222
2019-02-19Add related merge request count to api responsePatrick Derichs
2019-02-19Merge branch '54796-add-tiebreaker-to-sorts' into 'master'Sean McGivern
Added: Include order by ID desc as tie break in pagination Closes #54796 See merge request gitlab-org/gitlab-ce!25311
2019-02-19Merge branch '55109-jira-integration-api-doesn-t-respect-available-format' ↵Sean McGivern
into 'master' API: Support Jira transition ID as string Closes #55109 See merge request gitlab-org/gitlab-ce!24400
2019-02-19Fix rollout status for statefulsets and daemonsetsSergej
2019-02-19Merge branch 'jej/feature-gates-can-be-set-by-group-path' into 'master'James Lopez
Allow setting feature flags per GitLab group See merge request gitlab-org/gitlab-ce!25022
2019-02-19Allow setting feature flags per GitLab groupJames Edwards-Jones
Building on support for setting feature flags by project, this adds support for setting them by GitLab group path. This is different from setting them by Flipper feature_groups, which are for batch updating pre-registered collections.
2019-02-18Incorporate review feedbackRobert Schilling
Use shared examples for issues and merge requests rather than a loop creating common specs.
2019-02-18Merge branch 'sh-include-project-path-for-internal-api' into 'master'Rémy Coutable
Include gl_project_path in API /internal/allowed response See merge request gitlab-org/gitlab-ce!25314
2019-02-18Merge branch '57680-roulette-ignores-changelogs' into 'master'Rémy Coutable
Reviewer roulette ignores changelogs Closes #57680 See merge request gitlab-org/gitlab-ce!25264
2019-02-17Fix BitbucketServer::Client failing with Webmock 3.5.1Stan Hu
Webmock 3.1.0 changed the behavior to return `nil` for the body if an HTTP 204 No Content response were received (https://github.com/bblimke/webmock/commit/b837e642782501a6904d0cb1aad391dd6f49ada3). Update the Bitbucket Server connection to ignore these No Content response codes.
2019-02-16Added: Specs for sort page breaks on notesNermin Vehabovic
2019-02-16Include gl_project_path in API /internal/allowed responseStan Hu
This will enable us to track the human-readable project path with SSH access in gitlab-shell. Currently the Gitaly logs will only show the hashed storage and gl_repository path (e.g. project-1234).
2019-02-16Fixed: Warnings from static code analysisNermin Vehabovic
2019-02-16Added: Include order by ID desc for tie breakers in paginationNermin Vehabovic
2019-02-15Replaced part of diff file properties with diff viewerNatalia Tepluhina
- replaced file.too_large - replaced file.text - replaced file.collapsed