Commit Graph

5 Commits

Author SHA1 Message Date
Tanner 017d5cb349
Fluent docs (#502)
* model schema + id

* finish @ID

* add model docs

* vapor-beta plus soft delete updates

* add format docs

* enum

* @Group

* dto section

* save

* address feedback

* updates

* add migrate, start schema

* schema field + constraint

* dictionary / array

* enum + coupling

* outline

* relation docs

* Update 4.0/docs/fluent/model.md

Co-authored-by: Conal O'Neill <conaloneill@users.noreply.github.com>

* eager load

* query docs

* add'l filters

* add'l query props

* range

* finish query

* fix overview

* fix confusing min comment

* advanced

* upgrade fluent guide

* upgrade todo

* fix optional parent

* address comments

* updates

Co-authored-by: Conal O'Neill <conaloneill@users.noreply.github.com>
2020-06-12 15:38:37 -04:00
zach wick 8065e9098e
Corrects the description of the 'trace' level of logging (#480)
Fixes #463

The 'trace' level of logging is the least severe level of logging in SwiftLog
and should be used only when tracing the execution flow of a program during
debugging.

This description of the 'trace' level of logging, is verbatim the description
of the 'trace' level in the SwiftLog documentation at
74d7b91cee/Sources/Logging/Logging.swift (L327)
and I will file a bug report and PR there in the upstream project.

Signed-off-by: zach wick <zach@zachwick.com>
2020-05-01 09:58:43 +01:00
Tanner 7af47ba980
vapor 4.0.0 gm (#462)
* vapor 4.0.0 gm

* env debug

* start sessions docs

* fluent session driver setup

* session + fluent + auth

* errors

* fix italics typo

* middleware

* password apis

* add server docs

* server docs

* xctvapor docs

* services

* quote
2020-04-09 13:39:51 -04:00
Patrick 55a5162e21
Specified a return type (#459)
Not specifying a return type is only possible on closures when it's a single line function
2020-03-30 14:43:44 -04:00
Tanner eaf0f72033
console + logging docs (#458)
* console + logging docs

* commands docs

* updates
2020-03-27 17:47:30 -04:00