Commit Graph

15 Commits

Author SHA1 Message Date
manchandavishal ec51d61452 Changes for url transition to OpenDev
This commit changes openstack.org URL to opendev.org URL
as discussed here [1]

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html

Change-Id: I1f9c8b580b6047599d0d5041ca636c6284d907d1
2019-04-25 02:42:05 +00:00
chenjiao 064638eac9 Update http link to https link
Change-Id: I74cff591e16416766478e9378ab35d0f0931c1bb
2018-12-08 18:48:37 +08:00
Shu Muto d78285db9d Add releasenotes links to README
Add release notes link to README.rst.

Change-Id: I88e67589164e0f0ceb3c281ca2703f6e0d7f78b0
2018-03-29 16:44:03 +09:00
wangqi d319bc99d7 Add documentation link to README
Change-Id: If5978b8177897806ac2c8dd4e643e8bb845aff20
2018-03-20 09:02:30 +00:00
shangxiaobj 6f68483682 Update and replace http with https for doc links
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: Ib3e7601ec7460b3a7d630f0ca1c81404e01b16e2
2017-09-07 05:09:33 -07:00
Shu Muto 40394040e3 Refresh test environment
To enable py35 tests, refresh test environments.
Also, update docs, remove run_tests.sh that is no longer used.

Change-Id: I9bcf4acdfd4a9811ab2f0fc3bd02898a46fbd112
2017-04-13 15:17:13 +09:00
Flavio Percoco a388fea75f 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/52fa1d697076523e17b9dc7a12470243\n'

Change-Id: I4db92f0c66f5cb92ca90def0e796899c818b7fec
2016-11-25 12:42:28 +01:00
Shu Muto 714a46067d Fix URL for release notes in docs
Release notes in docs is not published by reno.
This patch change Release notes to URL published by reno.

Change-Id: I020abc16828592957496e83f74519ae919a7bb34
2016-09-28 10:09:43 +09:00
Shu Muto 04c6e4433a Rename bay and baymodel for 'Soft StringFreeze' milestone
"bay" and "baymodel" is not common term.
This patch renames "bay" to "cluster", and "baymodel" to
"cluster template" for 'Soft StringFreeze'[1] in Newton
Release Schedule[2].

[1] Soft StringFreeze: Aug 29 - Sep 02
[2] https://releases.openstack.org/newton/schedule.html

For translation work, this patch should focus to changing
strings to be translated and should be merged soon.

So, until "cluster" and "cluster template" is implemented
into Magnum API, Magnum-UI uses bay and baymodel of magnumclient.

Change-Id: I0db5472c4f19638cc57116101b552ad21fe34651
Implements: blueprint rename-bay-to-cluster
2016-08-26 18:23:01 +09:00
Shu Muto a97a487ec6 Move enabled files
Files in "enabled" directory is not in target of "babel-django.cfg".
So panel group label in these files are not translated.

This patch moves these files and adds panel group label into
translation target.

Change-Id: Iaee01f7e1970d7beb7d166d12ceb80b807785c4a
Closes-Bug: #1586917
2016-05-30 16:13:12 +09:00
Shu Muto b31c2bfc90 Rename service to 'container-infra'
Magnum renames its service_type [1]. According to that,
this patch renames service name, Angular module name,
related URLs and related strings.

[1] https://bugs.launchpad.net/magnum/+bug/1584251

Change-Id: If730ff75826b7f6d50b308b78f8e881da6696966
Implements: blueprint rename-service
2016-05-30 10:50:31 +09:00
shu-mutou bf4897e6f6 Remove Container panel and action
According to decisions that Magnum becomes COE Management Service,
Magnum-UI should remove Container panel and actions that is for
Docker Swarm container manipulations.

This patch removes following items.
- Container views (table and detail)
- Container actions (create and delete)
- Create Container action from bay table view and bay detail view

Change-Id: Ia18e9fa57e0460b9b1a8b473a005d31cb4acc5ca
Implements: blueprint remove-container-panel
2016-05-12 18:10:37 +09:00
shu-mutou 1afc9d6b5b Add setup description in DevStack
This patch adds description for enabling Magnum-UI in DevStack.

Change-Id: I29bd2cc781250cba53da1f01d5a21d6d8286c253
Closes-Bug: #1543910
2016-03-18 13:17:28 +09:00
shu-mutou 7e5e888481 Use Horizon's plugin registration system
Magnum UI and their panels are currently registered via their `dashboard.py`
and `panel.py` files, but should use the enabled files.
This is standard in Horizon.

This patch changes registration method to enabled files.

For moving our dashboard to under the "project" dashbaord,
we need to change URLs. So, many files will be changed.

Since "/project/containers" is already used by Swift Container panel,
this patch uses "bays", "baymodels" and "bays/containers" for URLs.

Change-Id: Icedb984331bd46540f2e7d12bbefcc308aff214f
Closes-Bug: #1507679
2015-12-24 17:29:52 +09:00
Bradley Jones c17cc5beb4 Initial skeleton repo
Add the basic structure for the magnum-ui repository to serve as a 
starting point for contributions. The structure is likely to change
as development progresses.

Change-Id: I5458741e2dd4c3409992315efaa60b33824b4ec8
Implements: blueprint repo-skeleton
2015-09-08 23:02:28 +00:00