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
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-12-06 12:39:25 +0300
committerNick Thomas <nick@gitlab.com>2017-12-13 18:53:32 +0300
commitab4fa64308176cc069e6a731d35a53c886af805e (patch)
tree09d0c5d8a1a50abe3aa1aef418407b3379d3d2ec /changelogs
parent8ff63039f1ee5f6e31a8b910e323977e7de3c634 (diff)
Add a gitlab:tcp_check rake task
This allows us to avoid relying on telnet / netcat being installed
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/add-tcp-check-rake-task.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/add-tcp-check-rake-task.yml b/changelogs/unreleased/add-tcp-check-rake-task.yml
new file mode 100644
index 00000000000..a7c04bd0d55
--- /dev/null
+++ b/changelogs/unreleased/add-tcp-check-rake-task.yml
@@ -0,0 +1,5 @@
+---
+title: Add a gitlab:tcp_check rake task
+merge_request: 15759
+author:
+type: added