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
AgeCommit message (Collapse)Author
2019-02-27Revert "Delete Android ci.yml template"Jason Lenny
This reverts commit 0def0b5ab1ceea2f3276ea125d666ddbdca0ce5b
2019-02-27Delete Android.gitlab-ci.yml since we are replacing it with full templateJason Lenny
2019-02-27Revert "Delete Android ci.yml template"Jason Lenny
This reverts commit 0def0b5ab1ceea2f3276ea125d666ddbdca0ce5b
2019-02-27Delete Android.gitlab-ci.yml since we are replacing it with full templateJason Lenny
2019-02-27Revert "Delete Android ci.yml template"Jason Lenny
This reverts commit 0def0b5ab1ceea2f3276ea125d666ddbdca0ce5b
2019-02-27Delete Android.gitlab-ci.yml since we are replacing it with full templateJason Lenny
2019-02-27Revert "Delete Android ci.yml template"Jason Lenny
This reverts commit 0def0b5ab1ceea2f3276ea125d666ddbdca0ce5b
2019-02-27Delete Android.gitlab-ci.yml since we are replacing it with full templateJason Lenny
2019-02-27Remove Apple logo for legal reasonsJason Lenny
2019-02-27Revert "Delete Android ci.yml template"Jason Lenny
This reverts commit 0def0b5ab1ceea2f3276ea125d666ddbdca0ce5b
2019-02-27Delete Android.gitlab-ci.yml since we are replacing it with full templateJason Lenny
2019-02-27Revert "Delete Android ci.yml template"Jason Lenny
This reverts commit 0def0b5ab1ceea2f3276ea125d666ddbdca0ce5b
2019-02-27Delete Android.gitlab-ci.yml since we are replacing it with full templateJason Lenny
2019-02-27Revert "Delete Android ci.yml template"Jason Lenny
This reverts commit 0def0b5ab1ceea2f3276ea125d666ddbdca0ce5b
2019-02-27Delete Android.gitlab-ci.yml since we are replacing it with full templateJason Lenny
2019-02-27Correct syntax issueJason Lenny
2019-02-27Add Android and iOS logosJason Lenny
2019-02-27Add link to eventual template locationsJason Lenny
2019-02-27Revert "Delete Android ci.yml template"Jason Lenny
This reverts commit 0def0b5ab1ceea2f3276ea125d666ddbdca0ce5b
2019-02-27Delete Android.gitlab-ci.yml since we are replacing it with full templateJason Lenny
2019-02-27Remove dash from template nameJason Lenny
2019-02-27Initial commit with boilerplateJason Lenny
2019-02-27Add Project template for go-microJason Lenny
2019-02-27Prepare test suite for switch to Gitaly-embedded Git hooksJacob Vosmaer
2019-02-27Merge branch 'include-ci-yaml' into 'master'Grzegorz Bizon
fix: validate 'include' keywords in gitlab-ci.yml configuration files Closes #55863 See merge request gitlab-org/gitlab-ce!24098
2019-02-27Persist source sha and target sha for merge pipelinesShinya Maeda
source_sha and target_sha are used for merge request pipelines
2019-02-26Revert "Merge branch '13784-simple-masking-of-protected-variables-in-logs' ↵Kamil Trzciński
into 'master'" This reverts merge request !25293
2019-02-26Add Maskable concern for CI variablesMatija Čupić
This adds a concern that abstracts the concept of masking a variable, including the RegEx for validation.
2019-02-26Merge branch 'osw-create-and-store-merge-ref-for-mrs' into 'master'Douwe Maan
Support merge ref writing (without merging to target branch) Closes #47110 See merge request gitlab-org/gitlab-ce!24692
2019-02-26Merge branch '50313-use-kaniko-to-build-containers-in-autodevops' into 'master'Kamil Trzciński
Use auto-build-image in AutoDevOps See merge request gitlab-org/gitlab-ce!24279
2019-02-26Merge branch '54417-improve-authorize-dsl' into 'master'Kamil Trzciński
Improve GraphQL Authorization DSL Closes #57828 See merge request gitlab-org/gitlab-ce!25328
2019-02-26Improve GraphQL Authorization DSLLuke Duncalfe
Previously GraphQL field authorization happened like this: class ProjectType field :my_field, MyFieldType do authorize :permission end end This change allowed us to authorize like this instead: class ProjectType field :my_field, MyFieldType, authorize: :permission end A new initializer registers the `authorize` metadata keyword on GraphQL Schema Objects and Fields, and we can collect this data within the context of Instrumentation like this: field.metadata[:authorize] The previous functionality of authorize is still being used for mutations, as the #authorize method here is called at during the code that executes during the mutation, rather than when a field resolves. https://gitlab.com/gitlab-org/gitlab-ce/issues/57828
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-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-25Support merge to ref for merge-commit and squashOswaldo Ferreira
Adds the ground work for writing into the merge ref refs/merge-requests/:iid/merge the merge result between source and target branches of a MR, without further side-effects such as mailing, MR updates and target branch changes.
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 '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-24Use auto-build-image for build stageJames Fargher
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-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-21Add spec/frontend/ to frontend rouletteWinnie Hellmann
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-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-19Fix Auto DevOps check domain is blankDylan Griffith