Skip to content

Commit

Permalink
Deploying to gh-pages from @ 585e246 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmlau committed Sep 16, 2024
1 parent 585e246 commit a684ef6
Show file tree
Hide file tree
Showing 67 changed files with 534 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pages/en/lb4/Discovering-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Models can be discovered from a supported datasource by running the

### Options

`--dataSource`: Put a valid datasource name here to skip the datasource prompt
`--dataSource or --datasource`: Put a valid datasource name here to skip the
datasource prompt

`--views`: Choose whether to discover views. Default is true

Expand Down
13 changes: 12 additions & 1 deletion pages/en/lb4/Model.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,18 @@ Here are general attributes for property definitions:
<li><code>"uuidv4"</code>: generate a new universally unique identifier using the UUID version 4 algorithm.</li>
<li>"<code>now"</code>: use the current date and time as returned by <code>new Date()</code></li>
</ul>
NOTE: the value of <code>defaultFn</code> is generated by LoopBack itself. If you'd like to use database built-in <code>uuid</code> functions (MySQL or Postgres for example), please check the README file of the corresponding connector.
NOTES:
<ul>
<li>
the value of <code>defaultFn</code> is generated by LoopBack itself. If you'd like to use database built-in <code>uuid</code> functions (MySQL or Postgres for example), please check the README file of the corresponding connector.
</li>
<li>
don't set <code>generated</code> to <code>true</code> incase of <code>defaultFn</code> as <code>generated</code> property indicates the value to be generated by the database not by Loopback.
</li>
<li>
don't set <code>required</code> to <code>true</code> incase of <code>defaultFn</code> as <code>required</code> means the user needs to provide the field in the request always.
</li>
</ul>
</td>
</tr>
<tr>
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.rest-msgpack.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/rest-msgpack





## [0.11.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/rest-msgpack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-access-control-migration.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-access-control-migration





## [7.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-access-control-migration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-binding-resolution.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-binding-resolution





## [0.10.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-binding-resolution
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-context.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-context





## [7.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-express-composition.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-express-composition





## [7.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-express-composition
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/file-transfer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-file-transfer.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-file-transfer





## [6.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-file-transfer
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-graphql.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-graphql





## [0.10.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-graphql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-greeter-extension.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-greeter-extension





## [7.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-greeter-extension
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/greeting-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-greeting-app.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-greeting-app





## [7.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-greeting-app
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/hello-world/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-hello-world.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-hello-world





## [7.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-hello-world
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/lb3-application/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-lb3-application.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-lb3-application





## [7.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-lb3-application
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/log-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-log-extension.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-log-extension





## [7.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-log-extension
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-metrics-prometheus.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-metrics-prometheus





## [0.13.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-metrics-prometheus
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/multi-tenancy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-multi-tenancy.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.16.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-multi-tenancy





## [0.16.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-multi-tenancy
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/passport-login/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-passport-login.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-passport-login





## [6.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-passport-login
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/references-many/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-references-many.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-references-many





## [8.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-references-many
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/rest-crud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-rest-crud.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-rest-crud





## [6.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-rest-crud
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/rpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-rpc-server.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-rpc-server





## [7.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-rpc-server
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/soap-calculator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-soap-calculator.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-soap-calculator





## [7.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-soap-calculator
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/socketio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-socketio.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-socketio





## [0.9.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-socketio
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/todo-jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-todo-jwt.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-todo-jwt





## [6.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-todo-jwt
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/todo-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-todo-list.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-todo-list





## [8.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-todo-list
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-todo.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-todo





## [8.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-todo
Expand Down
8 changes: 8 additions & 0 deletions pages/en/lb4/changelogs/examples/validation-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-validation-app.html
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-08-14)

**Note:** Version bump only for package @loopback/example-validation-app





## [6.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-07-09)

**Note:** Version bump only for package @loopback/example-validation-app
Expand Down
Loading

0 comments on commit a684ef6

Please sign in to comment.