Wykres commitów

  • e90e1ce39f
    Cleaned up view_definition/table_definition code in table view Simon Willison 2018-06-16 10:33:17 -0700
  • dd781e680c
    Switch back from python:3.6-slim-stretch to python:3.6 Simon Willison 2018-06-16 09:28:55 -0700
  • 0c22fa8f09
    Cleaned up view_definition/table_definition code in table view Simon Willison 2018-06-16 10:33:17 -0700
  • 9fe59e54ad
    Merge a3c380d9d7 into d0a578c0fc Simon Willison 2018-06-16 16:45:49 +0000
  • a3c380d9d7
    Extract string-to-bool logic into utils.py Simon Willison 2018-06-16 09:44:31 -0700
  • 7e0caa1e62
    Extract string-to-bool logic into utils.py Simon Willison 2018-06-16 09:44:31 -0700
  • d0a578c0fc
    Switch back from python:3.6-slim-stretch to python:3.6 Simon Willison 2018-06-16 09:28:55 -0700
  • 825b8a2557
    .json?_labels=1 to expand foreign keys, refs #233 Simon Willison 2018-06-15 08:52:43 -0700
  • 5bda4a477c
    Fixed CSV tests - Python 3.6.5 and 3.6.3 apparently differ Simon Willison 2018-06-15 00:01:48 -0700
  • 3a79ad98ea
    Basic CSV export, refs #266 Simon Willison 2018-06-14 23:51:23 -0700
  • 8c6663d3cc
    Merge 018af454f2 into a246f476b4 Simon Willison 2018-06-07 15:26:49 +0000
  • 018af454f2
    Initial sketch of custom URL routing, refs #306 custom-router Simon Willison 2018-06-07 08:26:05 -0700
  • a246f476b4
    Moved JsonDataView into views/special,py Simon Willison 2018-06-07 08:22:29 -0700
  • 864328e074
    Test client wrapper removing need for gather_request - refs #272 Simon Willison 2018-06-04 20:53:12 -0700
  • b252bdb740
    Documented how to set multiple --config at once Simon Willison 2018-06-04 18:45:47 -0700
  • 29edbe90ff
    New cache_size_kb config for SQLite, closes #304 Simon Willison 2018-06-04 09:02:07 -0700
  • 9277c6236a
    Fixed tests I broke in b18e45158 Simon Willison 2018-05-31 07:47:22 -0700
  • 7381af85e6
    Hide sort select on larger screens, closes #300 Simon Willison 2018-05-31 07:43:06 -0700
  • a80e1d50b9
    Show error on 'datasette publish heroku --spatialite', refs #301 Simon Willison 2018-05-31 07:21:27 -0700
  • b18e451585
    datasette publish/package --spatialite, closes #243 Simon Willison 2018-05-31 07:16:50 -0700
  • 969771770f
    Upgrade pytest to 3.6.0 Simon Willison 2018-05-31 06:40:30 -0700
  • 16398641d9
    SQL syntax highlighting in docs Simon Willison 2018-05-31 06:17:53 -0700
  • d69ebce533
    Fixed broken :ref: Simon Willison 2018-05-29 20:11:24 -0700
  • 1a8b0213e0
    Fixed broken test introduced in b0a95da96 Simon Willison 2018-05-29 19:38:21 -0700
  • 27eff1809c
    Expanded SpatiaLite docs to cover GeoJSON plus lat-lon spatial indexes Simon Willison 2018-05-29 19:32:30 -0700
  • b0a95da963
    Show more useful error message for SQL interrupted, closes #142 Simon Willison 2018-05-28 14:24:19 -0700
  • 98c8f0e728
    Moved plugin HTML tests from test_html to test_plugins Simon Willison 2018-05-28 14:23:48 -0700
  • 27c10f6482
    Missing half of last commit fefb0db8ae Simon Willison 2018-05-28 13:42:48 -0700
  • fefb0db8ae
    Unit test for 02870e57, closes #291 Simon Willison 2018-05-28 13:41:53 -0700
  • a4d6acc239
    Use scope='session' for all fixtures Simon Willison 2018-05-28 13:41:06 -0700
  • 76d11eb768
    New ?_json=colname argument for returning unescaped JSON Simon Willison 2018-05-28 11:08:39 -0700
  • 1e1f3d15f1 Remove unnecessary import Javier Sancho 2018-05-28 12:42:57 +0200
  • e8d0bb5357 Merge branch 'master' into external-connectors Javier Sancho 2018-05-28 12:34:24 +0200
  • 9c9fd7fdc5 Let datasette inspect method more similar to the original one Javier Sancho 2018-05-28 11:28:51 +0200
  • 2ef42bb980
    First working prototype of columns and column_selects metadata columns Simon Willison 2018-05-27 08:53:42 -0700
  • 02870e5731
    Filter out duplicate JS/CSS URLs, refs #291 (testme) Simon Willison 2018-05-27 01:45:03 -0700
  • c972d79b5a
    Added docs on Importing shapefiles into SpatiaLite Simon Willison 2018-05-26 18:39:26 -0700
  • 7944a8b0de
    Added num_sql_threads config option, closes #285 Simon Willison 2018-05-26 17:43:22 -0700
  • 276913b748
    ?_shape=arrayfirst, closes #287 Simon Willison 2018-05-26 17:32:15 -0700
  • b463f60158
    ?_ttl= parameter and default_cache_ttl config Simon Willison 2018-05-26 15:17:33 -0700
  • a6afc21aba
    Test that ensures all config options are documented Simon Willison 2018-05-26 15:11:04 -0700
  • 08029a2f8f
    Hyperlink to www.srihash.org Simon Willison 2018-05-26 12:46:24 -0700
  • df71e8cea8
    Fixed documentation typo Simon Willison 2018-05-26 11:04:43 -0700
  • 37f8361c6f
    Initial documentation on using SpatiaLite Simon Willison 2018-05-26 11:04:09 -0700
  • f98e62fe5a
    Fix for 500 error on /db?sql=x Simon Willison 2018-05-25 15:08:57 -0700
  • 4e7d3a8ac7 Pass max_returned_rows argument to external execute call Javier Sancho 2018-05-25 13:23:54 +0200
  • b9b9358346
    boolean --config are now case insensitive, refs #284 Simon Willison 2018-05-24 22:53:58 -0700
  • f722b0a730
    allow_sql config option to disable custom SQL, closes #284 Simon Willison 2018-05-24 22:50:50 -0700
  • 50920cfe3d
    allow_facet, allow_download, suggest_facets boolean --config Simon Willison 2018-05-24 18:12:27 -0700
  • 81df47e8d9
    Moved .execute() method from BaseView to Datasette class Simon Willison 2018-05-24 17:15:37 -0700
  • 28a52fcffb Set theme jekyll-theme-architect Simon Willison 2018-05-24 09:56:21 -0700
  • 3d9baf3c2f Set theme jekyll-theme-leap-day Simon Willison 2018-05-24 09:55:19 -0700
  • fb2aa5111c Use sqlite queries for tables info again Javier Sancho 2018-05-24 12:26:45 +0200
  • 7a3040f578
    Rough prototype of cross-database-joins, refs #283 cross-database-joins Simon Willison 2018-05-23 21:22:26 -0700
  • bd30c696e1 Build Dockerfile with recent Sqlite + Spatialite (#280) Ravi Kotecha 2018-05-23 18:43:34 +0100
  • 0d6c8fa841
    Merge 3af65075c4 into 5d62527882 Michael 2018-05-23 14:02:20 +0000
  • 5d62527882
    0.22.1 bugfix release 0.22.1 Simon Willison 2018-05-23 07:00:01 -0700
  • 2bfd111d65
    Faceting no longer breaks pagination, fixes #282 Simon Willison 2018-05-23 06:41:14 -0700
  • b1f3aab7e7 Pass page_size argument to external execute call Javier Sancho 2018-05-23 12:47:02 +0200
  • 5cf78eded6 Dockerfile consistency and FTS5 detection Ravi Kotecha 2018-05-23 10:47:59 +0100
  • 3af65075c4 Reduces image size using Alpine + Multistage Michael Martinez 2018-05-23 01:17:11 -0400
  • 49f317752c Move version info back to separate module Robert Gieseke 2018-05-22 19:33:57 +0200
  • fc47dacbbd Add `__version_info__` derived from `__version__` Robert Gieseke 2018-05-22 19:18:00 +0200
  • a113c28ea1 Add version number support with Versioneer Robert Gieseke 2018-05-22 17:33:29 +0200
  • d0d19453e8 Move version info back to separate module Robert Gieseke 2018-05-22 19:33:57 +0200
  • e3c2057dd6 Add `__version_info__` derived from `__version__` Robert Gieseke 2018-05-22 19:18:00 +0200
  • f7e89ad00b Build Dockerfile with recent Sqlite + Spatialite Ravi Kotecha 2018-05-22 17:19:46 +0100
  • 6e1244556a Add version number support with Versioneer Robert Gieseke 2018-05-22 17:33:29 +0200
  • 58b5a37dbb Refactor inspect logic Russ Garrett 2018-05-21 09:02:34 +0100
  • 1b85622307 Merge branch 'master' into external-connectors Javier Sancho 2018-05-21 17:09:40 +0200
  • 0b81e047ad
    Refactor inspect logic Russ Garrett 2018-05-21 09:02:34 +0100
  • 457fcdfc82
    Merge 0d77a896cc into d59366d36e Philip Roche 2018-05-21 07:35:55 +0000
  • d59366d36e
    Link to /-/plugins example Simon Willison 2018-05-20 21:07:26 -0700
  • 558d9d7bfe
    Datasette 0.22: Datasette Facets 0.22 Simon Willison 2018-05-20 16:41:47 -0700
  • 0b8e5981a3
    Typo fix Simon Willison 2018-05-20 14:30:48 -0700
  • bd3353a31f
    Added docs for introspection endpoints Simon Willison 2018-05-20 14:28:53 -0700
  • f00137c8ac
    Only apply responsive table CSS to .rows-and-columns Simon Willison 2018-05-20 10:45:01 -0700
  • f6183ff5fa
    Renamed --limit to --config, added --help-config, closes #274 Simon Willison 2018-05-20 10:01:49 -0700
  • 918de9403e
    Only apply responsive table styles to .rows-and-column Simon Willison 2018-05-20 08:10:46 -0700
  • b8227556c6
    Suggested facets now use #fragment links Simon Willison 2018-05-18 09:18:41 -0700
  • 2c2e67b9bb
    Updated default facet limits in docs Simon Willison 2018-05-18 08:50:37 -0700
  • 39426ff0e4
    Added /-/limits and /-/limits.json, closes #270 Simon Willison 2018-05-17 23:16:28 -0700
  • 08f4b7658f
    Show facets that timed out using new InterruptedError Simon Willison 2018-05-17 23:07:45 -0700
  • cef9a9a870
    --limit= mechanism plus new limits for facets Simon Willison 2018-05-17 22:08:26 -0700
  • ced379ea32
    First working version of .csv?_stream=1, refs #266 csv Simon Willison 2018-05-17 07:46:07 -0700
  • 654fde5792
    Initial proof-of-concept .csv export, refs #266 Simon Willison 2018-05-17 07:02:48 -0700
  • 8003a13331
    Empty string "" facets can now be selected in UI, refs #255 Simon Willison 2018-05-17 06:34:42 -0700
  • 5e78d11c24
    Docs: Speeding up facets with indexes Simon Willison 2018-05-16 21:08:50 -0700
  • 7261584f04
    Display currently selected facets better, refs #255 Simon Willison 2018-05-16 19:42:31 -0700
  • 96aac7f9e9
    Facet documentation tweaks Simon Willison 2018-05-16 08:45:12 -0700
  • fadeafd781
    Facet documentation tweaks suggested-facets Simon Willison 2018-05-16 08:45:12 -0700
  • 9959a9e4de Added screenshots to facets and full_text_search docs, refs #255 Simon Willison 2018-05-16 08:24:44 -0700
  • 858d79fe93 Typo fix Simon Willison 2018-05-16 08:15:56 -0700
  • 566f2d31d6 Clarified relationship between metadata and _facet= facets, updated docs - refs @255 Simon Willison 2018-05-16 08:15:23 -0700
  • b263da78e3 Reliable sort order for facets in Python 3.5, fixing test - refs #255 Simon Willison 2018-05-16 07:43:13 -0700
  • 062303419c Hide facet button is now a ✖ - refs #255 Simon Willison 2018-05-16 07:37:05 -0700
  • 62f1d3a6cb class="suggested-facets" Simon Willison 2018-05-15 22:08:58 -0700
  • 91bf5f56bb Show enabled facets in flexbox columns, refs #255 Simon Willison 2018-05-15 22:06:05 -0700
  • 6d12580ed7 Foreign key facets are now expanded to labels, refs #255 Simon Willison 2018-05-15 10:52:02 -0500
  • a892f9a0bd Use escape_sqlite() more consistently Simon Willison 2018-05-15 10:00:39 -0500