openstack-cyborg:unmaintained/victoria

Last commit made on 2024-03-26
Get this branch:
git clone -b unmaintained/victoria https://git.launchpad.net/openstack-cyborg

Branch merges

Branch information

Name:
unmaintained/victoria
Repository:
lp:openstack-cyborg

Recent commits

0eafc58... by OpenStack Release Bot <email address hidden>

Update .gitreview for unmaintained/victoria

Change-Id: I4fa9acd1a79c0c65602e90221b720666c1add9a5

b1d64f3... by Wenping Song

Fill the msg of exception

Change-Id: I2cf328e5a9f0de137edc264cc0d718c324f93209
(cherry picked from commit 40ca546f80344ae761b2f6b84113ffe4a1406d8a)

72295ec... by Wenping Song

Resolve mysql conflict message

Mysql duplicate key error message changed, so resolve it as reference link:
https://review.opendev.org/c/openstack/oslo.db/+/792124

Closes-Bug: #1939970
Change-Id: If503b922b0271581a05f5ff4016b9a00b908f2e4
(cherry picked from commit b4f0fd69410dea38810be10a08984db29c699523)
(cherry picked from commit ae38e4e9a9378b51d5f611c8b398635ed13bd1b5)

32afabd... by Zuul <email address hidden>

Merge "tools: Allow check-cherry-picks.sh to be disabled by an env var" into stable/victoria

14698fb... by Zuul <email address hidden>

Merge "Using pop method to avoid incompatible data type" into stable/victoria

eee5219... by Zuul <email address hidden>

Merge "Trival: Fix the key error in log msg" into stable/victoria

01e8752... by chenker

Using pop method to avoid incompatible data type

Descrption:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'set' object does not support indexing

Solution:
for set, use pop method instead of index.

Change-Id: I33523ddb8aabf45eb11dd9816c52b0ef77d05296
(cherry picked from commit abe9f40fba0e11ee5549489b86fb5c23c83fdea4)

cf3a682... by Brin Zhang

Remove personal name in the docs

Closes-Bug: #1923009

Change-Id: I47ece21ca2c365b2bf9aedc1d5a2592d6c772b4d
(cherry picked from commit a8979b263424d7e9ad66a7a50182ee7d4e2decc5)
(cherry picked from commit 7fbae955363fb8fc1366e92ee5502495ddbc61c2)

8dcd6ba... by Brin Zhang

tools: Allow check-cherry-picks.sh to be disabled by an env var

The checks performed by this script aren't always useful to downstream
consumers of the repo so allow them to disable the script without having
to make changes to tox.ini.

We use the $commit_hash variable for the check for stable-only patches,
else it will incorrectly fail because it is checking the merge patch's
commit message.

Change-Id: I553fdda626b8afb8949d5ae9fc170caf87d31032
(cherry picked from commit 891c1de79ae99b233a678b1412f8548997e97dde)
(cherry picked from commit 8ac560b857b8b8baa7c225e2bee75a2570a74d2c)

71abe68... by Brin Zhang

improve pep8 check logic

Introduce the json file check, cherry-pick patches check, and use flake8
shell instead of flake8 command.

Change-Id: I94e1554028535a361cb9f9e6e73c15702e459e4f
(cherry picked from commit bb4fd104a3cc21ae93d67f1b64910c77bd79c664)