Commit graph

2751 commits

Author SHA1 Message Date
Todd Volkert
f83a874944 Prepare for upcoming Dart SDK breaking change
The SDK recently updated `BytesBuilder.takeBytes()` and
`BytesBuilder.toBytes()` to return `Uint8List` rather than
`List<int>`.

A similar change has updated `File.openRead()` to return
`Stream<Uint8List>` and `HttpClientResponse` to implement
`Stream<Uint8List>`.

This change makes the corresponding update in the angel framework.

https://github.com/dart-lang/sdk/issues/36900
2019-07-07 08:58:41 -07:00
Axel Le Bot
e3280aeea0
[FIX] Fixed wrong relationship example 2019-07-06 18:19:19 +02:00
Tobe O
1b3e66d1dd Remove unused imports 2019-07-04 17:53:32 -04:00
Tobe O
6c0972a13d Bump gen to 2.0.5 2019-07-04 17:52:44 -04:00
Tobe O
ae2a002d06 Fix parseRow test 2019-07-04 17:52:35 -04:00
Tobe O
1a7970c9cd gen 2019-07-04 17:36:59 -04:00
Tobe O
e4a45c47ba Bump orm to 2.0.1 2019-07-04 17:31:18 -04:00
Tobe O
010036a89f primary.key no default type 2019-07-04 17:30:42 -04:00
Tobe O
68a349c877 Apply pedantic to angel_orm 2019-07-04 17:30:21 -04:00
Tobe O
ed34ea0a2f Omar Belkhodja fixes 2019-07-04 17:26:39 -04:00
Tobe O
c2a117396f Skip ShimFieldImpl check 2019-07-04 17:08:20 -04:00
Tobe O
2ca0e16dea Delete conflicting outputs in travis 2019-07-04 14:37:22 -04:00
Tobe O
f479212675 don't annotate initializing formals 2019-07-04 14:36:39 -04:00
Tobe O
03cf34b779 Patch travis to build before tests 2019-07-04 14:34:31 -04:00
Tobe O
c07bed94d5 Bump gen -> 2.5.0 2019-07-04 14:32:52 -04:00
Tobe O
447f479747 Apply pedantic lints 2019-07-04 14:32:34 -04:00
Tobe O
642a7d98a8 Finish subclass 2019-07-04 14:30:45 -04:00
Tobe O
a4b56e7885 Use whereType() instead of chaining where() and cast(). 2019-07-04 14:08:25 -04:00
Tobe O
165dd82813 Support mutation 2019-07-04 14:03:20 -04:00
Tobe O
8cdf71bea5 Update custom serializer doc 2019-07-04 13:54:17 -04:00
David Osborn
25c6ded16f Accept any content type if accept header is missing. 2019-06-30 23:15:20 -03:00
Tobe O
67c11b5384 broken 2019-06-30 09:30:23 -04:00
Tobe O
c1b1c5a06e hooks test 2019-06-30 09:30:12 -04:00
Todd Volkert
16e3a5a3a0 Prepare for upcoming change to HttpRequest and HttpClientResponse
An upcoming change to the Dart SDK will change `HttpRequest` and
`HttpClientResponse` from implementing `Stream<List<int>>` to
implementing `Stream<Uint8List>`.

This forwards-compatible change prepares for that SDK breaking
change by casting the Stream to `List<int>` before transforming
it.

https://github.com/dart-lang/sdk/issues/36900
2019-06-25 19:50:57 -07:00
Todd Volkert
e3c291d913 Prepare for upcoming change to File.openRead()
An upcoming change to the Dart SDK will change the signature
of `File.openRead()` from returning `Stream<List<int>>` to
returning `Stream<Uint8List>`.

This forwards-compatible change prepares for that SDK breaking
change by casting the Stream to `List<int>` before transforming
it.

https://github.com/dart-lang/sdk/issues/36900
2019-06-25 13:12:54 -07:00
Tobe O
cc23c2a97e Bump 2019-06-06 12:19:16 -04:00
Tobe O
df90ce1bbc 2.1.3+1 2019-06-06 12:19:09 -04:00
Tobe O
f2b6ab69e2 bump to 2.0.3 2019-06-06 12:17:32 -04:00
Tobe O
5eef432e2a Curly brace fixes... 2019-06-06 10:37:27 -04:00
Tobe O
99cef39faa Fix control flow formatting 2019-06-06 10:33:40 -04:00
Tobe O
d0e765dcd4 +1 2019-05-31 16:24:13 -04:00
Tobe O
9df72be406 Bump to 2.0.2 2019-05-31 00:20:20 -04:00
Tobe O
97d52a6984 Split Controller.configureServer 2019-05-30 23:57:09 -04:00
Tobe O
07d1ce0944 Make ResponseContext *explicitly* implement StreamConsumer 2019-05-30 23:52:07 -04:00
Tobe O
49942cc841 curly braces in control flow 2019-05-30 23:49:00 -04:00
Tobe Osakwe
4aec4c5cec
Create FUNDING.yml 2019-05-29 03:06:49 -04:00
Tobe O
ed1422b4fb 2.0.6 2019-05-06 19:24:21 -04:00
Tobe O
0bef42c4b9 Fix PKCE test 2019-05-03 03:29:59 -04:00
Tobe O
2afe4deab0 implicit 2019-05-03 03:24:24 -04:00
Tobe O
1274ad6b0d +1 2019-05-03 02:27:42 -04:00
Tobe O
eb31a1a2c9 +1 2019-05-03 02:14:08 -04:00
Tobe O
6dd7ffea03 Bump version 2019-05-02 19:29:43 -04:00
Tobe O
fd53da891f 2.1.3 2019-05-02 19:29:09 -04:00
Tobe O
49ea99ed6c Bump to 2.1.2 2019-05-02 19:19:30 -04:00
Tobe O
f29050f7df Bump to 2.0.1 2019-05-02 18:57:51 -04:00
Tobe O
99c5933af3 Tests done 2019-05-02 18:56:43 -04:00
Tobe O
e57de0bd04 unnecessary new/const removal 2019-05-02 18:48:31 -04:00
Tobe O
1ed6736257 Call RequestContext.close in Driver.sendResponse. 2019-05-02 18:46:07 -04:00
Tobe O
28b6f84051 Fix 404 hole 2019-05-02 18:37:32 -04:00
Tobe O
961324980d Publish 2.2.0 2019-05-02 03:31:02 -04:00