Skip to content

Commit

Permalink
fix: Update github repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Mar 11, 2019
1 parent 1caf777 commit c711c47
Show file tree
Hide file tree
Showing 36 changed files with 88 additions and 105 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We welcome any type of contribution, not only code. You can help with
- QA: file bug reports, the more details you can give the better (e.g. screenshots with the console open)
- Marketing: writing blog posts, howto's, printing stickers, ...
- Community: presenting the project at meetups, organizing a dedicated meetup for the local community, ...
- Code: take a look at the [open issues](https://github.com/Romakita/tsed/blob/master/issues). Even if you can't write code, commenting on them, showing that you care about a given issue matters. It helps us triage them.
- Code: take a look at the [open issues](https://github.com/TypedProject/ts-express-decorators/blob/master/issues). Even if you can't write code, commenting on them, showing that you care about a given issue matters. It helps us triage them.
- Money: we welcome financial contributions in full transparency on our [open collective](https://opencollective.com/tsed).

## Your First Contribution
Expand All @@ -28,7 +28,7 @@ We also welcome financial contributions in full transparency on our open collect

## Questions

If you have any questions, create an [issue](https://github.com/Romakita/tsed/blob/master/issue) (protip: do a quick search first to see if someone else didn't ask the same question before!). You can also reach us at hello@tsed.opencollective.com.
If you have any questions, create an [issue](https://github.com/TypedProject/ts-express-decorators/blob/master/issue) (protip: do a quick search first to see if someone else didn't ask the same question before!). You can also reach us at hello@tsed.opencollective.com.

## How to work on Ts.ED
### Setup
Expand Down Expand Up @@ -128,7 +128,7 @@ npm run doc:serve
## Credits
### Contributors

<a href="https://github.com/romakita/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
<a href="https://github.com/TypedProject/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>


### Backers
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
theme: "tsed",
themeConfig: {
version: require("../../package").version,
repo: "romakita/ts-express-decorators",
repo: "TypedProject/ts-express-decorators",
gitterUrl: "https://gitter.im/Tsed-io/community",
editLinks: true,
docsDir: "docs",
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class Server extends ServerLoader {

### HTTPs configuration

You see the example [projet HTTPs](https://github.com/Romakita/example-ts-express-decorator/tree/2.0.0/example-https)
You see the example [projet HTTPs](https://github.com/TypedProject/example-ts-express-decorator/tree/2.0.0/example-https)


## Logger
Expand Down
4 changes: 2 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ We welcome any type of contribution, not only code. You can help with
- QA: file bug reports, the more details you can give the better (e.g. screenshots with the console open)
- Marketing: writing blog posts, howto's, printing stickers, ...
- Community: presenting the project at meetups, organizing a dedicated meetup for the local community, ...
- Code: take a look at the [open issues](https://github.com/Romakita/tsed/blob/master/issues). Even if you can't write code, commenting on them, showing that you care about a given issue matters. It helps us triage them.
- Code: take a look at the [open issues](https://github.com/TypedProject/ts-express-decorators/blob/master/issues). Even if you can't write code, commenting on them, showing that you care about a given issue matters. It helps us triage them.
- Money: we welcome financial contributions in full transparency on our [open collective](https://opencollective.com/tsed).

## Your First Contribution
Expand All @@ -53,7 +53,7 @@ We also welcome financial contributions in full transparency on our open collect

## Questions

If you have any questions, create an [issue](https://github.com/Romakita/tsed/blob/master/issue) (protip: do a quick search first to see if someone else didn't ask the same question before!). You can also reach us at hello@tsed.opencollective.com.
If you have any questions, create an [issue](https://github.com/TypedProject/ts-express-decorators/blob/master/issue) (protip: do a quick search first to see if someone else didn't ask the same question before!). You can also reach us at hello@tsed.opencollective.com.

## How to work on Ts.ED
### Setup
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/converters.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ class User {

The Converters service relies on a subservice set to convert the following types:

- Basics: [String, Number et Boolean](https://github.com/Romakita/ts-express-decorators/blob/master/src/common/converters/components/PrimitiveConverter.ts),
- Objects: [Date](https://github.com/Romakita/ts-express-decorators/blob/master/src/common/converters/components/DateConverter.ts) et [Symbol](https://github.com/Romakita/ts-express-decorators/blob/master/src/common/converters/components/SymbolConverter.ts),
- Collections: [Array](https://github.com/Romakita/ts-express-decorators/blob/master/src/common/converters/components/ArrayConverter.ts), [Map](https://github.com/Romakita/ts-express-decorators/blob/master/src/common/converters/components/MapConverter.ts) et [Set](https://github.com/Romakita/ts-express-decorators/blob/master/src/common/converters/components/SetConverter.ts).
- Basics: [String, Number et Boolean](https://github.com/TypedProject/ts-express-decorators/blob/master/packages/common/src/converters/components/PrimitiveConverter.ts),
- Objects: [Date](https://github.com/TypedProject/ts-express-decorators/blob/master/packages/common/src/converters/components/DateConverter.ts) et [Symbol](https://github.com/TypedProject/ts-express-decorators/blob/master/packages/common/src/converters/components/SymbolConverter.ts),
- Collections: [Array](https://github.com/TypedProject/ts-express-decorators/blob/master/packages/common/src/converters/components/ArrayConverter.ts), [Map](https://github.com/TypedProject/ts-express-decorators/blob/master/packages/common/src/converters/components/MapConverter.ts) et [Set](https://github.com/TypedProject/ts-express-decorators/blob/master/packages/common/src/converters/components/SetConverter.ts).

> Set and Map types will be converted into an JSON object (instead of Array).
Expand Down Expand Up @@ -350,4 +350,4 @@ console.log(result) // TaskModel {unknowProperty: "test"}
::: tip
If you have disabled `strict` validation at the global level, you can use the `@ModelStrict(true)` decorator
to enable validation for a specific model.
:::
:::
19 changes: 1 addition & 18 deletions docs/docs/migration.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
# Migration

See release note on Github: https://github.com/Romakita/ts-express-decorators/releases
See release note on Github: https://github.com/TypedProject/ts-express-decorators/releases

## From v1.x to v2.x

- ServerLoader.isAuthenticated hooks is removed. Use ServerLoader.$onAuth hook instead of.
- Interface IPromise is removed. Use Promise instead of.
- Interface ICrud is removed.
- ServerLoader.AcceptMime() is removed. Use GlobalAcceptMimesMiddleware instead of (see documentation https://tsed.io#/docs/middlewares/global-middleware).
- Update [ts-log-debug](https://TypedProject.github.io/ts-log-debug) to the new major version.

## From v1.3 or under to v1.4

The `@types/express` modules dependency has move to devDependencies. So you can have a compilation error with TypeScript.
To resolve it, just run `npm install --save @types/express`.

If we used the InjectorService. Make you sure we have this in your code:

* `InjectorService.invoke(target)` has changed to `InjectorService.invoke<T>(target): T`.
* `InjectorService.get(target)` has changed to `InjectorService.get<T>(target): T`.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ otherTopics: true

# Getting started

You can start your project from the [getting started project](https://github.com/Romakita/ts-express-decorators/tree/master/integration/getting-started).
You can start your project from the [getting started project](https://github.com/TypedProject/ts-express-decorators/tree/master/integration/getting-started).

## Installation from scratch

Expand Down
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ meta:
actionText: Get Started →
actionLink: /getting-started.html
repoText: Github
repoLink: https://github.com/romakita/ts-express-decorators
repoLink: https://github.com/TypedProject/ts-express-decorators
heroText: TS.ED
heroDescription: A TypeScript Framework on top of Express
heroTerms:
Expand Down
40 changes: 20 additions & 20 deletions docs/tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Starters

- [Quick start project](https://github.com/Romakita/ts-express-decorators/tree/production/integration/getting-started)
- [Quick start project](https://github.com/TypedProject/ts-express-decorators/tree/production/integration/getting-started)
- [Node Api Starter](https://github.com/scopsy/node-typescript-starter) by [Scopsy](https://github.com/scopsy)

## Demo
Expand All @@ -11,29 +11,29 @@ Some examples are available along these links :

**Projects example for v5.x.x**

- [Basic usages](https://github.com/Romakita/ts-express-decorators/tree/production/integration/getting-started)
- [Https](https://github.com/Romakita/example-ts-express-decorator/tree/4.0.0/example-https)
- [A SquareGame with SocketIO](https://github.com/Romakita/ts-express-decorators/tree/production/integration/socketio)
- [Authentication with Passport.js](https://github.com/Romakita/example-ts-express-decorator/tree/4.0.0/example-passport)
- [Mongoose & Swagger](https://github.com/Romakita/example-ts-express-decorator/tree/4.0.0/example-mongoose)
- [TypeORM](https://github.com/Romakita/ts-express-decorators/tree/production/integration/typeorm)
- [Multer](https://github.com/Romakita/ts-express-decorators/tree/production/integration/multer)
- [Basic usages](https://github.com/TypedProject/ts-express-decorators/tree/production/integration/getting-started)
- [Https](https://github.com/TypedProject/example-ts-express-decorator/tree/4.0.0/example-https)
- [A SquareGame with SocketIO](https://github.com/TypedProject/ts-express-decorators/tree/production/integration/socketio)
- [Authentication with Passport.js](https://github.com/TypedProject/example-ts-express-decorator/tree/4.0.0/example-passport)
- [Mongoose & Swagger](https://github.com/TypedProject/example-ts-express-decorator/tree/4.0.0/example-mongoose)
- [TypeORM](https://github.com/TypedProject/ts-express-decorators/tree/production/integration/typeorm)
- [Multer](https://github.com/TypedProject/ts-express-decorators/tree/production/integration/multer)

**Projects examples for v4.x.x**

- [Basic usages](https://github.com/Romakita/ts-express-decorators/tree/production/integration/getting-started)
- [Https](https://github.com/Romakita/example-ts-express-decorator/tree/4.0.0/example-https)
- [Authentication with Passport.js](https://github.com/Romakita/example-ts-express-decorator/tree/4.0.0/example-passport)
- [Mongoose & Swagger](https://github.com/Romakita/example-ts-express-decorator/tree/4.0.0/example-mongoose)
- [TypeORM](https://github.com/Romakita/example-ts-express-decorator/tree/4.0.0/example-typeorm)
- [Basic usages](https://github.com/TypedProject/ts-express-decorators/tree/production/integration/getting-started)
- [Https](https://github.com/TypedProject/example-ts-express-decorator/tree/4.0.0/example-https)
- [Authentication with Passport.js](https://github.com/TypedProject/example-ts-express-decorator/tree/4.0.0/example-passport)
- [Mongoose & Swagger](https://github.com/TypedProject/example-ts-express-decorator/tree/4.0.0/example-mongoose)
- [TypeORM](https://github.com/TypedProject/example-ts-express-decorator/tree/4.0.0/example-typeorm)

**Projects examples for v2.0.0 and more**

- [Basic usages](https://github.com/Romakita/example-ts-express-decorator/tree/2.0.0/example-basic)
- [Https](https://github.com/Romakita/example-ts-express-decorator/tree/2.0.0/example-https)
- [Service declaration](https://github.com/Romakita/example-ts-express-decorator/tree/2.0.0/example-services)
- [Authentication with Passport.js](https://github.com/Romakita/example-ts-express-decorator/tree/2.0.0/example-passport)
- [Mongoose and deserialization](https://github.com/Romakita/example-ts-express-decorator/tree/2.0.0/example-mongoose)
- [Swagger UI](https://github.com/Romakita/example-ts-express-decorator/tree/2.0.0/example-swagger)
- [Testing](https://github.com/Romakita/example-ts-express-decorator/tree/2.0.0/example-testing)
- [Basic usages](https://github.com/TypedProject/example-ts-express-decorator/tree/2.0.0/example-basic)
- [Https](https://github.com/TypedProject/example-ts-express-decorator/tree/2.0.0/example-https)
- [Service declaration](https://github.com/TypedProject/example-ts-express-decorator/tree/2.0.0/example-services)
- [Authentication with Passport.js](https://github.com/TypedProject/example-ts-express-decorator/tree/2.0.0/example-passport)
- [Mongoose and deserialization](https://github.com/TypedProject/example-ts-express-decorator/tree/2.0.0/example-mongoose)
- [Swagger UI](https://github.com/TypedProject/example-ts-express-decorator/tree/2.0.0/example-swagger)
- [Testing](https://github.com/TypedProject/example-ts-express-decorator/tree/2.0.0/example-testing)

2 changes: 1 addition & 1 deletion docs/tutorials/mongoose.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,5 +396,5 @@ export class MyService {
```

::: tip
You can find a working example on [Mongoose & Swagger here](https://github.com/Romakita/example-ts-express-decorator/tree/4.0.0/example-mongoose).
You can find a working example on [Mongoose & Swagger here](https://github.com/TypedProject/example-ts-express-decorator/tree/4.0.0/example-mongoose).
:::
2 changes: 1 addition & 1 deletion docs/tutorials/multer.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ Swagger spec (v2.0) doesn't support multiple files.
:::

::: tip
You can find a working example on [Multer here](https://github.com/Romakita/ts-express-decorators/tree/production/integration/multer).
You can find a working example on [Multer here](https://github.com/TypedProject/ts-express-decorators/tree/production/integration/multer).
:::
4 changes: 2 additions & 2 deletions docs/tutorials/passport.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,5 +360,5 @@ export class PassportCtrl {
```

::: tip
You can find a working example on [Passport.js here](https://github.com/Romakita/example-ts-express-decorator/tree/4.0.0/example-passport).
:::
You can find a working example on [Passport.js here](https://github.com/TypedProject/example-ts-express-decorator/tree/4.0.0/example-passport).
:::
2 changes: 1 addition & 1 deletion docs/tutorials/socket-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Socket.io enable real-time bidirectional event-based communication. It works on

## Example

A complete example is available [here](https://github.com/Romakita/ts-express-decorators/tree/production/integration/socketio).
A complete example is available [here](https://github.com/TypedProject/ts-express-decorators/tree/production/integration/socketio).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/throw-http-exceptions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Throw HTTP Exceptions

You can use [ts-httpexceptions](https://github.com/Romakita/ts-httpexceptions) or similar module to throw an http exception.
You can use [ts-httpexceptions](https://github.com/TypedProject/ts-httpexceptions) or similar module to throw an http exception.
All exception will be intercepted by the [Global error handler](/docs/middlewares/override/global-error-handler.md)
and are sent to the client.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/typeorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ export class UsersCtrl {
```

::: tip
You can find a working example on [TypeORM here](https://github.com/Romakita/ts-express-decorators/tree/production/integration/typeorm).
You can find a working example on [TypeORM here](https://github.com/TypedProject/ts-express-decorators/tree/production/integration/typeorm).
:::
4 changes: 2 additions & 2 deletions integration/getting-started/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Here an example to configure your server and how to create your first controller.

See [Ts.ED](https://romakita.github.io/ts-express-decorators) project for more information.
See [Ts.ED](https://tsed.io) project for more information.

## Install

Expand All @@ -16,4 +16,4 @@ npm install

```
npm start
```
```
2 changes: 1 addition & 1 deletion integration/multer/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Here an example to configure your server and how to create your first controller.

See [Ts.ED](https://romakita.github.io/ts-express-decorators) project for more information.
See [Ts.ED](https://tsed.io) project for more information.

## Install

Expand Down
2 changes: 1 addition & 1 deletion integration/typeorm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Here an example to configure your server and how to create your first controller.

See [Ts.ED](https://romakita.github.io/ts-express-decorators) project for more information.
See [Ts.ED](https://tsed.io/) project for more information.

## Install

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Romakita/ts-express-decorators.git"
"url": "https://github.com/TypedProject/ts-express-decorators.git"
},
"keywords": [
"Express",
Expand Down Expand Up @@ -58,7 +58,7 @@
"author": "Romain Lenzotti",
"license": "MIT",
"bugs": {
"url": "https://github.com/Romakita/ts-express-decorators/issues"
"url": "https://github.com/TypedProject/ts-express-decorators/issues"
},
"homepage": "http://tsed.io/",
"dependencies": {
Expand Down Expand Up @@ -147,4 +147,4 @@
"packages": "packages",
"test": "test"
}
}
}
2 changes: 1 addition & 1 deletion packages/ajv/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class Server extends ServerLoader {
## Contributors
Please read [contributing guidelines here](./CONTRIBUTING.md).

<a href="https://github.com/romakita/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
<a href="https://github.com/TypedProject/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>


## Backers
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"author": "Romain Lenzotti",
"license": "MIT",
"bugs": {
"url": "https://github.com/Romakita/ts-express-decorators/issues"
"url": "https://github.com/TypedProject/ts-express-decorators/issues"
},
"homepage": "http://tsed.io/",
"repository": {
"type": "git",
"url": "https://github.com/Romakita/ts-express-decorators.git"
"url": "https://github.com/TypedProject/ts-express-decorators.git"
},
"dependencies": {
"@types/json-schema": "^6.0.1",
Expand Down
Loading

0 comments on commit c711c47

Please sign in to comment.