Skip to content

Commit

Permalink
renaming Leanty Organization to TreeGateway
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobustamante committed Aug 9, 2018
1 parent ca80782 commit 4b4e5d2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ deploy:
skip_cleanup: true
on:
tags: true
repo: Leanty/tree-gateway
repo: TreeGateway/tree-gateway
- provider: script
skip_cleanup: true
script: ./deploy-docker.sh
on:
tags: true
repo: Leanty/tree-gateway
repo: TreeGateway/tree-gateway
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 LEANTY
Copyright (c) 2017 TreeGateway

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![npm version](https://badge.fury.io/js/tree-gateway.svg)](https://badge.fury.io/js/tree-gateway)
[![Build Status](https://travis-ci.org/Leanty/tree-gateway.svg?branch=master)](https://travis-ci.org/Leanty/tree-gateway)
[![Coverage Status](https://coveralls.io/repos/github/Leanty/tree-gateway/badge.svg?branch=master)](https://coveralls.io/github/Leanty/tree-gateway?branch=master)
[![Known Vulnerabilities](https://snyk.io/test/github/leanty/tree-gateway/badge.svg?targetFile=package.json)](https://snyk.io/test/github/leanty/tree-gateway?targetFile=package.json)
[![Build Status](https://travis-ci.org/TreeGateway/tree-gateway.svg?branch=master)](https://travis-ci.org/TreeGateway/tree-gateway)
[![Coverage Status](https://coveralls.io/repos/github/TreeGateway/tree-gateway/badge.svg?branch=master)](https://coveralls.io/github/TreeGateway/tree-gateway?branch=master)
[![Known Vulnerabilities](https://snyk.io/test/github/TreeGateway/tree-gateway/badge.svg?targetFile=package.json)](https://snyk.io/test/github/TreeGateway/tree-gateway?targetFile=package.json)

<p align="center">
<a href="http://treegateway.org"><img src="https://media.licdn.com/mpr/mpr/shrink_200_200/AAEAAQAAAAAAAAwjAAAAJGFlNWE2MDI1LTM0OGItNDc2NC1hYmU5LTM2NmNkMDlmZjkxNQ.png"/></a>
Expand All @@ -15,7 +15,7 @@ A full featured and free API Gateway in Node JS
An API gateway provides a single, unified entry point across one or more internal APIs. It is an important element in any microservice architecture.

<p align="center">
 <img src="https://raw.githubusercontent.com/Leanty/tree-gateway/gh-pages/img/presentation.png" />
 <img src="https://raw.githubusercontent.com/TreeGateway/tree-gateway/gh-pages/img/presentation.png" />
</p>

## Why Tree Gateway?
Expand Down Expand Up @@ -87,9 +87,9 @@ And its done. You can test it accessing in your browser: `http://localhost:8000/

## Gateway Configuration Reference

Check the [Docs](https://github.com/Leanty/tree-gateway/wiki).
Check the [Docs](https://github.com/TreeGateway/tree-gateway/wiki).


## Migrating from previous versions

Check our [migration guide](https://github.com/Leanty/tree-gateway/wiki/migrationGuide).
Check our [migration guide](https://github.com/TreeGateway/tree-gateway/wiki/migrationGuide).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Leanty/tree-gateway"
"url": "https://github.com/TreeGateway/tree-gateway"
},
"bin": {
"treeGateway": "dist/index.js",
"treeGatewayConfig": "dist/admin/config/cli.js"
},
"bugs": {
"url": "https://github.com/Leanty/tree-gateway/issues"
"url": "https://github.com/TreeGateway/tree-gateway/issues"
},
"directories": {
"lib": "dist",
Expand Down
2 changes: 1 addition & 1 deletion src/config/gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface GatewayConfig {
disableCompression?: boolean;
/**
* Disable the validation of API Ids. If the id is not validated, the data could not be synchronizable
* to Leanty dashboard.
* to TreeGateway dashboard.
*/
disableApiIdValidation?: boolean;
/**
Expand Down

0 comments on commit 4b4e5d2

Please sign in to comment.