Commit graph

288 commits

Author SHA1 Message Date
thomashii
dafe850024 Updated to v8 2023-06-19 23:28:45 +08:00
thomashii@dukefirehawk.com
4f6c6caeb2 Upgraded to version 7 2022-08-31 00:10:33 +08:00
Thomas Hii
4839e2cef5
Merge pull request #5 from dukefirehawk/v6/angel3-orm
V6/angel3 orm
2022-04-26 09:17:47 +08:00
thomashii
5ac098e3f5 Upgrade to SDK 2.16.x 2022-04-26 08:02:17 +08:00
Thomas Hii
31dea50201
Merge pull request #2 from L3odr0id/patch-1
Mistake in parameter name
2022-04-02 21:17:32 +08:00
L3odr0id
5eefbcb26f
Fix key name 2022-03-26 19:54:04 +03:00
thomashii
b1bd5c341e Update to support v6.0.0 2022-03-15 13:25:51 +08:00
Thomas Hii
b5fea5806d
Merge pull request #1 from outersky/angel3-orm
fix: Present<Message> should be Message
2022-02-11 23:22:38 +08:00
outersky
290b018ab9
fix README 2022-02-04 10:32:26 +08:00
outersky
65f62b75c0
fix: Present<Message> should be Message
Present<*> is not supported now by default
2022-02-04 10:26:20 +08:00
thomashii
3b67c9670d Updated ORM template 2021-09-25 18:45:23 +08:00
thomashii
7401143635 Updated pacakges 2021-08-19 08:29:50 +08:00
thomashii
8e00405e2e Updated packages 2021-08-19 08:20:07 +08:00
thomashii
b120ba505f Updated the ORM example 2021-07-25 17:11:58 +08:00
thomashii
fab33a543c Updated ORM 2021-07-17 12:52:48 +08:00
thomashii
a32652b683 Updated angel3-orm 2021-06-14 08:08:25 +08:00
thomashii
9eb81a541d Updated README 2021-06-11 12:28:14 +08:00
thomashii
9697137ae8 Updated README 2021-06-11 12:09:42 +08:00
thomashii
d11df03d97 Updated README 2021-06-11 12:08:20 +08:00
thomashii
636f33de37 Updated angel3_orm 2021-06-11 12:00:10 +08:00
thomashii
bf9bf67fa8 Migrated to NNBD 2021-05-16 16:25:29 +08:00
thomashii
a32bb29af6 Fixed to work with sdk 2.10.x 2021-03-09 00:17:42 +08:00
thomashii
10192bd29a ORM template for SDK 2.12.x 2021-03-07 20:52:36 +08:00
thomashii
233f10b384 Updated dependencies 2021-02-19 22:34:24 +08:00
Tobe O
54afecd3bc Merge branch 'master' into orm 2019-10-09 14:26:50 -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 O
1482cb2ff7 Merge branch 'master' into orm 2019-10-09 14:21:34 -04:00
Elias Reis
d5f3ec6945 Update the README.MD 2019-10-02 22:21:08 -03: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
4aec4c5cec
Create FUNDING.yml 2019-05-29 03:06:49 -04:00
Tobe O
007f926f1b Merge branch 'master' into orm 2019-05-01 19:33:06 -04:00
Tobe O
28aae83d96 Listen on Level.ALL 2019-05-01 19:32:55 -04:00
Tobe O
514b697b00 Use app logger for orm 2019-05-01 19:32:31 -04:00
Tobe O
ece9e5d4fa Merge branch 'master' into orm 2019-05-01 19:30:04 -04:00
Tobe O
b8a9f36746 Prettylog handle fine, config 2019-05-01 19:29:51 -04:00
Tobe O
0d0cb707c2 Use only stable deps 2019-04-29 13:57:47 -04:00
Tobe O
ffbc93c668 Merge branch 'master' into orm 2019-04-29 12:48:17 -04:00
Tobe O
177a550a9e Depend on 2.0.0 2019-04-29 12:48:06 -04:00
Tobe O
5186ae8111 merge from master 2019-04-28 14:55:31 -04:00
Tobe O
b648fdf65d Add unnecessary_new lints, upgrade prod 2019-04-28 14:38:01 -04:00
Tobe O
91ff5f4e11 Formatting 2019-04-18 12:24:11 -04:00
Tobe O
772f74a908 merge from master 2019-04-18 12:23:23 -04:00
Tobe O
96b27a402b Clean up README 2019-04-18 12:18:39 -04:00
Tobe O
f90bcfe27b Fix error handling 2019-04-18 12:09:37 -04:00
Tobe O
de88321865 Use app.environment 2019-04-18 12:07:17 -04:00
Tobe O
9d8cd1b6f3 Bump angel_framework dep 2019-04-18 12:07:07 -04:00
Tobe O
a7d6a8cf76 Use mirrors reflector in prod by default 2019-04-18 12:06:43 -04:00