forked from openstack/monasca-log-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
204 lines (181 loc) · 5.5 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
CHANGES
=======
* Provide installation documentation
* Updated from global requirements
* Refactor project tree
* Minor language change
* Allow to specify CLI arguments
* Add CLI documentation part
* Configuration documentation
* Updated from global requirements
* Fix deprecation detail
* Update the documentation link for doc migration
* Tweaks in tox.ini to speed it up
2.2.1
-----
* Fix tarball building error missing log-api.conf
2.2.0
-----
* Provide references to new docs
* Use oslo-config-generator
* Updated from global requirements
* Enable codebase documenation
* Add Py35 to setup.cfg
* Migrate documentation to Sphinx
* Fix WSGI startup script
* Fix tempest test for empty\_body
* Updated from global requirements
* Ensure and verify utf-8 support
* Mock monascastatsd in tests
* Enable some off-by-default checks
* Updated from global requirements
* Updated from global requirements
* Fix html\_last\_updated\_fmt for Python3
* Fix wrong configuration file paths
* Fix cross-tenant logs submission
* Composite paste for monasca-log-api
2.1.0
-----
* Updated from global requirements
* Updated from global requirements
* Replace test.attr with decorators.attr
* Updated from global requirements
* Updated from global requirements
* Enable tempest tests with uwsgi keystone
2.0.0
-----
* Update Readme references
* Updated from global requirements
* Optimize the link address
* Replace six.iteritems() with .items()
* Remove monasca\_log\_api/.gitignore
* Updated from global requirements
* Internal interfaces for log listing API implementation
* Updated from global requirements
* Specification for log listing API
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Adding WSGI support
* Updated from global requirements
1.4.0
-----
* Switch to use test\_utils.call\_until\_true
* Use openstack/monasca-kibana-plugin repo in devstack
* Lower log level
* Fixing filename to start server
* Updated from global requirements
* Typo fix: adress => address
* Use bento/ubuntu-16.04 box
* Updated from global requirements
* Make monasca-log-api work with Python 3.5
* Migrate testing to ostestr and adding docs
* Updated from global requirements
* Fix the Monasca Log API tempest tests
* Integration with oslo.context
* Drop Java Implemention codebase
* Enable checking with bandit
* Add test for empty log message
* Fix tempest tests
* Upgrade monasca-common dependency version
1.3.0
-----
* Add bashate check to tox file
* Uprade ELK tarballs
* Adjust monasca-log-api devstack to Xenial
* Add Constraints support
* Show team and repo badges on README
* Replace LOG.warn with LOG.warning
* Fixing problems with tox
1.2.0
-----
* Changed home page link
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Change assertTrue(isinstance()) by optimal assert
* Remove xrange for run both Python 2 and Python 3
* Fix config-generator.tempest.conf path in README
* Updated from global requirements
* Fix typo: remove redundant 'the'
* Add prefix "$" for command examples
* TrivialFix: Removed redundant 'the'
1.1.0
-----
* TrivialFix: Remove config import unused
* Enable size-based log rotation for monasca-log-api
* Removing gunicorn from requirements
* TrivialFix: Remove logging import unused
* TrivialFix: Remove cfg import unused
* Update logstash-output-monasca\_log\_api from 0.5 to 0.5.2
* Add tempest tests for Log API v3
* Fix E126 test
* Manual sync with requirements
* Set up tempest tests for gate job
* Install Kibana plugin in 'extra' phase
* Optimize bulk processing
* Install Kibana plugin for Keystone authentication
* Monitoring for monasca-log-api
* Change Monasca Port
* Add monasca-log-metrics to devstack plugin
* Allow to reuse ELK tarballs
* Update monasca-log-agent in devstack plugin
1.0.0
-----
* Import simport from monasca-common
* Truncating too big message
* Remove unnecessary tests
* Remove kafka key building
* Add Vagrantfile for deploying DevStack in a VM
* Documentation fix
* Remove six useless requirement
* Https Support
* Kafka message max size
* Raise original exception
* Tempest tests modification
* Update specification
* Add devstack plugin installer
* Unification for v2 and v3 output
* Adds [testenv:venv] section to tox.ini
* Common code base for v2 and v3
0.0.2
-----
* Mark /v2.0/log/single as deprecated
* Add support for global dimensions
* Use same abstract class for v2 and v3
* Versions endpoint is working
* Moving unversioned endpoints
* Specification proposal for batch support
* Add validation of log property
* Fix redundant dependency
* Change default config file
* Fix run of java monasca-log-api with version option
* Move dimensions into log object
* Add support for Apache mod\_wsgi
* Fix exception thrown when dimensions missing
* Healthcheck endpoint docs
* Add implementation of /v3.0/logs API
* Adding healthcheck
* Sync to never monasca-common
* Updating requirements.txt
0.0.1
-----
* Security update for monasca-log-api
* Validating message size
* Migrating tempest to project
* Documentation update
* Syncing API version
* Cleaning python bytecode before tests run
* Adding generating coverage
* Remove not used config variable
* Fixing issues spotted in dev environment
* Fixing gunicorn dependency and README
* Update information for PyPI registration
* Convert creation\_time to string
* Read region from config and handle payload
* Change repositories from stackforge to openstack
* Update .gitreview for new namespace
* Adjust to specification
* monasca-log-api python
* Add log api functionality
* Added .gitreview