0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix test config loading for sqlalchemy More... over 9 years ago
config loading hack so we can enable sslmode on datasource proxy connection More... over 9 years ago
bugfix More... over 9 years ago
handle datetime.date types as datetime.datetime type More... over 9 years ago
fix zero division exception bug More... over 9 years ago
safer flush poping from self.container More... over 9 years ago
type_single fix: null values do NOT include 0 More... over 9 years ago
removed ```_prep_objects``` call from activity import _prep_objects is not doing anything there, _oid is already in the object (copied from the parent version). We are not overriding it with the purpose of being used in activity_import in any of our cubes (we will be overriding it for use in get_objects) More... over 9 years ago
removed passing around the ```parse_timestamp``` argument, will use config value instead More... over 9 years ago
fix and revert some quick hacks; SMACK for not working in a separate branch More... over 9 years ago
flush should use only objects stored in self.store More... over 9 years ago
Merge branch '0.3.2-parser_ON_query_fix' More... over 9 years ago
use utcnow -- which defaults to utc, not time -- which defaults to localtime -- since everywhere else, we expect utc More... over 9 years ago
test fix; ~DATE is UP TO/BEFORE but NOT INCLUDING More... over 9 years ago
Merge branch 'master' of github.com:kejbaly2/metrique More... over 9 years ago
group by _oid on batch in persist()/upsert() More... over 9 years ago
revert back to correct parsing behavior for ~DATE (before) with <, not <= (before or on) More... over 9 years ago
container.db_columns is non-callable More... over 9 years ago
.travis.yml merge More... over 9 years ago
debug info added regarding postgresql installs < 9.2; install deps before calling setup.py; encode all sys_call output; sys_call output now async; fix travis.yaml - no firstboot mongodb; default sys_call(shell=False) More... over 9 years ago
remove mongodb support More... over 9 years ago
added some comments and a minor bugfix where arg is touched before its defined in certain case More... over 9 years ago
csvdata.rows optimization More... over 9 years ago
utils and container optimizations More... over 9 years ago
setup.py cpython imports/build ext rules More... over 9 years ago
class MetriqueObject-> def metrique_object More... over 9 years ago
cython enabled More... over 9 years ago
plotting fixes More... over 9 years ago
easy_install anyconfig not working - temporary fix More... over 9 years ago
handling regexes on arrays More... over 9 years ago