louistiti
|
48688dc6e6
|
chore: upgrade archiver to latest
|
2022-10-06 19:48:17 +08:00 |
|
louistiti
|
9dd9b010ed
|
feat(python bridge): pack build
|
2022-10-06 19:45:35 +08:00 |
|
louistiti
|
0888ae5033
|
feat(python bridge): build script
|
2022-10-06 19:01:50 +08:00 |
|
louistiti
|
2d7be3348a
|
feat(python bridge): set up script
|
2022-10-06 16:27:20 +08:00 |
|
louistiti
|
bee3fbb9e2
|
refactor(tcp server): move tokenizers private libraries to lib location
|
2022-10-06 08:34:30 +08:00 |
|
louistiti
|
55db68400d
|
fix(tcp server): include private libraries of the tokenizers package
|
2022-10-06 01:25:26 +08:00 |
|
louistiti
|
7d2432c56c
|
feat(tcp server): include tokenizers files on build
|
2022-10-06 01:11:52 +08:00 |
|
louistiti
|
48731e8ddf
|
chore(tcp server): upgrade to latest setuptools version
|
2022-10-06 00:59:20 +08:00 |
|
louistiti
|
4d0a97f9c2
|
refactor(tcp server): remove cx_Freeze from Pipfile to install it individually during the dev phase
|
2022-10-06 00:13:54 +08:00 |
|
louistiti
|
133310bd7d
|
fix: remove requests.certs import from the TCP server and Python bridge setups
|
2022-10-05 01:31:46 +08:00 |
|
louistiti
|
69bf9cebb3
|
fix: upgrade cx_Freeze to 6.11.1 with --no-binary to avoid OpenSSL conflict with urllib3
|
2022-10-04 23:57:18 +08:00 |
|
louistiti
|
91e39a0a37
|
chore: add TCP server and Python bridge as high-level nodes
|
2022-10-04 17:16:41 +08:00 |
|
louistiti
|
586ca11106
|
feat: isolate TCP server
|
2022-10-04 17:10:14 +08:00 |
|
louistiti
|
20b967b4ea
|
chore: transparent distribution structure
|
2022-10-04 14:30:10 +08:00 |
|
louistiti
|
dd9d024975
|
feat: Python bridge binary build with cx_Freeze
|
2022-10-04 14:19:56 +08:00 |
|
louistiti
|
8d1ab6973a
|
feat: Python bridge build on macOS x86_64 arch
|
2022-10-02 15:43:48 +08:00 |
|
louistiti
|
38226ca84e
|
feat(server): add execution time
|
2022-09-27 19:49:09 +08:00 |
|
louistiti
|
b7d496e6d6
|
feat: add skill execution time in check script
|
2022-09-27 19:46:41 +08:00 |
|
louistiti
|
4d2fb56109
|
Merge branch 'chore/eslint-rule-prefer-node-protocol' into develop
|
2022-09-27 08:46:48 +08:00 |
|
Divlo
|
f4a53da7fd
|
chore: add unicorn/prefer-node-protocol ESLint rule
|
2022-09-26 22:10:27 +02:00 |
|
louistiti
|
defc70128c
|
refactor: add ESLint rules about imports
|
2022-09-27 00:01:03 +08:00 |
|
louistiti
|
f68da11f6b
|
refactor(server): make use of node:* import for all Node.js built-in modules
|
2022-09-26 23:28:25 +08:00 |
|
louistiti
|
0a49cb17fa
|
refactor(server): remove node:* imports
|
2022-09-26 22:48:12 +08:00 |
|
louistiti
|
7081464abc
|
refactor(server): add explicit return types
|
2022-09-26 22:46:12 +08:00 |
|
louistiti
|
7544534ea4
|
refactor(server): skill domain helper to static class
|
2022-09-26 21:36:07 +08:00 |
|
louistiti
|
46c0b579aa
|
refactor(server): OS helper to static class
|
2022-09-26 21:32:59 +08:00 |
|
louistiti
|
a80e8ba65d
|
refactor(server): log helper to static class
|
2022-09-26 21:29:56 +08:00 |
|
louistiti
|
88d86117ac
|
refactor(server): loader helper to static class
|
2022-09-26 21:24:07 +08:00 |
|
louistiti
|
f4d625500f
|
refactor(server): lang helper to static class
|
2022-09-26 21:17:36 +08:00 |
|
louistiti
|
afec850fc9
|
refactor(server): date helper to static class
|
2022-09-26 21:13:33 +08:00 |
|
louistiti
|
9065d713e9
|
refactor(server): string helper from singleton to static
|
2022-09-26 00:44:40 +08:00 |
|
louistiti
|
1a4e09f908
|
refactor(server): simplify helpers singleton
|
2022-09-25 23:37:30 +08:00 |
|
Louis Grenard
|
4a59ba1d9c
|
chore: update sponsor
|
2022-09-25 08:44:31 +08:00 |
|
louistiti
|
cc317842d8
|
chore: clean up ESLint comments and new Prettier/ESLint script
|
2022-09-21 23:29:29 +08:00 |
|
louistiti
|
c65f60e2b7
|
refactor(server): provide explicit class name to helpers
|
2022-09-21 23:08:11 +08:00 |
|
louistiti
|
2378dc37b1
|
Merge branch 'refactor/server-helpers' into develop
|
2022-09-21 23:01:36 +08:00 |
|
louistiti
|
82f6ee80fe
|
refactor(server): skill domain helper to singleton
|
2022-09-21 23:01:16 +08:00 |
|
louistiti
|
84aadc0245
|
refactor(server): string helper to singleton
|
2022-09-21 22:24:48 +08:00 |
|
louistiti
|
a5e48ec9e7
|
refactor(server): OS helper to singleton
|
2022-09-21 22:15:02 +08:00 |
|
louistiti
|
e7cb31e706
|
chore(server): add comments on loader helper
|
2022-09-21 21:51:19 +08:00 |
|
louistiti
|
713ece380b
|
refactor(server): rename lang helper methods
|
2022-09-21 21:46:05 +08:00 |
|
louistiti
|
8d3aee8da7
|
refactor(server): lang helper to singleton
|
2022-09-21 21:31:19 +08:00 |
|
louistiti
|
f21e43c16a
|
refactor(server): date helper to singleton
|
2022-09-21 20:43:50 +08:00 |
|
louistiti
|
4f1683dc55
|
refactor(server): capitalize singleton helpers instance constants
|
2022-09-21 20:25:00 +08:00 |
|
Divlo
|
74be62b812
|
chore: ignore core/skills-endpoints.json
|
2022-09-20 22:19:06 +02:00 |
|
Divlo
|
8d6a1167da
|
chore: delete old unused ISSUE_TEMPLATE
|
2022-09-20 21:51:57 +02:00 |
|
Divlo
|
c68b16191a
|
chore: remove unneeded eslint disable comments
|
2022-09-20 21:49:41 +02:00 |
|
Divlo
|
ef8374d03b
|
perf: improve scripts/lint
|
2022-09-20 21:47:29 +02:00 |
|
Divlo
|
285bfa6e78
|
refactor(server): add getSkillConfig
|
2022-09-20 21:43:34 +02:00 |
|
Divlo
|
a28eede95b
|
refactor(server): os helper to TypeScript
|
2022-09-20 21:34:56 +02:00 |
|