Commit Graph

  • 0c0d0ea3a3 Update readme Dan Sosedoff 2016-01-10 15:41:07 -06:00
  • d12b686e52 Merge pull request #111 from sosedoff/sessions Dan Sosedoff 2016-01-10 15:36:02 -06:00
  • 73185940b6 Allow enabling sessions via SESSIONS env var Dan Sosedoff 2016-01-10 15:22:30 -06:00
  • f3920afe8c Only expose sessions data in debug mode, otherwise return just a count of sessions Dan Sosedoff 2016-01-10 15:16:31 -06:00
  • ad1994574d Move api middleware into its own file Dan Sosedoff 2016-01-10 15:03:33 -06:00
  • d772ae0b31 Make sessions optional via --sessions CLI flag Dan Sosedoff 2016-01-08 19:44:31 -06:00
  • ed94244741 Make pgweb to use multiple sessions at once [wip] Dan Sosedoff 2016-01-08 19:10:11 -06:00
  • 73cb979721 Merge pull request #110 from sosedoff/filter-and-pagination Dan Sosedoff 2016-01-08 15:44:41 -06:00
  • b5d6368cca Do not show bindata.go in the git diff log Dan Sosedoff 2016-01-08 15:34:02 -06:00
  • be3b954716 Filtering bugfixes Dan Sosedoff 2016-01-08 15:31:06 -06:00
  • 1d05cfa0af Reset filters before loading table data Dan Sosedoff 2016-01-08 15:06:33 -06:00
  • 38c971ab49 Implement pagination and simple filtering Dan Sosedoff 2016-01-08 14:16:53 -06:00
  • 61523e33df Add support for offset in table rows endpoint, dry up code Dan Sosedoff 2016-01-07 21:18:22 -06:00
  • 9b5764d4fb Do not record duplicate queries into history Dan Sosedoff 2016-01-07 20:55:23 -06:00
  • 1bc824e39b Move query export buttons to the right, add xml export button Dan Sosedoff 2016-01-07 20:44:03 -06:00
  • e662e907be Merge pull request #109 from sosedoff/bigint-to-string Dan Sosedoff 2016-01-07 20:20:01 -06:00
  • 28178e46de Format big floats as well Dan Sosedoff 2016-01-07 20:10:53 -06:00
  • 3acc6febae Automatically call PrepareBigints for all queries Dan Sosedoff 2016-01-07 11:33:08 -06:00
  • fbb8ffbfc6 Encode bigints as strings Dan Sosedoff 2016-01-07 11:27:16 -06:00
  • 581a2f164b Update dockerfile to use golang 1.5 image Dan Sosedoff 2016-01-05 14:11:45 -06:00
  • 051d7d6eb4 Update changelog Dan Sosedoff 2016-01-05 13:36:45 -06:00
  • 7766c3bb66 Version bump: 0.7.0 v0.7.0 Dan Sosedoff 2016-01-05 13:14:36 -06:00
  • 35aa91de27 Readme, license Dan Sosedoff 2016-01-05 00:41:50 -06:00
  • 3a793ed87d More design tweaks Dan Sosedoff 2016-01-05 00:31:14 -06:00
  • 9cfdf4a194 Fresh design Dan Sosedoff 2016-01-04 20:25:54 -06:00
  • aa0ffedc8c Update sql editor theme to twilight, make font bigger Dan Sosedoff 2016-01-04 19:17:51 -06:00
  • 82c162d399 Fix appveyor builds Dan Sosedoff 2016-01-04 18:51:25 -06:00
  • 995d52db1b Merge pull request #107 from sosedoff/export Dan Sosedoff 2016-01-04 18:40:43 -06:00
  • c7e58f0828 Remove duplicate code Dan Sosedoff 2016-01-04 18:35:05 -06:00
  • 1f99576a37 Add test cases for result struct Dan Sosedoff 2016-01-04 18:33:54 -06:00
  • 91d8d3ee83 Move result struct into its own file Dan Sosedoff 2016-01-04 18:19:16 -06:00
  • 5a92c5508c Add ability to export query results to JSON Dan Sosedoff 2016-01-04 18:15:05 -06:00
  • 73a97893e9 Add ability to export table to JSON and XML Dan Sosedoff 2016-01-04 18:03:53 -06:00
  • bc1f876fb5 Merge pull request #104 from brianlow/constraints Dan Sosedoff 2015-12-08 18:33:51 -06:00
  • eeb0fdf3a4 Show table constraints Brian Low 2015-12-04 17:14:03 -07:00
  • 4fb24cb229 Merge pull request #100 from niiyz/dev-sequence Dan Sosedoff 2015-11-16 21:19:57 -06:00
  • d35b3661a9 Make Assets. niiyz 2015-11-14 08:45:55 +09:00
  • 3e6e223ed0 Indent modification. niiyz 2015-11-13 22:43:19 +09:00
  • 8579edf1ca Indent modification. niiyz 2015-11-13 22:41:53 +09:00
  • 420d85e811 Indent modification. niiyz 2015-11-13 22:34:53 +09:00
  • 924a46894b Add Sequence to Front. app.js niiyz 2015-11-13 22:26:05 +09:00
  • 71aec1f07a Add Sequences to Front. niiyz 2015-11-13 21:38:33 +09:00
  • 4688e62b90 Add Sequences to API Test. niiyz 2015-11-13 21:36:51 +09:00
  • 232790b452 Add Sequences to API. niiyz 2015-11-13 21:36:13 +09:00
  • 4c1bb758ce Update change log Dan Sosedoff 2015-10-19 21:20:03 -05:00
  • 6749b2ace8 Make sure to close fake server connection in tests Dan Sosedoff 2015-10-19 21:09:22 -05:00
  • 8f7fdcbdca Update ci config Dan Sosedoff 2015-09-14 22:57:53 -05:00
  • 1e50471a87 CI on 1.5 Dan Sosedoff 2015-08-20 01:25:01 -05:00
  • 20a5728152 Version bump: 0.6.3 v0.6.3 Dan Sosedoff 2015-08-16 10:24:21 -05:00
  • 3170fb22cb Escape postgres password, GH-96 Dan Sosedoff 2015-08-15 21:11:09 -05:00
  • c02d15ec34 Encode sql query to base64 for CSV export, GH-95 Dan Sosedoff 2015-08-15 20:53:51 -05:00
  • 2a4edaf08f Add request middleware to log incoming form params Dan Sosedoff 2015-08-04 10:38:23 -05:00
  • 639ca96caa Write current sql query after input query change Dan Sosedoff 2015-08-02 19:21:42 -05:00
  • fb13ce8b07 Automatically save last executed query to localStorage Dan Sosedoff 2015-07-30 22:29:08 -05:00
  • 2aacab44ec Revert "Test on tip" Dan Sosedoff 2015-07-30 22:21:01 -05:00
  • 279acc8af8 Test on tip Dan Sosedoff 2015-07-29 21:58:16 -05:00
  • 3765728342 Update changelog Dan Sosedoff 2015-07-17 19:37:07 -05:00
  • 68ceb212b5 Version bump: 0.6.2 v0.6.2 Dan Sosedoff 2015-07-15 18:21:08 -05:00
  • e52114e969 Update changelog Dan Sosedoff 2015-07-14 23:05:36 -05:00
  • e3b7dd013b Merge pull request #93 from sosedoff/travis-containers Dan Sosedoff 2015-07-14 22:58:54 -05:00
  • cea3b6b43e Use container-based travis infrastructure Dan Sosedoff 2015-07-14 22:56:40 -05:00
  • 06d39e0ab7 Merge pull request #92 from sosedoff/postgresql-prefix Dan Sosedoff 2015-07-14 22:54:58 -05:00
  • 785108002e Support both postgresql:// and posgres:// url prefix Dan Sosedoff 2015-07-14 22:42:46 -05:00
  • c12853d0b0 Regenerate bindata Dan Sosedoff 2015-07-14 22:27:48 -05:00
  • f1afa0ac33 Merge pull request #87 from Supme/patch-1 Dan Sosedoff 2015-07-14 22:27:18 -05:00
  • 5265016003 Merge pull request #91 from sosedoff/update-pq Dan Sosedoff 2015-07-14 22:27:11 -05:00
  • c6cb3db624 Expose default port in dockerfile Dan Sosedoff 2015-07-14 22:26:32 -05:00
  • d35f58a2b5 Update pg dependency to latest Dan Sosedoff 2015-07-14 22:11:02 -05:00
  • d9ada2e58a Skip port tests on windows for now Dan Sosedoff 2015-07-14 21:38:15 -05:00
  • 4d6c688bf0 Merge pull request #90 from freeformz/patch-2 Dan Sosedoff 2015-07-14 21:19:55 -05:00
  • 3eec0947d2 Merge pull request #89 from freeformz/patch-1 Dan Sosedoff 2015-07-14 21:19:27 -05:00
  • 5979272115 Some app.json updates to consider Edward Muller 2015-07-14 12:52:28 -07:00
  • 5fb70ace3c Update app.json Edward Muller 2015-07-14 12:50:32 -07:00
  • 5e4398ceae Update changelog Dan Sosedoff 2015-06-18 13:15:35 -05:00
  • 67a9820c98 Print SHA sum for binary when packaging Dan Sosedoff 2015-06-18 13:14:54 -05:00
  • 665f79d26c Version bump: 0.6.1 v0.6.1 Dan Sosedoff 2015-06-18 13:10:02 -05:00
  • 6152819e45 Update index.html Alexey Agafonov 2015-06-10 17:06:28 +03:00
  • 427a08029a Moar readme Dan Sosedoff 2015-06-03 20:43:22 -05:00
  • df7ef6d8f0 Tweak screens page Dan Sosedoff 2015-06-03 20:34:45 -05:00
  • b9b646bb11 Fix readme link Dan Sosedoff 2015-06-03 20:33:01 -05:00
  • ae62f8ea3d Add separate screens Dan Sosedoff 2015-06-03 20:32:33 -05:00
  • 0939632399 Update changelog Dan Sosedoff 2015-05-31 20:48:06 -05:00
  • 4b5a2b96a8 Print SHA256 of the zip archive, not the binary Dan Sosedoff 2015-05-31 20:42:55 -05:00
  • 79bf430dee Version bump: 0.6.0 v0.6.0 Dan Sosedoff 2015-05-31 20:40:10 -05:00
  • 62a168d44f Contributing guidelines Dan Sosedoff 2015-05-20 21:50:22 -05:00
  • 502c8dae91 Set test command for appveyor Dan Sosedoff 2015-05-19 15:19:12 -05:00
  • afdfc54802 Update screenshots Dan Sosedoff 2015-05-19 12:57:24 -05:00
  • 651b65a882 Implement table item context menu Dan Sosedoff 2015-05-19 12:24:52 -05:00
  • c2290acae3 Add port checking functionality and tests Dan Sosedoff 2015-05-18 17:13:17 -05:00
  • e1276afd71 Change sidebar color theme to light one Dan Sosedoff 2015-05-18 16:57:53 -05:00
  • dea0fb8b78 Tweak readme Dan Sosedoff 2015-05-18 16:28:05 -05:00
  • faebfb3e62 Regenerate assets Dan Sosedoff 2015-05-18 16:22:19 -05:00
  • 6fd7b7d427 Merge pull request #85 from brianlow/selected-text-1 Dan Sosedoff 2015-05-18 16:20:38 -05:00
  • 385b415676 Run selected text. Implements sosedoff/pgweb#78. brianlow 2015-05-18 14:58:03 -06:00
  • 50f0f5f6dc Shields Dan Sosedoff 2015-05-09 22:12:38 -05:00
  • 8889847c71 Fix version Dan Sosedoff 2015-05-08 09:00:24 -05:00
  • d26bb75ebc Tweak packaging script Dan Sosedoff 2015-05-06 21:31:05 -05:00
  • a65cca44e5 Add script to package binaries Dan Sosedoff 2015-05-06 21:24:15 -05:00
  • 18b0260d1f Changelog Dan Sosedoff 2015-05-06 21:03:00 -05:00
  • c9d4ef5e89 Tweak table row styles v0.5.3 Dan Sosedoff 2015-05-06 20:58:21 -05:00