Commit Graph

22 Commits

Author SHA1 Message Date
Ghanshyam Mann 31410355d4 Retire the python-searchlightclient project
As announced in openstack-discuss ML[1], Searchlight project
is retiring in Wallaby cycle.

This commit retires python-searchlightclient repository as per
process deinfed in project-guide[2]. Anyone would like to maintain
it again, please revert back this commit and propose the re-adding it
to governance.

The community wishes to express our thanks and appreciation to all of
those who have contributed to the python-searchlightclient project
over the years.

Depends-On: https://review.opendev.org/c/openstack/project-config/+/764519
Needed-By: https://review.opendev.org/c/openstack/governance/+/764530

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018637.html
[2] https://docs.openstack.org/project-team-guide/repository.html#retiring-a-repository

Change-Id: If02fcc1c21abc9040a3b81cfa4973c7c6382ea15
2020-11-28 04:01:07 +00:00
Ghanshyam Mann 4423a9601f Fix hacking min version to 3.0.1
flake8 new release 3.8.0 added new checks and gate pep8
job start failing. hacking 3.0.1 fix the pinning of flake8 to
avoid bringing in a new version with new checks.

Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
break the pep8 job if new check are added.

To avoid similar gate break in future, we need to bump the hacking min
version.

- http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html

Change-Id: I02fc471d7a6cc08c173ed45ae6f647cd54121690
2020-05-12 21:06:00 -05:00
jacky06 0f797327e4 Use unittest.mock instead of third party mock
Now that we no longer support py27, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: I14b6d65b5a6560456b9110de667f94f5d6c9bd20
2020-04-06 13:32:08 +08:00
Andreas Jaeger e36c940ba7 Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found.

Change-Id: Ic78f1a2f958530fe7e480c7043c604d9f0e978c3
2020-03-31 13:36:55 +02:00
ZhijunWei 597eb9b1e4 Update hacking version
Change-Id: I718b74753f2c6ffeaac8751c884cee4e977a2780
2018-12-29 09:54:02 +08:00
Vu Cong Tuan 3ba6be7f6c Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I5e57994077795bcc25861a081ef114fa97e01bef
2018-07-09 18:10:37 +07:00
Nguyen Hai 387ac35e57 Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Remove [build_sphinx] section as described in:
http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html

This patch also changes minor things in doc.

Change-Id: Ib1c525d6a2f7e5477539155bfc3050b1905aad3e
2018-03-26 21:53:10 +09:00
OpenStack Proposal Bot 230df7c368 Updated from global requirements
Change-Id: Ibbc0139c4ee23b884694a3b24e97c0ae73c25105
2018-01-27 18:36:03 +00:00
OpenStack Proposal Bot dd1f2331b1 Updated from global requirements
Change-Id: I3bb275f84e5ea355a60ed6e90b3f39be7711f0ed
2018-01-24 02:21:55 +00:00
OpenStack Proposal Bot d3572cca20 Updated from global requirements
Change-Id: I9f9b8f5b7e6f4f3cca081eef7e141d16afaf46fa
2017-11-16 11:26:22 +00:00
OpenStack Proposal Bot c0cba6454f Updated from global requirements
Change-Id: I5bbab53200167751fe6756259333e34056373c82
2017-10-04 13:45:34 +00:00
Andreas Jaeger 859509fc05 switch to openstackdocstheme
Switch to current theme, tread sphinx warnings as errors.

See https://docs.openstack.org/openstackdocstheme/latest/ for the theme.

Change-Id: If71090d52b8d6b996adff2b614effbe7ace8acda
2017-07-01 15:37:59 +02:00
OpenStack Proposal Bot d74e2a76b1 Updated from global requirements
Change-Id: Icecb5d19edc91b68b18b3b756529b01099af61ae
2017-05-23 12:00:04 +00:00
ricolin 39a9889d3f [Fix gate]Update test requirement
Since pbr already landed and the old version of hacking seems not
work very well with pbr>=2, we should update it to match global
requirement.
Partial-Bug: #1668848

Change-Id: I8126567017aaa3fcc8bd842abe318690bdcb1110
2017-03-02 20:25:01 +08:00
OpenStack Proposal Bot 1422f77fc4 Updated from global requirements
Change-Id: I59038c559d4b725e156f1432889276038aaca155
2016-11-07 18:47:25 +00:00
Swapnil Kulkarni (coolsvap) c3e7324151 Remove discover from test-requirements
It's only needed for python < 2.7 which is not supported

Change-Id: Iea2ffe5e9f80ddece9372d820967da633270015e
2016-07-22 04:11:58 +00:00
OpenStack Proposal Bot 2d54972258 Updated from global requirements
Change-Id: I519604cad6094a294f974d0676f16bce499c5f53
2016-06-21 18:05:45 +00:00
OpenStack Proposal Bot ae09a1a87e Updated from global requirements
Change-Id: I5b46f3b11e83215d06c4c4a443b37ed083ded291
2016-06-02 21:11:57 +00:00
OpenStack Proposal Bot 2cedbd2b3d Updated from global requirements
Change-Id: I239a4c41fd6e8ef8ff869f9f13175145f089d0ec
2016-06-01 13:54:31 +00:00
OpenStack Proposal Bot 72712de9c9 Updated from global requirements
Change-Id: I5fd6c1aa95161b006459d871952db7fc295e04e3
2016-04-08 00:33:25 +00:00
OpenStack Proposal Bot 087dbd01a0 Updated from global requirements
Change-Id: I866670a3b185efe30b9b9f9c4dd562fe15f28088
2016-01-19 13:52:56 +00:00
liyingjun cb790b63af Init searchlightclient base
This patch includes:
1. client base
2. v1 resource type list client

Patial blueprint: openstack-client-search-initial-plugin

Change-Id: Ife57592cdff80cf6fa440dd2daba9daceefd3a11
2015-11-28 16:40:16 +08:00