Skip to content

Commit

Permalink
Merge pull request #2 from anandvarkeyphilips/development
Browse files Browse the repository at this point in the history
Adding missing Ace Editor Files and README
  • Loading branch information
anandvarkeyphilips authored Oct 27, 2018
2 parents 450de68 + c6d81c2 commit 68c6d29
Show file tree
Hide file tree
Showing 228 changed files with 313,125 additions and 5 deletions.
63 changes: 60 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,63 @@
http://40.112.160.129:8080/job/pipeline-job/badge/icon

# Welcome to Enterprise YAML Validator

[![Build Status](http://40.112.160.129:8080/job/pipeline-job/badge/icon)](http://40.112.160.129:8080/job/pipeline-job/)
[comment]: # (REPLACE ME: Add Brief description of your service)

<a href='http://40.112.160.129:8080/job/pipeline-job/'><img src='http://40.112.160.129:8080/job/pipeline-job/badge/icon'></a>
Latest version as of 27-10-2018 is 2.0.1.RELEASE

### Getting Started

[comment]: # (REPLACE ME: Add a Getting Started guide)

Enterprise YAML validator is better than [http://www.yamllint.com] http://www.yamllint.com
Enterprise YAML Validator follows YAML spec, support multiple doc feature which is not supported my YAML Lint.
Also, now you dont have to use https://www.base64decode.org/,
This app also supports Decode from and to Base64 format.

Here's the working version of the Application hosted in Microsoft Azure Cloud:
[http://varkeys-rhel-jenkins.westus.cloudapp.azure.com:8090/validator/forEditor] (http://varkeys-rhel-jenkins.westus.cloudapp.azure.com:8090/validator/forEditor)

![Alt text](enterprise-yaml-validator-image.PNG?raw=true "Enterprise YAML Validator")

### Recipe Ingredients
* spring-boot-starter-web
* spring-boot-starter-freemarker
* springfox-swagger2, springfox-swagger-ui
* snakeyaml, lombok, jackson-databind, spring-boot-test
[comment]: # (REPLACE ME: Add Initial requirements like JDK version, IDE, etc)

### How to?
[comment]: # (REPLACE ME: Add your confluence page in below format)
Click on "BASE 64Encode" to encode to Base64 format.
Click on "BASE 64Encode" to decode from Base64 format.
Click on "Validate YAML" to validate YAML data.
Click on "Share YAML" to share the YAML data through Outlook Mail.


### Jira
[comment]: # (REPLACE ME: Add your Jira EPIC page in below format)
* [Epic](https://jira.global.atlassian.com/browse/<JIRA-ID>) - Work in Progress

### For help and support,
Please contact: [Anand Varkey Philips] ([email protected]) (Anand Varkey Philips)

### Change Log
[comment]: # (REPLACE ME: Add the changelog in below format)

* Version 2.*-RELEASE

> Released *[27/10/2018]* : 2.0.0.RELEASE
>
> Changes includes the following:
>
> 1. Added front end-web page for Enterprise YAML Validator.
> 2. Made it a complete standalone microservie app.
* Version 1.*-RELEASE

> Released *[08/10/2018]* : 1.0.0.RELEASE
>
> Changes includes the following:
>
> 1. Initial Commit with only YAML validation service.
> 2. Enabled Jenkins setup and one touch deployment.
Binary file added enterprise-yaml-validator-image.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.exnihilo</groupId>
<artifactId>yaml-validator</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>
<packaging>jar</packaging>

<properties>
Expand Down
Loading

0 comments on commit 68c6d29

Please sign in to comment.