Commit Graph

8 Commits

Author SHA1 Message Date
Kendall Nelson 1d52e37d0a Retire karbor-dashboard
As announced on the openstack-discuss ML[1], Karbor is retiring
this cycle (Wallaby).

This commit retires this repository as per the process defined in
the project-guide[2].

Thank you to all the contributors of Karbor for your hard work!

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018643.html
[2] https://docs.openstack.org/project-team-guide/repository.html#retiring-a-repository

Depends-On: https://review.opendev.org/c/openstack/project-config/+/767030
Change-Id: I972ffb299f93863c4e34b1f504b002095661e6af
2021-01-08 00:21:36 +00:00
manchandavishal a96c06dbfd Cleanup for Refactor-error-messages
This patch is a clean-up patch for refactor-error-messages bp
which remove the exception message from base message otherwise
the same exception message display twice like
this https://ibb.co/XyFWMdz .

Change-Id: Ie0538de1dd8df45009ca24bab379980d7d1b9613
2020-08-26 11:46:00 +00:00
jacky06 98cdd8207e Update json module to jsonutils
oslo project provide jsonutils, and karbor use it in many place[1],
this PS to update the remained json module to oslo jsonutils for
consistency.

[1]: https://github.com/openstack/karbor/search?q=jsonutils&unscoped_q=jsonutils

Change-Id: I8a191a0a668a05eb1a63bb6cf45eb2624a7f848a
2019-02-28 00:34:20 +08:00
Yuval Brik f2f7e6f99b Plan: fix sending per resource parameters
Patch [0] added filtering for plan parameters, to only send parameters
of resources whose type is being protected. This introduced a bug where
per resource parameters were not sent.
Fix that by apply the filtering correctly.

  [0] https://review.openstack.org/492393/

Change-Id: Ic3cdefe1a27587de4e887e509075e7c43a314262
2017-08-13 14:19:48 +03:00
Yuval Brik 90437986bc Plan: send only parameters for protected resources
Change-Id: I0d47d065b3567c0118dcfccfed5d794013f22f0c
2017-08-10 09:39:05 +03:00
zhangshuai d3f3c06a05 Plan edit - change resource and parameters
User is unable to update the Protection Plan from the dashboard
- updating name, status, resources and parameters.

Change-Id: I5dfcc9507689a27d1a6bfdc9ca8f9f4711ba797a
Closes-Bug: #1643338
2017-01-16 14:18:12 +08:00
zhurong c4796734c5 Remove the extra required=True
Horizon form filed is 'required=True' bu default,
So remove the extra one.

Change-Id: Ib5178fc28dac95a7188c5d3056a6f0a42fcb59d1
2016-09-30 16:01:33 +08:00
xiangxinyong 0914f30a04 Rename Smaug Dashboard to Karbor
Smaug has been renamed to Karbor.
Adjust Dashboard accordingly.

Change-Id: I626c5937abff0f0ebdb1fbc91b72053f92f4390f
2016-08-29 16:09:39 +08:00