Commit Graph

22 Commits (237636b129b9d32aad8dea3fb1c5893032a62e90)

Author SHA1 Message Date
Tim Burke e8e8e463e2 Clean up some twine warnings and errors
Previously, `twine check` would complain like

    warning: `long_description_content_type` missing.  defaulting to
    `text/x-rst`.
    Failed
    The project's long_description has invalid markup which will not be
    rendered on PyPI. The following syntax errors were detected:
    line 8: Error: Unexpected indentation.

Change-Id: I56539a42ca2bcff44487928e4835d71eb03bd521
2019-07-03 12:44:05 -07:00
huang.zhiping b431c5ac42 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I1ba98be9b243d35dab24b45ca1efc00639f7b940
2018-12-04 11:24:06 +00:00
Van Hung Pham 8a344c6ac6 Optimize the link address
Use https instead of http to ensure the safety

Change-Id: I4214c69daa36c41ec29249c1e5a9fa24b1b80dba
2017-06-08 17:36:42 +07:00
Ken'ichi Ohmichi 887f2c5814 Separate config module
config module contained not only processor's ones, but also
dashboard's ones. So it is better to separate the module into
accurate modules to avoid developers misunderstand another
config module exists for the dashboard.

Change-Id: Ib7b8a953907fb99182295f8c850481fe6331fb32
2017-03-24 13:15:33 -07:00
loooosy b93de4c178 fix setup.cfg and tox.ini
Change-Id: I928d7a259b2f4cecc7d645a8262bea64df2e57ec
2017-03-10 16:14:39 +08:00
Ilya Shakhat 99b7db92c1 Add py35 build target
Change-Id: I88a21024af0f330e967cee63d85aca3bd498869f
2016-07-14 16:02:35 +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
Ilya Shakhat 5761a9e584 Enable config auto-generation
Change-Id: I561f4264bfad614cffa8e768cdfd1eb87f0e21c1
2015-04-01 18:54:29 +03:00
Monty Taylor 246df32c07 Move dashboard into stackalytics
Installing a global module called dashboard is bad form as it
pollutes the global namespace.

Change-Id: I4b7ff8a4bbcb34a24f751d874c5f1894e75ae10c
Closes-Bug: #1320133
2014-06-17 16:26:08 +04:00
Jenkins efd4bec11f Merge "Stop installing config files" 2014-06-09 08:30:37 +00:00
Monty Taylor be0bcd0f12 Remove version from setup.cfg
Putting a version here shifts the versioning to be pre-versioning
which is a very specific usecase for the OpenStack server projects.
Instead, remove it and let the generated versions be based on the
git tags.

Change-Id: I49484361115d9c32878bed8f3afccc9294e007df
2014-06-08 12:16:03 -07:00
Monty Taylor 7cf7d3bb7d Stop installing config files
If stackalytics is being installed by config management, such as
puppet, having pip install install the config files into /etc is
challenging. Since all of the options in stackalytics.conf are
commented out, it's also not needed to run.

Change-Id: Ibab3b4389ed64fcc897c833169f69bc0bcd9ae88
2014-06-08 11:34:43 -04:00
Monty Taylor 59a99432d0 Entry points setup hook is no longer needed
Remove it

Change-Id: I00cb07631e5b2491eea7350477f1092f573667ef
2014-06-08 11:34:19 -04:00
Ilya Shakhat 6e13cab8e0 Bump version to 0.5 and minor cleanup
* Removed temporary added copy of programs.yaml
* Changed default value for default_data_uri to meaningful
  (points to github master)
* Removed version title from tooltip into meta header

Change-Id: Iad2724ecfdb19ee42fb5f69bb113d619081eae63
2014-05-08 19:11:25 +04:00
Ilya Shakhat e6eb64af82 Bump version to 0.4
Change-Id: I851226d613e3eb48f3d2e0dcb6591e79167fbc6d
2013-12-17 15:54:54 +04:00
Herman Narkaytis f05b67954c Added version in setup.cfg
Change-Id: Ifa29fb506705e92ea548b2566e245ed8e826fe6b
2013-09-24 13:25:54 +04:00
Ilya Shakhat a721810ab0 Added version info into UI
* Version and build is shown as tooltip of 'About' link
* Explicit version is removed from setup.cfg
* Build directory is added into pep8 ignore list

Resolves bug 1218934

Change-Id: Ideac6fa18580c1298d24212a8b1dbad0ef39b7b1
2013-09-05 15:42:08 +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
Ilya Shakhat 09b4e3367a Updated setup.cfg to install entry point for dump script
Part of blueprint dump-data

Change-Id: I754eadb9370dfceba423a37b7e29b18389353603
2013-08-16 12:31:51 +04:00
Ilya Shakhat 4589ca62ba Stackalytics deployment clean up
* Scripts and conf locations are set in setup.cfg
* Flask-styled is replaced by oslo config
* Scripts from bin are replaced by one generated by entry_points

Change-Id: I26620b8d945d331b2d5abebce41ca177f3e93571
2013-07-16 16:53:20 +04:00
Ilya Shakhat cef22af5d6 Implementation of blueprint stackalytics-core
This change incorporates the following:
 * Config for most of OS projects
 * Configure filtering of robots commits
 * Clean-up dashboard module
 * Layout is clean-up
 * Remove unused styles and scripts
 * Factories replaced by factory methods

Change-Id: I1a719b356a5e3275d14bbceae198a1d0cb6dbbbd
2013-07-12 17:12:06 +04:00
Ilya Shakhat a5f1411218 Initial code commit 2013-06-22 15:42:32 +04:00