Commit graph

1217 commits

Author SHA1 Message Date
Tobe Osakwe
264dd4dc91
Merge pull request #246 from PatOConnor43/fix-test
Bind the decoder to req.body
2019-10-09 14:20:13 -04:00
Tobe Osakwe
e524e8e9e8
Merge pull request #247 from neelkamath/patch-1
Fix #245
2019-10-09 14:19:26 -04:00
Neel Kamath
5312741c73
Update serialize() docs for Angel v2 2019-10-06 09:06:01 +05:30
Tobe O
be6a3669cc Correct versions 2019-10-05 03:13:33 -04:00
Tobe O
b33312edc2 Patch @Exclude() constructor 2019-10-05 03:10:29 -04:00
Elias Reis
d5f3ec6945 Update the README.MD 2019-10-02 22:21:08 -03:00
Tobe O
d4c427b021 roll 1.0.2 of graphql_server 2019-09-29 19:03:39 -04:00
Pat O'Connor
d88e289807 Bind the decoder to req.body 2019-09-28 22:53:47 -07:00
Tobe Osakwe
21e583644b
Merge pull request #118 from fredtma/patch-1
Change Dockerfile to use latest dart image
2019-09-26 08:35:01 -04:00
fredtma
8d2f0e9d02
Change Dockerfile to use latest dart image
I generated an application with `angel init`

When running the application in a docker container, I get the error.
`file:///root/.pub-cache/hosted/pub.dartlang.org/angel_configuration-2.1.0/lib/angel_configuration.dart:62:1: Error: 'Future' expects 0 type arguments.`
This is due to the fact that *angel_configuration.dart* does not import 'dart:async'.
This works when using the latest dart version.
[see](https://github.com/dart-lang/sdk/issues/26162)
[see](https://github.com/dart-lang/sdk/issues/34384)
[see](https://github.com/dart-lang/sdk/issues/34237)
2019-09-26 09:09:01 +02:00
Yarco
87ff2392da Bug: _getQuery return empty value 2019-09-26 12:45:47 +08:00
Klāvs Priedītis
b2217c72b2 dedupe DataLoader requests for the same item 2019-09-17 15:10:50 +03:00
Tobe O
b323ecc3b4 1.1.4 hotfix 2019-09-02 13:14:24 -04:00
Tobe O
87afea8ec8 Merge remote-tracking branch 'origin' into 1.2.0 2019-08-27 05:53:24 -04:00
Tobe Osakwe
6fc6d1453e
Merge pull request #32 from micimize/patch-1
FIx broken int variable type parsing
2019-08-26 20:08:48 -04:00
Michael Joseph Rosenthal
35c8e1088d
FIx broken int variable type parsing 2019-08-26 18:55:42 -05:00
Tobe O
92e40d88b8 Redis example 2019-08-16 11:37:34 -04:00
Tobe O
ee92a33ede Add service rate limiter 2019-08-16 11:25:51 -04:00
Tobe O
4a1dd8849e Add example url 2019-08-16 11:13:33 -04:00
Tobe O
ceb913b78d remove idea 2019-08-16 10:59:33 -04:00
Tobe O
0ca2eb1c72 Git attrs 2019-08-16 10:58:58 -04:00
Tobe O
4bf473aadb Fix extension 2019-08-16 10:57:43 -04:00
Tobe O
5c339f8b46 Move extensions to src/native 2019-08-16 10:53:45 -04:00
Tobe O
988328c51d Make example its own project 2019-08-16 10:52:09 -04:00
Tobe O
109b81b31e SQLi filter example 2019-08-16 10:50:54 -04:00
Tobe O
7d3e4dc28b SQL filter middleware 2019-08-16 10:49:18 -04:00
Tobe O
0995a77c3d Cmake 2019-08-16 10:46:21 -04:00
Tobe O
11042a45db Build *shared* libs 2019-08-16 10:45:53 -04:00
Tobe O
f40c50e0b3 Bundle libinjection as well 2019-08-16 10:43:25 -04:00
Tobe O
17224d011a Roll libinjection 2019-08-16 10:42:40 -04:00
Tobe O
7c3a81ffd4 Init native 2019-08-16 10:24:47 -04:00
Tobe O
304545f441 Add writeCookie signature 2019-08-16 09:53:15 -04:00
Tobe O
c045da3e03 Only encode the signature 2019-08-16 09:50:50 -04:00
Tobe O
df2a6c7096 Formatting 2019-08-16 09:32:58 -04:00
Tobe O
394c9f86db Finish cookie signer 2019-08-16 09:32:50 -04:00
Tobe O
aef47b12b9 Separate signature computation 2019-08-16 09:19:48 -04:00
Tobe O
6d39f590d2 Add docs 2019-08-16 09:16:46 -04:00
Tobe O
127ffd3197 signCookie 2019-08-16 09:09:11 -04:00
Tobe O
9c83923324 writeCookies 2019-08-16 09:02:59 -04:00
Tobe O
0d38f9e567 Init CookieSigner 2019-08-16 09:00:56 -04:00
Tobe Osakwe
185b5d6598
Merge pull request #241 from axellebot/doc
Edit documentation
2019-08-16 08:45:37 -04:00
Tobe O
c9afba3c8e Use >= instead of > 2019-08-14 16:16:51 -04:00
Tobe O
6edbfba7a4 Default error message 2019-08-14 16:14:00 -04:00
Tobe O
dafe005cb2 Default rate limit message 2019-08-14 16:13:37 -04:00
Tobe O
9fc80730f1 rejectRequest never returns null 2019-08-14 16:10:52 -04:00
Tobe O
628c50572e Clean readme 2019-08-14 16:08:23 -04:00
Tobe O
332e3595e6 Rate limit example 2019-08-14 16:06:40 -04:00
Tobe O
17c625ce6b In memory rate limiter 2019-08-14 16:03:09 -04:00
Tobe O
3ee00e9e0f Finish basic implementation 2019-08-14 15:56:35 -04:00
Tobe O
2e2bf7c2ed Update window docs 2019-08-14 15:38:09 -04:00