18 Commits

Author SHA1 Message Date
Andreas Jaeger
3e6da30802 Remove unused pngmath Sphinx extension
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.

Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
2016-02-29 20:00:00 +01:00
Ilya Shakhat
bc434a6d14 [WIP] Added translation metric
Translation stats are retrieved from Zanata service. List of projects
and versions is taken from Zanata API. List of users is configured
in openstack/i18n repo and referred by URI.

Processor reads stats for every project-version-user-week and yields
records of new type 'tr'. UI is extended to show breakdown by languages.

Zanata module is based on https://review.openstack.org/#/c/275145/

Co-Authored-By: daisy-ycguo <guoyingc@cn.ibm.com>
Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>

Change-Id: Ic1b44f09f7eb592d75d435f66a71d3110a2f49a5
2016-02-17 17:24:55 +03:00
Ilya Shakhat
00912c1941 Regenerate docs with the recent libraries
Change-Id: I65e021af0e7283975f232578a91251c3b7833bbe
2016-02-17 17:19:40 +03:00
Yatin Kumbhare
d09d258540 Fix for the deprecated library function
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.

Change-Id: Ia44f4e37d927c4028013943146e1f922909690df
2016-01-04 20:04:09 +05:30
Ilya Shakhat
b33acedadc Specify remote server read timeout
Avoid hanging requests to Launchpad by specifying read timeout.
A new config param 'read_timeout' is introduced, defaults to 120 sec.

Change-Id: I32a68e482bfe53845b7c918c3770171ebaea2437
2015-11-05 15:13:13 +03:00
Ilya Shakhat
8ae5870830 Remove project_list_uri config parameter
With the patch https://review.openstack.org/229966 Stackalytics
gets list of project on per-release basis. The separate global
parameter 'project_list_uri' is not needed anymore and may be
safely removed.

Change-Id: Ifcd579162b8a25c99cec24b854127cd26352b1c0
2015-10-08 18:24:20 +03:00
Ilya Shakhat
11db9c1de6 Update from global-requirements
1. python-memcached is now Py3 compatible, the separate reqs file
   is not needed
2. update tox.ini from latest cookiecutter
3. re-generated docs for cli

Change-Id: Id0d394f12618bc5ec7860a57043641efcdc6715f
2015-08-04 16:17:12 +03:00
Jenkins
30d50b1ce7 Merge "Split config definitions to make CLI help cleaner" 2015-06-24 12:57:36 +00:00
Jamie Finnigan
a2e643815d Add activity log paging parameters to docs
This modification to the API documentation adds a reference to the page_size
and start_record parameters, which are used to manage paging of results.

Change-Id: I0ba0decf4f6b2c805a4cc8292fce3678e5ae30ed
2015-06-22 22:29:16 -07:00
Ilya Shakhat
47a809bc11 Split config definitions to make CLI help cleaner
Change-Id: I2903a3e61597913c6ace84605879b06526ad07f7
2015-06-22 15:54:18 +03:00
John L. Villalovos
f4ba337c35 DOC: Update information on start_date & end_date
Add information on start_date and end_date.  Explain the values that the
parameters take.

Change-Id: Id41a88c4e10f9e020c25a893b6986119e8711f76
2015-06-11 10:03:26 -07:00
Ilya Shakhat
4ee02f0b6c Show warning if data is older than configured value
The patch introduces config param 'age-warn' with default value
in 2 days. The warning message will be useful for cases when
processor stuck or data was recovered from the dump.

Change-Id: I910b87da5c664fbda7d25e77ee51554f01ad9bc2
2015-06-02 16:35:56 +03:00
Ilya Shakhat
5761a9e584 Enable config auto-generation
Change-Id: I561f4264bfad614cffa8e768cdfd1eb87f0e21c1
2015-04-01 18:54:29 +03:00
Ilya Shakhat
3db5ce468a Update API docs with time period params
Change-Id: I1fd2c9c735aa6850824568900fba965e95276869
2015-01-12 17:09:09 +03:00
Jeremy Stanley
ff01b2e365 Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I8cae47131654510473f068617962b86edd7f1f5c
2014-12-05 03:30:47 +00:00
Sean M. Collins
dc5f3edd24 Fix URL for API example
Change-Id: I4477f1a57856066dd69735931e2ff4b06c6e4d76
2014-03-03 20:15:51 -05:00
Ilya Shakhat
6b19d37082 Added documentation on API
Implements blueprint api-docs

Change-Id: I0c539c22ed36f4f2ec626a364912d7b1492df294
2013-09-21 13:41:50 +04:00
Ilya Shakhat
4f2ed5141b Added dummy docs, build process updated
Part of blueprint api-docs

Change-Id: I372b03341b5576db68175888df6044cfe6730e41
2013-08-30 19:47:44 +04:00