Commit Graph

20 Commits

Author SHA1 Message Date
Ondřej Nový 022f688a7c Retire swauth
Change-Id: Ib8e22a1e2e35d22a754943e34501305a0cfdd9b9
Depends-On: https://review.opendev.org/678368
See: http://lists.openstack.org/pipermail/openstack-discuss/2019-August/008416.html
2019-08-24 20:04:50 +02:00
Tim Burke e9e8c51a92 Add exclusion for bandit check B303
Starting in bandit 1.5.0, sha-1 will trip

    [B303:blacklist] Use of insecure MD2, MD4, MD5, or SHA1 hash function.

However, there are surely clusters out there that have users with
sha-1-hashed passwords, so we can't simply rip it out. A deprecation
period is probably in order, but in the mean time this unblocks the
gate.

Change-Id: I65ff882b1a1cb52ec522e41baa29e4420cd889bd
2019-05-10 11:03:08 -07:00
Ondřej Nový 91a9abbc00 Swift dependency bump to Pike
Change-Id: I0f56ff6835af1556b4325b18a16142d6ea9675b2
2017-11-06 14:39:49 +01:00
Jenkins 15745ad0c6 Merge "Don't ignore logger exception" 2016-11-08 11:34:34 +00:00
Ondřej Nový bb377d790d Don't ignore logger exception
Change-Id: I4a5001bf47b5910c1a543cbe5462758381274eb0
2016-10-29 15:14:29 +02:00
Ondřej Nový 0268a1605a Swift dependency bump to Newton.
Change-Id: I72013fa7a14a402bbe0a581cf4a4a35b3ae81b8f
2016-10-29 15:04:47 +02:00
Ondřej Nový 6f6380ffc8 Added Bandit
Change-Id: I9e3c548c23e2dc891cb7b1409b1df235706bbb17
2016-10-17 21:00:30 +02:00
pawnesh.kumar 9ed7577909 Constraints are ready to be used for tox.ini
Per email[1] from Andreas, we don't need to hack at install_command
any longer.

[1] http://openstack.markmail.org/thread/a4l7tokbotwqvuoh

Change-Id: If6e351a0ca3c60cce807ef4213da16ae7840ccfe
2016-10-10 20:58:49 +05:30
Ondřej Nový 2b1e3a7148 Swift dependency bump to Mitaka.
Change-Id: I70a4c3984ebf306c01b9600562a872266e025c1f
2016-05-31 21:39:51 +02:00
Ondřej Nový f195a5f6ec Fixed E127 and E131 hacking.
E127 continuation line over-indented for visual indent
E131 continuation line unaligned for hanging indent

Change-Id: I19ceb58d8545fb1b585e04b40418271f6ff56a5e
2016-02-14 14:27:33 +01:00
Ondřej Nový 2ffc17cc91 Dependency bump to Liberty.
Change-Id: Id57ccf8c34c95a1db882de4ffbd60c2d7e776ca1
2016-02-08 09:50:27 +01:00
Ondřej Nový 9d96d14d83 Unit tests for swift_version
Return False if version can't be compared. It's safer.

Change-Id: I1af9f15712ae7c27979ab4a78f7dd8a6fc43057e
2015-12-13 18:10:17 +01:00
Peter Lisák 8df458bda3 Test min coverage not to drop down
Note:
Later min percentage should be raised up.

Must be added to
openstack-infra/project-config/blob/master/zuul/layout.yaml
check:
    - swauth-coverage
post:
    - swauth-coverage

Change-Id: I3cb9d52350ad5fe63faf7f332f0bb784d870ab46
2015-11-23 21:18:50 +01:00
Jenkins 0b1cc3769e Merge "PEP8 for bin directory" 2015-11-20 13:41:39 +00:00
Ondřej Nový b15e9637dc PEP8 for bin directory
Closes-Bug: #1516754
Change-Id: I548cf0e86aee57ede32eace505468026ca871fcd
2015-11-20 14:05:30 +01:00
Ondřej Nový 6b12edf213 Stop specifying requirements.txt in tox.ini
As PBR already injects the contents of requirements.txt into
setup_requires, there is no need for tox to explicitly install them.

http://lists.openstack.org/pipermail/openstack-dev/2015-July/069663.html

Change-Id: I8375179158e6b7392421556bcc010bf18576310d
2015-11-19 22:18:52 +01:00
Ondřej Nový 3e19273cc1 Change setup.py to OS one
Change-Id: Ia23c12de5f6448793aa3584e3041711d68b92953
2015-11-18 10:54:03 +01:00
Ondřej Nový fca1400e40 Use ValueError instead of Exception when appropriate
Change-Id: I7f9f72b4efcca01170b7e311057e4ed6bae73179
2015-11-15 22:34:27 +01:00
Ondřej Nový b7e965c99f PEP8 fixies
Change-Id: I651729a368a9a804ad4431938ff70ddf0303a7c8
2015-11-15 17:16:09 +01:00
Peter Lisák 69cadf8499 tox.ini and unittest fix
Change-Id: Ic6b2435159c63adc81b8881a7a0c1e65a14f7c1c
2015-11-13 09:57:19 +01:00