rhtyd opened a new issue #62: Upload Action - Template, ISO, volume
URL: https://github.com/apache/cloudstack-primate/issues/62
- [ ] Volume file upload
- [ ] Template file upload
- [ ] ISO file upload
Implement file uploading mechanism, the pattern is same for volume, templat
RitchieVincent opened a new pull request #63: Reusable settings
URL: https://github.com/apache/cloudstack-primate/pull/63
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
RitchieVincent commented on a change in pull request #63: Reusable settings
URL: https://github.com/apache/cloudstack-primate/pull/63#discussion_r355750188
##
File path: src/components/view/ListView.vue
##
@@ -22,7 +22,6 @@
:columns="columns"
:dataSource="items"
utchoang commented on issue #46: Account Certs Tab
URL:
https://github.com/apache/cloudstack-primate/issues/46#issuecomment-563893453
@rhtyd @svenvogel
- Please review the UI for certificate tab and let me know your comments.



 }}` as much as possible in your
wo
rhtyd commented on a change in pull request #67: VM Migration Action form
URL: https://github.com/apache/cloudstack-primate/pull/67#discussion_r356771992
##
File path: src/views/compute/MigrateWizard.vue
##
@@ -36,12 +85,146 @@ export default {
},
data () {
retur
rhtyd commented on a change in pull request #67: VM Migration Action form
URL: https://github.com/apache/cloudstack-primate/pull/67#discussion_r356772382
##
File path: src/views/compute/MigrateWizard.vue
##
@@ -36,12 +85,146 @@ export default {
},
data () {
retur
rhtyd commented on issue #67: VM Migration Action form
URL: https://github.com/apache/cloudstack-primate/pull/67#issuecomment-564690091
@RitchieVincent one more thing I forgot, we probably also want some form of
pagination. You may check against the old UI. Thanks.
---
RitchieVincent commented on a change in pull request #67: VM Migration Action
form
URL: https://github.com/apache/cloudstack-primate/pull/67#discussion_r356819620
##
File path: src/views/compute/MigrateWizard.vue
##
@@ -36,12 +85,146 @@ export default {
},
data () {
RitchieVincent commented on issue #67: VM Migration Action form
URL: https://github.com/apache/cloudstack-primate/pull/67#issuecomment-564721290
> @RitchieVincent one more thing I forgot, we probably also want some form
of pagination. You may check against the old UI. Thanks.
I thoug
rhtyd commented on issue #67: VM Migration Action form
URL: https://github.com/apache/cloudstack-primate/pull/67#issuecomment-564722457
@RitchieVincent maybe at least call the api with a large pagesize like 500,
we can revisit implementing pagination in future?
rhtyd merged pull request #67: VM Migration Action form
URL: https://github.com/apache/cloudstack-primate/pull/67
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
rhtyd commented on issue #67: VM Migration Action form
URL: https://github.com/apache/cloudstack-primate/pull/67#issuecomment-564791748
I went ahead with some changes, please follow the changes @RitchieVincent
This is an auto
rhtyd commented on issue #56: VM Migration Action form
URL:
https://github.com/apache/cloudstack-primate/issues/56#issuecomment-564791944
Fixed
This is an automated message from the Apache Git Service.
To respond to the messa
rhtyd closed issue #56: VM Migration Action form
URL: https://github.com/apache/cloudstack-primate/issues/56
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
gsirett opened a new issue #68: Cannot login in MS Edge Browser
URL: https://github.com/apache/cloudstack-primate/issues/68
Trying to login in MS Edge, gives "login failed"
This is an automated message from the Apache Git Serv
andrijapanicsb commented on issue #68: Cannot login in MS Edge Browser
URL:
https://github.com/apache/cloudstack-primate/issues/68#issuecomment-565204821
seems fixed atm.
This is an automated message from the Apache Git Servi
RitchieVincent opened a new pull request #69: [WIP] - VM assign to other
account/project/domain
URL: https://github.com/apache/cloudstack-primate/pull/69
This is an automated message from the Apache Git Service.
To respond
rhtyd merged pull request #69: VM assign to other account/project/domain
URL: https://github.com/apache/cloudstack-primate/pull/69
This is an automated message from the Apache Git Service.
To respond to the message, please l
rhtyd closed issue #57: VM assign to other account/project/domain
URL: https://github.com/apache/cloudstack-primate/issues/57
This is an automated message from the Apache Git Service.
To respond to the message, please log on
rhtyd commented on issue #57: VM assign to other account/project/domain
URL:
https://github.com/apache/cloudstack-primate/issues/57#issuecomment-565727320
Fixed in https://github.com/apache/cloudstack-primate/pull/69
This is
rhtyd opened a new issue #70: Volume Storage Migration
URL: https://github.com/apache/cloudstack-primate/issues/70
Similar to VM migration form, this should implement a volume migration form
that uses:
- findStoragePoolsForMigration to find suitable storage pools for volume
migrations w
RitchieVincent opened a new pull request #71: [WIP] - VM Hardware: NICs and IPs
management
URL: https://github.com/apache/cloudstack-primate/pull/71
#58
This is an automated message from the Apache Git Service.
To respond t
RitchieVincent commented on issue #71: [WIP] - VM Hardware: NICs and IPs
management
URL: https://github.com/apache/cloudstack-primate/pull/71#issuecomment-565876876
@rhtyd I've updated the async poll function to be inside a global plugin
found in `src/utils/plugins.js`. If you're happy wi
rhtyd commented on issue #71: [WIP] - VM Hardware: NICs and IPs management
URL: https://github.com/apache/cloudstack-primate/pull/71#issuecomment-565878856
Thanks @RitchieVincent, I'll review and test, and get back to you.
T
utchoang edited a comment on issue #41: Project View and Actions
URL:
https://github.com/apache/cloudstack-primate/issues/41#issuecomment-565899819
@rhtyd @svenvogel
1. Please find my suggested UI for Project Accounts and Project Invitations.
I'd like to have your comments.
, I understand that there is no Invitation tab in project.
Am I correct? In the old UI, I noticed that this tab is avai
utchoang opened a new pull request #73: Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73
[x] Project view and Project dashboard
[x] Projects: delete/list project accounts etc.
[x] Project invitations: list/delete/update
--
utchoang commented on issue #73: Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#issuecomment-566893100
@rhtyd @svenvogel
This is the design of the Project View and Actions. Please let me know your
comments.
1. Project dashboard
![proje
utchoang edited a comment on issue #73: Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#issuecomment-566893100
@rhtyd @svenvogel
This is the design of the Project View and Actions. Please let me know your
comments.
1. Project dashboard
utchoang edited a comment on issue #73: Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#issuecomment-566893100
@rhtyd @svenvogel
This is the design of the Project View and Actions. Please let me know your
comments.
1. Project dashboard
rhtyd opened a new issue #74: Isolated network: Egress rules tab
URL: https://github.com/apache/cloudstack-primate/issues/74
Add tab for the guest network (isolated network only, check resource.type
=== 'Isolated' in config/tab::show()). Add feature within the tab to
add/list/delete an egr
rhtyd opened a new issue #75: Guest Network: Firewall Tab
URL: https://github.com/apache/cloudstack-primate/issues/75
Add firewall tab to IPs belonging to an isolated network, or network with
Firewall capability added. Implement a tab component that can add/remove/list
firewall rules.
rhtyd opened a new issue #76: Guest Network: Port Forwarding Tab
URL: https://github.com/apache/cloudstack-primate/issues/76
Add port forwarding tab to IPs belonging to an isolated network, or network
with port-forwarding capability added. Implement a tab component that can
add/remove/list
rhtyd opened a new issue #77: Guest Network: LB tab
URL: https://github.com/apache/cloudstack-primate/issues/77
Add load-balancer tab to IPs belonging to an isolated network, or network
with Lb capability added. Implement a tab component that can
add/update/remove/list lb rules.
In
RitchieVincent opened a new pull request #78: Resource download popup
URL: https://github.com/apache/cloudstack-primate/pull/78
This is an automated message from the Apache Git Service.
To respond to the message, please log o
rhtyd opened a new pull request #79: Update issue templates
URL: https://github.com/apache/cloudstack-primate/pull/79
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
rhtyd opened a new pull request #80: Update issue templates
URL: https://github.com/apache/cloudstack-primate/pull/80
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
rhtyd opened a new issue #82: Review Primate Resource View Styling and Layout
URL: https://github.com/apache/cloudstack-primate/issues/82
With resource view layout of VM, could it use any improvement.
This is an automated mess
rhtyd opened a new issue #81: CloudStack logo needs padding
URL: https://github.com/apache/cloudstack-primate/issues/81
CloudStack logo does not have any paddings/margins
This is an automated message from the Apache Git Servic
rhtyd opened a new issue #83: Detect and only notify admin to restart mgmt
server depending if setting needs it
URL: https://github.com/apache/cloudstack-primate/issues/83
Refer:
https://github.com/apache/cloudstack/pull/3729
-
rhtyd commented on a change in pull request #73: [WIP] Project: Project View
and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#discussion_r360395086
##
File path: src/components/view/ListView.vue
##
@@ -229,6 +232,54 @@ export default {
editValue (
rhtyd commented on a change in pull request #73: [WIP] Project: Project View
and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#discussion_r360397973
##
File path: src/config/router.js
##
@@ -167,7 +167,29 @@ export const asyncRouterMap = [
{
rhtyd commented on a change in pull request #73: [WIP] Project: Project View
and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#discussion_r360398460
##
File path: src/views/AutogenView.vue
##
@@ -291,7 +312,9 @@ export default {
actions: [],
rhtyd commented on a change in pull request #73: [WIP] Project: Project View
and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#discussion_r360398326
##
File path: src/views/AutogenView.vue
##
@@ -45,17 +45,31 @@
{{ $t(ac
rhtyd commented on a change in pull request #73: [WIP] Project: Project View
and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#discussion_r360398633
##
File path: src/views/dashboard/UsageDashboardChart.vue
##
@@ -0,0 +1,63 @@
+// Licensed to the Apache
rhtyd commented on issue #73: [WIP] Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#issuecomment-567946661
Overall LGTM, except for few edge case issues (like refresh inside project
resource view fails when account tab is opened). It needs a bit o
rhtyd commented on issue #7: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/7#issuecomment-567947120
Good to see you back commiting @iceteabottle !
This is an automated message from the Apache G
svenvogel commented on issue #73: [WIP] Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#issuecomment-568190912
>Additional filter: do you mean you'd like to have multiple filters for
column project and domain? If multiple filters are used, the pag
nvazquez opened a new pull request #86: Extend PVLAN documentation
URL: https://github.com/apache/cloudstack-documentation/pull/86
Extend PVLAN documentation as per changes introduced by PR:
https://github.com/apache/cloudstack/pull/3732
---
ACSGitBot commented on issue #86: Extend PVLAN documentation
URL:
https://github.com/apache/cloudstack-documentation/pull/86#issuecomment-568239053
Your request had been received, i'll go and build the documentation and
check the output log for errors.
This shouldn't take long.
nvazquez commented on issue #86: Extend PVLAN documentation
URL:
https://github.com/apache/cloudstack-documentation/pull/86#issuecomment-568239049
requesting docbuild
This is an automated message from the Apache Git Service.
ACSGitBot commented on issue #86: Extend PVLAN documentation
URL:
https://github.com/apache/cloudstack-documentation/pull/86#issuecomment-568239123
Build finished. You can review it at:
https://acs-www.shapeblue.com/docs/pr86
Build Log Output:
No log errors found to re
andrijapanicsb commented on issue #86: Extend PVLAN documentation
URL:
https://github.com/apache/cloudstack-documentation/pull/86#issuecomment-568246616
LGTM in general.
But would be nice to explain things with pictures from gui as examples, or
alternatively with API - I'm talking a
RitchieVincent opened a new pull request #84: [WIP] - Guest network: Egress
rules tab
URL: https://github.com/apache/cloudstack-primate/pull/84
This is an automated message from the Apache Git Service.
To respond to the mess
utchoang commented on issue #73: [WIP] Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#issuecomment-568338081
> Overall LGTM, except for few edge case issues (like refresh inside project
resource view fails when account tab is opened). It needs a
rhtyd commented on issue #73: [WIP] Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#issuecomment-568371192
Hi @utchoang ignore my last comment around the projectid/input type. But
follow my last change (around handling changing resource to handle
rhtyd commented on issue #84: [WIP] - Guest network: Egress rules tab
URL: https://github.com/apache/cloudstack-primate/pull/84#issuecomment-568371412
Is this ready for review/testing @RitchieVincent - or should I wait if
you're adding other custom actions from the other tickets?
-
utchoang commented on issue #73: [WIP] Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#issuecomment-568382185
Hi @rhtyd The issues mentioned in PR are fixed and the refactoring is also
done. Functional testing is now completed. Please check.
RitchieVincent commented on issue #84: [WIP] - Guest network: Egress rules tab
URL: https://github.com/apache/cloudstack-primate/pull/84#issuecomment-568411742
> Is this ready for review/testing @RitchieVincent - or should I wait if
you're adding other custom actions from the other tickets?
RitchieVincent commented on issue #84: [WIP] - Guest network: Egress rules tab
URL: https://github.com/apache/cloudstack-primate/pull/84#issuecomment-568441827
> > Is this ready for review/testing @RitchieVincent - or should I wait if
you're adding other custom actions from the other ticket
svenvogel edited a comment on issue #73: [WIP] Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#issuecomment-568445019
>Additional filter: do you mean you'd like to have multiple filters for
column project and domain? If multiple filters are used,
svenvogel commented on issue #73: [WIP] Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#issuecomment-568445019
>Additional filter: do you mean you'd like to have multiple filters for
column project and domain? If multiple filters are used, the pag
utchoang commented on issue #73: [WIP] Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#issuecomment-568636880
> > Additional filter: do you mean you'd like to have multiple filters for
column project and domain? If multiple filters are used, the p
utchoang edited a comment on issue #73: [WIP] Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#issuecomment-568636880
> @utchoang - @rhtyd wrote this above. i dont know if this works?
>
> good suggestion.there are any questions for me and may
utchoang edited a comment on issue #73: [WIP] Project: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/pull/73#issuecomment-568636880
> @utchoang - @rhtyd wrote this above. i dont know if this works?
>
> good suggestion.there are any questions for me and may
1101 - 1200 of 11916 matches
Mail list logo