Commit Graph

228 Commits

Author SHA1 Message Date
M1ha Shvn
1b247e95fe
Update overview.md
Added README note by [issue 51](https://github.com/carrotquest/django-clickhouse/issues/51)
2024-01-05 15:31:07 +05:00
M1ha Shvn
244b4fbd37
Added latest software versions to testing in GitHub actions (#48)
1. Added latest software versions to testing in GitHub actions
2. Fixed timezone mistakes in tests
3. Fixed naive datetime warnings
2024-01-05 15:20:10 +05:00
M1ha Shvn
0ac4615649
Merge pull request #50 from mahdi-jfri/patch-1
Fix typo in overview docs
2023-05-12 10:07:41 +05:00
Mahdi Jafari
ee723fca2a
Fix typo in overview docs 2023-05-08 11:22:30 +03:30
M1ha Shvn
b70ec45edf
Fixed conflict of model parameter and hints in DefaultRouter.allow_migrate (#46)
Fixed conflict of model parameter and hints in DefaultRouter.allow_migrate
2022-10-20 11:47:32 +03:00
M1ha Shvn
fc362e852f
Added tests on issue-42 (#45)
Fixed issue https://github.com/carrotquest/django-clickhouse/issues/42
2022-10-19 11:09:10 +03:00
M1ha Shvn
b2cb098349
Merge pull request #44 from carrotquest/run-migrations-hints
Added ability to add hints to RunPython and RunSQL migration operations
2022-10-19 10:43:38 +03:00
M1ha.Shvn
9fb93060ef Bug fix 2022-10-19 12:32:30 +05:00
M1ha.Shvn
ac8d34c261 Added ability to add hints to RunPython and RunSQL migration operations 2022-10-19 12:24:53 +05:00
M1ha Shvn
01cec7c999
Update clickhouse_migrate.py
Fixed error in manage.py clickhouse_migrate
2021-12-16 14:22:43 +05:00
M1ha Shvn
2beb449b67
Merge pull request #39 from carrotquest/test-versions
Update python-tests.yml
2021-11-06 08:56:15 +03:00
M1ha Shvn
404584fc01
Update python-tests.yml
Added python 3.10 and django 3.2 to testing
2021-11-06 08:08:41 +03:00
M1ha Shvn
0e65f15333
get_final_versions fixes (#38)
1. Fixed problem when get_final_version() could return 2 rows instead of 1 and insert multiple sign < 0 rows with single sign > 0
2. Fixed problem from PR https://github.com/carrotquest/django-clickhouse/pull/37, when date_col is not set for ClickHouseModel
2021-10-06 10:01:45 +05:00
M1ha Shvn
12069db14e
Fixed issue when INSTALLED_APPS settings contains AppConfig classes instead of module paths (#35)
Fixed issue when INSTALLED_APPS settings contains AppConfig classes instead of module paths
2021-10-01 17:38:10 +05:00
M1ha Shvn
0a7f0c1219
Implemented clickhouse_migrate management command (#33)
1. Implemented `clickhouse_migrate` management command
2. Ability to print more verbose output when running `manage.py migrate` django command
2021-09-25 23:00:28 +05:00
M1ha Shvn
25b7d26f84
Merge pull request #32 from sdil/patch-1
Fix typo in README
2021-09-02 14:53:40 +05:00
Mohamad Fadhil
612239d586
Fix typo in README 2021-09-01 17:21:49 +08:00
M1ha Shvn
5a8e2ec7a4
Update README.md
Added badges to README
2021-07-08 12:40:04 +05:00
M1ha
8d8a051636 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	requirements-test.txt
2021-07-08 12:29:25 +05:00
M1ha Shvn
3fba185be2
GitHub actions testing (#29)
1. Moved testing from TravisCI to GitHub Actions
2. Added linter and fixed most style errors
3. Added development section to README
4. Added docker testing environment
2021-07-08 12:27:35 +05:00
M1ha
893ffaf17c 1. Removed six dependency
2. pytz and typing are installed for old python versions only
3. psycopg2-bynary is installed in test environment instead of psycopg2
2021-07-06 10:19:12 +05:00
M1ha Shvn
717c74cfd1
Merge pull request #26 from belonesox/master
There should not be explicit typing deps, since python>=3.5
2021-07-06 10:06:17 +05:00
stas
05ad3b5486 There should not be explicit typing deps, since python>=3.5 2021-07-05 22:51:15 +03:00
M1ha Shvn
2a694ee623
Merge pull request #25 from carrotquest/fix-connection-licks-in-parallel-threads
Fixed django database connection leaking in child threads
2021-04-01 10:12:43 +05:00
M1ha Shvn
95add2165f
Merge pull request #24 from carrotquest/add-sync-process-debug-logs
Added debug logs for sync process
2021-04-01 10:03:42 +05:00
M1ha-Shvn
bb9db1e9a7 Fixed django database connection leaking in child threads 2021-03-31 18:35:00 +05:00
M1ha-Shvn
a6bea15b36 1. Added debug logs for sync process
2. Micro refactoring
2021-03-31 18:22:45 +05:00
M1ha Shvn
96dc1630d7
Create python-publish.yml
Added GitHub Actions package publishing
2021-03-31 13:05:12 +05:00
M1ha Shvn
803626d883
Merge pull request #23 from carrotquest/fix-json-serializer/issue-22
Fixed compatibility with celery JSON serializer
Added django 3.1 to Travis tests
2021-03-31 12:29:32 +05:00
M1ha-Shvn
874eae88a0 Fixed compatibility with celery JSON serializer 2021-03-30 16:09:18 +05:00
M1ha Shvn
c1c10ae379
Merge pull request #21 from carrotquest/docs/issue-19
Docs/issue 19
2021-03-15 13:26:32 +05:00
M1ha-Shvn
bfb51e9336 Docs fixes 2021-03-15 13:25:11 +05:00
M1ha Shvn
4f7289ce9a
Merge pull request #20 from The-Daishogun/master
ADD some info to docs
2021-03-15 12:45:04 +05:00
Mohammadreza Varasteh
67277598ff
Update docs/overview.md
Co-authored-by: M1ha Shvn <work_shvein_mihail@mail.ru>
2021-03-14 15:31:07 +03:30
Mohammadreza Varasteh
48cde60681
Update docs/overview.md
Co-authored-by: M1ha Shvn <work_shvein_mihail@mail.ru>
2021-03-14 15:30:55 +03:30
Mohammadreza Varasteh
41060440d6 ADD some info to docs 2021-03-14 11:05:53 +03:30
M1ha Shvn
f54c4c721f
Create LICENSE 2020-07-22 17:57:57 +05:00
M1hacka
45a8b31d59 Changed version to 1.0.2 2020-06-18 10:10:55 +05:00
M1ha Shvn
8275d7b56b
Merge pull request #16 from Devkalion/master
Remove psycopg2 from requirements.txt
2020-06-18 10:09:39 +05:00
Rafikov Rustan
b90c564d26
remove psycopg2 from requirements 2020-06-17 18:57:15 +04:00
M1ha Shvn
030aab8ff3
Merge pull request #13 from carrotquest/fix-infi-compatibility
Fixed import compatibility with new version on infi.clickhouse-orm
2020-06-03 11:42:53 +05:00
M1hacka
2adc9b84a0 Fixed import compatibility with new version on infi.clickhouse-orm 2020-06-03 11:17:20 +05:00
M1ha
cf71995d44 Fix in docs about pip install release 2020-02-07 17:57:51 +05:00
M1ha
85e686470d Changed author 2020-02-07 16:59:50 +05:00
M1ha Shvn
c6148d0fb5
Merge pull request #8 from carrotquest/docs-and-compatibility
Docs and compatibility
2020-02-07 15:33:03 +05:00
M1ha
e01ae4419c Bug in travis config 2020-02-07 13:06:23 +05:00
M1ha
7d2d94336c Added more docs 2020-02-07 13:05:19 +05:00
M1ha
5cb43ca6cd Converted all typing hints to python 3 style 2020-02-07 12:19:53 +05:00
M1ha
210c36a127 1. Fixed bulk_update testing issue for django 2.1
2. Added python 3.8 and django 3.0 to travis testing
3. Split requirements.txt and requirements-test.txt
2020-02-07 11:14:39 +05:00
M1ha
54923e03bf Fixed issue https://github.com/carrotquest/django-clickhouse/issues/11 2020-02-07 11:07:52 +05:00