-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from anandvarkeyphilips/development
Adding missing Ace Editor Files and README
- Loading branch information
Showing
228 changed files
with
313,125 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.