Hailong
025b1a6822
Fix a typo on the Leaf overview page. ( #582 )
...
* Fix a typo on the Leaf overview page.
* Update 3.0/docs/leaf/overview.md
Co-authored-by: Siemen Sikkema <siemensikkema@users.noreply.github.com>
* Update 4.0/docs/leaf/overview.md
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
Co-authored-by: Siemen Sikkema <siemensikkema@users.noreply.github.com>
2021-01-11 10:08:30 +00:00
texuf
1f984b0be0
Fix spelling: databsae -> database ( #525 )
...
Co-authored-by: Austin Ellis <austinellis+github@gmail.com>
2020-07-21 09:28:11 +01:00
tanner0101
0ab6613818
remove 3.0 rc notice
2020-06-13 13:09:11 -04:00
tanner0101
82dcef8ec6
add social
2020-06-13 13:04:59 -04:00
tanner0101
8a9f617a15
fix mkdocs.yml formatting
2020-06-13 13:01:45 -04:00
Kristaps Grinbergs
e41d39d4e0
Updated Websocket intro and links ( #470 )
2020-04-14 12:16:14 +01:00
Jimmy McDermott
c7d76252ff
Queues/Jobs Documentation ( #389 )
...
* add jobs docs
* add thread-safe note
* fix userInfo doc
* database example
* update documentation
* fix worker typo
* add scheduled jobs documentation
* delay documentation
* update parameter name
* update with provider info
* add documentation about in-process workers
* Documentation for newest betas
* fixes
* fix EmailJobContext
* Specific return type + formatting
* Apply suggestions from code review
Co-Authored-By: Tim <0xTim@users.noreply.github.com>
* fix comments
* update mkdocs.yml
* merge into one file
* update route
Co-authored-by: Tim <0xTim@users.noreply.github.com>
2020-03-26 12:34:06 -04:00
Tanner
c1eb40094f
remove apt.vapor.sh refs ( #451 )
...
* remove apt.vapor.sh refs
* spaces
2020-03-11 10:06:49 -04:00
tanner0101
1de97c6016
vapor 4 message
2020-03-02 13:47:59 -05:00
Felix Wehnert
83ebdfc099
Update getting-started.md ( #438 )
2020-01-30 20:33:51 +00:00
logan
7c74d45cf0
add heroku deploy docs ( #427 )
...
* add heroku deploy docs
* restructure heroku deploy
* folder typo
* fix comments
Co-authored-by: Tanner <me@tanner.xyz>
2020-01-02 10:49:10 -05:00
Lucas Derraugh
843d283320
Fix misspelling "succesful" ( #424 )
...
succesful -> successful
2020-01-02 09:25:09 -05:00
Alexandre Brispot
597e58c19a
Add unauthenticated user redirection example ( #425 )
...
* Add unauthenticated user redirection example
* Update web.md
2019-12-29 19:22:04 +00:00
viz
0026cae298
Update hello-world.md ( #426 )
...
Seems the instruction is outdated.
2019-12-23 09:40:16 -06:00
Tom Counsell
9f32ff045c
Fix probable typo: LoginController -> LoginAPIController ( #420 )
2019-11-02 08:04:32 -04:00
Tanner
3acfa72719
start vapor 4 docs ( #416 )
...
* start vapor 4 docs
* add getting started page
* add version switcher + fix deploy
* improve macOS wording
2019-10-11 18:59:58 -04:00
Joe Smith
39491a08ac
Add fluent-dynamodb ( #415 )
...
* Add fluent-dynamodb
* Update getting-started.md
2019-10-08 10:59:53 -04:00
Joe Smith
95bba5fa2e
Cannot use `id` in Swift ( #407 )
...
* Cannot use id in Swift
`error: 'id' is unavailable in Swift: 'id' is not available in Swift; use 'Any'`
https://developer.apple.com/swift/blog/?id=39
* Update routing.md
2019-09-12 15:33:36 +01:00
Hoàng Minh Nhật
f7fa580ad1
Fix error in sample source in blocking section ( #410 )
...
- Add return type *-> Future<String>* to fix compile error *Type 'PathComponentsRepresentable' does not conform to protocol 'ExpressibleByStringLiteral'*
- Change *DispatchQueue.global()* to *DispatchQueue.global().async* to fix compile error *Cannot invoke 'global' with an argument list of type '(() -> ())'*
2019-09-12 15:30:37 +01:00
Christopher Combes
ff145e1e7c
Fix internal links in DatabaseKit and Fluent. ( #411 )
2019-09-12 15:29:51 +01:00
David Stephens
426073f599
`Timestampkey` -> `TimestampKey` in example ( #412 )
...
Fix typo that would lead to people copying the example getting an "undeclared type" error.
2019-08-07 23:54:51 +02:00
Anthony Bullard
b701b0dca4
Fix typo in Redis -> Getting Started ( #413 )
...
For clearer reading
2019-07-16 21:39:22 -05:00
Joe Smith
956bc55ca8
Pointer toward a struct and not raw array for Encodable ( #409 )
2019-06-19 15:17:35 -04:00
Matthew Davies
f6b3f0c532
corrects database-kit link ( #406 )
...
The relative path for the DatabaseKit Connections link was incorrect
2019-05-23 10:02:29 -05:00
Jerry-Carter
b93aca2297
Update models.md ( #403 )
...
Added descriptions of the creation and update timestamps and of soft delete.
2019-05-05 09:25:18 -04:00
Christian Weinberger
a65a957cea
Update toolbox.md ( #400 )
...
I am always searching for the installation guide for the toolbox on this page, so I added the links.
2019-03-20 11:39:18 -04:00
NobodyNada
9ac62ae943
Vapor repo needs to be tapped before installing with Homebrew ( #392 )
2019-02-05 18:22:47 -05:00
Ross Beazley
2b648ed280
fix incorrect pattern name DI -> Service Locator ( #391 )
...
As fowler discusses here
[Inversion of Control Containers and the Dependency Injection pattern](https://martinfowler.com/articles/injection.html#UsingAServiceLocator )
Dependency Injection and Service Locator are different things. If I understand correctly a service locator is passed into the object in question and it then has to request the service it needs from it. Dependency injection would have the objects dependencies automatically injected in through its initialiser or setters. In this case I think we are using a Service Locator.
2019-01-31 09:38:02 +00:00
Jacob Rhoda
512bc1e62c
Add cache configuration to MySQL documentation ( #378 )
...
This adds a simple snippet and explanation for setting up MySQL to be used as a KeyedCache. SQLite does this automatically, Postgres does this simpler, but while MySQL supports it, it's more of an involved process.
2019-01-17 12:29:37 -05:00
Joe Smith
b6df981243
Pointer for creating a `Worker` ( #358 )
2019-01-17 12:23:18 -05:00
Eric Jacobsen
b960ec4745
Adds link to HTTPResponseStatus struct property list. ( #330 )
...
* Adds link to HTTPResponseStatus struct property list.
* links to Swift-NIO instead of Swift-Server
2019-01-17 12:17:32 -05:00
Jimmy McDermott
f185794278
Merge pull request #372 from vapor/remove-spaces-in-folder-names
...
Update style-guide.md
2019-01-17 12:11:27 -05:00
Jonas Schwartz
0215358c30
Rollback test
2019-01-14 23:12:07 +01:00
Jonas Schwartz
996f134305
Test automated deploy
2019-01-14 23:09:57 +01:00
Jonas Schwartz
e232e47d9a
Removing test text
2019-01-14 21:48:19 +01:00
Jonas Schwartz
34d8a63232
Test deploy
2019-01-14 21:44:41 +01:00
Jhonny Bill
5d7b56c613
Nit: move s outside the
2019-01-14 06:35:12 -04:00
Jhonny Bill
c4509b5eaa
FIX - http getting-started reference link
2019-01-12 18:31:21 -04:00
Jhonny Bill
dfa25a7c3e
FIX - database connections reference link
2019-01-12 18:26:34 -04:00
Jhonny Bill
f06c88f3c4
FIX - broken structure reference link
2019-01-12 18:25:01 -04:00
Jhonny Bill
d75fbfa7a6
FIX - spm reference link
...
FIX - structure reference link
2019-01-12 18:14:21 -04:00
Jhonny Bill
6e66d6c01d
Nit: Parameters instead of Parameter<url>s
2019-01-12 18:10:50 -04:00
Jhonny Bill
d0f0164010
FIX - database keyed-cache reference link
2019-01-12 18:07:15 -04:00
Jhonny Bill
3aa7f658b2
FIX - Async blocking section reference link
2019-01-12 18:00:10 -04:00
Jhonny Bill
2281b29b82
FIX - Put s in the right place in Models
2019-01-12 17:56:12 -04:00
Jhonny Bill
7b32c1367d
FIX - Choosing a Driver reference link
2019-01-12 17:53:10 -04:00
Jhonny Bill
7199db8d70
FIX - database connections reference link
2019-01-12 17:46:30 -04:00
Jhonny Bill
63ca6cfb4b
ADD - TOTP, HOTP and Data extension API reference url
2019-01-12 17:19:42 -04:00
Jhonny Bill
88b6f9e524
FIX - broken fluent/getting-started link due to missing .md
2019-01-12 17:07:37 -04:00
Jhonny Bill
a2d5e16c1e
FIX - missing .md in some SwiftPM links
2019-01-12 16:53:36 -04:00