1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-20 23:31:30 +03:00
Commit Graph

850 Commits

Author SHA1 Message Date
louistiti
3f8027af2a
refactor: from superagent to axios 2022-10-23 10:55:03 +08:00
louistiti
3f97a12153
fix(python bridge): remove unecessary sqlite3 import 2022-10-23 10:07:14 +08:00
louistiti
ad1708abbb
feat: ignore given warnings for TCP server binary on check script 2022-10-23 01:58:13 +08:00
louistiti
e527110b9c
feat: add binaries download progress 2022-10-23 01:00:55 +08:00
louistiti
c0886c086f
Merge branch 'feat/download-unzip-python-bridge-tcp-server-binaries' into python-bridge-tcp-server-binaries 2022-10-22 23:23:08 +08:00
louistiti
9928509171
refactor: minor setup-python-binaries renaming 2022-10-22 23:22:50 +08:00
louistiti
75a351e77d
chore: fix typo in report logs 2022-10-22 17:50:35 +08:00
louistiti
b74e7beb29
ci: pre-release TCP server workflow 2022-10-22 15:14:17 +08:00
louistiti
2183ffa4f0
refactor: send check report to the production URL 2022-10-19 23:28:33 +08:00
Divlo
8ab9c2e4df
feat: download and unzip TCP Server + Python Bridge on postinstall 2022-10-19 13:23:28 +02:00
louistiti
fcce24d68c
feat: send report to Pastebin and generate URL 2022-10-19 01:17:57 +08:00
louistiti
76e700e9ce
feat: provide Python bridge and TCP server version in report 2022-10-19 00:40:34 +08:00
louistiti
2463759717
refactor: check script according to binaries changes 2022-10-19 00:22:37 +08:00
louistiti
02c28b85f6
refactor: remove unnecessary checks 2022-10-16 23:25:58 +08:00
louistiti
f54e8407c0
ci: remove tests for Ubuntu AArch64 2022-10-16 01:14:45 +08:00
louistiti
46a8bc61ea
ci: test Ubuntu AArch64 2022-10-15 23:36:34 +08:00
louistiti
9aaa3d740d
ci: build on Ubuntu AArch64 2022-10-15 23:24:45 +08:00
louistiti
401f60e05b
ci: split macOS ARM64 build into isolated job 2022-10-15 22:25:05 +08:00
louistiti
a4fbba5fd0
ci: add macOS ARM64 self-hosted runner 2022-10-15 22:09:12 +08:00
louistiti
6ea6c84b3d
refactor: remove setuptools and wheel force install for macOS ARM64 arch 2022-10-15 21:38:22 +08:00
louistiti
6e2790b738
refactor: remove Rust compiler version number from TCP server setup 2022-10-15 21:11:29 +08:00
louistiti
92ea9a081e
feat: install additional resources for macOS ARM64 arch 2022-10-15 21:03:44 +08:00
louistiti
23d6dd5e91
chore: ignore Fleet folder 2022-10-15 20:46:57 +08:00
louistiti
a5cbbf93a9
ci: try pre-release with all OSes 2022-10-13 01:42:36 +08:00
louistiti
fc3e36713c
ci: remove the lock file for Windows 2022-10-13 01:29:37 +08:00
louistiti
350072cf8c
ci: remove skip lock for Windows 2022-10-13 01:22:40 +08:00
louistiti
b0849c0046
ci: add PIP_NO_BINARY 2022-10-13 01:11:12 +08:00
louistiti
0efed9d5f3
ci: set up MSBuild if Windows 2022-10-13 01:03:14 +08:00
louistiti
08d7fdf0dd
ci: make use of Pipenv 2022.7.24 and skip lock on Windows 2022-10-13 00:53:58 +08:00
louistiti
42a3130394
ci: try with --deploy flag to install Python deps 2022-10-13 00:10:45 +08:00
louistiti
24c15c73c8
Merge branch 'develop' into python-bridge-tcp-server-binaries 2022-10-12 23:53:16 +08:00
louistiti
7d7552e95b
docs: remove typo 2022-10-12 23:52:53 +08:00
louistiti
fc2a37a7a6
ci: try Windows Pipenv deps install 2022-10-12 23:50:46 +08:00
louistiti
a863c872b0
ci: try to build on Windows without catching exceptions 2022-10-12 23:37:23 +08:00
louistiti
e5eeffa2bc
Merge branch 'develop' into python-bridge-tcp-server-binaries 2022-10-12 23:11:07 +08:00
Louis Grenard
5e6caf7521
docs: add MacStadium to the README thanks section 2022-10-12 23:10:20 +08:00
louistiti
050d1f35b2
ci: tru the Windows runner without the rm command 2022-10-11 00:47:45 +08:00
louistiti
8a746d7ff8
ci: remove Pipfile.lock on Windows 2022-10-11 00:43:31 +08:00
louistiti
39bf7c678a
ci: upgrade Pip to latest and try Windows runner 2022-10-11 00:36:27 +08:00
louistiti
0188dd7ed8
ci: test to upload artifact with default name 2022-10-11 00:03:36 +08:00
louistiti
adc63c94ba
ci: upload artifacts then download and pre-release 2022-10-10 09:11:56 +08:00
louistiti
47e9c291b4
ci: remove Windows 2022-10-10 09:02:03 +08:00
louistiti
ff53b7a3f2
ci: remove Pipenv cache from pre-release binaries workflows 2022-10-10 00:14:37 +08:00
louistiti
aafde0543f
ci: install Pipenv on pre-release binaries workflows 2022-10-10 00:04:28 +08:00
louistiti
4760c4d6de
ci: checkout repo first on pre-release binaries workflows 2022-10-10 00:01:24 +08:00
louistiti
c2865f73fb
refactor: exit pre-release binaries script 2022-10-09 23:58:59 +08:00
louistiti
32ee4fef51
ci: add environment variables to locate virtual env 2022-10-09 23:58:05 +08:00
louistiti
0f348ba48e
Merge remote-tracking branch 'origin/develop' into python-bridge-tcp-server-binaries 2022-10-09 23:53:49 +08:00
louistiti
cb37b4fcd2
refactor: pre-release binaries script give only workflow name 2022-10-09 23:53:40 +08:00
Louis Grenard
4c19994fed
ci: pre-release-tcp-server.yml GitHub Action workflow 2022-10-09 23:52:37 +08:00