1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 02:07:53 +03:00
Commit Graph

1503 Commits

Author SHA1 Message Date
Irina Truong
bc6883a308 Merge pull request #715 from gustavo-castro/adding_date_feature
Adding time option for the Prompt Format
2017-05-11 10:05:10 -07:00
gustavo
6fba6037cc Adding link to my github profile 2017-05-10 19:51:39 +02:00
gustavo
cfb86c2c64 Updating AUTHORS and changelog 2017-05-10 19:49:08 +02:00
gustavo
df90e5a8f6 Fixing minor details 2017-05-10 01:20:08 +02:00
gustavo
e0219f4d5b Adding time option for the Prompt Format 2017-05-09 23:55:12 +02:00
Irina Truong
d62f1e5030 Merge pull request #710 from dbcli/tsroten/edit_last_command
Edit last-run query in external editor.
2017-05-06 15:25:18 -07:00
Irina Truong
11959265ee Merge pull request #713 from dbcli/feature/fix_pgspecial_update
fix pgspecial update in behave tests
2017-05-06 14:36:59 -07:00
Thomas Roten
cdec31d8f2 Merge branch 'master' of github.com:dbcli/pgcli into tsroten/edit_last_command 2017-05-06 13:52:01 -05:00
Dick Marinus
0031814627 fix pgspecial update in behave tests 2017-05-06 15:51:47 +02:00
Thomas Roten
bf8c9b1a9d Remove editor command before opening editor. 2017-05-03 12:54:03 -05:00
Thomas Roten
c389f5371d Edit last-run query in external editor. 2017-05-02 23:31:29 -05:00
Irina Truong
bb9d8ac38e Merge pull request #709 from dbcli/feature/behave_remove_boiler_plat_code
Behave remove boiler plate code
2017-05-02 15:06:35 -07:00
Dick Marinus
f39dda5773 Behave remove boiler plate code 2017-05-02 20:20:13 +02:00
Amjith Ramanujam
81fb73f4b0 Merge pull request #708 from dbcli/j-bennet/fix-user-precedence
User option should take precedence over environment variable.
2017-05-01 09:51:44 -07:00
Irina Truong
b0d77c1021 Changelog. 2017-04-30 16:46:09 -07:00
Irina Truong
c2dd7670fa User option should take precedence over environment variable. Fixes #697. 2017-04-30 16:43:24 -07:00
Irina Truong
2e4b907b19 Merge pull request #701 from jdpopkin/fix_lock_error
Fix handling of failure to obtain lock
2017-04-30 16:12:27 -07:00
Jackson Popkin
110f13fe10 Update changelog, AUTHORS 2017-04-29 20:56:34 -04:00
Jackson Popkin
2c519711db Handle failure to obtain lock 2017-04-29 20:56:34 -04:00
Irina Truong
e78aa8ee6e Merge pull request #702 from hatarist/fix_code_typo
Fix typo in parseutils.meta.FunctionMetadata
2017-04-29 15:33:15 -07:00
Irina Truong
43f072f16f Merge pull request #703 from dbcli/feature/behave_fix_cleanup
behave fix clean up
2017-04-29 15:27:44 -07:00
Irina Truong
e604096d96 Get rid of tmp var. 2017-04-29 15:23:13 -07:00
Irina Truong
84d89250cd Merge branch 'master' into feature/behave_fix_cleanup 2017-04-29 14:55:58 -07:00
Irina Truong
b2a22580a6 Merge pull request #706 from dbcli/feature/behave_tee
Test using behave the tee command
2017-04-29 14:51:48 -07:00
darikg
5508d725b9 Merge pull request #693 from bersace/well-known-following-keywords
Complete well known following keywords
2017-04-29 15:47:33 -04:00
Dick Marinus
5a60402649 Test using behave the tee command 2017-04-29 21:35:06 +02:00
Dick Marinus
d71032c37f behave fix clean up
In an earlier commit I've changed the current working directory and
the removal of a temporary file didn't take that into account.
2017-04-29 10:10:05 +02:00
Dick Marinus
fb25e4b923 remove debugging logfile 2017-04-29 10:02:15 +02:00
Irina Truong
e4d75fcfb6 Merge pull request #699 from dbcli/feature/behave_source_command
behave test source command
2017-04-28 23:28:50 -07:00
Igor Hatarist
8d8c3b18e2 Fix typo in parseutils.meta.FunctionMetadata 2017-04-29 05:43:55 +03:00
Irina Truong
2c89329b93 Merge pull request #696 from hraban/readme-fix
Fix readme monospace syntax
2017-04-28 16:26:20 -07:00
Dick Marinus
8fa3d18353 behave test source command 2017-04-28 21:16:11 +02:00
Irina Truong
7eef21e3d3 Merge pull request #698 from dbcli/feature/behave_quit_nicely
behave quit pgcli nicely
2017-04-28 09:27:14 -07:00
Dick Marinus
6f1f4bfa8e behave quit pgcli nicely 2017-04-28 18:00:51 +02:00
Étienne BERSAC
4912ff8412
Adding Étienne BERSAC as contributor 2017-04-27 21:32:44 +02:00
Étienne BERSAC
219b4a52d9
Fix PEP8 for #693 2017-04-27 21:32:44 +02:00
Étienne BERSAC
293b6b3a41
Complete keywords depending on previous token
Keywords list is based on
https://www.postgresql.org/docs/9.6/static/sql-commands.html.
2017-04-27 21:32:43 +02:00
Étienne BERSAC
d4967adf41
Complete from last keywords for CREATE and DROP too 2017-04-27 21:32:43 +02:00
Étienne BERSAC
b1e0e84bb7
Store keywords tree 2017-04-27 21:32:43 +02:00
Étienne BERSAC
7fc0dd85af
Use generic ALTER keyword instead of ALTER TABLE 2017-04-27 21:32:43 +02:00
Amjith Ramanujam
7858cbc473 Merge pull request #694 from bersace/changelog
Check changelog.rst markup
2017-04-27 11:05:29 -07:00
Amjith Ramanujam
c9ade68443 Merge pull request #692 from bersace/pgspecial
Update DEVELOP.rst with external pgspecial project
2017-04-27 11:04:27 -07:00
Étienne BERSAC
ef096222ca
Fix @meeuw broken link 2017-04-27 16:39:33 +02:00
Étienne BERSAC
50b8ea9f47
Fix spurious conflict marker in Changelog
Fixes:

    changelog.rst:9: (SEVERE/4) Missing matching underline for section title overline.

    =======
2017-04-27 16:17:49 +02:00
Étienne BERSAC
9327caa601
Fix Changelog title
Fixes:

    changelog.rst:2: (WARNING/2) Title underline too short.

    Upcoming
    =====
2017-04-27 16:17:37 +02:00
Étienne BERSAC
6fd98a5de8
Check changelog.rst markup 2017-04-27 16:17:37 +02:00
Étienne BERSAC
2224cbd7e3
Update DEVELOP.rst with external pgspecial project 2017-04-27 15:44:28 +02:00
Amjith Ramanujam
a56ff81b19 Merge pull request #691 from dbcli/feature/travis-fail-fast
Fail on first error in travis script.
2017-04-26 22:31:31 -07:00
Irina Truong
12de175a06 Revert "Emulate step failing."
This reverts commit 5a6521738c.
2017-04-26 17:03:12 -07:00
Irina Truong
5a6521738c Emulate step failing. 2017-04-26 17:00:43 -07:00