Dan Sosedoff
3a32f531a0
Allow database stats downloads ( #738 )
...
* Add button to download database stats
* Return xml as well
2024-05-25 10:59:23 -07:00
Dan Sosedoff
40f582d1ea
Add analyze table action ( #737 )
2024-05-14 20:40:39 -07:00
Alexandru Gologan
f4e7643e22
Add support for a bookmarks-only mode ( #716 )
...
* Add support for bookmarks-only mode
* Add error for missing bookmarks in bookmarks-only mode
* Error when settings url or connect backend together with bookmarks-only
* Add tests for parsing options
2024-03-14 21:36:53 -07:00
Dan Sosedoff
f94bc9a4dd
Fix connection window layout on smaller viewports ( #669 )
2023-03-31 19:38:38 -05:00
Dan Sosedoff
41bf189e6b
Local queries ( #641 )
...
* Read local queries from pgweb home directory
* Refactor local query functionality
* Allow picking local query in the query tab
* WIP
* Disable local query dropdown during execution
* Only allow local queries running in a single session mode
* Add middleware to enforce local query endpoint availability
* Fix query check
* Add query store tests
* Make query store errors portable
* Skip building specific tests on windows
2023-02-02 16:13:14 -06:00
Dan Sosedoff
5b2d4e4454
Add context menu to display database tables stats ( #639 )
...
* Add context menu to display database tables stats
* Move table stats implementation into client
2023-01-23 14:10:26 -06:00
Dan Sosedoff
d7ecb5494d
Show error message when API calls fail ( #636 )
2023-01-18 13:29:04 -06:00
Dan Sosedoff
96bd15b3e2
Display cell content via context menu ( #634 )
2023-01-12 11:55:34 -06:00
Dan Sosedoff
fbc228eb6c
Make query input box resizable
2022-12-05 16:35:57 -06:00
Dan Sosedoff
e6c5075f7c
Add ability to display view definition
2022-12-03 16:50:11 -06:00
Dan Sosedoff
bf6b2f8dda
Add ability to copy view definition
2022-12-03 16:50:11 -06:00
Tim Ings
17e95601ec
Explain analyze dropdown button ( #532 )
...
* Adds bootstrap dropdown plugin
* Float dropdown toggle left
* Extract query running message toggles
* Adds analyze function and api call
* Adds analyze api
2022-01-03 19:05:46 -06:00
Dan Sosedoff
707fea6d13
Disable autocomplete on database search field
2020-10-18 09:22:53 -05:00
Dan Sosedoff
9afc152f25
Merge pull request #443 from oleggator/autocompletion
...
Add SQL keyword autocompletion
2019-11-02 13:36:49 -05:00
Dan Sosedoff
7475f398b1
Add support for encrypted ssh keys
2019-11-02 12:44:04 -05:00
Oleg Utkin
abf6acf82e
add sql keyword autocompletion
2019-10-03 01:20:18 +03:00
Dan Sosedoff
416cae3101
Add database object filter to the sidebar
2019-07-05 16:18:29 -05:00
Dan Sosedoff
819b13fe55
Restructure sidebar
2019-07-05 15:19:05 -05:00
Nhat Tran
25304f8229
Fix: missing base64.js in index.html and remove blank space
2019-01-25 12:04:21 +08:00
Dan Sosedoff
658d14314b
Show pgweb version on homep age and check for newer releases
2018-12-12 20:35:07 -06:00
Dan Sosedoff
6ed3d5b501
Add result row context menu to copy value or filter rows
2018-09-14 18:14:18 -05:00
Dan Sosedoff
b9eba7bfa4
Add column context menu item to get numeric stats
2018-09-13 20:50:33 -05:00
Dan Sosedoff
a6eade1ae1
Automatically set table filter option to 'equals' if its not set
2018-08-20 20:42:38 -05:00
Dan Sosedoff
43fe84de3a
Add link to PG docs about connection strings
2017-12-14 22:49:10 -06:00
Dan Sosedoff
0ea173ffe5
Add views context menu
2017-11-30 23:38:15 -06:00
Dan Sosedoff
4f2fac11d3
Disable autocomplete on the connection url string for security reasons
2017-11-30 22:25:20 -06:00
Dan Sosedoff
d7e5805024
Rename SQL query tab
2017-11-21 15:33:13 -06:00
Dan Sosedoff
dc3d7303d7
Reorder table context menu
2017-11-16 23:08:18 -06:00
Dan Sosedoff
046022221e
UI and design tweaks
2017-10-13 23:04:19 -05:00
Jason Ye
fc01b1db81
Search for database with autocomplete
2017-10-13 22:59:24 -05:00
ldinc
0e2926cc85
added simple copy to clipboard from data-id prop
2017-10-14 01:23:53 +03:00
Dan Sosedoff
5e22795828
Allow setting ssh connection key file, fix connection ui
2017-09-26 23:29:28 -05:00
Dan Sosedoff
e771d6f49e
Export database or table to sql
2017-09-16 20:32:41 -05:00
Dan Sosedoff
81af2a9a27
Add table results headers context menu
2017-09-16 13:50:22 -05:00
Dan Sosedoff
36fd4871e1
Show number of rows rendered for custom sql query
2017-02-25 14:04:48 -06:00
Dan Sosedoff
172f9a82d0
Remove dummy data from database list and tweak the link style
2016-11-06 19:01:38 -06:00
Dan Sosedoff
a3c341b5b4
Show list of databases and allow switching by clicking on current database name
2016-11-05 22:49:17 -05:00
Dan Sosedoff
c58138b4cc
Do not reset connection form when clicking on 'cancel' button, fixes #138
2016-03-01 19:42:01 -06:00
Dan Sosedoff
5ecb66a4ef
Fix connection button status while connection is being established, fixes #134
2016-02-20 21:03:35 -06:00
Dan Sosedoff
0a144a633d
Add ability to launch pgweb with url prefix
2016-02-19 21:14:56 -06:00
Dan Sosedoff
f08c9d36a6
Add disconnect button to close active connection
2016-02-04 23:13:54 -06:00
Dan Sosedoff
f0f447857f
Tunnel implementation, allow using ssh on connection screen
2016-01-14 19:50:01 -06:00
Dan Sosedoff
9ffa05affb
Initial support for multiple schemas
2016-01-12 21:33:44 -06:00
Dan Sosedoff
be3b954716
Filtering bugfixes
2016-01-08 15:31:06 -06:00
Dan Sosedoff
38c971ab49
Implement pagination and simple filtering
2016-01-08 14:16:53 -06:00
Dan Sosedoff
1bc824e39b
Move query export buttons to the right, add xml export button
2016-01-07 20:44:03 -06:00
Dan Sosedoff
9cfdf4a194
Fresh design
2016-01-04 20:25:54 -06:00
Dan Sosedoff
aa0ffedc8c
Update sql editor theme to twilight, make font bigger
2016-01-04 19:17:51 -06:00
Dan Sosedoff
5a92c5508c
Add ability to export query results to JSON
2016-01-04 18:15:05 -06:00
Dan Sosedoff
73a97893e9
Add ability to export table to JSON and XML
2016-01-04 18:03:53 -06:00