-
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 #5 from anandvarkeyphilips/development
modifying README and generating new Release
- Loading branch information
Showing
6 changed files
with
30 additions
and
17 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,37 +1,40 @@ | ||
|
||
# Welcome to Enterprise YAML Validator | ||
# Welcome to Enterprise Validator Suite | ||
|
||
[comment]: # (REPLACE ME: Add Brief description of your service) | ||
|
||
Latest version as of 27-10-2018 is 2.0.1.RELEASE | ||
Latest version as of 07-11-2018 is 2.0.4.RELEASE | ||
|
||
### Getting Started | ||
|
||
[comment]: # (REPLACE ME: Add a Getting Started guide) | ||
|
||
Enterprise YAML validator is better than http://www.yamllint.com. | ||
Enterprise YAML Validator follows YAML spec, support multiple doc feature which is not supported my YAML Lint. | ||
YAML validator is better than http://www.yamllint.com. | ||
YAML Validator follows YAML spec, support multiple doc feature which is not supported my YAML Lint. | ||
JSON validator and formatter follows the JSON spec at http://json.org/. | ||
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:9090/validator/editor | ||
http://varkeys-rhel-jenkins.westus.cloudapp.azure.com:9090/validator/editor | ||
|
||
![Alt text](enterprise-yaml-validator-image.PNG?raw=true "Enterprise YAML Validator") | ||
![Alt text](enterprise-validator-suite-image.PNG?raw=true "Enterprise Validator Suite") | ||
|
||
### Recipe Ingredients | ||
* spring-boot-starter-web | ||
* spring-boot-starter-freemarker | ||
* springfox-swagger2, springfox-swagger-ui | ||
* snakeyaml, lombok, jackson-databind, spring-boot-test | ||
* org.json,snakeyaml, lombok, jackson-databind, spring-boot-test | ||
|
||
|
||
### 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. | ||
* Click on "Validate JSON" to validate JSON data. | ||
* Click on "Format YAML" to format JSON data. | ||
* Click on "Share Data" to share the data through configured Mailing App. | ||
|
||
|
||
### Jira | ||
|
@@ -44,14 +47,23 @@ Please contact: [Anand Varkey Philips] ([email protected]) (Anand Var | |
### Change Log | ||
[comment]: # (REPLACE ME: Add the changelog in below format) | ||
|
||
* Version 2.*-RELEASE | ||
* Version 2.0.4-RELEASE | ||
|
||
> Released *[07/11/2018]* : 2.0.4.RELEASE | ||
> | ||
> Changes includes the following: | ||
> | ||
> 1. Added JSON validation and Formatting capabilities. | ||
* Version 2.0.0-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. | ||
> 3. Added JSON validation and Formatting capabilities. | ||
* Version 1.*-RELEASE | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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
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,9 +1,9 @@ | ||
server: | ||
port: 9090 | ||
servlet.context-path: /validator | ||
servlet.context-path: /validator-microservice | ||
logging: | ||
level.root: info | ||
level.io.exnihilo: debug | ||
file: /packages/logs/yaml-editor/yaml-editor.log | ||
file: /packages/logs/validator-microservice/validator-microservice.log | ||
spring.pid.fail-on-write-error: true | ||
spring.pid.file: /packages/config/yaml-editor/yaml-editor.pid | ||
spring.pid.file: /packages/config/validator-microservice/validator-microservice.pid |
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