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-28Jira: Make issue links title compactDouglas Barbosa Alexandre
Port of a community contribution from @glensc to upstream.
2019-02-26Merge branch 'add_YouTrack_integration' into 'master'Sean McGivern
Added YouTrack integration Closes #42595 See merge request gitlab-org/gitlab-ce!25361
2019-02-22Update external issue tracker services test, remove `prop_accessor :title` ↵Kotau Yauhen
from YouTrack integration service
2019-02-21Remove new_issue_url field from YouTrack integration serviceKotau Yauhen
2019-02-21Move ChatOps to CoreJames Fargher
ChatOps used to be in the Ultimate tier.
2019-02-20Lowercase letters support and additional tests for YouTrack integration serviceYauhen Kotau
2019-02-18Added YouTrack integrationYauhen Kotau
Fixes gitlab-org/gitlab-ce#42595
2019-02-11Merge branch '52424-goodbye-hipchat' into 'master'Douglas Barbosa Alexandre
Remove HipChat integration from GitLab Closes #52424 See merge request gitlab-org/gitlab-ce!22223
2019-02-08Remove HipChat integration from GitLabNick Thomas
2019-02-08Add missing argument to DeploymentService#predefined_variablesJames Fargher
2019-01-30Support polymorphism of Bamboo REST API resultsAlex Lossent
It may return single result or an array of results
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-10Use revision instead of build number for TC query.Willi Nesensohn
2019-01-02Use OpenShift in docs and Web UI instead of OpenshiftTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-12-05Rename project's pipelines relationFrancisco Javier López
2018-11-30Make KUBECONFIG nil if KUBE_TOKEN is nilDylan Griffith
Having an invalid KUBECONFIG without a token in it is not helpful. This only became possible recently now that we are creating a separate namespace and service account (and hence token) to send to the runners. This led to somewhat surprising results when troubleshooting https://gitlab.com/gitlab-org/gitlab-ce/issues/53879 as I found that the KUBECONFIG was still being passed but KUBE_TOKEN was not. These things really should have been linked. Furthermore now that we are also using the [presence of KUBECONFIG to decide whether or not to run build steps in Auto DevOps](https://gitlab.com/gitlab-org/gitlab-ce/blob/294d15be3e9497e7b67e1f9131ce9d5c0d68406c/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml#L164) I think it makes even more sense to ensure that KUBECONFIG is a complete config if passed to a job.
2018-11-29Merge branch 'security-2736-prometheus-ssrf' into 'master'Cindy Pallares
[master] Do not follow redirects in prometheus service See merge request gitlab/gitlabhq!2617
2018-11-19Add support for surfacing a link to the branch or tag name in push message…Tony Castrogiovanni
2018-11-13Merge branch 'refactor-reference-regexes-and-identity-scopes' into 'master'Robert Speicher
Refactor reference regexes and identity scopes See merge request gitlab-org/gitlab-ce!22987
2018-11-13Show HTTP response code for Kubernetes errorsThong Kuah
2018-11-12Merge branch 'sh-53180-append-path' into 'master'Rémy Coutable
Make sure there's only one slash as path separator Closes #53180 See merge request gitlab-org/gitlab-ce!22954
2018-11-12Turn reference regex constants into methodsYorick Peterse
`Mentionable::ReferenceRegexes` used to define the following two constants: 1. DEFAULT_PATTERN 2. EXTERNAL_PATTERN These two constants were built using some of the class methods that reside in this same module. In EE we redefine one of these methods by using `prepend` at the start of the `ReferenceRegexes` module. This poses a problem: we can not move the `prepend` to the end of the file, because the constants later on depend on it. To resolve this problem, this commit turns these constants into class methods that memoize their results. This allows EE to redefine the appropriate methods before these two class methods are used, in turn allowing us to move the `prepend` to the end of the file. See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8198 for more information.
2018-11-12Merge branch 'blackst0ne-add-discord-service' into 'master'Sean McGivern
Add Discord integration Closes #21635 See merge request gitlab-org/gitlab-ce!22684
2018-11-10Make sure there's only one slash as path separatorStan Hu
In Ruby 2.4, `URI.join("http://test//", "a").to_s` will remove the double slash, however it's not the case in Ruby 2.5. Using chomp should work better for the intention, as we're not trying to allow things like ../ or / paths resolution. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53180
2018-11-10Fix minor offensesblackst0ne
2018-11-06Merge branch 'allow_single_letter_external_issue_ids' into 'master'Douglas Barbosa Alexandre
Allow single letter external issue IDs Closes #52803 See merge request gitlab-org/gitlab-ce!22717
2018-11-06DRY specs, fix typos in docsblackst0ne
2018-11-05Update discord notification serviceblackst0ne
2018-11-02Incorporates Kubernetes Namespace into Cluster's flowThong Kuah
2018-11-01Allow single letter external issue IDsDídac Rodríguez Arbonès
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-30Add Discord integrationblackst0ne
2018-10-23Store version within SUPPORTED_API_GROUPS hashThong Kuah
This removes the ability to pass in a different version. We can instead create a new entry in the SUPPORTED_API_GROUPS hash for a different version if need be.
2018-10-23Update all usages of KubeClientThong Kuah
Find and replace everywhere we pass in `api_groups` to KubeClient, as no longer needed
2018-10-22Update Guide for Microsoft Teams Notification IntegrationAbubakar Siddiq Ango
2018-10-19Correctly process Bamboo API resultsAlex Lossent
Bamboo API returns an array of results as per https://docs.atlassian.com/atlassian-bamboo/REST/6.2.5/#d2e786
2018-10-17Merge branch 'gt-remove-prometheus-configuration-help-text' into 'master'Clement Ho
Remove prometheus configuration help text Closes #52782 See merge request gitlab-org/gitlab-ce!22413
2018-10-17Merge branch '44361-remove-gitlab-grit' into 'master'Rémy Coutable
Remove gitlab-grit as a transitive dependency of GitLab Closes #44361 See merge request gitlab-org/gitlab-ce!22373
2018-10-17Allow JIRA to login using email and API tokenFelipe Artur
2018-10-17Remove prometheus configuration help textGeorge Tsiolis
2018-10-16Merge flowdock monkeypatch into the inlined gemNick Thomas
2018-10-16Inline the gitlab-flowdock-git-hooks gemNick Thomas
This allows us to avoid one transitive dependency on gitlab-grit. The aim is to remove all transitive dependencies.
2018-10-16Show available clusters when installed or updatedPeter Leitzen
Before this commit updating Prometheus (e.g. adding alerts) made it "updated" therefore not installed.
2018-09-29post_process markdown redered by APIBrett Walker
2018-09-20Fix activity titles for MRs in chat notification servicesNick Thomas
2018-09-18Fix rubocop Style/ZeroLengthPredicateSemyon Pupkov
2018-09-17Merge branch '44596-double-title-merge-request-message' into 'master'Grzegorz Bizon
Fix double title in merge request chat messages Closes #44586 See merge request gitlab-org/gitlab-ce!21670
2018-09-14Add fix for EE merge messageKukovskii Vladimir
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11Fix double title in merge request chat messagesKukovskii Vladimir