Dave Page
4e50c186df
Update CI script output for parsing with the Log Parser plugin in Jenkins
2017-03-31 12:45:56 -04:00
Dave Page
7a1bb8863a
Include translation message catalogs in CI build/test runs.
2017-03-31 12:26:57 -04:00
Dave Page
ac1637f281
Make sure each build/test starts in the correct directory.
2017-03-31 12:17:34 -04:00
Dave Page
b6fa5f5b33
Add message catalog builds to CI, and run all tests from a runner script to enable test/build addition purely from the source tree.
2017-03-31 12:13:58 -04:00
Murtuza Zabuawala
08ff9d7422
Dialog Help was broken in case where query tool/Debugger opens in new browser tab. Fixes #2310
2017-03-31 16:08:05 +05:30
Maxim Zakharov
8005b05292
Fixes #2304 , #2145 - Resolve the issue for restoring the table from the backup.
...
Earlier - implementation was generating the backup code like as below:
XXX/pg_restore.exe --host "x.x.x.x" --port "xxxx" --username "osboxes" --no-password --dbname "test" --data-only --verbose --table "tt.test2" "XXX-FILE.bak"
It should have been:
XXX/pg_restore.exe --host "x.x.x.x" --port "xxxx" --username "osboxes" --no-password --dbname "test" --data-only --verbose --schema "tt" --table "test2" "XXX-FILE.bak"
2017-03-31 13:16:17 +05:30
Dave Page
696343196a
Fix Python 3 compatibility bug
2017-03-30 23:16:43 -04:00
Joao Pedro De Almeida Pereira
eb89998dc0
From a visual standpoint, grey highlight makes selection look deselected rather than selected. A brighter color would quickly provide visual feedback on an action.
...
With this patch the color of selected rows look more highlighted.
2017-03-30 22:56:13 -04:00
Susan Douglas
e58dce9425
Correct claims made in the management_basics.rst file
2017-03-30 22:52:17 -04:00
Dave Page
5ce6cd8ca0
Fix a thinko. Had to be one following those typos...
2017-03-30 22:47:05 -04:00
Dave Page
4e96692060
Fix a typo
2017-03-30 17:25:41 -04:00
Dave Page
256f42c64b
Fix a typo
2017-03-30 17:19:22 -04:00
Dave Page
4b1781124a
Use the correct Python binary.
2017-03-30 17:13:06 -04:00
Dave Page
8941756a9d
Select the correct Sphinx version
2017-03-30 17:11:08 -04:00
Dave Page
0a381c4a53
Add scripts for building the PIP wheel and tarballs
2017-03-30 17:05:49 -04:00
Dave Page
b826e0863c
Clean the build from the correct directory.
2017-03-30 16:49:11 -04:00
Dave Page
cdc1b70aea
Ensure CI scripts are executable
2017-03-30 16:37:44 -04:00
Dave Page
b65896b85b
Add basic CI runner scripts for Jenkins
2017-03-30 16:34:24 -04:00
Maxim Zakharov
4e16345257
Add support for proxies in the runtime. Fixes #2301
2017-03-29 12:17:16 -04:00
Dave Page
87bbb5ef2c
Revert to the old, arguably broken code for QT4 port selection, as QT4 doesn't support TCP socket binding as QT5 does.
2017-03-29 11:33:55 -04:00
Sarah McAlear
1d27341e21
Fix translation extraction for new client side translations, and update catalogs.
2017-03-28 15:21:49 -04:00
Khushboo Vashi
8745417926
Fix ascending/descending sort order in backgrid while clicking on the headers. Fixes #2303
2017-03-28 09:19:24 -04:00
Dave Page
44ce8985e0
Fix typo in variable name.
2017-03-28 08:55:38 -04:00
Dave Page
688c810300
Add header that seems to be needed with Python 3.
2017-03-28 08:41:38 -04:00
Maxim Zakharov
72548a99e1
Fix usage of QString::toUtf8(). Fixes #2299
...
Desktop runtime has a couple bugs using already freed memory supplied to embedded python leading to occasional crashes and failures to start maintenance processes (VACUUM, ANALYZE, REINDEX, CLUSTER).
This is caused by incorrect usage of QString::toUtf8() which returns newly created QByteArray which is automatically destroyed once closing context; e.g.
Py_SetPythonHome(pythonHome.toUtf8().data());
2017-03-28 08:26:16 -04:00
Dave Page
f19fc307b1
Treat doc build warnings as errors for CI purposes and correctness.
2017-03-27 22:10:39 -04:00
Dave Page
7450c2df0d
Revert code cleanup that wasn't 2.6 compatible.
2017-03-27 21:27:17 -04:00
Dave Page
95f43d59b8
Revert "Ensure client-side translations are correctly extracted into the message templates."
...
This reverts commit 82bd97aed0
.
There are still issues extracting with these changes.
2017-03-27 13:53:40 -04:00
Sarah McAlear
82bd97aed0
Ensure client-side translations are correctly extracted into the message templates.
2017-03-27 13:24:47 -04:00
Khushboo Vashi
633d2ad28c
Fix the bin path preferences.
2017-03-27 12:25:59 -04:00
Akshay Joshi
757500c478
Ensure preferences are properly saved the first time they're set.
2017-03-27 12:19:28 -04:00
Dave Page
b2ab35e990
Don't require an auth key for the static help files. It doesn't play nicely with webkit.
2017-03-26 21:52:31 -04:00
Dave Page
ea6d97c49d
Add a couple of headers that Qt 5.8 seems to be more picky about, and fix the free port check to use TCP not UDP
2017-03-26 21:02:15 -04:00
Jonas Thelemann
c391696054
Remove some unnecessary line breaks causing problems with translations.
2017-03-26 20:26:58 -04:00
Sarah McAlear
66815643a9
Fix a cleanup SQL query to enable running feature tests on CI against Greenplum.
2017-03-25 22:09:00 -04:00
Dave Page
6152d73f13
Fix some code inspection complaints
2017-03-25 22:04:52 -04:00
Dave Page
a6fa35789c
Fix broken markup
2017-03-25 22:04:52 -04:00
Dave Page
8bd648c5b6
Don't include the tools directory in the Mac & Windows packages
2017-03-25 22:04:52 -04:00
Dave Page
4f27afc99b
Ensure the spinner doesn't obscure the version
2017-03-25 22:04:52 -04:00
Dave Page
232ebae3aa
Make target for the minimise tool
2017-03-25 22:04:52 -04:00
Dave Page
e0f7a1cde6
Add a simple tool to minimise CSS and JS files (for future use)
2017-03-25 22:04:52 -04:00
Akshay Joshi
569ceb3906
Modify the web code to allow the Query Tool and Debugger to be opened in new tabs, per settings in Preferences. Fixes #1344
...
Note that this does *not* enable the runtime to use multiple windows at this stage. It's really only useful in Server mode.
2017-03-24 14:43:56 +00:00
Khushboo Vashi
0eda6033df
Allow users to select UI language at login or from Preferences rather than unpredictable behaviour from browsers. Fixes #2190
2017-03-24 14:20:10 +00:00
Dave Page
6cb9ece6fd
Decode error messages before trying to use them.
2017-03-24 14:11:31 +00:00
Wayne Winch Jr
5f2a15dd6d
Fix deletion of rows where the primary key isn't at ordinal zero. Fixes #2274
2017-03-24 13:32:56 +00:00
Dave Page
ee73b5ba26
Fix path
2017-03-24 11:41:14 +00:00
Atira Odhner
73193a0d6d
Update translation docs for client side JS translation support.
2017-03-24 11:40:51 +00:00
Murtuza Zabuawala
d4e88217eb
Added timeout in _wait_timeout function in our psycopg2 module.
...
Fixes debugger module, Added common function to covert 2d array data to dict for BackGrid.
2017-03-24 14:01:59 +05:30
Dave Page
d205550b53
Fix Python 3 compatibility.
2017-03-23 13:43:24 +00:00
Dave Page
8748ee20cb
Client side translation.
2017-03-23 12:35:28 +00:00