blob: acd728832b6984be8c87fc6627c2180d0bddb923 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
# This software is distributed under the terms and conditions of the 'Apache-2.0'
# license which can be found in the file 'LICENSE' in this package distribution
# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
CHANGES
=======
0.1.0
-----
- First version of the moon_db library.
1.0.0
-----
- First public version of the moon_db library.
1.0.1
-----
- Update setup.py to force the installation of requirements.
1.0.2
-----
- Test PyPi upload
1.0.3
-----
- Fix a bug in core.py
- Update db_manager
1.1.0
-----
- When adding a subject, check the existence of that user in the Keystone DB and
create it if necessary
1.2.0
-----
- Update the db_manager in order to use it for tests
1.2.1
-----
- Update moon_db_manager in order to use it for unit tests
1.2.2
-----
- Fix a bug in moon_db_manager
1.2.3
-----
- Cleanup moon_db code
1.2.4
-----
- Update the name of the library (from moon_db)
1.2.5
-----
- Code cleaning
1.2.6
-----
- Remove some code duplication in moon_db
- handle the extra field for the perimeter
1.2.7
-----
- Fix some bugs
1.2.8
-----
- Add unique constraints on db tables
1.2.9
-----
- Add some verifications when deleting some elements in database
|