2 new options were added:
* github_user
* github_password
Github allows only 60 requests per hour for unauthenticated requests
Sometimes it is not enough.
The limit for registered users is 5000 requests per hour.
New options were added to handle requests limit.
Change-Id: I6813b80a6612f19a43646dc14e1e6110f5753c5e
Foundation members report was useful to get data on new registrations.
Unfortunately user registration date can only be retrieved from HTML
and not available in OpenStackID-Resources API.
This reverts commit fd2ba439947d754f21c5ec4c555f29519810258e.
Change-Id: I8d86cec906f516be5696c679176ba4919f18edc7
Foundation members report shows when new users are registered as
OpenStack Foundation members. However the current approach gets
data directly from HTML pages (slow!), does not update the data and does
not take into account job changes. Thus produced report does not
reflect reality and just show wrong data.
This reverts commits
307b96efc1893d42901dde7c5a27e842b10e51c2
2d4d2fc6107f553bf6d1fac31f5d0f3f0e6a2459
5decf7a17079d3c653f4a60372f73fa41cb89d84
ea37576fbfa01866222d1c84560cc5830a0ef4af
bfb56d28c24433e85af0cf0f65846863c753b897
1865fc804f6a4ff33908bd7b7191809ade1aa728
e40cb6857c5b47ba41111d6f2a395c7cd4a3f76c
1c4003c6fba50fc0b6eea78c279b4064ec71d78f
97a64afd68984840b1379732099dbc79cb7e1843
a18739e4158b6ba69046e9d0cf68c47c2b90faa6
ed515b4be9e31982ef9774a0f3688cf1e0c5ef42
Change-Id: I5e4886e7ff7f1da1527d82a1e55152af58f36afe
This patch removes processing of CI votes. The reasons are:
* CI votes rely on DriverLog database which is deprecated
* CI votes are collected from comments to patch sets, querying
comments significantly increases the load on Gerrit
* CI votes are not actively used by community
* CI votes provide only partial look into state of third-party
drivers.
This reverts commits:
a6ff499de33baaac82a170ec3f1ba7017d1d65f3
1b6a5fe764ef0faf34f0431f531bba4afd33ecd7
03be2b4e19648e00e6016a86311798953079ff68
94f371d54372ff7bcb64c89e6634de379ba9f440
5ad1cbe79c6cf8ae64319a82969a22e4123c69f2
Change-Id: Ie30b68c54b8d6fac6330481bf83bd1b2c4bfa190
Launchpad manages many information related to OpenStack at this
time, but the query takes much time for the processor. In addition,
stackalytics can be useful for OSS which are not managed with the
launchpad. So this patch adds a config option fetching_source so
that users can select fetching source. The default option is
'launchpad', so this patch doesn't affect at all on the default
option.
Change-Id: I4b7db745c36545e8897132cf6ccbb1c3fd6f3c07
default_data_uri option can handle local file already, so this patch
adds how to use local file for the option.
This comes from the commit I558238dbfc633793013451f836c7ce449e94c6c5
Change-Id: I1498f46731db0735685461faa4de940766354931
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.
Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
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
Avoid hanging requests to Launchpad by specifying read timeout.
A new config param 'read_timeout' is introduced, defaults to 120 sec.
Change-Id: I32a68e482bfe53845b7c918c3770171ebaea2437
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
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
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
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
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.
Change-Id: I8cae47131654510473f068617962b86edd7f1f5c