Commit Graph

60 Commits

Author SHA1 Message Date
Zuul da08470122 Merge "Bump hacking" 2024-01-29 19:32:34 +00:00
Takashi Kajinami 11f5b251de Bump hacking
hacking 3.0.x is too old.

Change-Id: I0ee959e9bf74f95e76ac5d1a58a44d21b7182b63
2024-01-28 17:01:32 +09:00
Zuul 2220d88867 Merge "Remove six" 2024-01-28 07:27:16 +00:00
Hervé Beraud c40f0cc32b Use unittest.mock instead of mock
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Change-Id: I95e8d9564cda2e6a06a3f40b0de6991acb07dd4c
2024-01-27 00:26:23 +09:00
Takashi Kajinami e0fe706ff2 Remove six
Because this library no longer supports Python 2, usage if six is not
needed.

Change-Id: Ib13170ad442dd486c939178f66af66c6f6f7288b
2024-01-17 18:00:03 +09:00
Tony Breeds 6d3fe69022 Uncap jsonschema
We have jsonschema capped at a fairly old version. Other than some
specific releases, it looks like keeping it below 3.0 was added in
I943fd68b9fab3bce1764305a5058df5339470757 without really any explanation
why.

In order to update to a 3.x release we need to:
1. Remove the cap from global-requirements.txt (see Depends-On), leaving
   upper-constraints.txt at a 2.x release
2. Remove the cap from all consumers (this change)
3. Release a new version of consumers that are published to pypi
4. Update upper-constraints.txt with those new releases
5. Update jsonschema in upper-constraints.txt to a 3.X release
   (See: https://review.openstack.org/649789)
6. Test consumers with the change from 5.
7. [Optional] fix issues in consumers that arise from 6.
8. Merge the change from 5.

Change-Id: I193b71b0ee6fe1abffa0d6aa30ddb1412daf6da0
Co-Authored-by: Sean McGinnis <sean.mcginnis@gmail.com>
Depends-On: https://review.openstack.org/649669
2019-08-26 11:50:52 +00:00
OpenStack Proposal Bot d7d84676e2 Updated from global requirements
Change-Id: I3450dc743bbb5b6435a6d0dc8948e41af883566b
2018-03-26 04:46:25 +00:00
OpenStack Proposal Bot ca207dae4a Updated from global requirements
Change-Id: If9b7fc7f18fb57f1a3a8a8fc2d8e711a7eed0237
2018-01-27 18:38:58 +00:00
OpenStack Proposal Bot a411366182 Updated from global requirements
Change-Id: I75dfc05f39913530ba5f45ffcd9fc51f13467f73
2017-11-16 11:27:28 +00:00
OpenStack Proposal Bot c95f94c7e1 Updated from global requirements
Change-Id: Ife997e1fb923599c387f618fa110dad80e9a5f28
2017-11-13 21:52:49 +00:00
OpenStack Proposal Bot 05dd0f65cc Updated from global requirements
Change-Id: Ia914aed7f14daee8d99d5cdb01f2e82f7f5f4660
2017-11-01 00:56:00 +00:00
OpenStack Proposal Bot 9714d5b80f Updated from global requirements
Change-Id: Ib289b379a63d5fd2098297f1d65e39cc2549f107
2017-08-24 06:01:03 +00:00
OpenStack Proposal Bot abb1cfa1b2 Updated from global requirements
Change-Id: Ia13fab67a42322f151336b33ef8d97bbf5664dfd
2017-07-27 02:28:37 +00:00
OpenStack Proposal Bot 405399f72b Updated from global requirements
Change-Id: I00dd3c98ff7ed55db93b074dae44840e71e15e58
2017-06-27 12:23:02 +00:00
OpenStack Proposal Bot d94f83e0c5 Updated from global requirements
Change-Id: I4e8d984386a66f119010dc445b0ae1149671d1a9
2017-04-07 07:01:28 +00:00
OpenStack Proposal Bot 9004736dbc Updated from global requirements
Change-Id: I541c263b4508dc179fd8819f4e643d78eb93879b
2017-03-03 22:59:45 +00:00
OpenStack Proposal Bot bdeb81fa6b Updated from global requirements
Change-Id: I7957da0805f7726c84da5458228cfb6f331f2d41
2017-02-08 17:57:32 +00:00
avnish cff83ad166 Switch to oslo_log
Zaqarclient is currently using python logging module to
implement logging functionality.
This patch made a switch to oslo.log(logging for openstack projects)

Reference:-
http://docs.openstack.org/developer/oslo.log

Change-Id: I64d96b5945e985540b2ab88da54153cab147d837
Closes-Bug: #1656167
2017-01-17 13:00:14 +05:30
OpenStack Proposal Bot 97ec8c0d81 Updated from global requirements
Change-Id: Iff0afd011c59f0c486b67345b59a2c55e6f9db81
2016-12-23 09:56:02 +00:00
OpenStack Proposal Bot 2f0671dff8 Updated from global requirements
Change-Id: Ie78ab1a91323874b9b5fe11e877be17cc868bba2
2016-11-18 21:33:36 +00:00
Fei Long Wang c57b67abf8 Switch keystoneclient to keystoneauth
Implements blueprint: keystoneclient-to-keystoneauth

Change-Id: Id66280e4da98302d1c5a40b8da0f72aa84f2e36a
2016-09-21 15:03:03 +12:00
OpenStack Proposal Bot d8e97bedf5 Updated from global requirements
Change-Id: I84f6de65c9a5079a60cccb1dbff3ec1a2f3e76d3
2016-09-01 00:52:37 +00:00
Jenkins fa1a86c846 Merge "Create a websocket transport" 2016-07-21 05:21:42 +00:00
Dan Prince 51246e1a8c Create a websocket transport
This patch adds a new WebsocketTransport class that will help
consolidate common websocket client code that is useful
for connecting to and subscribing to Zaqar queues via
websockets.

We are already using a similar client within TripleO and
it makes sense to have it live in zaqarclient where it
can be shared and used by multiple projects.

Change-Id: Ia2a8deb599252d8308e44d595eb2bf443999aaad
2016-07-19 08:43:24 -04:00
OpenStack Proposal Bot e0d41b7286 Updated from global requirements
Change-Id: I58298877191a8596920b37a90d0d97a9faa57d41
2016-07-15 01:43:29 +00:00
Tang Chen cf7425be7e Use osc-lib instead of openstackclient
osc-lib is a package of common support modules for writing
OSC plugins. All common functions, classes such as exceptions,
utils, logs and so on have been moved from openstackclient to
osc-lib.

So use osc-lib instead of openstackclient.

Change-Id: Ic158ee6d74f73b4629f9f35f6f29e5a4e99b5258
2016-06-24 13:14:33 +08:00
OpenStack Proposal Bot c18c30085b Updated from global requirements
Change-Id: I2fc6ead27adc98dff8c3b15e988123ccbb4109a9
2016-05-17 14:10:33 +00:00
OpenStack Proposal Bot 4008744f36 Updated from global requirements
Change-Id: I93ddc0148e0dafe289587dde9bea18bc66a0e94f
2016-01-24 20:54:22 +00:00
OpenStack Proposal Bot 909d0c67e9 Updated from global requirements
Change-Id: I5edbb0a99eaaa7255906e714a394fe670d2910a1
2016-01-19 13:53:11 +00:00
OpenStack Proposal Bot 94bbe9026b Updated from global requirements
Change-Id: I43bb0ce5db7ca510142528bce96449950919deb3
2015-12-15 18:17:35 +00:00
OpenStack Proposal Bot a470f5159c Updated from global requirements
Change-Id: I35e0e85e9dae18c5b6139bc35cba7e3f09f1e9fc
2015-12-01 05:05:56 +00:00
OpenStack Proposal Bot 124ac0a750 Updated from global requirements
Change-Id: I76262c8cd04d1b9f21dd0ea59147597158ebc36e
2015-11-17 02:16:07 +00:00
OpenStack Proposal Bot 1934a9844a Updated from global requirements
Change-Id: I3690faa4440604533c2187c4cb6711a72ad627c0
2015-09-17 12:17:09 +00:00
OpenStack Proposal Bot 8a81c44f14 Updated from global requirements
This change introduces new requirements and fixes new checks by
the `hacking` module.

Change-Id: I3b98d5038c516b3115d7247fa0f4ea1189b33dff
Co-Authored-By: Victoria Martinez de la Cruz <victoria@redhat.com>
2015-08-27 13:19:58 +02:00
dynarro 99f0b355d4 Added i18n support
A new module i18n  has been added.
Errors.py has been translated.

Closes-Bug: #1391157

Change-Id: Ib315a19770ef38c50de7432a993897956d28d0fb
2014-11-13 17:17:01 +01:00
OpenStack Proposal Bot f96c73967f Updated from global requirements
Change-Id: I3e058564c85a96f412cc62f807790972d54177be
2014-10-27 12:21:48 +00:00
OpenStack Proposal Bot 4e60be59b2 Updated from global requirements
Change-Id: I6083acfcd1e6f1cf8712beab8fbb9a0612b47dad
2014-10-11 22:38:09 +00:00
OpenStack Proposal Bot 0c6c0d7be7 Updated from global requirements
Change-Id: Id669e640a38c5b31a36ed183ca989c9d5d23b8b0
2014-10-07 19:17:38 +00:00
OpenStack Proposal Bot 277779098c Updated from global requirements
Change-Id: I7a933f1ab110f62a7c32862da61a83ec0521d147
2014-09-19 08:51:48 +00:00
OpenStack Proposal Bot 5dca4b0b24 Updated from global requirements
Change-Id: I7fbc325ad8959038c755df1fbfe197dbc8286e4f
2014-09-11 00:31:28 +00:00
OpenStack Proposal Bot a4a3c1bc84 Updated from global requirements
Change-Id: I8e7a4a2b9d84c11335e83b17bc8bdab5d051bfea
2014-08-04 03:28:08 +00:00
OpenStack Proposal Bot c07368fc09 Updated from global requirements
Change-Id: I9e465f865e6bd83ba7e2096db6837c90466a4e92
2014-06-18 00:47:31 +00:00
OpenStack Proposal Bot 39e5058d25 Updated from global requirements
Change-Id: I45e56d09ec9a8b2c7da96c0f63f563f5ec0d6941
2014-05-30 16:32:57 +00:00
OpenStack Proposal Bot bf5e0caefa Updated from global requirements
Change-Id: I7792f61717cbf09d0d02b00fbe4b885cc34eb94b
2014-05-01 13:50:38 +00:00
OpenStack Proposal Bot 1d59758866 Updated from global requirements
Change-Id: I25004d42bf2239bd9aa3a7f919cc37256a60f42a
2014-04-20 09:58:45 +00:00
OpenStack Jenkins d4fce50994 Updated from global requirements
Change-Id: Ib7edefa67f9f01d78d603c0dcd987ae178d88a4f
2014-04-07 21:16:10 +00:00
OpenStack Jenkins caa12bedaf Updated from global requirements
Change-Id: I3b85bf96851b5568f0a1bfdc354c02ddde361756
2014-04-02 23:19:50 +00:00
OpenStack Jenkins a66ed956bd Updated from global requirements
Change-Id: I17eb73af82040f806b34358ac9dbde9de04cdc76
2014-02-26 23:34:47 +00:00
OpenStack Jenkins c24d5114f2 Updated from global requirements
Change-Id: I7e507d79d908c2330741f0ec012053c13c7e0fee
2014-02-23 09:31:38 +00:00
Caleb Groom 1b6c071f8d Removed oslo.config from requirements.text
oslo.config was removed in https://review.openstack.org/#/c/57265/.

Change-Id: I2c65579fd0dd3cba2d5da12b7ba3d97912bf9838
2014-01-30 15:07:43 -06:00