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

Add Sample Quickstarts to project #33

Merged
merged 1 commit into from
Dec 23, 2019

Conversation

rohanKanojia
Copy link
Member

  • Updated README with gitter badge
  • Added some samples

These are not directly linked to project so not sure whether we should file CQs for these or not.

@codecov
Copy link

codecov bot commented Dec 19, 2019

Codecov Report

Merging #33 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #33   +/-   ##
=========================================
  Coverage     24.46%   24.46%           
  Complexity     1334     1334           
=========================================
  Files           326      326           
  Lines         17603    17603           
  Branches       2691     2691           
=========================================
  Hits           4307     4307           
  Misses        12805    12805           
  Partials        491      491

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e98ba69...1cf6dae. Read the comment docs.

<modelVersion>4.0.0</modelVersion>

<artifactId>jshift-maven-sample-spring-boot</artifactId>
<groupId>io.jshift</groupId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace by valid groupID (also artifcatId is not OK)

<build>
<plugins>
<plugin>
<groupId>io.jshift</groupId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same. Check all files for "fabric8" or "jshift"

* Contributors:
* Red Hat, Inc. - initial API and implementation
*/
package io.fabric8.mven.sample.thorntail.rest;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to keep fabric8 package names?

<html>
<head>
<meta charset="UTF-8">
<title>fabric8:Maven Plugin</title>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use more appropriate values e.g. "Eclipse JKube"

</head>

<body>
<h2>fabric8 maven plugin rocks!!</h2>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JKube is trendier!

Copy link
Member

@manusa manusa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rohanKanojia rohanKanojia merged commit bc92575 into eclipse-jkube:master Dec 23, 2019
@rohanKanojia rohanKanojia deleted the pr/add-samples branch July 8, 2020 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants