Commit Graph

21 Commits

Author SHA1 Message Date
jacky06 1f06dacd90 Sync Sphinx requirement
1. Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
2. Update some URLs to latest
3. Bump the keystoneauth1 to 3.14.0 to fix the gate[0]

[0]: http://logs.openstack.org/40/666040/4/check/openstack-tox-lower-constraints/063a064/job-output.txt.gz#_2019-06-18_16_35_28_185448

Change-Id: I5cb981175922df52ae55961109c904f6ecf94d24
2019-07-04 20:47:07 +08:00
Nguyen Hai Truong 81f8c09b83 Add the project source code repository in README
Change-Id: I4d7db76a3426e575abb1fb487043cafb86d441ee
2019-03-14 03:57:49 +00:00
Cai Hui 2a53faaa24 Fix README.rst error
Fix README.rst error.

Change-Id: I4633771b3417139915a9da39944aeac34f1f728b
2018-10-30 20:37:45 -04:00
ZhijunWei 736f2fc83f Use Storyboards to replace Release, Blueprints and bugs link
Change-Id: Ica033aa707f11fd7b95e3da6c569d5859766c5e8
2018-09-06 17:30:41 +09:00
wangqi 0bff0a16c8 Update links in README
Change the outdated links to the latest links in README

Change-Id: I7e3c0a739861aa2843f19724819de88804f71d9b
2018-03-12 08:58:29 +00:00
caowei a502aead57 Fix installation freezer dashboard
Change _7050_freezer.py to _7050_freezer_remove_panel_.py
in the README.rst

Change-Id: I8c057880f0ac055c3fdff830e611ffdc0a143c85
2017-02-05 20:46:21 +08:00
qiaomin 3a3441f32b Fix some synctactic markup errors
This patch fix some rst hyperlink markup syntactic errors
in the README.rst.I am sorry for my patch:
'https://review.openstack.org/#/c/421292/' result in
this bug.

Change-Id: I1157e581211100e592d71df97911264ed3d68a59
2017-01-20 14:15:15 +08:00
qiaomin 4756f541dd Add hyperlink for the "API registration"
This patch use the link markup to provide hyperlink for the
"API registration". This makes reader life easier.

Change-Id: I7471417a9f967611cb7944bf446a873025366176
2017-01-17 22:26:34 +08:00
Jenkins 070f3f779d Merge "Remove redundant Freezer in README.rst" 2016-12-01 14:36:13 +00:00
Flavio Percoco 62767d462f 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:

b'https://gist.github.com/4a8ad15ddfaa5b69340b71dd93cd1762\n'

Change-Id: Ib44369443cc7a887c359a69bea0a4971a9ef4abf
2016-11-25 14:15:43 +01:00
Liuqing Jing da5f676c47 Remove redundant Freezer in README.rst
TrivialFix

Change-Id: Ibfc1d041865e2d04c72c371c6913d5a2acc4affa
2016-02-20 20:40:51 -05:00
Memo García a04a1a1767 Liberty guidelines for freezer web ui
Resolves bug: 1546121
Change-Id: I623bdba5e0580feb3950180598bc6b79a0196e36
2016-02-17 17:11:39 +00:00
memo 1435d33732 General dashboard enhancements
rename _50_freezer.py to _50_freezer.py.example
updated readme to point to freezer launchpad
improved readability for actions and jobs in the ui

Change-Id: Ib07719e5f91443ea6716f940b6b125b872505088
2015-11-26 15:03:01 +00:00
memo b08558eba4 Improved horizon dashboard for freezer
action, job, session, backup, clients are now objects in api.py
shield decorator to avoid having boilerplate code in views
move from freezer_ui to disaster_recovery url
improved actions edition in a job
javascript lint
added clients panel
added actions panel
improved restore functionality from the dashboard

Change-Id: I23aed516bcde3a40b24144b05f858d1e3a49a796
2015-11-12 16:21:27 +00:00
memo 6fee7f5b49 Quick fix for backups
backups views now are wrapped in try except block
readme was updated to point to openstack repos
remove sys.path from _50_freezer.py

Change-Id: I917c33a1d8df04173acddc8eecf23f8bf8a22390
2015-10-19 21:22:19 +01:00
memo 1754391c04 Improve REAMDE file
updated freezer-api urls
updated dependencies for deploying freezer-web-ui
added information about proxies

Change-Id: I50392b2674f4762016d7223051f6f23d15ba45d6
2015-10-09 14:07:15 +01:00
Memo Garcia 0e57eda384 Improve installation docs for freezer dashboard
Change-Id: I7a3e858e4dbbb6d41e1704ddbe004a8aeb9f9728
2015-07-31 14:49:13 +01:00
Memo Garcia a7470fd5dc Keystone API endpoint discovery
Implements: blueprint Web ui should use keystone to discover api endpoint

Change-Id: I5caec5aff2f5d11d11a08c141e7536118d38bd65
2015-07-02 16:20:03 +01:00
Jonas Pfannschmidt 008769587b This version contains the following pages:
- Overview displays charts/reports (Currently only placeholders)
 - Configurations allows to define new backup configurations and link them to
   instances
 - Backups shows a list of all succesful backups and allows to restore them
 - Restores shows a history of all restored backups

It communicates with the api server via the client apis (freeezer.client.client).
The "glue code" between client apis and the UI lives in freezer.api.api.

Implements: Blueprint freezer-api-web-ui
Change-Id: I48cd8cba2b0169c6e64f650233c1a31b91ced34f
2015-05-31 17:01:57 +01:00
Fabrizio Fresco b2c7faa37d Web UI for freezer
This changes are the first implementation of
the freezer web ui.
It's a read only version that permit to view the backups
in swift made by the user.

Change-Id: I79fd98ce3fc364c7a82a8b764e1733febb16b647
2014-12-04 15:26:37 +00:00
Fausto Marzi dbfdee6487 Basic structure of the freezer web ui integrated in horizon
This commit add to the repo the basic structure of the web ui
integrated with Horizon. There currently nothing under the Freezer
tab, this is only a base point to start to develop the Freezer
ui content.

Basic installation instructionr are available in the file
horizon_web_ui/README.rst

Change-Id: I6e1ef399c869494ec1c5c9dd52a6d9adfd9360c9
LAUNCHPAD: https://blueprints.launchpad.net/freezer/+spec/horizon-webui
2014-10-27 16:17:44 +00:00