summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-11-11Releasing version 1.5.1v1.5.1Amjith Ramanujam
2015-11-11Update changelog for version 1.5.1Amjith Ramanujam
2015-11-11Merge pull request #193 from dbcli/amjith/fix_cnf_file_port_bugMatheus Rosa
2015-11-10Cast the value of port read from my.cnf to int.Amjith Ramanujam
2015-11-09Fix a broken link in changelog.Amjith Ramanujam
2015-11-09Releasing version 1.5.0v1.5.0Amjith Ramanujam
2015-11-09Add port number validation to changelog.Amjith Ramanujam
2015-11-09Merge pull request #191 from dbcli/matheus/fix_port_validationAmjith Ramanujam
2015-11-09Add type validation for `port` argumentMatheus Rosa
2015-11-08Merge pull request #188 from dbcli/amjith/release-1.5.0Amjith Ramanujam
2015-11-03Update changelog for release 1.5.0.Amjith Ramanujam
2015-11-03Update AUTHORS file.Amjith Ramanujam
2015-11-02Merge pull request #187 from dbcli/amjith/authors_updateMatheus Rosa
2015-11-02Add Matheus to the core dev list.Amjith Ramanujam
2015-11-02Merge pull request #186 from dbcli/auditlog_error_messageThomas Roten
2015-11-01Show auditlog warning message after each queryMatheus Rosa
2015-11-01Improved error message for when audit log file could not be openedMatheus Rosa
2015-10-31Change if/else condition for `logfile` (when writing) and also the error messageMatheus Rosa
2015-10-31Add a error message when it fails to open the audit log fileMatheus Rosa
2015-10-30Add error message for auditlog's validationMatheus Rosa
2015-10-30Add try/except in order to validate the existence of the auditlog fileMatheus Rosa
2015-10-30Merge pull request #185 from mdsrosa/optional_audit_loggingThomas Roten
2015-10-29Make `audit_log` config optionalMatheus Rosa
2015-10-29Merge pull request #182 from mdsrosa/logging_config_optionAmjith Ramanujam
2015-10-29Merge pull request #184 from dbcli/amjith/remove-strip-in-tabulatedarikg
2015-10-29Fix the failing tests for tabulate.Amjith Ramanujam
2015-10-28Change the pgcli import to mycli.Amjith Ramanujam
2015-10-28Remove the whitespace removal from tabulate.Amjith Ramanujam
2015-10-28Changed validation to use the `logfile` attributeMatheus Rosa
2015-10-28Revert "Renamed argument "logfile" to "auditlog""Matheus Rosa
2015-10-28Add validation for auditlog parameterMatheus Rosa
2015-10-28Add audit_log config to default myclircMatheus Rosa
2015-10-28Renamed argument "logfile" to "auditlog"Matheus Rosa
2015-10-26Merge pull request #181 from dbcli/j-bennet/make-pycrypto-optionalAmjith Ramanujam
2015-10-26Added pip to check for pycrypto (checking sys.modules worked on Mac but not o...Iryna Cherniavska
2015-10-26Install pycrypto by default, but only if we're not on windows.Iryna Cherniavska
2015-10-24Make pycrypto optional. Connect #169.Iryna Cherniavska
2015-10-23Merge pull request #180 from mdsrosa/fix_suggestions_compound_clausesAmjith Ramanujam
2015-10-23Refactor tests to check for compound statementsMatheus Rosa
2015-10-23Add ability to make suggestions for compound join clausesMatheus Rosa
2015-10-22Merge pull request #178 from mdsrosa/fix_typoThomas Roten
2015-10-22Fix typo in MyCli's method name when registering a special commandMatheus Rosa
2015-10-21Merge pull request #176 from dbcli/amjith/background-completionThomas Roten
2015-10-21Merge branch 'master' into origin/amjith/background-completionThomas Roten
2015-10-20Merge pull request #177 from mdsrosa/prompt_commandAmjith Ramanujam
2015-10-20Register the special command `prompt` with the `\R` as aliasMatheus Rosa
2015-10-20Add a handler for the `\R` commandMatheus Rosa
2015-10-20Make the `connect` alias command to be case_sensitive in order to use the `\R`Matheus Rosa
2015-10-20Refresh completions only when a command is successful.Amjith Ramanujam
2015-10-20Merge pull request #174 from mdsrosa/system_commandAmjith Ramanujam