summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-09-05 15:39:18 +0000
committerRémy Coutable <remy@rymai.me>2017-09-05 15:39:18 +0000
commite0f28e09e87bea0c5296ad63236efc18a7caae93 (patch)
tree1df14e882bb394eaf47d2f7bb56b926803142d4a
parentb5a06c609915a5321a5f35b7915dbb6744a54285 (diff)
parentdbfe4c5d322b94ae738cee0b8925f71a9e3c3191 (diff)
downloadgitlab-ce-e0f28e09e87bea0c5296ad63236efc18a7caae93.tar.gz
Merge branch 'feature/dependency-status-badge' into 'master'
Add badge for dependency status See merge request !13588
-rw-r--r--README.md1
-rw-r--r--changelogs/unreleased/feature-dependency-status-badge.yml5
2 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9309922ae39..9ead6d51c5d 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
[![Build status](https://gitlab.com/gitlab-org/gitlab-ce/badges/master/build.svg)](https://gitlab.com/gitlab-org/gitlab-ce/commits/master)
[![Overall test coverage](https://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg)](https://gitlab.com/gitlab-org/gitlab-ce/pipelines)
+[![Dependency Status](https://gemnasium.com/gitlabhq/gitlabhq.svg)](https://gemnasium.com/gitlabhq/gitlabhq)
[![Code Climate](https://codeclimate.com/github/gitlabhq/gitlabhq.svg)](https://codeclimate.com/github/gitlabhq/gitlabhq)
[![Core Infrastructure Initiative Best Practices](https://bestpractices.coreinfrastructure.org/projects/42/badge)](https://bestpractices.coreinfrastructure.org/projects/42)
[![Gitter](https://badges.gitter.im/gitlabhq/gitlabhq.svg)](https://gitter.im/gitlabhq/gitlabhq?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
diff --git a/changelogs/unreleased/feature-dependency-status-badge.yml b/changelogs/unreleased/feature-dependency-status-badge.yml
new file mode 100644
index 00000000000..1becff3585a
--- /dev/null
+++ b/changelogs/unreleased/feature-dependency-status-badge.yml
@@ -0,0 +1,5 @@
+---
+title: Add badge for dependency status
+merge_request: 13588
+author: Markus Koller
+type: other