Wykres commitów

  • e3dd2483bb
    Fixed quoting on foreign-key links to tables with spaces in name Simon Willison 2017-11-24 16:05:28 -0800
  • c5c923d93c
    Don't incorrectly detect VIEWs as supporting FTS Simon Willison 2017-11-24 14:51:00 -0800
  • a81c62d848
    Tweaked custom SQL results display Simon Willison 2017-11-24 14:41:31 -0800
  • a802cbee74
    Search now applies to current filters Simon Willison 2017-11-24 14:22:57 -0800
  • 8a37baba14
    Much tidier design for table view header Simon Willison 2017-11-24 14:02:39 -0800
  • a53d09d919
    Show count of matching rows on table view Simon Willison 2017-11-24 14:01:53 -0800
  • ab32bd6427
    Fixed bug with params other than p0 Simon Willison 2017-11-24 13:55:00 -0800
  • b450778391
    Added column__not=blah filter Simon Willison 2017-11-23 14:09:50 -0800
  • 4b7596ee5c
    Row page now resolves foreign keys Simon Willison 2017-11-23 13:51:16 -0800
  • a30c5b220c
    Fixed bug on rows page, added unit test Simon Willison 2017-11-23 13:09:45 -0800
  • 7708887681
    Tweaked styling of submit buttons and search box Simon Willison 2017-11-23 12:39:26 -0800
  • ef3eacf622
    Select option for removing filters Simon Willison 2017-11-23 12:32:54 -0800
  • 22b91dd95b
    Further tweaks to select/input filter styling Simon Willison 2017-11-23 12:05:51 -0800
  • a74e455ced
    Custom styled select boxes for filters Simon Willison 2017-11-23 07:58:55 -0800
  • 2f97834d0e
    NBSP before ID display Simon Willison 2017-11-22 20:45:04 -0800
  • 38dc1ef73b
    Show linked foreign key in table cells Simon Willison 2017-11-22 20:43:27 -0800
  • 72e328dccf
    Removed rogue print statement Simon Willison 2017-11-22 20:40:15 -0800
  • 82c20ea36e
    Added '- pick a column -' as first option Simon Willison 2017-11-22 20:39:53 -0800
  • 0071b5d6f5
    Added UI for editing table filters Simon Willison 2017-11-22 20:33:55 -0800
  • 53534b6e9d
    Even more complicated redirect scheme Simon Willison 2017-11-22 20:03:46 -0800
  • c8e7c85fd3
    Updated test_database_page test Simon Willison 2017-11-22 12:25:51 -0800
  • 1c8638c30a
    Hide FTS-created tables on index pages Simon Willison 2017-11-22 12:12:15 -0800
  • f96e55bce5 Fix pytest version conflict Simon Willison 2017-11-22 12:15:29 -0800
  • e319478c4a
    Fix pytest version conflict Simon Willison 2017-11-22 12:15:29 -0800
  • fa8eb0bf1b
    Run unit tests against both Python 3.5 and 3.6 Simon Willison 2017-11-22 09:43:52 -0800
  • fb505de11c
    Back-ported format strings for compatibility with Py 3.5 Simon Willison 2017-11-22 09:42:29 -0800
  • a9b9d42791
    Mark FTS-related tables as 'hidden' in inspect() Simon Willison 2017-11-20 08:57:41 -0800
  • e47117ce1d
    Add publish to heroku support (merge pull request #104 from jacobian) Simon Willison 2017-11-21 12:55:04 -0800
  • de42240afd Some bug fixes. Jacob Kaplan-Moss 2017-11-21 10:51:58 -0800
  • 75450abbe8 Merge branch 'master' into publish-heroku Jacob Kaplan-Moss 2017-11-21 10:19:42 -0800
  • 1f79be7e4e More error checking and docs Jacob Kaplan-Moss 2017-11-21 10:10:48 -0800
  • 0331666e34
    ?_search=x now works directly against fts virtual table Simon Willison 2017-11-19 22:18:07 -0800
  • 771b0ee347
    Initial implementation of ?_group_count=column Simon Willison 2017-11-19 22:04:13 -0800
  • b4e6211a97
    Refactored filter logic and added human descriptions - refs #86 Simon Willison 2017-11-19 22:03:24 -0800
  • 523c6f9e3a
    Fixed bug with FTS against tables with hyphens in the name Simon Willison 2017-11-19 21:59:53 -0800
  • a5881e105a
    ?_filter_column=col&_filter_op=isnull__1 redirect Simon Willison 2017-11-19 12:33:30 -0800
  • 386fb11d42
    ?_filter_column=col&_filter_op=op&_filter_value=value redirect Simon Willison 2017-11-19 12:25:29 -0800
  • ddc808f387
    Added --build=master option to datasette publish and package Simon Willison 2017-11-19 10:20:17 -0800
  • eed6a0fe36
    Implemented ?_search=XXX + UI if a FTS table is detected Simon Willison 2017-11-19 08:59:26 -0800
  • f59c840e7d
    Show row count for custom SQL queries Simon Willison 2017-11-19 07:54:50 -0800
  • 80ada4dbb3
    Added 'datasette --version' support Simon Willison 2017-11-18 21:59:16 -0800
  • 1b04662585 Table views now show expanded foreign key references, if possible Simon Willison 2017-11-17 19:09:32 -0800
  • 6a007f6322 Row pages show incoming foreign key relationships Simon Willison 2017-11-17 10:15:44 -0800
  • 7feb746efe Fixed bug where 0 values were showing up blank Simon Willison 2017-11-17 10:14:01 -0800
  • 2fa60bc5e3 Table views now show expanded foreign key references, if possible Simon Willison 2017-11-17 19:09:32 -0800
  • 6d39429daa Don't prevent tabbing to `Run SQL` button (#117) Robert Gieseke 2017-11-18 01:53:42 +0100
  • 54d58ef690 Merge branch 'master' into publish-heroku Jacob Kaplan-Moss 2017-11-17 13:36:50 -0800
  • 6eb23d2143 Moved `datasette build` to a post_compile hook. Jacob Kaplan-Moss 2017-11-17 12:09:01 -0800
  • a0acc934f7 Row pages show incoming foreign key relationships Simon Willison 2017-11-17 10:15:44 -0800
  • ed21fb9508 Fixed bug where 0 values were showing up blank Simon Willison 2017-11-17 10:14:01 -0800
  • 0b702f3679 Fixed weird edge-case with foreign key detection Simon Willison 2017-11-17 08:18:26 -0800
  • 45e502aace Added unit tests for inspect() foreign key detection Simon Willison 2017-11-17 08:08:11 -0800
  • e16ca1169c Refactored table column/row display logic Simon Willison 2017-11-17 07:39:36 -0800
  • 7b4d00e87e Don't prevent tabbing to `Run SQL` button Robert Gieseke 2017-11-17 16:25:19 +0100
  • 084350b0f1 Switched to gather_request=False for Sanic tests Simon Willison 2017-11-17 06:53:37 -0800
  • eda848b37f Add keyboard shortcut to execute SQL query (#115) Robert Gieseke 2017-11-17 15:22:55 +0100
  • f3445e2d13 Install python3-dev rothar than python-dev Simon Willison 2017-11-17 06:18:49 -0800
  • 1a6cfcc10f Added a .dockerignore Simon Willison 2017-11-17 06:18:23 -0800
  • 03572ae355 Allow --load-extension to be set via environment variable Simon Willison 2017-11-17 06:13:35 -0800
  • bb514164e6 Add keyboard shortcut to execute SQL query Robert Gieseke 2017-11-17 15:07:41 +0100
  • ed2b3f25be add support for ?field__isnull=1 (#107) Ray N 2017-11-17 08:29:22 -0500
  • b9af49be6c
    Fix case for Sanic dependency Simon Willison 2017-11-17 05:26:05 -0800
  • 8b4c600d98 Add spatialite, switch to debian and local build (#114) Ariel Núñez 2017-11-16 22:50:51 -0500
  • 6c6b63d890 Add spatialite, switch to debian and local build Ariel Nuñez 2017-11-16 21:32:08 -0500
  • 14d5bb572f Merge branch 'master' into isnull Ray N 2017-11-17 01:12:24 +0000
  • b7c4165346 Added --load-extension argument to datasette serve Simon Willison 2017-11-16 08:46:04 -0800
  • 9e27b2a0ba Add example of named parameter UI to the release notes Simon Willison 2017-11-16 08:09:07 -0800
  • 5bfb23b949
    Added Read The Docs badge Simon Willison 2017-11-16 08:13:55 -0800
  • a9138f044a Added date to most recent changelog entry Simon Willison 2017-11-16 07:40:43 -0800
  • 51bdd67691 Changelog for 0.12 release 0.12 Simon Willison 2017-11-16 07:37:46 -0800
  • 01e0c3fa18 Fixed   bug Simon Willison 2017-11-16 07:29:52 -0800
  • 228bce83a3 Added __version__, bumped it to 0.12 Simon Willison 2017-11-16 07:20:54 -0800
  • e6ca885883 Added initial docs, including a changelog Simon Willison 2017-11-16 07:11:00 -0800
  • 9199945a1b Fixed 500 on views page Simon Willison 2017-11-16 06:46:49 -0800
  • 4ea861538d Add unit test and conditional formatting for ?field__isnull Ray N 2017-11-16 03:59:09 +0000
  • 82261a638b Turn on auto-escaping in Jinja Simon Willison 2017-11-15 17:59:42 -0800
  • a4af532a31 Include foreign key info in inspect() output Simon Willison 2017-11-15 17:34:32 -0800
  • 5d8084a285 Added a UI for editing named parameters Simon Willison 2017-11-15 17:32:48 -0800
  • 9f47b6e4d8 Pin to specific Jinja version Simon Willison 2017-11-15 16:14:07 -0800
  • cdaa111e28 add support for ?field__isnull=1 Ray N 2017-11-15 23:33:36 +0000
  • f48cb705d8 Initial cut at `datasette publish heroku` Jacob Kaplan-Moss 2017-11-15 11:53:00 -0800
  • f45ca30f91 Fixed bug with datasette package --metadata Simon Willison 2017-11-14 21:18:29 -0800
  • ea183b2ae3 Default to 127.0.0.1 not 0.0.0.0 Simon Willison 2017-11-14 21:08:46 -0800
  • 7fe1e8b482 Added extra metadata options to publish and package commands Simon Willison 2017-11-14 21:02:11 -0800
  • 86755503d2 Initial add simple prod ready Dockerfile refs #57 (#94) Andrew Cutler 2017-11-15 14:08:04 +1100
  • 9cb69cbd45 New ?_sql_time_limit_ms=10 argument to database and table page Simon Willison 2017-11-14 18:55:10 -0800
  • 0b8c1b0a6d Test for sql_time_limit_ms + sqlite_functions mechanism Simon Willison 2017-11-14 18:41:03 -0800
  • 4f7281af8c Apply a default height to CodeMirror Simon Willison 2017-11-14 18:04:04 -0800
  • cbb59e3801 Handle tables with names that start with digits Simon Willison 2017-11-14 10:13:37 -0800
  • 8252daa4c1 SQL syntax highlighting with Codemirror (#89) Tom Dyson 2017-11-15 02:03:00 +0000
  • 7f6ad095e9 SQL syntax highlighting with Codemirror Tom Dyson 2017-11-14 14:32:13 +0000
  • 075d422c0a
    Fixed typo Simon Willison 2017-11-13 21:28:02 -0800
  • 98ae6d6a40
    Added link to examples Simon Willison 2017-11-13 21:27:21 -0800
  • 147195c2fd Initial add simple prod ready Dockerfile refs #57 Andrew Cutler 2017-11-14 16:02:22 +1100
  • b0f3d4e375 Version 0.11 0.11 Simon Willison 2017-11-13 17:48:22 -0800
  • fc7c04fe0b Added 'datasette publish now --force' option Simon Willison 2017-11-13 17:48:03 -0800
  • 00527e5c62 Enable --cors by default in containers Simon Willison 2017-11-13 17:23:22 -0800
  • 5928c11ee7 Version 0.10 0.10 Simon Willison 2017-11-13 16:45:23 -0800
  • 50e817801f Fixed #83 Simon Willison 2017-11-13 16:44:08 -0800
  • bdfb6d4f13
    Fixed package output example Simon Willison 2017-11-13 14:18:44 -0800