Commit graph

671 commits

Author SHA1 Message Date
thomashii
ac91cde03d Setup ORM automated tests 2022-01-08 15:38:18 +08:00
thomashii
339fc08e15 Added ORM postgresql action 2022-01-08 14:59:52 +08:00
thomashii
44fc43a9e2 Updated ORM test 2022-01-08 14:36:42 +08:00
thomashii
c2faa16768 Added ORM test action 2022-01-08 14:20:42 +08:00
thomashii
699e009899 Added ORM generator action 2022-01-08 14:03:19 +08:00
thomashii
8efc47630e Fixed ORM formatting 2022-01-08 13:54:40 +08:00
thomashii
27c79d601e Fixed ORM analyser error 2022-01-08 13:52:34 +08:00
thomashii
7fbe1c4b7a Fixed ORM analyzer error 2022-01-08 13:45:58 +08:00
thomashii
f7b8d93a23 Fixed ORM analyzer error 2022-01-08 13:41:02 +08:00
Thomas Hii
8adb18662d
Merge pull request #43 from debuggerx01/master
Add 'where.raw(String whereSql)'
2022-01-08 13:33:39 +08:00
thomashii
90178066be Fixed framework failed test cases 2022-01-08 13:00:36 +08:00
thomashii
40542c35cc Updated framework code format 2022-01-08 12:51:18 +08:00
debuggerx
7d6e869999 add join_test to angel_orm_test 2022-01-07 16:19:33 +08:00
debuggerx01
a34ce2393c
Merge branch 'dukefirehawk:master' into master 2022-01-07 00:09:22 +08:00
thomashii
399eebc67c Updated ORM 2022-01-06 20:59:02 +08:00
debuggerx01
a21b5a35e3 Add Where.raw(String where Sql)' to use join table fields as query conditions 2022-01-06 12:06:56 +08:00
thomashii
3bdee0bb7d Updated migration 2022-01-05 17:11:50 +08:00
Thomas Hii
1b306aeffe
Merge pull request #42 from debuggerx01/master
add 'select(List<String> fields)' function to orm_generator.
2022-01-05 16:14:54 +08:00
thomashii
6325185f4e Updated to lints linter 2022-01-05 12:03:02 +08:00
thomashii
5b84a8a124 Updated linter 2022-01-04 20:03:52 +08:00
debuggerx01
2c76702e44 add 'select(List<String> fields)' function to orm_generator. 2022-01-04 19:52:12 +08:00
thomashii
9d0fbf9c81 Updated http exception 2022-01-03 15:51:05 +08:00
thomashii
9db875329d Updated Hot 2022-01-03 14:45:47 +08:00
thomashii
57f4c0d618 Updated 2022-01-02 18:46:59 +08:00
thomashii
8666997832 Fixed null-safety error 2022-01-02 18:12:51 +08:00
thomashii
c5286ea623 Removed Test Folder 2022-01-02 15:27:06 +08:00
thomashii
630b301555 Fixed ORM Generator 2022-01-02 15:21:17 +08:00
thomashii
e470730990 Updated ORM Postresql 2021-12-30 10:07:04 +08:00
thomashii
77a364c446 Updated JAEL 2021-12-30 09:44:26 +08:00
thomashii
487d1e0bc7 Merge branch 'master' into feature/update-orm 2021-12-29 10:58:15 +08:00
thomashii
75fd2fce2a Removed debug message 2021-12-25 10:54:16 +08:00
thomashii
127b14bd99 Updated JAEL 2021-12-25 10:40:30 +08:00
thomashii
b8499023a2 Updated ORM 2021-12-23 20:05:57 +08:00
thomashii
ab6a4895d0 Optimised JAEL output 2021-12-23 07:34:41 +08:00
thomashii
9b000c768e Removed deprecated packages 2021-12-22 07:51:13 +08:00
thomashii
2a6536c5c1 Updated orm_test pubspec 2021-12-21 08:14:41 +08:00
thomashii
2327564d14 Updated orm_service pubspec 2021-12-21 08:08:32 +08:00
thomashii
b481b6fdf6 Updated orm_mysql pubspec 2021-12-21 08:02:53 +08:00
thomashii
9a78563dd6 Updated orm_generator pubspec 2021-12-21 07:58:40 +08:00
thomashii
16ed4bf9a4 Updated README 2021-12-21 07:52:59 +08:00
thomashii
2796c0a615 Updated linter 2021-12-20 12:25:43 +08:00
thomashii
9dc5f60379 Updated jael 2021-12-20 01:39:16 +08:00
thomashii
6ffbdcf442 Updated jael_language_server 2021-12-20 00:28:51 +08:00
thomashii
1e7446af51 Update jael3_web 2021-12-20 00:22:12 +08:00
thomashii
cf1eef865f Updated redis 2021-12-19 10:44:45 +08:00
thomashii
5b52133b55 Updated cache linter 2021-12-19 10:23:27 +08:00
thomashii
c679ba2071 Removed dev.pem and dev.key 2021-12-19 10:21:21 +08:00
thomashii
eee6631d73 Updated repo link 2021-12-19 10:07:55 +08:00
thomashii
7c3aa37786 Published angel3_orm and angel3_model 2021-12-10 14:03:15 +08:00
Thomas Hii
bc070ca798
Merge pull request #23 from dukefirehawk/bug-fix/pr-21
Removed error field
2021-12-10 13:19:44 +08:00
thomashii
e9ded9d6b4 Removed error field 2021-12-10 13:18:29 +08:00
Thomas Hii
33d113e455
Merge pull request #22 from debuggerx01/auto_update_timestamp
feat: createdAt + updatedAt should default to CURRENT_TIMESTAMP
2021-12-10 11:45:14 +08:00
debuggerx01
9e3e88abe6 feat: createdAt + updatedAt should default to CURRENT_TIMESTAMP 2021-12-09 14:50:23 +08:00
Prince
6c8789ce34
Update README.md 2021-12-03 14:52:52 -05:00
thomashii
75890c0efd Publish Jinja 2021-12-03 13:30:50 +08:00
Thomas Hii
3500065b96
Merge pull request #17 from debuggerx01/jinja-patch-debuggerx
Update angel3_jinja.dart
2021-12-03 13:14:13 +08:00
debuggerx01
f1772b3996
Update angel3_jinja.dart 2021-12-02 14:49:18 +08:00
thomashii
f0c629ceb8 Updated README 2021-12-01 15:10:58 +08:00
debuggerx01
ad0e6ecf06 fix: res.json() will cause 'Bad state: Cannot modify a closed response.' error. 2021-11-30 18:32:48 +08:00
thomashii
1d8fb252be Updated framework 2021-11-29 09:04:50 +08:00
thomashii
8b2d9bf725 Updated framework 2021-11-28 12:15:56 +08:00
thomashii
3db5497480 Updated jael 2021-11-25 08:33:56 +08:00
Thomas Hii
a8cb77a972
Merge pull request #13 from dukefirehawk/feature/update_res_header
Updated response header
2021-11-23 18:31:28 +08:00
thomashii
c870b4bab6 Updated response header 2021-11-23 18:27:01 +08:00
thomashii@dukefirehawk.com
9c2b307ab6 Updated changelog 2021-11-16 07:52:20 +08:00
thomashii@dukefirehawk.com
967018b353 Published angel3_hot update 2021-11-16 07:49:11 +08:00
CedricM-1848552
558260ec94
Update angel3_hot.dart
Removed excess '!' operation which caused the following error message,
```
Warning: Operand of null-aware operation '!' has type 'AngelWebSocket' which excludes null.
../…/lib/angel3_hot.dart:362
- 'AngelWebSocket' is from 'package:angel3_websocket/server.dart' ('../../../../../.pub-cache/hosted/pub.dartlang.org/angel3_websocket-4.1.2/lib/server.dart').
package:angel3_websocket/server.dart:1
          var ws = _server!.app.container!.make<AngelWebSocket>()!;
```
2021-11-15 19:59:20 +01:00
thomashii
d0fc25c4e1 Published auth, container, framework, webscoket 2021-10-04 14:00:17 +08:00
thomashii
3b9092d4df Fixed requireAuthentication 2021-10-04 13:13:56 +08:00
thomashii
3699be3452 Updated pubspec 2021-09-29 16:11:02 +08:00
thomashii
dcb7ff0e85 Updated client 2021-09-29 16:02:06 +08:00
thomashii
7cbbc686ba Updated auth 2021-09-29 15:40:27 +08:00
thomashii
7652c02183 Updated container generator 2021-09-27 21:55:04 +08:00
thomashii
d7f41f1ab0 Updated Route 2021-09-26 15:21:38 +08:00
thomashii
26ddc9d39e Cleanup 2021-09-26 15:09:13 +08:00
thomashii
ca050070ae Updated pubspec for release 2021-09-26 15:05:52 +08:00
thomashii
a40f622f75 Updated pubspec for release 2021-09-26 15:04:43 +08:00
thomashii
879f205ee3 Updated pubspec for release 2021-09-26 15:03:29 +08:00
thomashii
93f07c8871 Updated README 2021-09-26 15:01:41 +08:00
thomashii
e6b31ece2a Updated auth, model, container and its generator 2021-09-26 14:53:42 +08:00
thomashii
d877064e85 Updated pubspec 2021-09-26 00:27:33 +08:00
thomashii
478bbff83f Update pubspec 2021-09-26 00:24:27 +08:00
thomashii
70d247c017 Removed .idea files 2021-09-26 00:21:10 +08:00
thomashii
d641b21eac Updated README 2021-09-26 00:17:28 +08:00
thomashii
f3541e23bc Updated orm_postgresql 2021-09-25 23:53:55 +08:00
thomashii
b7aff78a41 Updated security 2021-09-25 23:37:22 +08:00
thomashii
37a8681bf8 Updated shelf 2021-09-25 23:04:25 +08:00
thomashii
612f010912 Updated license 2021-09-25 22:55:32 +08:00
thomashii
a7f3c87b00 Updated test 2021-09-25 22:51:11 +08:00
thomashii
28de345422 Added deprecated message 2021-09-25 15:18:01 +08:00
thomashii
0b0a99e780 Removed pedantic dependency 2021-09-25 15:09:47 +08:00
thomashii
dbd8bda565 Updated pubspec 2021-09-25 15:00:19 +08:00
thomashii
dcfd5b3ab0 Updated pubspec 2021-09-25 14:55:56 +08:00
thomashii
efca425bd0 Updated linter to package:lints 2021-09-25 14:32:32 +08:00
thomashii
0bdfcfb183 Updated user_agent 2021-09-14 09:45:16 +08:00
thomashii
f7baedb06e Updated pubspec 2021-09-14 09:28:43 +08:00
thomashii
0399a90320 Updated pubspec 2021-09-14 09:24:10 +08:00
thomashii
f624f87f96 Updated angel3_shelf 2021-09-14 09:23:03 +08:00
thomashii
ae0b40079c Deprecated angel3_symbol_table 2021-09-13 08:55:07 +08:00
thomashii
4199da654b Fixed linter warnings 2021-09-13 08:35:38 +08:00
thomashii
9865ed93d2 Updated Jael to use belatuk_symbol_table 2021-09-13 08:30:02 +08:00
thomashii
c0457f0204 Fixed warnings 2021-09-12 22:12:18 +08:00
thomashii
21455a327c Deprecated range_header 2021-09-12 20:17:05 +08:00
thomashii
ad3bde2e70 Updated static 2021-09-12 13:22:01 +08:00
thomashii
49ccccabf2 Updated body_parser 2021-09-12 13:10:53 +08:00
thomashii
03a2a9385c Update pub_sub 2021-09-12 13:04:10 +08:00
thomashii
6371c69bfe Updated license 2021-09-12 12:54:37 +08:00
thomashii
e985327fe3 Updated license link 2021-09-12 12:33:41 +08:00
thomashii
d788b83ab7 Updated license 2021-09-12 12:08:37 +08:00
thomashii
fa42ce7294 Updated production 2021-09-12 11:00:15 +08:00
thomashii
b463568988 Updated sync 2021-09-12 10:52:19 +08:00
thomashii
96ea1b1611 Moved html_builder to belatuk repo 2021-09-12 10:41:14 +08:00
thomashii
3b42fcae46 Moved to belatuk repository 2021-09-12 10:34:20 +08:00
thomashii
507e1a3710 Cleanup 2021-09-11 18:54:02 +08:00
thomashii
715051e416 Updated README 2021-09-11 18:53:01 +08:00
thomashii
e88219da70 Updated serialize_generator 2021-09-11 14:37:53 +08:00
thomashii
d09d08caad Updated angel3_html 2021-09-11 12:03:14 +08:00
thomashii
d528e5d2a4 Deprecated html_builder 2021-09-11 11:49:37 +08:00
thomashii
d810e27673 Updated hot 2021-09-11 11:18:35 +08:00
thomashii
3d8778db5a Updated pkg:angel3_production to use lints 2021-09-11 08:41:00 +08:00
thomashii
c099750755 Updated README 2021-08-20 13:55:04 +08:00
thomashii
a22e0fd752 Updated README 2021-08-20 13:46:02 +08:00
thomashii
5bfc268884 Updated sync 2021-08-20 12:59:02 +08:00
thomashii
ee3c087ef5 Updated seo 2021-08-20 10:33:49 +08:00
thomashii
d440590c2c Updated orm generator 2021-08-17 15:35:51 +08:00
thomashii
c989df244c Updated orm generator 2021-08-17 15:33:42 +08:00
thomashii
d2c6750225 Updated serialize generator 2021-08-17 15:29:10 +08:00
thomashii
b8024e8120 Updated serialize generator 2021-08-17 12:52:08 +08:00
thomashii
6f15e76d65 Updated orm generator 2021-08-15 16:05:22 +08:00
thomashii
1f57b79c6d Updated serialize generator 2021-08-15 16:04:21 +08:00
thomashii
4f36170ead Updated serializer generator 2021-08-14 11:52:31 +08:00
thomashii
ab347f1b3e Updated orm service 2021-08-12 11:40:30 +08:00
thomashii
ae4e82f55b Updated orm service 2021-08-12 11:39:01 +08:00
thomashii
b65af20843 Updated to use analyzer 2.0.0 2021-08-12 11:13:33 +08:00
thomashii
4726b2d8c1 Update to analyzer 2.0.0 2021-08-12 11:10:35 +08:00
thomashii
c734d91dfd Updated orm generator 2021-08-11 09:37:37 +08:00
thomashii
1bd40f28b4 Updated serialize generator 2021-08-11 09:32:53 +08:00
thomashii
d5c625d9f9 Updated serialize generator 2021-08-08 11:10:35 +08:00
thomashii
2643436d62 Updated model 2021-08-08 10:45:56 +08:00
thomashii
de18c82e66 Updated serialize 2021-08-02 20:38:47 +08:00
thomashii
c24b0095da Updated model 2021-08-02 20:26:00 +08:00
thomashii
9184dce6ab Updated model 2021-08-02 20:20:07 +08:00
thomashii
8885a6b1c3 Updated orm generator 2021-08-01 18:55:01 +08:00
thomashii
3fde227c94 Updated orm test 2021-07-29 19:33:32 +08:00
thomashii
bdb7ce0163 Updated orm postgres 2021-07-29 19:29:07 +08:00
thomashii
3ba446fdce Updated orm 2021-07-29 19:23:37 +08:00
thomashii
08f47a2743 Updated orm mysql 2021-07-25 21:55:58 +08:00
thomashii
b670a08ae3 Updated orm postgres 2021-07-25 21:50:39 +08:00
thomashii
3eeefa7916 Updated orm test 2021-07-25 21:48:10 +08:00
thomashii
adcbdb3824 Updated orm postgres 2021-07-25 21:39:29 +08:00