forked from kimchi-project/ginger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
139 lines (135 loc) · 14.2 KB
/
ChangeLog
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
CHANGELOG
=========
#### [1.3.0.1] ####
* [0e1c801] Github #9, #10 and #12 fixes (Daniel Henrique Barboza)
* [9a5567a] i18n.py: deleting the merge with kimchi messages (Daniel Henrique Barboza)
* [a8a6514] Enhancing Power Management error messages (Daniel Henrique Barboza)
* [8c5ea3a] ChangeLog file for Ginger (Daniel Henrique Barboza)
* [4c81977] Make check fixes (Daniel Henrique Barboza)
#### [ginger-1.3.0] ####
* [0e4806c] Debian/Ubuntu packaging files (Daniel Henrique Barboza)
* [23ded96] README: adding Ubuntu/Debian info. (Daniel Henrique Barboza)
* [f0c3be7] models/ibm_sep.py: adding 'is_feature_available()' method (Daniel Henrique Barboza)
* [c332517] models/interfaces.py: fixing an 'is not defined' error (Daniel Henrique Barboza)
* [fd5c176] UI: Capabilities for ginger ([email protected])
* [b60e80a] Capabilities API: adding support to some existing models (Daniel Henrique Barboza)
* [b911174] Adding capabilities API to Makefiles (Daniel Henrique Barboza)
* [6441dbf] Adding new API: Capabilities (Daniel Henrique Barboza)
* [8aa841f] Fix delete user return error (Rodrigo Trujillo)
* [e8453fc] Have Firmware inherit from Object ([email protected])
* [b7589c6] Changing the network interfaces listing (Daniel Henrique Barboza)
* [a7f2e08] UI: Ginger User Management (Wen Wang)
* [b76a7e2] models/interfaces.py: removing ip/netmask on blank input ([email protected])
* [1e1011f] Add Ginger Help files (Rodrigo Trujillo)
#### [ginger-1.2.1.1] ####
* [a8bff3e] Packaging: Let Ginger Depend on Latest Kimchi (Zhou Zheng Sheng)
* [3345353] Deal with bad hdd sensor data ([email protected])
* [6eb90a5] Bugfix: Make buttons display properly when the text is long (Wen Wang)
* [e7ed072] Enhancement: Change the SEP status style from text to a status dot (Wen Wang)
* [468149e] host-admin.js: disabling OK button when processing ([email protected])
* [daecbfc] Update Makefile.am to add autogen.sh in tarball. (Paulo Vital)
* [3cc5181] Add timeout check for configuration backup (Zhou Zheng Sheng)
* [9a3b682] Bugfix Takes time to activate tuned profile in "Power Options" (Wen Wang)
* [db95b9e] IBM SEP bug fix: Update _get_subscribe info (Paulo Vital)
* [eac260e] Bugfix: Change ginger's text for translation ([email protected])
* [1e1905b] UI: SEP(ESA) initial setup (Wen Wang)
* [b6f83bc] IBM Serviceable Event Provider (SEP): Update build files (Paulo Vital)
* [c5869b6] IBM Serviceable Event Provider (SEP): Backend support (Paulo Vital)
* [66db9fd] IBM Serviceable Event Provider (SEP): Update configuration files (Paulo Vital)
* [646a0c1] UI: Host sensors data visualization (Wen Wang)
* [ea67e95] 'tuned' troubleshot information in README file ([email protected])
* [91ebfc3] Add sensors backend functionality ([email protected])
* [9e5dccc] Fix pyflakes and pep 8 errors (Zhou Zheng Sheng)
* [4fac9cc] Updated .gitignore to Address Generated Files ([email protected])
* [5ce4a73] Adapt to new Kimchi authorization scheme (Zhou Zheng Sheng)
#### [1.3.0.1] ####
* [0e1c801] Github #9, #10 and #12 fixes (Daniel Henrique Barboza)
* [9a5567a] i18n.py: deleting the merge with kimchi messages (Daniel Henrique Barboza)
* [a8a6514] Enhancing Power Management error messages (Daniel Henrique Barboza)
* [8c5ea3a] ChangeLog file for Ginger (Daniel Henrique Barboza)
* [4c81977] Make check fixes (Daniel Henrique Barboza)
* [0e4806c] Debian/Ubuntu packaging files (Daniel Henrique Barboza)
* [23ded96] README: adding Ubuntu/Debian info. (Daniel Henrique Barboza)
* [f0c3be7] models/ibm_sep.py: adding 'is_feature_available()' method (Daniel Henrique Barboza)
* [c332517] models/interfaces.py: fixing an 'is not defined' error (Daniel Henrique Barboza)
* [fd5c176] UI: Capabilities for ginger ([email protected])
* [b60e80a] Capabilities API: adding support to some existing models (Daniel Henrique Barboza)
* [b911174] Adding capabilities API to Makefiles (Daniel Henrique Barboza)
* [6441dbf] Adding new API: Capabilities (Daniel Henrique Barboza)
* [8aa841f] Fix delete user return error (Rodrigo Trujillo)
* [e8453fc] Have Firmware inherit from Object ([email protected])
* [b7589c6] Changing the network interfaces listing (Daniel Henrique Barboza)
* [a7f2e08] UI: Ginger User Management (Wen Wang)
* [b76a7e2] models/interfaces.py: removing ip/netmask on blank input ([email protected])
* [1e1011f] Add Ginger Help files (Rodrigo Trujillo)
* [a8bff3e] Packaging: Let Ginger Depend on Latest Kimchi (Zhou Zheng Sheng)
* [3345353] Deal with bad hdd sensor data ([email protected])
* [6eb90a5] Bugfix: Make buttons display properly when the text is long (Wen Wang)
* [e7ed072] Enhancement: Change the SEP status style from text to a status dot (Wen Wang)
* [468149e] host-admin.js: disabling OK button when processing ([email protected])
* [daecbfc] Update Makefile.am to add autogen.sh in tarball. (Paulo Vital)
* [3cc5181] Add timeout check for configuration backup (Zhou Zheng Sheng)
* [9a3b682] Bugfix Takes time to activate tuned profile in "Power Options" (Wen Wang)
* [db95b9e] IBM SEP bug fix: Update _get_subscribe info (Paulo Vital)
* [eac260e] Bugfix: Change ginger's text for translation ([email protected])
* [1e1905b] UI: SEP(ESA) initial setup (Wen Wang)
* [b6f83bc] IBM Serviceable Event Provider (SEP): Update build files (Paulo Vital)
* [c5869b6] IBM Serviceable Event Provider (SEP): Backend support (Paulo Vital)
* [66db9fd] IBM Serviceable Event Provider (SEP): Update configuration files (Paulo Vital)
* [646a0c1] UI: Host sensors data visualization (Wen Wang)
* [ea67e95] 'tuned' troubleshot information in README file ([email protected])
* [91ebfc3] Add sensors backend functionality ([email protected])
* [9e5dccc] Fix pyflakes and pep 8 errors (Zhou Zheng Sheng)
* [4fac9cc] Updated .gitignore to Address Generated Files ([email protected])
* [5ce4a73] Adapt to new Kimchi authorization scheme (Zhou Zheng Sheng)
* [77a3b53] Removed all author references from Ginger files. (Paulo Vital)
* [f19cf68] Changed the year of all IBM copyright mention to 2014. (Paulo Vital)
* [28450db] Change project name in all files from Kimchi-ginger to Ginger. (Paulo Vital)
* [a2ca125] Change build dependencies versions to support RHEL 6.X (Paulo Vital)
* [70f03d2] i18n: GINNET0009E needs "err" key (Zhou Zheng Sheng)
* [0054436] Add pt_BR and zh_CN translations (Zhou Zheng Sheng)
* [ce61b51] Add Ginger i18n translation templates (Zhou Zheng Sheng)
* [f951825] Adapt to new Kinger front-end i18n mechanism (Zhou Zheng Sheng)
* [d669991] Kimchi-ginger: Declaration of Independence (Zhou Zheng Sheng)
* [5a7baae] Kimchi-Ginger i18n support: added support and marked strings to translation. (Paulo Vital)
* [cba117b] Add FW commit and reject capability. (Christy Perez)
* [19d013e] UI: Rename kimchi.template to kimchi.substitute (Zhou Zheng Sheng)
* [99ebf08] UI: List SAN Adapters (Yu Xin Huo)
* [82f4432] Add /var/spool/cron to default host configuration backup paths (Zhou Zheng Sheng)
* [cd0bdc9] Packaging: ship with models/sandapters.py (Zhou Zheng Sheng)
* [4a3e80b] Power Profile Management - Front-end implementation (Yu Xin Huo)
* [e9c3860] Only expose bare nics for configuration editing (Mark Wu)
* [98db648] network configuration, interface, dns, gateway (Yu Xin Huo)
* [5c45243] Change default gateway update API (Mark Wu)
* [7d72d27] Backup Buttons Overlap when Labels are long (Yu Xin Huo)
* [93dae50] Creates Ginger API documentation file (Rodrigo Trujillo)
* [a4f2304] SAN adapters information (Rodrigo Trujillo)
* [5656ca5] Host Backup: Sort the archive list returned to the front-end (Zhou Zheng Sheng)
* [5ed91fc] Change labels for batch delete options of host config backup. (Paulo Vital)
* [d87de90] Fix pep8 style issue in firmware.py (Mark Wu)
* [475c722] Host Backup: Make Include and Exclude Paths Configurable (Zhou Zheng Sheng)
* [cc4a3f8] Turn Off Caching of Dynamic Generated Contents (Zhou Zheng Sheng)
* [c26b0a0] Host Backup: Refine Include and Exclude Rules (Zhou Zheng Sheng)
* [f809f1f] Rework error messages reported when updating the Power FW. (Christy Perez)
* [a1f74d2] Enable Kimchi authentication on ginger URI (Mark Wu)
* [eb98f8a] host backup download: Use serve_file instead of internal redirect (Zhou Zheng Sheng)
* [4fb60ae] Packaging: Add Makefile.am and RPM spec entries for Ginger UI files (Zhou Zheng Sheng)
* [0d14203] Host Configuration Backup UI (Yu Xin Huo)
* [7805a8a] Firmware Update UI (Yu Xin Huo)
* [180396b] Improve host configuration backup back-end implementation (Zhou Zheng Sheng)
* [e86bd3a] Fix the firmware image file name. (Christy Perez)
* [7d889bf] Host Configuration Backup Back-end Implmentation (Zhou Zheng Sheng)
* [b6b6e04] Adding the backend firmware-update functionality. (Christy Perez)
* [4b3195e] Make ginger root app inherit from kimchi Root class (Mark Wu)
* [2e382c5] RootModel: replace RootModel with kimchi.basemodel.BaseModel (Zhou Zheng Sheng)
* [582742b] Users Management: Add support to profile and i18n translation (Rodrigo Trujillo)
* [321e5f5] Automatic rollback network configuration on failure (Zhou Zheng Sheng)
* [44202ea] Update host network interface configuration (Mark Wu)
* [04e10b5] packaging: fix ginger plugin installing path (Zhou Zheng Sheng)
* [9d7f45d] Power management backend: fixing 'no active profile' condition (Daniel Henrique Barboza)
* [58ad969] Adapt to the change of kimchi exception refactoring (Mark Wu)
* [872ab3c] Add path vars for ginger plugin (Mark Wu)
* [4887cc1] Ginger users basic management back-end (Rodrigo Trujillo)
* [07f7163] PowerManagement backend: changes in common ginger files (Daniel Henrique Barboza)
* [aae0a9c] PowerManagement backend: controller, model and API changes (Daniel Henrique Barboza)
* [64936c6] Ginger plugin structure files (Rodrigo Trujillo)