Commit Graph

  • c272011c8e Merge "Drop usage of pkg_resources" master Zuul 2025-02-27 22:31:59 +00:00
  • c430488a25 replace undeclared use of old external "mock" module Alexandre Detiste 2024-12-18 03:03:57 +01:00
  • 8b49e30700 Drop usage of pkg_resources Takashi Kajinami 2024-11-19 01:59:53 +09:00
  • f22cde6973 Remove support for cgi.FieldStorage Michael Johnson 2024-10-08 20:02:08 +00:00
  • 4c0da145f2 Drop pytz Takashi Kajinami 2024-09-27 23:19:44 +09:00
  • 0f8cb1c461 Merge "Drop fallback to ordereddict module" Zuul 2024-09-27 14:17:08 +00:00
  • d6a48d9d2e Merge "Remove unused import fallback" Zuul 2024-09-27 14:17:07 +00:00
  • 36a8c21310 Remove unused import fallback Takashi Kajinami 2024-05-08 03:16:00 +09:00
  • e2c5b1ff73 Drop fallback to ordereddict module Takashi Kajinami 2024-03-31 00:18:58 +09:00
  • d17e5ef154 Fix wrong tox min version Takashi Kajinami 2024-01-28 03:28:02 +09:00
  • 8312bb23d4 setup: Fix classifier 0.12.1 Stephen Finucane 2023-09-21 19:00:56 +01:00
  • 784112aef6 Drop support for Python < 3.8, use PTI test interface 0.12.0 Stephen Finucane 2023-09-07 11:23:35 +01:00
  • c898b2c5ff setup: Update classifiers Stephen Finucane 2023-09-05 11:21:11 +01:00
  • db14d97dbf Migrate to importlib.metadata Stephen Finucane 2023-09-05 11:19:51 +01:00
  • 87c586051f Remove use of deprecated APIs Stephen Finucane 2023-09-05 11:13:19 +01:00
  • 16eeb35127 Fix compatibility with recent Sphinx versions Stephen Finucane 2023-09-05 11:29:44 +01:00
  • 2e3b14a46c Fix flake8 issues Stephen Finucane 2023-09-07 11:11:36 +01:00
  • e392656946 tests: Migrate to pytest Stephen Finucane 2023-09-05 11:25:46 +01:00
  • a45e0af97e Fix code to work with Sphinx>5.0 Rafael Weingärtner 2023-09-04 13:29:07 -03:00
  • 80bda9053f sphinxext: Resolve compatibility with Sphinx 4.x 0.11.0 Stephen Finucane 2021-07-26 16:26:14 +01:00
  • 8597c57219 Remove useless __future__ imports Stephen Finucane 2021-07-26 17:03:11 +01:00
  • 76474ff0da Remove six Stephen Finucane 2021-07-26 16:55:44 +01:00
  • ac07b56336 Drop Python 2.7 support Stephen Finucane 2021-07-26 16:29:33 +01:00
  • 63fe135f44 Fix coverage and getargspec deprecation 0.10.1 Michael Johnson 2020-11-19 10:06:10 -08:00
  • a3ce4a1542 Python 3.9: use encodebytes / decodebytes Thomas Goirand 2020-10-14 22:03:18 +02:00
  • a274dcada0 Merge "Remove use of '__import__'" 0.10.0 Zuul 2020-02-05 07:47:59 +00:00
  • b261be6e73 Merge "Allow fault code customization" Zuul 2020-01-02 10:46:44 +00:00
  • e90aecb68f Remove use of '__import__' Stephen Finucane 2019-05-15 11:12:27 +01:00
  • 64530e8eb5 Fix misc README issues Stephen Finucane 2019-05-01 16:57:41 -06:00
  • 2be89e587c sphinxext: Fix Sphinx 3.0 compatibility Stephen Finucane 2019-04-02 10:56:45 +01:00
  • a54cdfb6c7 tox: Remove pecan-devNN tox targets, centralize deps Stephen Finucane 2019-05-02 11:05:31 -06:00
  • 7092903ba1 Rework documentation build Stephen Finucane 2019-05-02 11:18:09 -06:00
  • c23890d619 Allow fault code customization jing.liuqing 2019-06-30 23:24:18 +08:00
  • 993d8a06d5 Undo rename of 'wsme.rest.json', 'wsme.rest.xml' modules Stephen Finucane 2019-05-15 11:03:01 +01:00
  • 59d42ef55c Merge "Remove simplejson support" Zuul 2019-05-14 16:47:17 +00:00
  • 1e870375d7 Merge "Remove support for SPORE protcol" Zuul 2019-05-14 16:44:39 +00:00
  • 310e17ec4d Merge "Remove support for SQLAlchemy protocol" Zuul 2019-05-14 16:44:38 +00:00
  • 764c091ca0 Merge "Remove support for SOAP protocol" Zuul 2019-05-14 16:41:28 +00:00
  • 2332463ae7 Merge "Remove support for Ext Direct protocol" Zuul 2019-05-14 16:41:27 +00:00
  • e4ccadbc0a Merge "Remove cornice integration" Zuul 2019-05-14 16:34:04 +00:00
  • 812f082db2 Merge "WebOb: Do not use the deprecated best_match method" Zuul 2019-05-14 16:19:01 +00:00
  • bff9624cbc trivial: Reformat setup.cfg Stephen Finucane 2019-04-02 10:54:19 +01:00
  • 0ed01983a7 WebOb: Do not use the deprecated best_match method Cyril Roelandt 2019-03-12 19:48:06 +01:00
  • cf4d3b10ae Merge "Remove turbogears integration" Zuul 2019-05-02 18:34:56 +00:00
  • 5d6c3ee8d6 Merge "Remove tox templating" Zuul 2019-05-02 18:20:28 +00:00
  • 433930e4fa Merge "gitignore: Ignore '.eggs' directory" Zuul 2019-05-02 18:01:22 +00:00
  • 981b8d0237 Merge "Mark tests as passing again" Zuul 2019-05-02 17:59:45 +00:00
  • 6f6dbfadef Remove simplejson support Stephen Finucane 2019-04-30 17:36:40 -06:00
  • 128f591b7e Remove support for SPORE protcol Stephen Finucane 2019-05-01 16:48:05 -06:00
  • 4ea5f92704 Remove support for SQLAlchemy protocol Stephen Finucane 2019-05-01 15:01:42 -06:00
  • 4c5c051fcb Remove support for SOAP protocol Stephen Finucane 2019-05-01 14:56:13 -06:00
  • 3fb55f7f4f Remove support for Ext Direct protocol Stephen Finucane 2019-05-01 10:40:39 -06:00
  • 21dadaef0e Remove cornice integration Stephen Finucane 2019-05-01 10:32:38 -06:00
  • a9faca002b Remove turbogears integration Stephen Finucane 2019-05-01 10:28:37 -06:00
  • f4d26d9863 Remove tox templating Stephen Finucane 2019-04-30 17:41:57 -06:00
  • 7a85c8a5ac gitignore: Ignore '.eggs' directory Stephen Finucane 2019-05-02 09:40:40 -06:00
  • 2606e64e5e Mark tests as passing again Stephen Finucane 2019-04-30 15:07:32 -06:00
  • 6680933d57 OpenDev Migration Patch OpenDev Sysadmins 2019-04-19 19:50:34 +00:00
  • 1d73d6e504 Merge "Update the tox.ini template and regenerate tox.ini" Zuul 2019-03-14 16:03:53 +00:00
  • e59a014a7e Merge "Move CI jobs in-tree, add Python 3.6 and 3.7" Zuul 2019-03-14 15:45:15 +00:00
  • 1b5ca365b4 Fix overindentation Cyril Roelandt 2019-03-12 20:41:43 +01:00
  • ac9c58cd6c Update the tox.ini template and regenerate tox.ini Dmitry Tantsur 2019-03-12 12:05:50 +01:00
  • f054ccbf4d Move CI jobs in-tree, add Python 3.6 and 3.7 Dmitry Tantsur 2019-03-12 11:51:45 +01:00
  • 3957f12aa2 Get WSME tests working again Chris Dent 2018-11-12 16:14:39 +01:00
  • 9d2d21e4c1 Python 3 compatibility: fix xrange/range issues zhulingjie 2018-10-07 22:58:21 -04:00
  • 033b03fa19 Removed older version of python added 3.5 qingszhao 2018-09-30 10:05:59 +08:00
  • f36a607124 Improve handling of :module: in wsme documenters 0.9.3 Vladyslav Drok 2018-06-26 18:39:17 +03:00
  • 6dc053296f Change flask restful module name Vladyslav Drok 2018-06-26 19:59:32 +03:00
  • 7498845c68 Merge "fix a typo in documentation" Zuul 2018-04-11 11:00:37 +00:00
  • 256dca7a71 fix a typo in documentation melissaml 2018-03-23 07:33:28 +08:00
  • 1440eeb13b Fix (some) tests for modern flask and pep8 Chris Dent 2018-04-09 12:44:47 +01:00
  • 9f84e4c7c5 Remove white space between print () 0.9.2 Sanu Madhavan 2017-01-20 15:36:35 +05:30
  • 7e96104e7b Fix: Sphinx extension on Python3 Lucas Alvares Gomes 2017-01-18 11:58:38 +00:00
  • 9676ffcd1d Fix the setup.cfg metadata 0.9.1 Lucas Alvares Gomes 2017-01-04 14:39:01 +00:00
  • 1670793bfe Print exceptions raised from from_param methods 0.9.0 Vladyslav Drok 2016-12-22 14:32:01 +02:00
  • ecaf3aa40f Fix pep8 issues and switch to py35 in tox.ini Vladyslav Drok 2016-12-22 14:56:42 +02:00
  • 42e1239e9d [doc] Complete doc requirements Christophe de Vienne 2015-08-30 16:10:05 +02:00
  • b749712221 Add the 0.8.0 changes list Christophe de Vienne 2015-08-30 15:53:38 +02:00
  • f621576b9f Merge "Port test_cornice to Python 3" Jenkins 2016-03-08 11:28:12 +00:00
  • 4a57d81b4a wsattr.__set__() catchs TypeError Victor Stinner 2016-03-08 10:06:31 +01:00
  • 30bb63a6f5 Fix jenkins failure houming-wang 2016-01-11 05:22:24 -05:00
  • 6560133d79 Port test_cornice to Python 3 Victor Stinner 2016-03-08 10:31:21 +01:00
  • 5376fe2f0e Change the repositories from stackforge to openstack venkatamahesh 2015-10-19 14:51:33 +05:30
  • 37aad0e15d Update .gitreview for new namespace Jeremy Stanley 2015-10-17 22:41:53 +00:00
  • 1dc4421b4f Return 400, if the query string is not a dict 0.8.0 Mehdi Abaakouk 2015-08-04 09:48:50 +02:00
  • 7784cc73b1 Merge "rest: return 415 when content-type is invalid" Jenkins 2015-08-07 09:28:25 +00:00
  • 52f756a9de Merge "Complex types should check unexpected attributes" Jenkins 2015-08-07 09:28:13 +00:00
  • 078cd72365 rest: return 415 when content-type is invalid Mehdi Abaakouk 2015-08-03 18:28:23 +02:00
  • 03f0c0b4d6 json: raise ValueError invalid list or dict Mehdi Abaakouk 2015-08-03 14:47:58 +02:00
  • 2cb266eadb Fixes exception path with the datatype is a Object Mehdi Abaakouk 2015-08-03 14:30:31 +02:00
  • 1526b4ce62 Merge "Update README formatting for release tools" Jenkins 2015-07-22 15:14:29 +00:00
  • 1fef3f2714 Update README formatting for release tools Doug Hellmann 2015-06-01 13:20:01 +00:00
  • e6d471be88 Set up dependencies for cross-tests Doug Hellmann 2015-06-01 13:35:11 +00:00
  • 43e125ded9 Merge "Move ipaddr to netaddr" 0.7.0 Jenkins 2015-05-29 13:04:49 +00:00
  • 9b3e71e2ac Add instructions to configure cornice with WSME Stéphane Bisinger 2015-05-28 12:32:52 +02:00
  • 002473c0ea Move ipaddr to netaddr Lan Qi song 2015-05-15 17:32:39 +08:00
  • d60de97edc Add pytz as a dependency. Ryan Petrello 2015-05-27 09:45:30 -04:00
  • 0f2516ef1c Merge "Added timezone support to parse_isodatetime" Jenkins 2015-05-26 20:45:23 +00:00
  • a88c83001f Fix wrong reference to status argument in the docs Stéphane Bisinger 2015-05-15 18:16:36 +02:00
  • 3ea152cab0 Added timezone support to parse_isodatetime Michael Krotscheck 2015-03-03 14:36:15 -08:00