Commit graph

3531 commits

Author SHA1 Message Date
thomashii@dukefirehawk.com
f2c9ab23eb Updated Jinja 2023-05-27 15:07:30 +08:00
thomashii@dukefirehawk.com
82b78fdaef Updated to support dart 3 2023-05-27 10:08:51 +08:00
thomashii@dukefirehawk.com
d440ebd649 Updated oauth 2023-05-27 09:33:53 +08:00
thomashii@dukefirehawk.com
dad2106021 Updated cache and cors to Dart 3 2023-05-27 08:56:05 +08:00
thomashii@dukefirehawk.com
79b3417fcc Updated generated models 2023-05-27 08:39:42 +08:00
thomashii@dukefirehawk.com
435fbe4e1a Updated ORM 2023-05-27 08:37:00 +08:00
thomashii@dukefirehawk.com
a1f0512f5a Updated serialize to Dart 3 2023-05-27 07:59:53 +08:00
thomashii@dukefirehawk.com
97e9c6caf1 Updated static 2023-05-27 07:45:57 +08:00
thomashii@dukefirehawk.com
7a9362fc56 Updated production and hot to Dart 3 2023-05-27 07:42:46 +08:00
thomashii@dukefirehawk.com
981397791a Updated JAEL to Dart 3 2023-05-27 07:27:47 +08:00
thomashii@dukefirehawk.com
85e7463afc Upgraded to Dart 3 2023-05-27 06:58:32 +08:00
thomashii@dukefirehawk.com
f3a1ede6fb Upgraded client 2023-05-22 23:57:23 +08:00
thomashii@dukefirehawk.com
2933dbc191 Upgraded client 2023-05-22 23:50:41 +08:00
Thomas Hii
3f77318e80 Updated change log 2023-05-21 11:09:39 +00:00
Thomas Hii
f89d15b1f4 Updated validate 2023-05-21 11:06:47 +00:00
Thomas Hii
b8475b01b8 Updated configuration 2023-05-21 11:02:54 +00:00
Thomas Hii
b2618316ef Updated auth 2023-05-21 09:29:15 +00:00
thomashii@dukefirehawk.com
1301b492f7 Updated framework 2023-05-21 09:20:55 +08:00
thomashii@dukefirehawk.com
fb99b0b4ec Upgraded container_generator 2023-05-21 09:05:14 +08:00
thomashii@dukefirehawk.com
7ed8589754 Updated container 2023-05-21 08:57:13 +08:00
thomashii@dukefirehawk.com
c2191a8c9c Updated mock_request 2023-05-21 08:53:53 +08:00
thomashii@dukefirehawk.com
16bf2ddfc6 Upgraded model 2023-05-21 08:26:04 +08:00
thomashii@dukefirehawk.com
9626cc93a4 Updated route 2023-05-21 08:13:59 +08:00
thomashii@dukefirehawk.com
1f0e61958f Updated README 2023-05-21 08:02:05 +08:00
Thomas Hii
193fa6c94a Updated route 2023-05-20 23:55:42 +00:00
Thomas Hii
2058e4b2f1 Added development instructions 2023-05-20 23:40:23 +00:00
Thomas Hii
5ce990ccbf Updated to Dart 3 2023-05-20 15:39:47 +00:00
Thomas Hii
c96454fab1 Updated to Dart 3 2023-05-20 15:37:23 +00:00
thomashii@dukefirehawk.com
22d3c29857 Merge branch 'master' into feature/container_generator 2023-04-23 13:03:00 +08:00
Thomas Hii
ae5a714d9c
Merge pull request #101 from dukefirehawk/feature/upgrade-sdk
Updated SDK
2023-04-22 23:15:44 +08:00
thomashii@dukefirehawk.com
9d8c5ae2f1 Updated SDK 2023-04-22 22:47:19 +08:00
thomashii@dukefirehawk.com
c6ca7b4e65 Bumped to Dart >= 2.19 2023-04-22 13:41:41 +08:00
thomashii@dukefirehawk.com
cc7e3a255e Updated serialize generator 2023-04-21 14:25:54 +08:00
thomashii@dukefirehawk.com
71b7d54763 Updated angel container generator 2023-04-15 11:19:52 +08:00
thomashii@dukefirehawk.com
d034fcebe8 Fixed EmptyReflector 2023-04-15 11:05:33 +08:00
thomashii@dukefirehawk.com
83873d0fb7 Updated README 2023-04-15 09:09:23 +08:00
thomashii@dukefirehawk.com
168c51074b Published angel2_container 2023-04-15 09:07:24 +08:00
thomashii@dukefirehawk.com
bdf7d33c54 Merged master 2023-04-15 07:33:44 +08:00
Thomas Hii
7575a561bb
Merge pull request #99 from BenVercammen/enum-serializer-support
Use @SerializableField properties in Query.parseRow
2023-03-24 18:01:03 +08:00
Ben Vercammen
c307147780 chore: formatted files 2023-03-22 08:31:45 +01:00
Ben Vercammen
0d969aa7f9 test: additional test for parsing enum field with @SerializableField(serializer: ..., deserializer: ...) 2023-03-22 08:31:45 +01:00
Ben Vercammen
966622ed2f feat: Take @SerializableField properties into account when generating Migration (#98) 2023-03-22 08:31:45 +01:00
Ben Vercammen
95f425021a feat: Take @SerializableField properties into account when generating Query.parseRow (#98) 2023-03-22 08:31:45 +01:00
Thomas Hii
fcadbd4ccb
Merge pull request #96 from BenVercammen/mariadbrunner-fix
MariaDbMigrationRunner assumed "batch" column to be string, but was int
2023-03-22 07:51:24 +08:00
Ben Vercammen
fd5f726e2f chore: temporarily added dependency_overrides for testing 2023-03-21 21:53:28 +01:00
Ben Vercammen
5634447337 test: added possibility to use MySQL server without SSL (for localhost testing purposes) 2023-03-21 20:36:51 +01:00
Ben Vercammen
f51171faa8 chore: added workspace level pubspec.yaml file, required for melos 3.0 2023-03-21 19:05:19 +01:00
thomashii@dukefirehawk.com
0d4c90a129 Merge branch 'master' into feature/container_generator 2023-03-11 14:47:29 +08:00
thomashii@dukefirehawk.com
9290bce457 Updated README 2023-03-11 14:42:29 +08:00
thomashii@dukefirehawk.com
a2fafe6d8e Updated README 2023-03-11 13:46:54 +08:00