Tobe O
17ad5f82c3
sps
2020-02-15 18:21:51 -05:00
Tobe O
d04609934e
fix subproject script again
2020-02-15 18:21:06 -05:00
Tobe O
b1a0d3ab4f
fix subproject script
2020-02-15 18:19:32 -05:00
Tobe O
2ddab37c8b
modify subproject script
2020-02-15 18:18:39 -05:00
Tobe O
84025f73e2
add pull_subproject tool
2020-02-15 18:16:52 -05:00
Tobe O
0e03940f81
create packages dir
2020-02-15 18:13:38 -05:00
Tobe O
609d06f66b
Add 'framework/' from commit '64d6729def5ffcf225a2c8f74fdf115218df1c56'
...
git-subtree-dir: framework
git-subtree-mainline: 6f6510ab27
git-subtree-split: 64d6729def
2020-02-15 18:12:48 -05:00
Tobe O
6f6510ab27
clear out boilerplate files/folders
2020-02-15 17:59:23 -05:00
Tobe O
64d6729def
Get rid of pedantic stuff
2020-02-05 18:02:46 -05:00
Tobe O
99fbec359e
Add explicit string_scanner dep
2019-11-22 08:34:41 -05:00
Tobe O
decd4b56e7
Formatting
2019-11-22 08:29:56 -05:00
Tobe O
00e861adbc
Fix controller_test to await async call
2019-11-22 08:27:46 -05:00
Tobe O
a39b33549b
Bump to 2.0.5 (not 2.1.0, semver)
2019-11-22 08:21:01 -05:00
Tobe O
f081a4a515
Fix HookedService type error
2019-11-22 08:20:00 -05:00
Tobe O
0f02f0bd70
2.0.5-beta
2019-10-12 10:58:23 -04:00
Tobe O
94c37e103c
No-expose controller tests
2019-10-12 10:56:24 -04:00
Tobe O
32d0396ebd
Update hostname example
2019-10-12 10:30:31 -04:00
Tobe O
ed8817ff5e
decodeBody test
2019-10-12 10:24:54 -04:00
Tobe O
673754ac84
deserializeBody test
2019-10-12 10:22:36 -04:00
Tobe O
bcfaf04dda
Fix cert errors on allowHttp1 test
2019-10-12 10:17:46 -04:00
Tobe O
564310baca
Merge branch 'master' into experimental
2019-10-12 10:04:13 -04:00
Tobe O
4e792e4c34
Use pretty_logging
2019-10-12 09:57:59 -04:00
Tobe O
6d71707673
Use ThrowingReflector
2019-10-12 09:53:16 -04:00
Tobe Osakwe
a6062cf7cc
Merge pull request #120 from eliasreis54/update-readme
...
Update the README.MD
2019-10-09 14:26:35 -04:00
Tobe O
8d9668bd8a
Remove extraneous newline
2019-10-09 14:25:42 -04:00
Tobe O
0cf2adeafe
slight updates to eliasreis54 readme
2019-10-09 14:24:56 -04:00
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
Elias Reis
d5f3ec6945
Update the README.MD
2019-10-02 22:21:08 -03: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
Tobe Osakwe
185b5d6598
Merge pull request #241 from axellebot/doc
...
Edit documentation
2019-08-16 08:45:37 -04:00
Axel LE BOT
b58172ba60
Edit Expose doc
2019-07-27 12:09:50 +02:00
Axel LE BOT
e2b5d4f135
Edit Controller.configureRoutes doc
2019-07-27 12:08:07 +02:00
Tobe O
5e9ddf2aad
Rm swp
2019-07-25 22:46:04 -04:00
Tobe O
e23fd2369f
2.0.4+1 (configureRoutes)
2019-07-25 22:45:47 -04:00
thosakwe
650cf208fc
Expose-less ctrl done
2019-07-17 15:48:02 -04:00
thosakwe
0a9b5c118f
optional expose
2019-07-17 15:26:34 -04:00
thosakwe
91bc517b1f
decode+deserialize body
2019-07-17 15:05:51 -04:00
thosakwe
2fdfb848f0
Hostnamerouter done
2019-07-17 14:57:51 -04:00
thosakwe
ac71ffad0f
Hostname syntax parser
2019-07-17 13:47:30 -04:00
thosakwe
6a34a5462a
allowHttp1 test
2019-07-17 13:21:43 -04:00
thosakwe
5ba849d9b1
Add allowHttp1
2019-07-17 13:20:20 -04:00
Tobe O
2f2295ed5a
full changelog
2019-07-08 20:22:09 -04:00
Tobe Osakwe
bf1ad66b56
Merge pull request #239 from davidosborn/master
...
Accept any content type if accept header is missing
2019-07-08 20:21:31 -04:00
Tobe Osakwe
4be830e17a
Merge pull request #237 from tvolkert/bytes
...
Prepare for upcoming Dart SDK breaking change
2019-07-08 20:16:09 -04:00
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
David Osborn
25c6ded16f
Accept any content type if accept header is missing.
2019-06-30 23:15:20 -03:00