master
stable/2023.1
stable/yoga
stable/zed
stable/wallaby
stable/train
stable/xena
stable/ussuri
stable/victoria
stable/stein
stable/rocky
23.0.0
23.0.0.0rc1
20.0.1
queens-eol
wallaby-em
22.0.0
22.0.0.0rc1
pike-eol
19.0.1
victoria-em
21.0.0
21.0.0.0rc1
18.1.0
ussuri-em
20.0.0
20.0.0.0rc1
17.0.1
ocata-eol
train-em
16.0.2
19.0.0
19.0.0.0rc2
19.0.0.0rc1
stein-em
18.0.0
18.0.0.0rc1
17.0.0
16.0.1
15.0.1
17.0.0.0rc2
17.0.0.0rc1
rocky-em
14.2.0
queens-em
13.0.4
13.0.3
16.0.0
16.0.0.0rc2
16.0.0.0rc1
pike-em
12.0.3
ocata-em
15.0.0
14.1.0
15.0.0.0rc2
15.0.0.0rc1
14.0.1
12.0.2
13.0.2
14.0.0
14.0.0.0rc2
14.0.0.0rc1
12.0.1
11.0.4
13.0.1
14.0.0.0b3
14.0.0.0b2
14.0.0.0b1
13.0.0
13.0.0.0rc2
13.0.0.0rc1
13.0.0.0b3
13.0.0.0b2
newton-eol
13.0.0.0b1
12.0.0
12.0.0.0rc2
12.0.0.0rc1
12.0.0.0b3
10.0.3
11.0.3
mitaka-eol
10.0.2
12.0.0.0b2
11.0.2
11.0.1
12.0.0.0b1
11.0.0
11.0.0.0rc1
9.3.0
10.0.1
11.0.0.0b3
11.0.0.0b2
liberty-eol
11.0.0.0b1
10.0.0
10.0.0.0rc3
10.0.0.0rc2
9.2.0
10.0.0.0rc1
10.0.0.0b3
10.0.0.0b2
9.1.0
10.0.0.0b1
8.1.2
9.0.2
9.0.1
kilo-eol
2015.1.4
9.0.0
9.0.0.0rc3
9.0.0.0rc2
9.0.0.0rc1
8.1.0
9.0.0.0b3
2015.1.3
9.0.0.0b2
8.0.1
juno-eol
9.0.0.0b1
2014.2.4
8.0.0
2015.1.2
8.0.0.0rc2
8.0.0.0rc1
8.0.0.0b3
8.0.0.0b2
2015.1.1
icehouse-eol
8.0.0.0b1
2014.1.5
8.0.0a0
2015.1.0
2015.1.0rc2
2014.2.3
2015.1.0rc1
2015.1.0b3
2014.1.4
2014.2.2
2015.1.0b2
2015.1.0b1
2014.2.1
2014.2
2014.2.rc2
2014.1.3
2014.2.rc1
havana-eol
2013.2.4
2014.2.b3
2014.1.2.1
2014.1.2
2014.2.b2
2014.2.b1
2014.1.1
2014.1
2014.1.rc2
2013.2.3
grizzly-eol
2014.1.rc1
2013.1.5
2014.1.b3
2013.2.2
2014.1.b2
2013.2.1
2014.1.b1
folsom-eol
2013.1.4
2013.2
2013.2.rc4
2013.2.rc3
2013.2.rc2
2013.2.rc1
2013.2.b3
2013.1.3
2013.2.b2
2013.1.2
2013.2.b1
2013.1.1
essex-eol
diablo-eol
2012.2.4
2013.1
2013.1.rc3
2013.1.rc2
2013.1.rc1
2013.1.g3
2012.2.3
grizzly-2
2012.2.1
grizzly-1
2012.1.3
2012.2
folsom-rc2
folsom-rc1
folsom-3
2012.1.2
folsom-2
2012.1.1
folsom-1
2012.1
essex-rc2
essex-rc1
2011.3
2011.3.1
essex-1
essex-2
essex-3
essex-4
${ noResults }
1 Commits (c065366978134a8a0ef46d6869615f443564dab9)
Author | SHA1 | Message | Date |
---|---|---|---|
![]() |
8913cd8299 |
Create new version of assignment driver interface
In preparation for removing a series of driver methods in the rationalization of assignment in follow-on patches, we first create a V9 version of the driver interface. In this patch, both V8 and V9 are identical. To create the new V9 driver we: 1) Copy the sql V8 driver into its own directory to provide a test for support of a legacy driver 2) Increase the version of the (new) standard driver to V9 3) Create a wrapper for V8 legacy drivers, so that the latest manager can be driver version-less 4) Create tests that run the standard sql Identity tests against the V8 driver to show, going forward, it is still working. Since our existing test strategy assumes that we never change the sqlalchemy models during a test run, this turned out to be slight more complex than anticipated - so a new tox envlist target for legacy drivers is added. Partially Implements: blueprint assignment-manager-cleanup Change-Id: Iefa13b64084b8e71c881ae08e1ec434d24756c17 |
7 years ago |