Commit Graph

576 Commits

Author SHA1 Message Date
olliemath
ee01e82372 Merge remote-tracking branch 'upstream/develop' into merge-upstream 2025-07-01 20:28:43 +01:00
Kobi Tal
45a9200ff6 Finished Release v2.1.3 2022-11-29 15:17:14 +02:00
Kobi Tal
623f3e7dac releasing 2.1.3 2022-11-29 15:15:57 +02:00
Kobi Tal
070b2c3ff4
Merge pull request #197 from Infinidat/fix_paginate_alias
Fix pagination for models with alias fields
2022-11-29 15:08:45 +02:00
Kobi Tal
d7a26a81bb Fix pagination for models with alias fields 2022-11-29 15:06:44 +02:00
Kobi Tal
09aeddf677 Finished Release v2.1.2 2022-07-19 11:10:47 +03:00
Kobi Tal
2777d3084c Releasing v2.1.2 2022-07-19 11:06:19 +03:00
Kobi Tal
7b15567a62 Bump python version to 3.8.12 2022-07-19 10:59:30 +03:00
Kobi Tal
359809e819 Releasing v2.1.2 2022-07-19 10:56:22 +03:00
Kobi Tal
272729153c Add model to QuerySet to support django-rest-framework 3 2022-07-18 17:55:51 +03:00
Jenkins CI
232a8d29ad Finished Release v2.1.1
* develop:
  Releasing v2.1.1
  fix precedence of ~ operator in Q objects
  ignore non-numeric parts of version string
  Fixes to make the tests pass on ClickHouse v21.9
  Bump urllib3 from 1.25.9 to 1.26.5 in /examples/db_explorer
  Bump jinja2 from 2.11.2 to 2.11.3 in /examples/db_explorer
  Simplified
  Support for adding a column to the beginning of a table
  1. add stddevPop func 2. add stddevSamp func
  changes reverted after rebase
  initializing changes related to string enums for pull request
2021-10-21 14:47:55 +03:00
Kobi Tal
4cbaf5e0fb Releasing v2.1.1 2021-10-21 14:12:46 +03:00
Kobi Tal
17ab9c046b
Merge pull request #169 from Infinidat/dependabot/pip/examples/db_explorer/jinja2-2.11.3
Bump jinja2 from 2.11.2 to 2.11.3 in /examples/db_explorer
2021-10-21 12:27:05 +03:00
Kobi Tal
cb7d7efd93
Merge pull request #172 from Infinidat/dependabot/pip/examples/db_explorer/urllib3-1.26.5
Bump urllib3 from 1.25.9 to 1.26.5 in /examples/db_explorer
2021-10-21 12:26:30 +03:00
Kobi Tal
1ae66f63c3
Merge pull request #164 from behldizh/add-stddev-funcs-develop
Add stddev funcs to F()
2021-10-21 09:39:51 +03:00
Kobi Tal
da591dc649
Merge pull request #167 from meanmail/develop
Support for adding a column to the beginning of a table
2021-10-21 09:39:18 +03:00
Kobi Tal
ed33c09dd7
Merge pull request #183 from mangototango/small_issues
Small fixes
2021-10-21 09:36:30 +03:00
mangototango
3b0aaebe50 fix precedence of ~ operator in Q objects 2021-10-21 05:33:23 +00:00
mangototango
0787efc1cc ignore non-numeric parts of version string 2021-10-21 05:32:53 +00:00
Kobi Tal
76d432b838
Merge pull request #181 from mangototango/ver_21_9
Fixes to make the tests pass on ClickHouse v21.9
2021-10-17 09:55:22 +03:00
mangototango
5abe39ed24 Fixes to make the tests pass on ClickHouse v21.9 2021-10-16 07:47:17 +00:00
olliemath
cd724c2132 Tooling: unpin requirements 2021-08-20 14:08:17 +01:00
olliemath
23cef67da0 Prep 2.2.1 release 2021-08-16 20:22:31 +01:00
Oliver Margetts
35b5a11e65
Chore: improve description for PyPI 2021-08-16 19:19:34 +00:00
Oliver Margetts
22e124e3aa
Moar badges 2021-08-16 19:17:40 +00:00
Oliver Margetts
441d2d1f08
Rename python-package.yml to python-test.yml 2021-08-16 19:13:05 +00:00
Oliver Margetts
223febdc82
Update python-publish.yml 2021-08-16 19:07:01 +00:00
Oliver Margetts
c357aad8e7
Create python-publish.yml 2021-08-16 18:26:07 +00:00
olliemath
ce79b39407 Chore: fix linting for examples 2021-08-16 09:44:48 +01:00
olliemath
0e9dea5bcb Chore: update scripts/docs 2021-08-16 09:36:15 +01:00
Oliver Margetts
19f89e0efe
Test with CH 21.3 and 20.8 2021-08-14 11:29:53 +00:00
olliemath
a924f6c7e2 Compatibility: update tests for 21.3+ 2021-08-14 12:24:33 +01:00
olliemath
1a4785d61e Compatibility: get tests working with CH 21.1 2021-08-14 11:36:10 +01:00
olliemath
817825e878 Chore: blacken / pep8ify tests 2021-08-14 11:27:12 +01:00
olliemath
c5d8d356fe Update changelog 2021-08-08 10:11:55 +01:00
olliemath
45e16fe2f8 Enhancement: add timezones to all date functions 2021-08-08 10:11:21 +01:00
olliemath
1054502d5d Bugfix: fix NO_VALUE copy semantics
Previously copying the NO_VALUE singleton would yield a different
instance. This caused some problems. Now it really is a singleton.
2021-08-08 10:11:21 +01:00
Oliver Margetts
84302aa172
Prepare 2.2.0 release 2021-08-06 18:57:52 +00:00
Oliver Margetts
3cc6eafb94
Prepare 2.2.0 release 2021-08-06 18:57:26 +00:00
Oliver Margetts
a00e0c2002
Update python-package.yml 2021-08-06 18:41:52 +00:00
Oliver Margetts
caffb93717
Update README.md 2021-08-06 18:41:17 +00:00
olliemath
f6c184ed54 Chore: isort 2021-08-06 17:33:33 +01:00
Oliver Margetts
8f497ea357
Chore: bump pipeline clickhouse version to 20.8 2021-08-06 16:32:30 +00:00
olliemath
078ffbfc90 Chore: remove some circular imports 2021-08-06 17:28:22 +01:00
olliemath
b6d3012a4a Bugfix: remove compression from alias fields
This is not allowed in Clickhouse 20.8+ and would have no effect
earlier versions.
2021-08-06 17:10:42 +01:00
olliemath
9b671d66d8 Bugfix: correct boolean logic for Q objects
Closes #4
2021-07-30 09:36:57 +01:00
olliemath
ff580d73d8 Chore: organize tests 2021-07-30 09:33:28 +01:00
olliemath
73b74e9cfb Chore: license tweak 2021-07-28 22:50:11 +01:00
Oliver Margetts
a36e69822b
Pipeline: add github workflows (#1)
Tooling: add github actions

* Add github actions to run pytest / flake8 / black
* Use clickhouse:20.6 (tests fail with 21.x, 20.8)
* Keep black away from pypy
2021-07-28 21:43:21 +00:00
olliemath
bdec4843ce Chore: update supported python versions 2021-07-28 22:11:27 +01:00