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

1464 Commits

Author SHA1 Message Date
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
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
Irina Truong
de7a620aa3 Fail on first error in travis script. 2017-04-26 16:55:35 -07:00
Irina Truong
bad238f996 Merge pull request #686 from owst/column_completion_for_order_by_and_distinct
Suggest columns for `ORDER BY` and `DISTINCT` (fixes #685)
2017-04-26 11:01:32 -07:00
Owen Stephens
3d560baf6c Suggest columns for ORDER BY and DISTINCT (fixes #685)
Having typed an alias name in an `ORDER BY` or (`SELECT`) `DISTINCT`
clause, the alias was not taken account of, and the completion simply
listed all columns. This change fixes that, and makes the autocompletion
behave the same as in `SELECT` and `WHERE` clauses.
2017-04-26 01:10:57 +01:00
Irina Truong
a238f0a891 Merge pull request #688 from lelit/slash_sf
Configure suggestions for \sf
2017-04-25 14:08:49 -07:00
Irina Truong
b9ad881b67 Merge pull request #687 from dbcli/feature/behave_pager_wrapper
behave pager wrapper
2017-04-25 08:10:50 -07:00
Lele Gaifax
5da1a4154c Suggest functions for \\sf
Move the specials suggestion map to a constant dictionary, to avoid
repeating the key names.
2017-04-25 11:34:44 +02:00
Lele Gaifax
67f153e38e Fix typo in comment 2017-04-25 11:34:18 +02:00
Dick Marinus
bc47a07d92 behave pager wrapper 2017-04-25 07:37:53 +02:00
Amjith Ramanujam
1e1d980ae2 Merge pull request #667 from dbcli/koljonen/tests_parametrize_completer
Parametrize completer in tests + deduplicate test code
2017-04-21 07:40:13 -07:00
Amjith Ramanujam
db634a4596 Merge pull request #654 from dbcli/koljonen/case_column_titles
Casing of column headers (using casing file)
2017-04-21 07:39:19 -07:00
Amjith Ramanujam
edf40d052b Merge branch 'master' into koljonen/case_column_titles 2017-04-21 07:38:14 -07:00
Irina Truong
66cd634de4 Merge pull request #684 from dbcli/amjith/author-update
Change author name and email.
2017-04-19 15:34:49 -07:00
Irina Truong
74459613da Changed to pgcli-dev@googlegroups.com. 2017-04-19 15:29:31 -07:00
Irina Truong
0e2e7937a7 Seriously pep8radius. 2017-04-19 15:26:51 -07:00
Irina Truong
ad326f7f03 Merge branch 'master' into amjith/author-update 2017-04-19 15:04:56 -07:00
Irina Truong
da434103cc Merge pull request #660 from hraban/docker
Docker
2017-04-19 10:08:36 -07:00
Hraban Luyat
9a3d2add87 Add Hraban Luyat to AUTHORS 2017-04-19 08:54:00 +01:00
Amjith Ramanujam
befb3b6e2f Change author name and email. 2017-04-18 21:10:07 -07:00
Hraban Luyat
0bf665d41d README: Explain how to use with Docker 2017-04-15 23:14:51 +01:00
Hraban Luyat
7263a38cfc Dockerize 2017-04-15 23:14:17 +01:00
Amjith Ramanujam
dd4586d3e0 Merge pull request #683 from AlexTes/patch-2
Add AlexTes to AUTHORS
2017-04-13 10:33:07 -07:00
Alexander Tesfamichael
7906355d14 Add AlexTes to AUTHORS 2017-04-13 09:44:30 +02:00
Amjith Ramanujam
a85b68962e Merge pull request #681 from AlexTes/patch-1
Make it easier to find config option documentation
2017-04-12 20:22:58 -07:00
Alexander Tesfamichael
6c6c53b3a5 Make it easier to find config option documentation 2017-04-12 11:42:02 +02:00
Amjith Ramanujam
dc7e73524f Merge pull request #680 from dbcli/j-bennet/pep8radius-travis
Ported pep8radius addition from mycli.
2017-04-08 18:41:38 -07:00
Irina Truong
b3ade2db9d Ported pep8radius addition from mycli. 2017-04-07 17:00:35 -07:00
Irina Truong
eab935034e Merge pull request #679 from russelldavies/fix_cli
Standardize command line option names
2017-04-07 10:38:44 -07:00
Russell Davies
f8597b78a6
Standardize command line option names
This standardizes on the same names as psql and removes some
conflicts.
2017-04-07 12:02:07 +01:00
Irina Truong
56af64585f Merge pull request #673 from dbcli/j-bennet/behave-tests-housekeeping
Functional tests housekeeping
2017-04-01 10:11:05 -07:00
Irina Truong
578a36a6c0 Switched back to expect_exact in iocommands test. 2017-03-31 16:08:59 -07:00
Dick Marinus
586738f0b3 switch from nano to ex 2017-03-31 16:04:18 -07:00
Dick Marinus
aaf31e87be Fix coverage tests, fix PGPASSWORD
- I've copied my changes in .travis.yml from mycli
- Changed PGPASS to PGPASSWORD
2017-03-31 16:00:54 -07:00
Irina Truong
24870ea695 Install nano. 2017-03-31 16:00:54 -07:00
Irina Truong
96c77b1044 Which nano? 2017-03-31 16:00:54 -07:00
Irina Truong
38558e165e After editor command, expect colored sql. 2017-03-31 16:00:54 -07:00
Irina Truong
19511b0fe9 Renamed pgcli to dbcli and postgres to dbserver, to make .feature files reusable. 2017-03-31 16:00:54 -07:00
Irina Truong
4aea9015aa Added coverage support for functional tests. 2017-03-31 16:00:54 -07:00
Irina Truong
5fdcb889bd Fixed failing test. 2017-03-31 16:00:54 -07:00