Dan Sosedoff
|
f3920afe8c
|
Only expose sessions data in debug mode, otherwise return just a count of sessions
|
2016-01-10 15:16:31 -06:00 |
|
Dan Sosedoff
|
ad1994574d
|
Move api middleware into its own file
|
2016-01-10 15:03:33 -06:00 |
|
Dan Sosedoff
|
d772ae0b31
|
Make sessions optional via --sessions CLI flag
|
2016-01-08 19:44:31 -06:00 |
|
Dan Sosedoff
|
ed94244741
|
Make pgweb to use multiple sessions at once [wip]
|
2016-01-08 19:10:11 -06:00 |
|
Dan Sosedoff
|
73cb979721
|
Merge pull request #110 from sosedoff/filter-and-pagination
Filter and pagination
|
2016-01-08 15:44:41 -06:00 |
|
Dan Sosedoff
|
b5d6368cca
|
Do not show bindata.go in the git diff log
|
2016-01-08 15:34:02 -06:00 |
|
Dan Sosedoff
|
be3b954716
|
Filtering bugfixes
|
2016-01-08 15:31:06 -06:00 |
|
Dan Sosedoff
|
1d05cfa0af
|
Reset filters before loading table data
|
2016-01-08 15:06:33 -06:00 |
|
Dan Sosedoff
|
38c971ab49
|
Implement pagination and simple filtering
|
2016-01-08 14:16:53 -06:00 |
|
Dan Sosedoff
|
61523e33df
|
Add support for offset in table rows endpoint, dry up code
|
2016-01-07 21:18:22 -06:00 |
|
Dan Sosedoff
|
9b5764d4fb
|
Do not record duplicate queries into history
|
2016-01-07 20:55:23 -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
|
e662e907be
|
Merge pull request #109 from sosedoff/bigint-to-string
Convert bigints that exceed js number limits to strings
|
2016-01-07 20:20:01 -06:00 |
|
Dan Sosedoff
|
28178e46de
|
Format big floats as well
|
2016-01-07 20:10:53 -06:00 |
|
Dan Sosedoff
|
3acc6febae
|
Automatically call PrepareBigints for all queries
|
2016-01-07 11:33:08 -06:00 |
|
Dan Sosedoff
|
fbb8ffbfc6
|
Encode bigints as strings
|
2016-01-07 11:27:16 -06:00 |
|
Dan Sosedoff
|
581a2f164b
|
Update dockerfile to use golang 1.5 image
|
2016-01-05 14:11:45 -06:00 |
|
Dan Sosedoff
|
051d7d6eb4
|
Update changelog
|
2016-01-05 13:36:45 -06:00 |
|
Dan Sosedoff
|
7766c3bb66
|
Version bump: 0.7.0
|
2016-01-05 13:14:36 -06:00 |
|
Dan Sosedoff
|
35aa91de27
|
Readme, license
|
2016-01-05 00:41:50 -06:00 |
|
Dan Sosedoff
|
3a793ed87d
|
More design tweaks
|
2016-01-05 00:31:14 -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
|
82c162d399
|
Fix appveyor builds
|
2016-01-04 18:51:25 -06:00 |
|
Dan Sosedoff
|
995d52db1b
|
Merge pull request #107 from sosedoff/export
Export to JSON / XML
|
2016-01-04 18:40:43 -06:00 |
|
Dan Sosedoff
|
c7e58f0828
|
Remove duplicate code
|
2016-01-04 18:35:05 -06:00 |
|
Dan Sosedoff
|
1f99576a37
|
Add test cases for result struct
|
2016-01-04 18:33:54 -06:00 |
|
Dan Sosedoff
|
91d8d3ee83
|
Move result struct into its own file
|
2016-01-04 18:19:16 -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 |
|
Dan Sosedoff
|
bc1f876fb5
|
Merge pull request #104 from brianlow/constraints
Show table constraints
|
2015-12-08 18:33:51 -06:00 |
|
Dan Sosedoff
|
4fb24cb229
|
Merge pull request #100 from niiyz/dev-sequence
Add sequence.
|
2015-11-16 21:19:57 -06:00 |
|
Dan Sosedoff
|
4c1bb758ce
|
Update change log
|
2015-10-19 21:20:03 -05:00 |
|
Dan Sosedoff
|
6749b2ace8
|
Make sure to close fake server connection in tests
|
2015-10-19 21:09:22 -05:00 |
|
Dan Sosedoff
|
8f7fdcbdca
|
Update ci config
|
2015-09-14 22:57:53 -05:00 |
|
Dan Sosedoff
|
1e50471a87
|
CI on 1.5
|
2015-08-20 01:25:01 -05:00 |
|
Dan Sosedoff
|
20a5728152
|
Version bump: 0.6.3
|
2015-08-16 10:24:21 -05:00 |
|
Dan Sosedoff
|
3170fb22cb
|
Escape postgres password, GH-96
|
2015-08-15 21:11:09 -05:00 |
|
Dan Sosedoff
|
c02d15ec34
|
Encode sql query to base64 for CSV export, GH-95
|
2015-08-15 20:53:51 -05:00 |
|
Dan Sosedoff
|
2a4edaf08f
|
Add request middleware to log incoming form params
|
2015-08-04 10:38:23 -05:00 |
|
Dan Sosedoff
|
639ca96caa
|
Write current sql query after input query change
|
2015-08-02 19:21:42 -05:00 |
|
Dan Sosedoff
|
fb13ce8b07
|
Automatically save last executed query to localStorage
|
2015-07-30 22:29:08 -05:00 |
|
Dan Sosedoff
|
2aacab44ec
|
Revert "Test on tip"
This reverts commit 279acc8af8.
|
2015-07-30 22:21:01 -05:00 |
|
Dan Sosedoff
|
279acc8af8
|
Test on tip
|
2015-07-29 21:58:16 -05:00 |
|
Dan Sosedoff
|
3765728342
|
Update changelog
|
2015-07-17 19:37:07 -05:00 |
|
Dan Sosedoff
|
68ceb212b5
|
Version bump: 0.6.2
|
2015-07-15 18:21:08 -05:00 |
|
Dan Sosedoff
|
e52114e969
|
Update changelog
|
2015-07-14 23:05:36 -05:00 |
|
Dan Sosedoff
|
e3b7dd013b
|
Merge pull request #93 from sosedoff/travis-containers
Use container-based travis infrastructure
|
2015-07-14 22:58:54 -05:00 |
|
Dan Sosedoff
|
cea3b6b43e
|
Use container-based travis infrastructure
|
2015-07-14 22:56:40 -05:00 |
|
Dan Sosedoff
|
06d39e0ab7
|
Merge pull request #92 from sosedoff/postgresql-prefix
Support both postgresql:// and posgres:// url prefix
|
2015-07-14 22:54:58 -05:00 |
|
Dan Sosedoff
|
785108002e
|
Support both postgresql:// and posgres:// url prefix
|
2015-07-14 22:42:46 -05:00 |
|
Dan Sosedoff
|
c12853d0b0
|
Regenerate bindata
|
2015-07-14 22:27:48 -05:00 |
|
Dan Sosedoff
|
f1afa0ac33
|
Merge pull request #87 from Supme/patch-1
Update index.html
|
2015-07-14 22:27:18 -05:00 |
|
Dan Sosedoff
|
5265016003
|
Merge pull request #91 from sosedoff/update-pq
Update pg dependency to latest
|
2015-07-14 22:27:11 -05:00 |
|
Dan Sosedoff
|
c6cb3db624
|
Expose default port in dockerfile
|
2015-07-14 22:26:32 -05:00 |
|
Dan Sosedoff
|
d35f58a2b5
|
Update pg dependency to latest
|
2015-07-14 22:11:02 -05:00 |
|
Dan Sosedoff
|
d9ada2e58a
|
Skip port tests on windows for now
|
2015-07-14 21:38:15 -05:00 |
|
Dan Sosedoff
|
4d6c688bf0
|
Merge pull request #90 from freeformz/patch-2
Some app.json updates to consider
|
2015-07-14 21:19:55 -05:00 |
|
Dan Sosedoff
|
3eec0947d2
|
Merge pull request #89 from freeformz/patch-1
Update app.json
|
2015-07-14 21:19:27 -05:00 |
|
Dan Sosedoff
|
5e4398ceae
|
Update changelog
|
2015-06-18 13:15:35 -05:00 |
|
Dan Sosedoff
|
67a9820c98
|
Print SHA sum for binary when packaging
|
2015-06-18 13:14:54 -05:00 |
|
Dan Sosedoff
|
665f79d26c
|
Version bump: 0.6.1
|
2015-06-18 13:10:02 -05:00 |
|
Dan Sosedoff
|
427a08029a
|
Moar readme
|
2015-06-03 20:43:22 -05:00 |
|
Dan Sosedoff
|
df7ef6d8f0
|
Tweak screens page
|
2015-06-03 20:34:45 -05:00 |
|
Dan Sosedoff
|
b9b646bb11
|
Fix readme link
|
2015-06-03 20:33:01 -05:00 |
|
Dan Sosedoff
|
ae62f8ea3d
|
Add separate screens
|
2015-06-03 20:32:33 -05:00 |
|
Dan Sosedoff
|
0939632399
|
Update changelog
|
2015-05-31 20:48:06 -05:00 |
|
Dan Sosedoff
|
4b5a2b96a8
|
Print SHA256 of the zip archive, not the binary
|
2015-05-31 20:42:55 -05:00 |
|
Dan Sosedoff
|
79bf430dee
|
Version bump: 0.6.0
|
2015-05-31 20:40:10 -05:00 |
|
Dan Sosedoff
|
62a168d44f
|
Contributing guidelines
|
2015-05-20 21:50:22 -05:00 |
|
Dan Sosedoff
|
502c8dae91
|
Set test command for appveyor
|
2015-05-19 15:19:12 -05:00 |
|
Dan Sosedoff
|
afdfc54802
|
Update screenshots
|
2015-05-19 12:57:24 -05:00 |
|
Dan Sosedoff
|
651b65a882
|
Implement table item context menu
- Add ability to export table contents into CSV
- Add ability to truncate table
- Add ability to delete table
|
2015-05-19 12:24:59 -05:00 |
|
Dan Sosedoff
|
c2290acae3
|
Add port checking functionality and tests
|
2015-05-18 17:13:17 -05:00 |
|
Dan Sosedoff
|
e1276afd71
|
Change sidebar color theme to light one
|
2015-05-18 16:57:53 -05:00 |
|
Dan Sosedoff
|
dea0fb8b78
|
Tweak readme
|
2015-05-18 16:28:05 -05:00 |
|
Dan Sosedoff
|
faebfb3e62
|
Regenerate assets
|
2015-05-18 16:22:19 -05:00 |
|
Dan Sosedoff
|
6fd7b7d427
|
Merge pull request #85 from brianlow/selected-text-1
Run selected text. Implements sosedoff/pgweb#78.
|
2015-05-18 16:20:38 -05:00 |
|
Dan Sosedoff
|
50f0f5f6dc
|
Shields
|
2015-05-09 22:12:38 -05:00 |
|
Dan Sosedoff
|
8889847c71
|
Fix version
|
2015-05-08 09:00:24 -05:00 |
|
Dan Sosedoff
|
d26bb75ebc
|
Tweak packaging script
|
2015-05-06 21:31:05 -05:00 |
|
Dan Sosedoff
|
a65cca44e5
|
Add script to package binaries
|
2015-05-06 21:24:15 -05:00 |
|
Dan Sosedoff
|
18b0260d1f
|
Changelog
|
2015-05-06 21:03:00 -05:00 |
|
Dan Sosedoff
|
c9d4ef5e89
|
Tweak table row styles
|
2015-05-06 20:58:21 -05:00 |
|
Dan Sosedoff
|
c0f3f027ae
|
Move version definition into command package, include build timestamp, add /api/info endpoint
|
2015-05-05 00:34:23 -05:00 |
|
Dan Sosedoff
|
0bd5360315
|
Update styles for connection window
|
2015-05-05 00:15:30 -05:00 |
|
Dan Sosedoff
|
29b46ba59c
|
Update bindata
|
2015-05-02 20:50:01 -05:00 |
|
Dan Sosedoff
|
04fe0023b7
|
DRY up api module
|
2015-05-02 20:32:16 -05:00 |
|
Dan Sosedoff
|
cb3c3e0e2e
|
Fix function names in api module
|
2015-05-02 20:13:04 -05:00 |
|
Dan Sosedoff
|
0ac9d72deb
|
Refactor and simplify asset serving
|
2015-05-02 20:10:14 -05:00 |
|
Dan Sosedoff
|
dd2200bdb8
|
Tweak appveyor config
|
2015-04-30 21:24:53 -05:00 |
|
Dan Sosedoff
|
ca894c621f
|
Inject git version when building a release
|
2015-04-30 20:40:06 -05:00 |
|
Dan Sosedoff
|
4224b3d326
|
Fix docker build and specify bind interface for command
|
2015-04-30 20:22:08 -05:00 |
|
Dan Sosedoff
|
891f45c1ca
|
Split up api into smaller files
|
2015-04-30 19:59:48 -05:00 |
|
Dan Sosedoff
|
595f51d76c
|
Add test task to makefile readme
|
2015-04-30 12:10:25 -05:00 |
|
Dan Sosedoff
|
50cdf99913
|
Fix all tests
|
2015-04-30 12:09:29 -05:00 |
|
Dan Sosedoff
|
e9f2f8eb83
|
Test all
|
2015-04-30 11:53:21 -05:00 |
|
Dan Sosedoff
|
73d2aa8fe1
|
Check in compiled assets
|
2015-04-30 11:51:17 -05:00 |
|
Dan Sosedoff
|
579eaf9141
|
Do not uri encode password for now
|
2015-04-30 11:51:02 -05:00 |
|
Dan Sosedoff
|
c513930e27
|
Restructure application
|
2015-04-30 11:47:07 -05:00 |
|