diff --git a/README.md b/README.md index c8e7190..cbfb24d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Join the chat at https://gitter.im/microservice-catalog/community](https://badges.gitter.im/microservice-catalog/community.svg)](https://gitter.im/microservice-catalog/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/tillias/microservice-catalog.svg?branch=master)](https://travis-ci.org/tillias/microservice-catalog) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=microcatalog&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=microcatalog) [![Docker Image Version (latest by date)](https://img.shields.io/docker/v/tillias/microcatalog)](https://hub.docker.com/r/tillias/microcatalog) @@ -8,7 +9,15 @@ # microcatalog -Microservice catalog helps you or your organization to centrally store information about your microservices and share information between developers in a modern, live way. See https://tillias.wordpress.com/2020/10/02/microservice-catalog for details +Microservice catalog helps you or your organization to centrally store information about your microservices and share information between developers in a modern, live way. See [original idea](https://tillias.wordpress.com/2020/10/02/microservice-catalog) and [blog posts](https://tillias.wordpress.com/tag/microservice-catalog) for details + +Interested or have suggestions? Join [gitter chat](https://gitter.im/microservice-catalog/community) or ping me on [twitter](https://twitter.com/tillias) + +## Check it yourself + +Latest version and deployment instructions are always available on [Docker Hub](https://hub.docker.com/r/tillias/microcatalog). + +You can also test it in on click on [Play with Docker](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/tillias/microservice-catalog/master/docker-compose.yml) ## Development diff --git a/src/main/webapp/app/entities/microservice/microservice-dashboard/microservice-search/microservice-search.component.ts b/src/main/webapp/app/entities/microservice/microservice-dashboard/microservice-search/microservice-search.component.ts index 96964ea..49da211 100644 --- a/src/main/webapp/app/entities/microservice/microservice-dashboard/microservice-search/microservice-search.component.ts +++ b/src/main/webapp/app/entities/microservice/microservice-dashboard/microservice-search/microservice-search.component.ts @@ -1,4 +1,4 @@ -import { Component, EventEmitter, Input, OnDestroy, OnInit, Output } from '@angular/core'; +import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; import { Observable } from 'rxjs'; import { debounceTime, distinctUntilChanged, map, switchMap } from 'rxjs/operators'; import { MicroserviceService } from 'app/entities/microservice/microservice.service'; diff --git a/src/main/webapp/app/home/home.component.html b/src/main/webapp/app/home/home.component.html index 0257d55..76c3d3c 100644 --- a/src/main/webapp/app/home/home.component.html +++ b/src/main/webapp/app/home/home.component.html @@ -30,19 +30,19 @@
- If you have any question on JHipster: + If you have any question on microservice-catalog:
- If you like JHipster, don't forget to give us a star on GitHub! + If you like microservice-catalog, don't forget to give us a star on GitHub!
diff --git a/src/main/webapp/i18n/de/home.json b/src/main/webapp/i18n/de/home.json index 382a81a..2e0e278 100644 --- a/src/main/webapp/i18n/de/home.json +++ b/src/main/webapp/i18n/de/home.json @@ -5,15 +5,15 @@ "logged": { "message": "Sie sind als Benutzer \"{{username}}\" angemeldet." }, - "question": "Wenn Sie Fragen zu JHipster haben:", + "question": "Wenn Sie Fragen zu microservice-catalog haben:", "link": { - "homepage": "JHipster Hauptseite", - "stackoverflow": "JHipster auf Stack Overflow", - "bugtracker": "JHipster Fehlereinträge", - "chat": "JHipster Chat", - "follow": "kontaktieren Sie uns mit @jhipster auf Twitter" + "homepage": "microservice-catalog Hauptseite", + "stackoverflow": "microservice-catalog auf Stack Overflow", + "bugtracker": "microservice-catalog Fehlereinträge", + "chat": "microservice-catalog Chat", + "follow": "kontaktieren Sie uns mit @tillias auf Twitter" }, - "like": "Wenn Sie JHipster mögen, vergessen Sie nicht uns einen Stern zu geben auf", + "like": "Wenn Sie microservice-catalog mögen, vergessen Sie nicht uns einen Stern zu geben auf", "github": "GitHub" } } diff --git a/src/main/webapp/i18n/en/home.json b/src/main/webapp/i18n/en/home.json index d96b1b5..d1ebc12 100644 --- a/src/main/webapp/i18n/en/home.json +++ b/src/main/webapp/i18n/en/home.json @@ -5,15 +5,15 @@ "logged": { "message": "You are logged in as user \"{{username}}\"." }, - "question": "If you have any question on JHipster:", + "question": "If you have any question on microservice-catalog:", "link": { - "homepage": "JHipster homepage", - "stackoverflow": "JHipster on Stack Overflow", - "bugtracker": "JHipster bug tracker", - "chat": "JHipster public chat room", - "follow": "follow @jhipster on Twitter" + "homepage": "microservice-catalog homepage", + "stackoverflow": "microservice-catalog on Stack Overflow", + "bugtracker": "microservice-catalog bug tracker", + "chat": "microservice-catalog public chat room", + "follow": "follow @tillias on Twitter" }, - "like": "If you like JHipster, don't forget to give us a star on", + "like": "If you like microservice-catalog, don't forget to give us a star on", "github": "GitHub" } }