Commit graph

3668 commits

Author SHA1 Message Date
Patrick Stewart
b82a2db9a7 Remove: deleting generated mock file 2024-10-06 03:00:43 -07:00
Patrick Stewart
61928f5b12 Update: Test Passing queue package not ready for production use 2024-10-06 02:27:59 -07:00
Patrick Stewart
f636c29fdf Test: adding checkpoint for ALL passing test 2024-10-06 00:47:27 -07:00
Patrick Stewart
b2794f4f0b Test: adding checkpoint for ALL passing test 2024-10-06 00:37:24 -07:00
Patrick Stewart
6c8ca004ba Remove: deleting old test helper files 2024-10-05 23:46:28 -07:00
Patrick Stewart
c01e96ddc9 Test: adding checkpoint for passing test 2024-10-05 23:46:09 -07:00
Patrick Stewart
42596c1026 Test: adding checkpoint for passing test 2024-10-05 22:07:25 -07:00
Patrick Stewart
5e25d7729d Test: adding checkpoint for passing test 2024-10-05 21:06:00 -07:00
Patrick Stewart
96984ea7da Test: adding checkpoint for passing test 2024-10-05 19:43:53 -07:00
Patrick Stewart
3ab3a4261c Test: adding checkpoint for passing test 2024-10-05 19:35:50 -07:00
Patrick Stewart
3d04bbb561 Add: adding initial queue code 2024-10-05 15:32:35 -07:00
Patrick Stewart
a67b75ca52 Add: adding projects to support queue, broadcasting and bus packages 2024-10-05 13:53:44 -07:00
Patrick Stewart
931695b22e Add: adding wspace dir as workspace for new packages 2024-10-05 10:53:32 -07:00
Patrick Stewart
ae41dbf55d Refactor: moving package candidates to sandbox all potential forks here 2024-10-05 10:52:58 -07:00
Patrick Stewart
2e4e153b4f Update: completed writing initial unit test all are passing 2024-10-05 10:51:21 -07:00
Patrick Stewart
fadcffdc25 Add: adding new directories to build 2024-10-05 10:50:13 -07:00
Patrick Stewart
ee9d512c1f Update: added id field to message made mqclient reachable from outside 2024-10-04 19:58:26 -07:00
Patrick Stewart
dcddc2992a Add: adding events package not ready for production use passing test 2024-10-04 19:57:22 -07:00
Patrick Stewart
775bae4a61 Update: refactoring pipeline package passing test 2024-10-04 00:05:16 -07:00
Patrick Stewart
2d351c1319 Add: adding pipeline package not production ready 2024-10-03 07:58:46 -07:00
Patrick Stewart
4b112cd54b Add: adding process package not production ready 2024-10-03 07:58:07 -07:00
Patrick Stewart
b3f3a263fd Update: changing package name 2024-10-03 07:56:35 -07:00
Patrick Stewart
5687c693d2 Update: updating .gitignore for generated files 2024-10-02 19:47:20 -07:00
Patrick Stewart
7afe56844e Remove: deleting generated files 2024-10-02 19:45:00 -07:00
Patrick Stewart
80a8b135c7 Add: adding support for laravel inspired serviceprovider 2024-10-02 19:18:06 -07:00
Patrick Stewart
0915c48054 Add: support for registerTransient, registerScoped and registerConstant 2024-10-02 19:17:17 -07:00
Patrick Stewart
11c12fd590 Add: adding forked event_bus_plus as project event bus 2024-10-02 18:53:12 -07:00
Patrick Stewart
c194fadbc2 Fix: fixing commit issue 2024-10-02 18:51:40 -07:00
Patrick Stewart
62fc87e619 Update: updating structure adding forked rxdart, event_bus_plus, dart_mq 2024-10-02 18:48:52 -07:00
Patrick Stewart
1bd7ecd19b Remove: delete keep file 2024-10-02 16:45:39 -07:00
Patrick Stewart
9aab0837cb Update: isolating platform core components 2024-10-02 16:43:31 -07:00
Patrick Stewart
5833e9df6b Update: updating project readme 2024-10-02 00:01:04 -07:00
Patrick Stewart
2ac0157b4a Update: updating project readme 2024-10-01 23:03:21 -07:00
Patrick Stewart
8d016a5b56 Remove: deleting core folder 2024-10-01 21:23:48 -07:00
Patrick Stewart
14a3f4027d Add: adding new folders to project structure 2024-10-01 20:53:00 -07:00
Patrick Stewart
9157754f72 Refactor: renaming doc to docs 2024-10-01 20:40:15 -07:00
Patrick Stewart
75688821a7 Remove: deleting github actions 2024-10-01 20:34:22 -07:00
Patrick Stewart
eab5bca3ec Update: restoring license back to original MIT
Some checks failed
Angel3 CI / Validate framework package (push) Has been cancelled
Angel3 CI / Validate ORM packages (push) Has been cancelled
2024-10-01 20:21:23 -07:00
Patrick Stewart
6194185e87 Rebrand: rebranding angel3 to protevus
Some checks are pending
Angel3 CI / Validate framework package (push) Waiting to run
Angel3 CI / Validate ORM packages (push) Waiting to run
2024-10-01 20:13:38 -07:00
Patrick Stewart
e4775d1ea9 Remove: deleting melos jetbrains artifacts
Some checks are pending
Angel3 CI / Validate framework package (push) Waiting to run
Angel3 CI / Validate ORM packages (push) Waiting to run
2024-10-01 20:11:25 -07:00
Patrick Stewart
78671dd621 Hard-Fork: Hard fork of the angel3 project as base for protevus
Some checks are pending
Angel3 CI / Validate framework package (push) Waiting to run
Angel3 CI / Validate ORM packages (push) Waiting to run
2024-10-01 19:51:04 -07:00
Thomas
8d6f66abcb
Merge pull request #149 from dukefirehawk/release/angel3_migration
Publish angel3_migration
2024-08-07 17:41:59 +08:00
Thomas Hii
84f205845a Publish angel3_migration 2024-08-07 17:30:19 +08:00
Thomas
9bb742dcad
Merge pull request #148 from Garthi/feature/migration_standalone_index
add a way to change indexes with migrations without alter table
2024-08-04 09:00:49 +08:00
Garth
c8167753b2 comment removed 2024-08-04 02:03:03 +02:00
Garth
9e34773962 add a way to change indexes with migrations without alter table 2024-08-04 01:51:03 +02:00
Thomas
6bf4ad4b9e
Merge pull request #146 from Garthi/feature/migration_index_upgrade
index handling for after table
2024-07-29 09:01:39 +08:00
Garth
ea94d33b87 add methods to add and drop indexes with alter table 2024-07-28 10:13:31 +02:00
Thomas
7cbdcb0255
Merge pull request #145 from dukefirehawk/bugfix/mariadb
Fixed mariadb issue
2024-07-21 11:57:40 +08:00
Thomas Hii
d3df89c0a3 Fixed mariadb issue 2024-07-21 11:16:49 +08:00