1
1
mirror of https://github.com/harelba/q.git synced 2024-10-03 22:39:52 +03:00
Commit Graph

21 Commits

Author SHA1 Message Date
Harel Ben-Attia
cad588265c
q version 3.1.0-beta - automatic immutable caching and direct queries on sqlite databases (#280) + New Packaging Workflow 2021-10-22 01:48:53 +03:00
Harel Ben-Attia
b4aedcf386
Release Cycle (#242) 2020-09-19 23:37:00 +03:00
Harel Ben-Attia
5c96ad2904 make rpm creation more robust 2019-12-17 17:58:21 +02:00
Harel Ben-Attia
1f9b576bca Bumped version to 2.0.6 2019-12-02 01:42:21 +02:00
Harel Ben-Attia
fa1665c4ce fix rpm/deb to use binary executable instead of python source 2019-11-30 18:16:54 +02:00
Harel Ben-Attia
26d04e92a5 wip 2019-11-29 11:52:19 +02:00
Harel Ben-Attia
b47417a216 Modified windows installation instructions for dockerized version 2017-04-08 16:09:55 +03:00
Harel Ben Attia
6cab73152e WIP 2017-04-06 13:42:17 +03:00
Harel Ben Attia
c324cadbce WIP 2017-04-05 08:40:47 +03:00
Baptiste Fontaine
2464dc47c3 Simplified mac homebrew version bump instructions
Also changed to the preferred checksum (SHA256) and mentioned the preferred commit message format.
2015-06-16 01:14:24 +02:00
Harel Ben-Attia
1648a3a551 Formalized mac homebrew version bump 2014-12-13 10:43:27 -05:00
Harel Ben-Attia
d584bb68b0 Formalized windows build... 2014-12-13 09:53:54 -05:00
Harel Ben-Attia
95d3aed6e5 Fixed rpm spec to remove changelog from documentation 2014-12-13 07:13:12 -05:00
Harel Ben-Attia
ef0ce7c4cf Final preparations for releasing 1.5.0
* Removing python API artifacts. Will be done properly right after releasing 1.5.0

Doc stuff fixes in preparation for releasing 1.5.0

Revert "Final preparations for releasing 1.5.0"

This reverts commit b27ddfd1d13e869a72c77bb0e514f4887c945122.
2014-12-13 07:10:37 -05:00
Harel Ben-Attia
77d498cfb0 Added debian packaing script + more fixes to RPM creation + fixed error message text 2014-12-13 06:41:45 -05:00
Harel Ben-Attia
f56270a2f9 Fixed RPM creation + some docs 2014-12-12 10:36:06 -05:00
Harel Ben-Attia
2147ccc017 Multiple queries on CLI + Reuse of loaded data + Full code refactoring (full python API) + RPM compiles q to binary
Included changes:
pick 8b4342d Refactored q to expose objects, and added a python package wrapper
pick b0d28b1 Internalized exception handling into the q main object
pick faf3904 Added reuse of loaded data + stdin injection to module API + tests
pick 08cf2bb Allow different input params for each loaded file + loading file manually + fixed modeling of query encoding + tests
pick 3a7fffd Separation of populate phases
pick 92d0bb6 Provide table structure as part of responses + merge _populate method versions
pick d04a24c Multiple queries on CLI + load data from string API + finer details in table structure response + tests
pick d90c392 modified non existent file error msg + fixed response bug in table_structure when there are errors
pick 5908a75 Fixed bug in str of the response
pick a9dcc74 New RPM creation which matches commit hash to version, and compiles q
pick 90fd18a Fixed permissions for new RPM.
2014-12-10 19:47:59 -05:00
Harel Ben-Attia
9f303e47e7 Added changelog related stuff for version 1.4.0 2014-06-14 08:26:28 -04:00
Harel Ben-Attia
6225144e76 Changed RPM package name to q-text-as-data + Fixed RPM creation after folder refactoring + docs/man-page merge 2014-06-14 07:53:54 -04:00
Harel Ben-Attia
2f716c6d6e Added message to create-rpm before committing and fixing 2014-05-20 05:30:16 -04:00
Harel Ben-Attia
11092ce2f3 Refactored folder structure 2014-05-20 04:41:37 -04:00