Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update home page and create gitter chat #50 #51

Merged
merged 1 commit into from
Oct 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
14 changes: 7 additions & 7 deletions src/main/webapp/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ <h1 class="display-4" jhiTranslate="home.title">Welcome, Java Hipster!</h1>
</div>

<p jhiTranslate="home.question">
If you have any question on JHipster:
If you have any question on microservice-catalog:
</p>

<ul>
<li><a href="https://www.jhipster.tech/" target="_blank" rel="noopener noreferrer" jhiTranslate="home.link.homepage">JHipster homepage</a></li>
<li><a href="http://stackoverflow.com/tags/jhipster/info" target="_blank" rel="noopener noreferrer" jhiTranslate="home.link.stackoverflow">JHipster on Stack Overflow</a></li>
<li><a href="https://github.com/jhipster/generator-jhipster/issues?state=open" target="_blank" rel="noopener noreferrer" jhiTranslate="home.link.bugtracker">JHipster bug tracker</a></li>
<li><a href="https://gitter.im/jhipster/generator-jhipster" target="_blank" rel="noopener noreferrer" jhiTranslate="home.link.chat">JHipster public chat room</a></li>
<li><a href="https://twitter.com/jhipster" target="_blank" rel="noopener noreferrer" jhiTranslate="home.link.follow">follow @jhipster on Twitter</a></li>
<li><a href="https://github.com/tillias/microservice-catalog" target="_blank" rel="noopener noreferrer" jhiTranslate="home.link.homepage">microservice-catalog homepage</a></li>
<li><a href="https://stackoverflow.com/questions/ask?tags=microservice-catalog" target="_blank" rel="noopener noreferrer" jhiTranslate="home.link.stackoverflow">microservice-catalog on Stack Overflow</a></li>
<li><a href="https://github.com/tillias/microservice-catalog/issues?state=open" target="_blank" rel="noopener noreferrer" jhiTranslate="home.link.bugtracker">microservice-catalog bug tracker</a></li>
<li><a href="https://gitter.im/microservice-catalog/community" target="_blank" rel="noopener noreferrer" jhiTranslate="home.link.chat">microservice-catalog public chat room</a></li>
<li><a href="https://twitter.com/tillias" target="_blank" rel="noopener noreferrer" jhiTranslate="home.link.follow">follow @tillias on Twitter</a></li>
</ul>

<p>
<span jhiTranslate="home.like">If you like JHipster, don't forget to give us a star on</span> <a href="https://github.com/jhipster/generator-jhipster" target="_blank" rel="noopener noreferrer" jhiTranslate="home.github">GitHub</a>!
<span jhiTranslate="home.like">If you like microservice-catalog, don't forget to give us a star on</span> <a href="https://github.com/tillias/microservice-catalog" target="_blank" rel="noopener noreferrer" jhiTranslate="home.github">GitHub</a>!
</p>
</div>
</div>
14 changes: 7 additions & 7 deletions src/main/webapp/i18n/de/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
14 changes: 7 additions & 7 deletions src/main/webapp/i18n/en/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}