Commit Graph

  • 843b5e6eb3 Improve performance for general pecan request handling. Ryan Petrello 2013-04-24 01:21:34 -04:00
  • 2813782d16 Resolve a bug in TransactionHook. Ryan Petrello 2013-04-17 17:28:39 -04:00
  • 0f94eea7a3 Merge pull request #206 from ryanpetrello/next Jonathan LaCour 2013-04-12 11:56:56 -07:00
  • b5d69b5624 Store exceptions raised by `abort` in the WSGI environ. Ryan Petrello 2013-04-09 14:00:16 -04:00
  • 5c4580f574 Increment version number. 0.2.2 Ryan Petrello 2013-04-09 11:07:25 -04:00
  • c3339f2755 Merge pull request #205 from ryanpetrello/next markmcclain 2013-04-09 07:49:10 -07:00
  • 269067907b Unobfuscate syntax highlighter JS for debian packaging. Ryan Petrello 2013-04-09 10:42:47 -04:00
  • 9c1ef89c78 Add support for `_lookup` methods as a fallback in RestController. Ryan Petrello 2013-03-12 15:12:48 -04:00
  • a59a73e522 Merge pull request #197 from ryanpetrello/environment-variable-patch Jonathan LaCour 2013-03-19 11:00:33 -07:00
  • 4460543d9e Merge pull request #196 from ryanpetrello/improved-scaffolding-tests Jonathan LaCour 2013-03-19 10:59:58 -07:00
  • a689f9ba43 Merge pull request #190 from ryanpetrello/bug-nested-delete Jonathan LaCour 2013-03-19 10:59:15 -07:00
  • aeb8a5c5d6 Improved test cleanup for environment-variable-based configuration. Ryan Petrello 2013-03-12 15:32:27 -04:00
  • 7b736524f9 Extract the scaffold-building tests into tox. Ryan Petrello 2013-03-12 15:45:37 -04:00
  • 7553f19f0a Merge pull request #201 from ryanpetrello/next markmcclain 2013-03-13 10:32:25 -07:00
  • 1bf1debce6 More cleanup for configuration resetting. Ryan Petrello 2013-03-13 13:18:09 -04:00
  • 90a9301eba Improve runtime configuration cleanup for tests. Ryan Petrello 2013-03-13 12:51:14 -04:00
  • e98ead72c4 Merge pull request #195 from ryanpetrello/next markmcclain 2013-03-12 15:08:30 -07:00
  • 870d750fe6 Attempt to resolve an issue that causes tests to fail in Travis-CI. Ryan Petrello 2013-03-12 17:29:16 -04:00
  • 1b92443d5c Fix a bug in DELETE methods in two (or more) nested RestControllers. Ryan Petrello 2013-03-12 14:34:46 -04:00
  • 6fe9a0120a Merge pull request #189 from ryanpetrello/doc-update Jonathan LaCour 2013-03-12 10:09:51 -07:00
  • 125b3ad2e0 Add documentation for returning specific HTTP status codes. Ryan Petrello 2013-03-12 13:02:23 -04:00
  • c29e059123 Merge pull request #186 from alfredodeza/env_var Ryan Petrello 2013-03-01 07:58:48 -08:00
  • 577a5b7c17 improve the tearDown method as it was contaminating the global config Alfredo Deza 2013-03-01 10:18:32 -05:00
  • d78a4b22a4 Merge pull request #174 from alfredodeza/env_var Ryan Petrello 2013-03-01 06:53:08 -08:00
  • 424eb03154 fix wording in documentation Alfredo Deza 2013-02-28 14:15:07 -05:00
  • 65209e19c5 add a teardown to prevent pollution of ENV Alfredo Deza 2013-02-27 22:56:47 -05:00
  • 8431120b44 only when config is None fallback to conf_from_env Alfredo Deza 2013-02-27 22:42:19 -05:00
  • 6667c75f37 trying to fix RuntimeError tests Alfredo Deza 2013-02-27 22:09:05 -05:00
  • 94f37108c0 removed all pending pep8 violations Alfredo Deza 2013-02-27 21:23:29 -05:00
  • 2df72140d3 fixed pep8 violations Alfredo Deza 2013-02-27 21:20:14 -05:00
  • a7b55f5bcd fix some typos on commands docs Alfredo Deza 2013-02-27 21:14:23 -05:00
  • c17022a251 Merge pull request #181 from ryanpetrello/next Doug Hellmann 2013-02-08 14:02:25 -08:00
  • 7b944b65ab Remove pep8 changes from the changelog. Ryan Petrello 2013-02-08 16:57:53 -05:00
  • 5c0843f2e9 Slight rearrangement of changelog placement. Ryan Petrello 2013-02-08 16:55:43 -05:00
  • 3c866f35f9 Add change history to the docs. Ryan Petrello 2013-02-08 16:39:45 -05:00
  • 98b4ae428d Increment version number. 0.2.1 Ryan Petrello 2013-02-08 14:43:44 -05:00
  • d28a9c4183 Merge pull request #180 from ryanpetrello/next markmcclain 2013-02-06 11:15:03 -08:00
  • c437295069 Include a license, readme, and requirements.txt in distributions. Ryan Petrello 2013-02-06 13:43:19 -05:00
  • 9a242a64f7 Merge pull request #178 from ryanpetrello/next markmcclain 2013-02-05 07:02:00 -08:00
  • efa1a6cca7 Improve inspection with `dir() for pecan.request and pecan.response` Ryan Petrello 2013-02-05 09:44:33 -05:00
  • e7d7c26c8f Merge pull request #177 from ryanpetrello/next markmcclain 2013-02-04 10:34:14 -08:00
  • 31177f2982 Fix a pep8 spacing violation. Ryan Petrello 2013-02-04 13:14:34 -05:00
  • 5f245a7449 Merge pull request #176 from alfredodeza/path_info Ryan Petrello 2013-02-04 09:59:55 -08:00
  • 7b370adcf5 add a test to demonstrate the problem Alfredo Deza 2013-02-03 09:40:12 -05:00
  • 2124e5e6cd use path_info instead of path Alfredo Deza 2013-02-03 09:30:04 -05:00
  • e0e8a2fc7c testing will load an app with no config arg passed in Alfredo Deza 2013-01-23 18:31:19 -05:00
  • 4fd1d4b09f load_app can now work with no config param passed in Alfredo Deza 2013-01-23 18:31:02 -05:00
  • 38f4521a81 documentation about PECAN_CONFIG added Alfredo Deza 2013-01-23 18:17:13 -05:00
  • 919632a606 serve prepends the BaseCommand arguments Alfredo Deza 2013-01-23 18:04:32 -05:00
  • d12dd41845 make the base handle optional config file Alfredo Deza 2013-01-23 18:03:43 -05:00
  • 82653e36c5 get env support with a helper function, deferr to it Alfredo Deza 2013-01-22 22:39:15 -05:00
  • b91e4fad59 a bunch of tests for the env var support Alfredo Deza 2013-01-22 22:38:51 -05:00
  • d18b726608 serve defaults to None, accepts 0 or more arguments Alfredo Deza 2013-01-22 21:29:49 -05:00
  • ab967ccc09 base should not take care of checking paths Alfredo Deza 2013-01-22 21:29:08 -05:00
  • 78b1aece2b Merge pull request #170 from markmcclain/next Ryan Petrello 2013-01-18 13:25:55 -08:00
  • 9e728330b0 make excludes match tox.ini Mark McClain 2013-01-18 16:01:28 -05:00
  • 1664b0ed6d add pep8 support to Travis build tests Mark McClain 2013-01-18 15:55:26 -05:00
  • 4fb4f22057 Version increment. 0.2.0 Ryan Petrello 2013-01-18 15:50:11 -05:00
  • f8ec1b0177 Merge pull request #169 from ryanpetrello/next markmcclain 2013-01-18 12:44:09 -08:00
  • f08f2e9262 Merge pull request #164 from ryanpetrello/next markmcclain 2013-01-18 12:35:31 -08:00
  • b14f72bae4 Resolve a few pep8 issues Ryan Petrello 2013-01-18 15:33:49 -05:00
  • 3a9cb39703 Update a test to be more repeatable. Ryan Petrello 2013-01-18 15:32:36 -05:00
  • 613b176aa1 Merge branch 'master-jinja2' of https://github.com/saschpe/pecan into saschpe-master-jinja2 Ryan Petrello 2013-01-18 14:32:27 -05:00
  • a516871cd6 Merge pull request #168 from dhellmann/feature/disable-content-type-detection Ryan Petrello 2013-01-17 16:06:13 -08:00
  • 2e79f50c0a Option to disable content-type guessing by URL Doug Hellmann 2013-01-17 18:45:20 -05:00
  • f737834d78 Fix the wrong test dependency on Jinja, it's Jinja2. Sascha Peilicke 2013-01-17 11:37:31 +01:00
  • fb6a5713af Fix a routing-related bug in RestController. fixes #156 Ryan Petrello 2013-01-11 12:47:47 -05:00
  • 0ebd1cf90d Merge pull request #163 from ryanpetrello/next markmcclain 2013-01-11 08:46:07 -08:00
  • 66707c4082 Add an explicit CONTRIBUTING.rst document. Ryan Petrello 2013-01-11 11:07:16 -05:00
  • 39e8b17ec8 Merge pull request #161 from ryanpetrello/next markmcclain 2013-01-11 07:44:33 -08:00
  • 539a5c07f9 Improve visibility of deployment-related docs. Ryan Petrello 2013-01-11 09:44:45 -05:00
  • 4d3ff312e8 A big of refactoring for the `$ gunicorn_pecan` tests. Ryan Petrello 2013-01-10 13:56:44 -05:00
  • 83d2f23b40 More Travis-CI tinkering. Ryan Petrello 2013-01-10 00:08:50 -05:00
  • 01d29bec38 Attempt to get tests passing on Travis-CI. Ryan Petrello 2013-01-10 00:03:50 -05:00
  • 0bd4be184a Add support for a `gunicorn_pecan` console script. Ryan Petrello 2013-01-09 22:00:50 -05:00
  • c21a432703 Merge pull request #159 from ryanpetrello/next Doug Hellmann 2013-01-08 09:41:25 -08:00
  • 890f86d980 Remove and annotate a few unused (and py26 alternative) imports. Ryan Petrello 2013-01-08 12:37:23 -05:00
  • cbab3da568 Merge pull request #158 from ryanpetrello/next Doug Hellmann 2013-01-08 09:35:11 -08:00
  • 1dd90ca058 Always include `pecan.request['extension']`. Ryan Petrello 2013-01-08 12:30:08 -05:00
  • 873f94d5a0 Merge pull request #157 from ryanpetrello/next markmcclain 2013-01-08 08:32:37 -08:00
  • dae522f2a6 Don't strip a dotted extension from the path unless it has a matching mimetype. Ryan Petrello 2013-01-08 11:28:01 -05:00
  • f478bd59c5 Add a test to the scaffold project buildout that ensures pep8 passes. Ryan Petrello 2013-01-08 11:08:56 -05:00
  • 3843ccbfc1 Fix misleading output for $ pecan --version. Ryan Petrello 2012-12-09 19:34:02 -05:00
  • 4fc375ebe6 Merge pull request #154 from marksteve/next Ryan Petrello 2012-12-09 20:19:38 -08:00
  • 269e168d33 Base scaffold cleanup Mark Steve Samson 2012-12-10 00:23:24 +08:00
  • 2c58651b04 Merge branch 'next' 0.2.0b2 Ryan Petrello 2012-12-07 12:00:42 -05:00
  • 9801f03a99 Version update. Ryan Petrello 2012-12-07 12:00:28 -05:00
  • 219ee9fd33 Merge remote-tracking branch 'origin/next' 0.2.0b Ryan Petrello 2012-12-07 11:55:55 -05:00
  • bd6280417c Merge pull request #152 from ryanpetrello/next Jonathan LaCour 2012-12-07 08:55:24 -08:00
  • a7f11d4788 Updating some missing metadata for release. Ryan Petrello 2012-12-07 11:53:36 -05:00
  • fea00ca8fe Merge branch 'next' Ryan Petrello 2012-12-07 00:34:49 -05:00
  • 338cb6ddca Version update. Ryan Petrello 2012-12-07 00:23:38 -05:00
  • 903707c3ed Merge pull request #151 from markmcclain/security Ryan Petrello 2012-12-06 21:21:16 -08:00
  • e4d61c882a wraps methods before applying security in SecurceController Mark McClain 2012-12-07 00:04:10 -05:00
  • f3bc87b6b5 Merge pull request #150 from ryanpetrello/next markmcclain 2012-12-06 15:59:35 -08:00
  • 6082b1b1f8 Extract debug middleware dependencies into physical files. Ryan Petrello 2012-12-06 17:43:09 -05:00
  • cd17214ce4 Improve a test that can fail due to a race condition. Ryan Petrello 2012-12-06 16:12:32 -05:00
  • efac43b957 Mark the security ambiguity regression test as an anticipated failure. Ryan Petrello 2012-12-06 14:59:07 -05:00
  • 94849b7a25 Merge pull request #149 from berler/next Ryan Petrello 2012-12-05 13:32:17 -08:00
  • fda734431d adding myself as an author Steven Berler 2012-12-05 13:30:50 -08:00