Commit Graph

529 Commits

Author SHA1 Message Date
Vikash Kothary
e94bb778c0 refactor: Separate full sync into multiple files 2022-10-14 23:31:47 +01:00
Vikash Kothary
abfd3ba1fe refactor: Separate collections into multiple files 2022-10-14 23:25:52 +01:00
Vikash Kothary
b4a59f7c7c refactor: Separate loading config from file and environment variables 2022-10-14 23:13:40 +01:00
Vikash Kothary
7bc8496b6f refactor: Use logging util in config 2022-10-14 23:09:19 +01:00
Vikash Kothary
153ac4227a refactor: Move backward compatible argument handling into config loader 2022-10-14 22:58:50 +01:00
Vikash Kothary
1402321e00 refactor: Move logger into util 2022-10-14 22:49:39 +01:00
Vikash Kothary
3448edf5d7 refactor: move simple server into standalone file 2022-10-14 22:42:35 +01:00
Vikash Kothary
f6a7c21420 refactor: Move imports to the top of the file 2022-10-14 20:55:08 +01:00
Vikash Kothary
ed5d6477d8 refactor: Move main function into cli entrypoint 2022-10-14 20:54:05 +01:00
Vikash Kothary
3194b53d13 chore: Use installed package to run server 2022-10-14 20:31:21 +01:00
VikashKothary
9efa0899e1 Update requirements{-dev}.txt 2022-10-14 19:09:59 +00:00
Vikash Kothary
684b4a2e13 lint: Auto-format code using black 2022-10-14 20:07:21 +01:00
Vikash Kothary
88d6f7f3f0 chore: Add black as a dev dependency 2022-10-14 20:00:49 +01:00
Vikash Kothary
d3c0df2f69 chore: Add clean command to Makefile 2022-10-14 19:54:33 +01:00
Vikash Kothary
4d2edcefc2 docs: Add badges for PyPI, DockerHub and GitHub 2022-10-14 19:28:47 +01:00
Vikash Kothary
f9e99ddfe5 docs: Document how to migrate data from tsudoko's sync server 2022-10-13 20:34:30 +01:00
Vikash Kothary
734d9e6b29 ci: Add plural to poetry export workflow name 2022-10-13 20:11:07 +01:00
Vikash Kothary
426832de32 ci: Rename requirements workflow to poetry-export 2022-10-13 20:10:08 +01:00
ohdearaugustin
887f5bd27a
ci: Add workflow to create GitHub Release on tag (#148) 2022-10-13 20:07:16 +01:00
VikashKothary
a1214af33a Update requirements{-dev}.txt 2022-10-13 18:58:00 +00:00
Vikash Kothary
6ca2af3b7e build: Downgrade protobuf to before breaking change 2022-10-13 19:54:52 +01:00
Vikash Kothary
a8c485f838 chore: Add script to update poetry.lock 2022-10-13 19:51:45 +01:00
VikashKothary
01b3979be2 Update requirements{-dev}.txt 2022-10-13 18:35:35 +00:00
Vikash Kothary
50bc229708
Merge pull request #142 from izidormatusov/sslproxy 2022-10-13 21:32:30 +03:00
Izidor Matušov
5d0e1faaf9 Document how to set up SSL proxy 2022-10-13 21:31:42 +03:00
VikashKothary
7c9836bf14 Update requirements{-dev}.txt 2022-09-03 13:03:39 +00:00
Vikash Kothary
43437cf052
Merge pull request #126 from ohdearaugustin/topic/gitaction-test 2022-09-03 14:00:59 +01:00
ohdearaugustin
4cdfed564d Update requirements{-dev}.txt 2022-09-01 15:40:10 +00:00
ohdearaugustin
e7e4c23854 workflows/requirements: fix permission problem 2022-09-01 17:33:23 +02:00
ohdearaugustin
088a36a48c workflows/test: use bash script 2022-09-01 17:28:24 +02:00
ohdearaugustin
41a67eb4a1 workflows/requirements: use bash script 2022-09-01 17:17:52 +02:00
ohdearaugustin
8938e45875 workflows/requirements: fix on push on branches 2022-09-01 17:04:40 +02:00
ohdearaugustin
9c392cc3b4 workflows/requirements: fix on push 2022-09-01 17:04:40 +02:00
ohdearaugustin
73cbf0ffac workflows/test: add config setup 2022-09-01 17:04:40 +02:00
ohdearaugustin
734152afc4 workflows: add requirement updates 2022-09-01 17:04:40 +02:00
ohdearaugustin
24bf078566 workflows: add python unittests 2022-09-01 17:04:40 +02:00
Vikash Kothary
f7c64a6693
Merge pull request #145 from cashweaver/develop
docs: Add `-e src` to installation instructions
2022-08-26 18:51:15 +01:00
Cash Weaver
a99f723ed0 docs: Add -e src to installation instructions
Mentions `pip install -e src` in the installation instructions.
2022-08-26 09:24:35 -07:00
Vikash Kothary
5beabf9764 docs: Update the command to create a new user in the README 2022-07-02 15:00:09 +01:00
Vikash Kothary
bab67692d4 docs: Add known issues section in README 2022-07-02 14:47:34 +01:00
Vikash Kothary
de65ce59b1 chore: Use Makefile version in release script 2022-07-02 14:42:14 +01:00
Vikash Kothary
05244175f5 Merge branch 'main' into develop 2022-07-02 14:41:45 +01:00
Vikash Kothary
3be70a1c92 bump: version from 2.3.0 to 2.4.0 2022-07-02 14:40:12 +01:00
Vikash Kothary
150da07f66
Merge pull request #137 from ankicommunity/release/v2.4.0 2022-07-02 14:38:38 +01:00
Vikash Kothary
3103698135 build: Run poetry-update and poetry-export 2022-07-02 14:34:54 +01:00
Vikash Kothary
872ea80c32 chore: Add cli entrypoint for ankisyncd_cli 2022-07-02 14:18:19 +01:00
Vikash Kothary
fcaec52995 chore: Add setup.py for backward compatibility 2022-07-02 14:13:37 +01:00
Vikash Kothary
f1c0e1bf63 chore: Add poetry publish environment variables and command 2022-07-02 13:45:10 +01:00
Vikash Kothary
e54b8a8b42 chore: Include all packages in src folder 2022-07-02 13:44:35 +01:00
Cycatz
48005abc59 Fix addon-folder doc link 2022-06-29 12:15:38 +01:00