Commit Graph

19 Commits

Author SHA1 Message Date
pengyuesheng a8cd02da9d Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I4797b7c1a988e0eeee16df9ee4f0f2c43f143d36
2019-04-26 15:32:33 +08:00
melissaml 2c554fb92e Update links in README
Change the outdated links to the latest links in README

Change-Id: Id1effad27e17e95b94897675cd350f8126c17eec
2018-08-19 04:39:46 +08:00
Dougal Matthews 52ebdf9b44 Fix the README formatting
PyPI is now stricter about this, we need this change for any future
releases.

The easiest way to test this is by running the following command in a
virtualenv with docutils.

    python setup.py check --restructuredtext --strict

Change-Id: Icef4e712714ba861c5f5953ef7cec55844bcf43b
Related: https://review.openstack.org/#/c/568881/
2018-06-05 11:11:43 +01:00
Sharat Sharma e891c2a4bf Update the URLs
There are a few outdated links in the dashboard repo. Update them
according to the doc-migration.

Change-Id: I6361d14127012415329bf844b7b420980253527a
Depends-on: I20cd94d0423c1b97f8ec83973aabbb7ecee75b49
2017-08-07 17:04:35 +05:30
Sharat Sharma 1f6c4e6c83 Optimize the link address
Use https instead of http to ensure the safety

Change-Id: I55769dc857b80112818c0d1177bab709cc3421ae
2017-04-10 17:09:11 +05:30
Zhenguo Niu 2a4348f283 Replace github with git.openstack.org
The git.openstack.org has been the recommended git repo for OpenStack
projects.

Change-Id: Ibc973efec60a5f1c9c7a584460b4c00e2d4f7b2e
2017-02-13 10:27:41 +08:00
Jeffrey Zhang b1c1627940 Move _50_mistral.py file into enabled folder
if not, this file is not included when installing from pypi.

Closes-Bug: #1649669
Change-Id: Ie1415ea66ed6608ecff622c42e3a433be23bbdfe
Co-Authored-By: Sharat Sharma<sharat.sharma@necetechnologies.in>
2016-12-22 07:10:27 +00:00
Flavio Percoco 92e3177b5a Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/db05066c92244167e9fa7f0109d8d9d5

Change-Id: I1ff7fe3892d930883cf9c00b270490115ea4a57e
2016-11-25 17:30:52 +01:00
Jenkins ef8f426f62 Merge "mistral-dashboard: refer dashboard debug instructions to the updated mistral trbouelshooting page" 2015-10-12 04:35:16 +00:00
Gal Margalit 69b82fc76a mistral-dashboard: refer dashboard debug instructions to the updated mistral trbouelshooting page
* removed debug instructions as they're already covered under the main mistral repo
* added a refernce to the debug instructions url

Partially implements blueprint:mistral-documentation

Depends-On: I08fd360c67953f168beca76479b1581ecacfd913

Change-Id: I834e120a3638221f05f165a841e71b7a7ff62566
2015-10-07 12:29:00 +00:00
Gal Margalit 38a10123bb mistral-dashboard - fixed the installation readme:
fixed an issue where horizon was not showing mistral dashboard upon installation.

* refactored soft link to an hard file copy:
The soft link wasn't a good solution as scripts were still missing _50_mistral.py
Horizon wasn't showing due to the above.
Verified in apache log files (my own and Liat's setup running a clean installation)

Partially implements blueprint:mistral-documentation

Change-Id: Ic237937d1ec33fd60fd846b30e2117536b614cf2
2015-08-17 12:01:58 +00:00
Gal Margalit c299503e49 mistral-dashboard documentation
* Added PyCharm debug documentation

Partially implements blueprint: mistral-documentation

Change-Id: Ifdf5466d5214e85e97cb491c79742b8c3b35e071
2015-08-10 14:13:47 +00:00
Gal Margalit 8881ce22bc added git clone explanation
Change-Id: I6fdd6606de5eef77bd24db0fab24cfb15d0525cd
2015-07-20 09:41:31 +00:00
Renat Akhmerov 7d0d291127 Adding info on how to install mistraldashboard module in venv
Change-Id: I3faf132be4401dcf72fe5e1c7b269aee518606e3
2015-07-09 15:08:23 +06:00
Zhenguo Niu c9375086d5 Switch to v2 mistral api
Mistral v1 api is not supported since april 2015

Change-Id: Icfc7d511b5bb6ea1f36356e52dc6880ef8599951
Partially implements blueprint mistral-enrich-dashboard
2015-07-02 07:59:14 +00:00
Renat Akhmerov 0d44abf45e Fixing readme file
Change-Id: I5c7a2ea0d038fb84e45338c434c1194e4c3a0246
2014-07-03 19:21:23 +07:00
Kirill Izotov 92209c349f Readme updates
Change-Id: I356c8cdc8ef005ccf907b39d7cf480cf1f000127
2014-06-23 23:40:52 +07:00
Kirill Izotov 744309b2e1 Horizon plugin system compatibility
- added enabled script
- removed horizon from requirements
- updated README
- refactor folder structure

Change-Id: If3fb4eddec26c5817cb0971eb7c4fe2ebb5641f3
Implements: blueprint mistral-ui
2014-06-23 14:54:57 +07:00
Kirill Izotov 28bde7a230 Move dashboard from python-mistralclient
Also:
- add license headers
- set up tox for flake8 checks and venv
- remove run_tests.sh, tools/ and other stuff we don't need at the moment
- add basic sphinx setup for later use

Change-Id: I0d34fb9fd0bfd351d20474da88715b30ff3c3d61
2014-06-17 13:53:16 +07:00