onitake opened a new issue #14: Proxy to API should contain the full path
URL: https://github.com/apache/cloudstack-primate/issues/14
Since commit b0165258f7f43bdd5e79355b1b1c809acc0a9bc7 , the API proxy
stopped working for me. Our API server is served over a reverse proxy that
doesn't han
onitake opened a new pull request #15: [WIP] Added core-js@3 dependency
URL: https://github.com/apache/cloudstack-primate/pull/15
Fixes #11 .
**TODO** Still needs to be tested.
This is an automated message from the Apac
onitake commented on issue #12: Add instructions on how to avoid system-wide
global npm package installation
URL:
https://github.com/apache/cloudstack-primate/issues/12#issuecomment-552997447
I'll try to write Dockerfile that illustrates how this should work.
So far, I've done my test d
rhtyd commented on issue #15: [WIP] Added core-js@3 dependency
URL: https://github.com/apache/cloudstack-primate/pull/15#issuecomment-552998662
@onitake can you check, Travis is failing. You probably need to run npm
install and commit the package lock file.
GabrielBrascher commented on issue #11: Runtime issues due incompatible core-js
dependency
URL:
https://github.com/apache/cloudstack-primate/issues/11#issuecomment-553205160
Thanks for reporting it @onitake. I had the same issue.
---
onitake commented on issue #15: [WIP] Added core-js@3 dependency
URL: https://github.com/apache/cloudstack-primate/pull/15#issuecomment-553281534
Yes, I thought as much.
I haven't had time to test it on my test instance yet, will do that today.
---
rhtyd opened a new pull request #16: package: update dependencies and add
core-js
URL: https://github.com/apache/cloudstack-primate/pull/16
Fixes #11
/cc @onitake @GabrielBrascher - can you test it, it works on Ubuntu
rhtyd commented on issue #15: [WIP] Added core-js@3 dependency
URL: https://github.com/apache/cloudstack-primate/pull/15#issuecomment-553362394
Created a new PR based on this PR @onitake cc @GabrielBrascher
This is an automat
GabrielBrascher commented on issue #16: package: update dependencies and add
core-js
URL: https://github.com/apache/cloudstack-primate/pull/16#issuecomment-553391749
Thanks for the PR @rhtyd, I will be testing it soon!
This i
onitake commented on issue #16: package: update dependencies and add core-js
URL: https://github.com/apache/cloudstack-primate/pull/16#issuecomment-553420155
Works for me!
I haven't tested everything, however. Only loading, login and a bit or
resource browsing.
-
onitake commented on issue #15: [WIP] Added core-js@3 dependency
URL: https://github.com/apache/cloudstack-primate/pull/15#issuecomment-553420366
Closing in favour of #16
This is an automated message from the Apache Git Servi
onitake closed pull request #15: [WIP] Added core-js@3 dependency
URL: https://github.com/apache/cloudstack-primate/pull/15
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
rhtyd merged pull request #16: package: update dependencies and add core-js
URL: https://github.com/apache/cloudstack-primate/pull/16
This is an automated message from the Apache Git Service.
To respond to the message, please
rhtyd closed issue #11: Runtime issues due incompatible core-js dependency
URL: https://github.com/apache/cloudstack-primate/issues/11
This is an automated message from the Apache Git Service.
To respond to the message, pleas
rhtyd commented on issue #14: Proxy to API should contain the full path
URL:
https://github.com/apache/cloudstack-primate/issues/14#issuecomment-554896130
@onitake with the change, now console proxy etc. all work, that's why it was
changed. Can you try the latest? What changes did you have
shwstppr opened a new pull request #84: [WIP DO NOT MERGE] VM Ingestion
URL: https://github.com/apache/cloudstack-documentation/pull/84
Documentation PR for VM Ingestion feature.
Feature PR: https://github.com/apache/cloudstack/pull/3606
--
rhtyd commented on a change in pull request #84: [WIP DO NOT MERGE] VM Ingestion
URL:
https://github.com/apache/cloudstack-documentation/pull/84#discussion_r347242595
##
File path: source/adminguide/virtual_machines.rst
##
@@ -227,6 +227,16 @@ To create a VM from an ISO:
shwstppr commented on a change in pull request #84: [WIP DO NOT MERGE] VM
Ingestion
URL:
https://github.com/apache/cloudstack-documentation/pull/84#discussion_r347244320
##
File path: source/adminguide/virtual_machines.rst
##
@@ -227,6 +227,16 @@ To create a VM from an IS
shwstppr commented on issue #84: [WIP DO NOT MERGE] VM ingestion
URL:
https://github.com/apache/cloudstack-documentation/pull/84#issuecomment-554914635
@andrijapanicsb @PaulAngus Can you please review changes
I'm not sure if it is the correct location in documentation to add vm
ingestio
shwstppr edited a comment on issue #84: [WIP DO NOT MERGE] VM ingestion
URL:
https://github.com/apache/cloudstack-documentation/pull/84#issuecomment-554914635
@andrijapanicsb @PaulAngus Can you please review changes
I'm not sure if it is the correct location in documentation to add vm
i
PaulAngus commented on issue #84: [WIP DO NOT MERGE] VM ingestion
URL:
https://github.com/apache/cloudstack-documentation/pull/84#issuecomment-555065677
requesting docbuild
This is an automated message from the Apache Git
ACSGitBot commented on issue #84: [WIP DO NOT MERGE] VM ingestion
URL:
https://github.com/apache/cloudstack-documentation/pull/84#issuecomment-555065743
Your request had been received, i'll go and build the documentation and
check the output log for errors.
This shouldn't take long.
ACSGitBot commented on issue #84: [WIP DO NOT MERGE] VM ingestion
URL:
https://github.com/apache/cloudstack-documentation/pull/84#issuecomment-555066548
Build finished. You can review it at:
https://acs-www.shapeblue.com/docs/pr84
Build Log Output:
No log errors found
onitake opened a new issue #17: Missing eslint peer dependencies
URL: https://github.com/apache/cloudstack-primate/issues/17
I found some more dependencies that are missing:
* eslint-plugin-import
* eslint-plugin-node
* eslint-plugin-promise
* eslint-plugin-standard
Withou
rhtyd commented on issue #17: Missing eslint peer dependencies
URL:
https://github.com/apache/cloudstack-primate/issues/17#issuecomment-555403477
@onitake Did you run `npm install` on primate, after installing global
packages - `sudo npm install -g @vue/cli webpack eslint`
---
onitake commented on issue #17: Missing eslint peer dependencies
URL:
https://github.com/apache/cloudstack-primate/issues/17#issuecomment-555447213
Yes, I did. But this only installs the tools globally and not the peer
dependencies. Those need to be added to the package.json.
onitake commented on issue #17: Missing eslint peer dependencies
URL:
https://github.com/apache/cloudstack-primate/issues/17#issuecomment-555447616
When the deps are installed, eslint throws a ton of errors. I'll open a
separate issue for that.
onitake opened a new issue #18: Large number of errors from eslint
URL: https://github.com/apache/cloudstack-primate/issues/18
When building primate with eslint installed, a large number of errors are
thrown.
Full log: https://gist.github.com/onitake/d81c435697c023463865e8581d968e11
rhtyd commented on issue #17: Missing eslint peer dependencies
URL:
https://github.com/apache/cloudstack-primate/issues/17#issuecomment-555451712
Thanks for sharing, do you know (or have figured) how to fix your issues
@onitake ?
---
rhtyd commented on issue #18: Large number of errors from eslint
URL:
https://github.com/apache/cloudstack-primate/issues/18#issuecomment-555451913
Send a PR @onitake or advise how you fixed those errors?
This is an automated
onitake commented on issue #18: Large number of errors from eslint
URL:
https://github.com/apache/cloudstack-primate/issues/18#issuecomment-555454834
I see two ways to "fix" these errors:
1. Apply the suggested fixes - which I'm not sure are safe. JS is a bit
outside my domain.
2
onitake commented on issue #18: Large number of errors from eslint
URL:
https://github.com/apache/cloudstack-primate/issues/18#issuecomment-06137
The errors are triggered by the `"@vue/standard"` extension in the
`eslintConfig` section in package.json
If I remove that, Primate will
onitake opened a new pull request #19: Add missing eslint dependencies
URL: https://github.com/apache/cloudstack-primate/pull/19
Fixes: #17
These dependencies are necessary or eslint will fail with the standard
vue.js rule set.
--
onitake opened a new pull request #20: Remove vue.js standard eslint rule set
URL: https://github.com/apache/cloudstack-primate/pull/20
May address #18 - but doesn't really fix it.
The vue.js standard rule set causes a lot of errors on the Primate source
code.
This PR removes the
onitake opened a new pull request #21: Add build dependencies to package.json
to avoid global install
URL: https://github.com/apache/cloudstack-primate/pull/21
Contributes to #12
With build tooling added to the dev dependencies, it is no longer necessary
to install system-wide.
T
onitake opened a new pull request #22: Added container build files and
instructions
URL: https://github.com/apache/cloudstack-primate/pull/22
(as discussed in #12 )
This PR adds:
* a Dockerfile
* a build script that injects some labels from git
* an example nginx config for
onitake commented on issue #19: Add missing eslint dependencies
URL: https://github.com/apache/cloudstack-primate/pull/19#issuecomment-555711767
The Travis build is now failing due to the eslint checks...
This is an automated
onitake opened a new pull request #23: Change CRLF editor config to LF
URL: https://github.com/apache/cloudstack-primate/pull/23
Practically all files in the repository have UNIX (LF) line endings.
This contradicts the CRLF policy in .editorconfig and is causing problems
with all editors
onitake commented on issue #19: Add missing eslint dependencies and fix lint
errors
URL: https://github.com/apache/cloudstack-primate/pull/19#issuecomment-555882846
Added a commit with all vue-standard mandated lint errors fixed.
Most of them were automatically applied by eslint, the
[n
onitake commented on issue #17: Missing eslint peer dependencies
URL:
https://github.com/apache/cloudstack-primate/issues/17#issuecomment-555883182
#19 now includes fixes for the lint errors.
This is an automated message from
onitake commented on issue #14: Proxy to API should contain the full path
URL:
https://github.com/apache/cloudstack-primate/issues/14#issuecomment-555888081
Ah yes, I forgot about the console proxy. It won't work with only the
/client/api redirection.
I don't quite understand with /clie
rhtyd merged pull request #23: Change CRLF editor config to LF
URL: https://github.com/apache/cloudstack-primate/pull/23
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
rhtyd commented on issue #23: Change CRLF editor config to LF
URL: https://github.com/apache/cloudstack-primate/pull/23#issuecomment-555933128
Thanks @onitake - I personally only use vim, this was from the
scaffolding/template boilerplate.
--
rhtyd commented on issue #22: Add container build files and instructions
URL: https://github.com/apache/cloudstack-primate/pull/22#issuecomment-555936053
Sorry just read, we'll need to merge #12 first it seems
This is an autom
rhtyd commented on issue #22: Add container build files and instructions
URL: https://github.com/apache/cloudstack-primate/pull/22#issuecomment-555935885
I'll test again, @onitake I get the following:
Step 4/11 : COPY . /build/
---> f33ff9fa996b
Step 5/11 : RUN npm install
rhtyd closed issue #12: Add instructions on how to avoid system-wide global npm
package installation
URL: https://github.com/apache/cloudstack-primate/issues/12
This is an automated message from the Apache Git Service.
To re
rhtyd merged pull request #21: Add build dependencies to package.json and
document production build properly
URL: https://github.com/apache/cloudstack-primate/pull/21
This is an automated message from the Apache Git Service.
rhtyd merged pull request #22: Add container build files and instructions
URL: https://github.com/apache/cloudstack-primate/pull/22
This is an automated message from the Apache Git Service.
To respond to the message, please l
rhtyd commented on issue #22: Add container build files and instructions
URL: https://github.com/apache/cloudstack-primate/pull/22#issuecomment-555937847
I'll go ahead and merge this @onitake - if there are any issues post merge,
kindly test and send another PR. I'll test later this week.
rhtyd commented on issue #18: Large number of errors from eslint
URL:
https://github.com/apache/cloudstack-primate/issues/18#issuecomment-555939090
I'm unable to reproduce them on latest master @onitake - does it fix to use
the eslint4.x version?
```
> npm run lint
> primate@0
rhtyd edited a comment on issue #18: Large number of errors from eslint
URL:
https://github.com/apache/cloudstack-primate/issues/18#issuecomment-555939090
I'm unable to reproduce them on latest master @onitake - does it fix to use
the eslint4.x version?
```
> npm run lint
> pr
rhtyd closed issue #14: Proxy to API should contain the full path
URL: https://github.com/apache/cloudstack-primate/issues/14
This is an automated message from the Apache Git Service.
To respond to the message, please log on
rhtyd commented on issue #14: Proxy to API should contain the full path
URL:
https://github.com/apache/cloudstack-primate/issues/14#issuecomment-555939583
Per your comment @onitake as
https://github.com/apache/cloudstack-primate/pull/21 is merged, closing this as
this gets obsolete per yo
onitake commented on issue #18: Large number of errors from eslint
URL:
https://github.com/apache/cloudstack-primate/issues/18#issuecomment-555982520
I tried with eslint 4.0, but it still reported errors. Not sure if this was
caused by leftovers or something else. I also did so in a fresh
onitake commented on issue #18: Large number of errors from eslint
URL:
https://github.com/apache/cloudstack-primate/issues/18#issuecomment-555982768
See https://travis-ci.org/apache/cloudstack-primate/builds/614182897
This i
onitake commented on issue #18: Large number of errors from eslint
URL:
https://github.com/apache/cloudstack-primate/issues/18#issuecomment-556112462
The way I see it, this needs to be fixed either by removing the standard vue
rules, or by adopting their coding style.
Even if it works w
rhtyd commented on issue #18: Large number of errors from eslint
URL:
https://github.com/apache/cloudstack-primate/issues/18#issuecomment-556124434
@onitake but latest master seems to be passing lint checks:
https://travis-ci.org/apache/cloudstack-primate/builds/614449601
I'll have
onitake commented on issue #21: Add build dependencies to package.json and
document production build properly
URL: https://github.com/apache/cloudstack-primate/pull/21#issuecomment-556542860
Nice, I didn't even think about running Primate inside the Cloudstack mgmt
server.
The jetty ins
onitake commented on issue #22: Add container build files and instructions
URL: https://github.com/apache/cloudstack-primate/pull/22#issuecomment-556546380
A segfault?!?!?
That sounds pretty serious... But I never ran into anything of that sort
myself.
Are you sure it's not a Docker o
onitake commented on issue #18: Large number of errors from eslint
URL:
https://github.com/apache/cloudstack-primate/issues/18#issuecomment-556548318
That's correct - because I applied all the fixes that were suggested by the
vue/standard lint rules.
It's up to you to decide if you
rhtyd closed pull request #20: Remove vue.js standard eslint rule set
URL: https://github.com/apache/cloudstack-primate/pull/20
This is an automated message from the Apache Git Service.
To respond to the message, please log o
rhtyd commented on issue #20: Remove vue.js standard eslint rule set
URL: https://github.com/apache/cloudstack-primate/pull/20#issuecomment-557556725
Will merge https://github.com/apache/cloudstack-primate/pull/19
This is an a
rhtyd merged pull request #19: Add missing eslint dependencies and fix lint
errors
URL: https://github.com/apache/cloudstack-primate/pull/19
This is an automated message from the Apache Git Service.
To respond to the message
rhtyd closed issue #18: Large number of errors from eslint
URL: https://github.com/apache/cloudstack-primate/issues/18
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
rhtyd closed issue #17: Missing eslint peer dependencies
URL: https://github.com/apache/cloudstack-primate/issues/17
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
onitake commented on issue #18: Large number of errors from eslint
URL:
https://github.com/apache/cloudstack-primate/issues/18#issuecomment-557564037
Thanks, @rhtyd !
This is an automated message from the Apache Git Service.
rhtyd opened a new issue #24: Implement groupable actions in List View
URL: https://github.com/apache/cloudstack-primate/issues/24
Groupable actions on list views such as on instances (start,stop,destroy,
takesnapshot), events (archive, delete), alerts (archive, delete)
---
rhtyd opened a new issue #26: Implement editable Global Settings List View
URL: https://github.com/apache/cloudstack-primate/issues/26
Global settings (editable column/keys)
This is an automated message from the Apache Git
rhtyd opened a new issue #25: Implement list order sorting in List View
URL: https://github.com/apache/cloudstack-primate/issues/25
Sort-key feature in list of resources for the following in list view:
- [ ] templates
- [ ] isos
- [ ] zones
- [ ] offerings: compute, system, disk,
rhtyd opened a new issue #27: Implement Tree-view based Domain List View
URL: https://github.com/apache/cloudstack-primate/issues/27
Implement a tree based domain list view
This is an automated message from the Apache Git Serv
rhtyd opened a new issue #28: Implement reusable resource details/settings tab
URL: https://github.com/apache/cloudstack-primate/issues/28
Re-usable settings/details component for VM and templates.
This is an automated message
rhtyd opened a new issue #29: Implement autogenerated actions forms with
key-remapping
URL: https://github.com/apache/cloudstack-primate/issues/29
Improve autogenerated actions form to support remapping of API params/keys
Thi
rhtyd opened a new issue #30: Network Detail Views Customisation
URL: https://github.com/apache/cloudstack-primate/issues/30
- [ ] Guest network view (shared/isolated/l2)
- [ ] Guest network firewall, PF, load balancing tabs (rules: view/edit/add
etc,)
- [ ] Security groups ingress/eg
rhtyd opened a new issue #31: Zone Detail View Customisation
URL: https://github.com/apache/cloudstack-primate/issues/31
Zone view (with physical network etc)
This is an automated message from the Apache Git Service.
To re
rhtyd opened a new issue #32: Add Offerings Actions
URL: https://github.com/apache/cloudstack-primate/issues/32
Custom add offering actions:
- [ ] Compute Offering
- [ ] System offering
- [ ] Disk offering
- [ ] Network offering
- [ ] VPC offering
rhtyd opened a new issue #33: Infra Actions
URL: https://github.com/apache/cloudstack-primate/issues/33
Infra related:
- [ ] Zone deployment (basic, adv zone with/without SG) - with @anuragaw
- [ ] Add cluster form
- [ ] Add host
- [ ] Add primary storage
- [ ] Add seconda
rhtyd opened a new issue #34: Custom VM Actions
URL: https://github.com/apache/cloudstack-primate/issues/34
- [ ] VM deployment - with @iceteabottle
This is an automated message from the Apache Git Service.
To respond to the
rhtyd opened a new issue #35: Custom Volume Actions
URL: https://github.com/apache/cloudstack-primate/issues/35
- [ ] Volume: take snapshots (with tags)
- [ ] Volume: setup recurring snapshot
- [ ] Volume file upload
Th
rhtyd opened a new issue #36: Custom Template & ISO Actions
URL: https://github.com/apache/cloudstack-primate/issues/36
- [ ] Template register
- [ ] ISO register
- [ ] Template file upload
- [ ] ISO file upload
Thi
rhtyd opened a new issue #37: Network Actions
URL: https://github.com/apache/cloudstack-primate/issues/37
Add network custom form for:
- [ ] Isolated network
- [ ] L2 network
- [ ] Shared network
This is an automated
rhtyd closed issue #5: Checklist: Actions Customisation
URL: https://github.com/apache/cloudstack-primate/issues/5
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
rhtyd opened a new pull request #38: reusable details settings component
URL: https://github.com/apache/cloudstack-primate/pull/38
- Reusable details settings component for VM and templates
This is an automated message from th
rhtyd closed issue #28: Implement reusable resource details/settings tab
URL: https://github.com/apache/cloudstack-primate/issues/28
This is an automated message from the Apache Git Service.
To respond to the message, please
rhtyd commented on issue #28: Implement reusable resource details/settings tab
URL:
https://github.com/apache/cloudstack-primate/issues/28#issuecomment-557781307
PR here https://github.com/apache/cloudstack-primate/pull/38
Th
rhtyd commented on issue #26: Implement editable Global Settings List View
URL:
https://github.com/apache/cloudstack-primate/issues/26#issuecomment-557790716
Related for reference: https://github.com/apache/cloudstack-primate/pull/38
rhtyd merged pull request #38: reusable details settings component and more
fixes/features
URL: https://github.com/apache/cloudstack-primate/pull/38
This is an automated message from the Apache Git Service.
To respond to the
rhtyd commented on issue #29: Implement autogenerated actions forms with
key-remapping
URL:
https://github.com/apache/cloudstack-primate/issues/29#issuecomment-557952280
Fixed in e82f401d83a6d37c44d4310b35e4ec2b6d6e8278
config: action args remapping framework
This
rhtyd closed issue #29: Implement autogenerated actions forms with key-remapping
URL: https://github.com/apache/cloudstack-primate/issues/29
This is an automated message from the Apache Git Service.
To respond to the message,
svenvogel commented on issue #27: Implement Tree-view based Domain List View
URL:
https://github.com/apache/cloudstack-primate/issues/27#issuecomment-558082519
Hi @rhtyd, my college Hoang Nguyen @utchoang will look in this task. Give
him some time to come into the topic.
rhtyd opened a new issue #39: IAM Actions
URL: https://github.com/apache/cloudstack-primate/issues/39
- [ ] LDAP related and saml related import/add etc.
This is an automated message from the Apache Git Service.
To respond to
DaanHoogland commented on issue #39: IAM Actions
URL:
https://github.com/apache/cloudstack-primate/issues/39#issuecomment-558127033
@rhtyd you need/want my involvement on these?
This is an automated message from the Apache Gi
rhtyd commented on issue #27: Implement Tree-view based Domain List View
URL:
https://github.com/apache/cloudstack-primate/issues/27#issuecomment-558268764
Sure, thanks for sharing @svenvogel let me know if you or @utchoang needs
any assistance. I'll update tickets with details in coming d
rhtyd commented on issue #39: IAM Actions
URL:
https://github.com/apache/cloudstack-primate/issues/39#issuecomment-558271836
Hi @DaanHoogland yes it would be great, let's discuss tomorrow?
This is an automated message from th
GabrielBrascher commented on a change in pull request #1: [WIP] Zone wizard
steps
URL: https://github.com/apache/cloudstack-primate/pull/1#discussion_r345568850
##
File path: src/views/infra/zone/AddResourcesWizard.vue
##
@@ -0,0 +1,192 @@
+// Licensed to the Apache Softwa
GabrielBrascher commented on a change in pull request #1: [WIP] Zone wizard
steps
URL: https://github.com/apache/cloudstack-primate/pull/1#discussion_r345568850
##
File path: src/views/infra/zone/AddResourcesWizard.vue
##
@@ -0,0 +1,192 @@
+// Licensed to the Apache Softwa
rhtyd closed issue #4: Misc Detail View Customisations
URL: https://github.com/apache/cloudstack-primate/issues/4
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
rhtyd closed issue #30: Network Detail Views Customisation
URL: https://github.com/apache/cloudstack-primate/issues/30
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
rhtyd opened a new issue #40: Snapshot Actions
URL: https://github.com/apache/cloudstack-primate/issues/40
Snapshots related:
- [ ] Volume: take snapshots with tags
- [ ] Volume: setup recurring snapshot
- [ ] Create volume from snapshot with disk offering and iops/customisation
rhtyd opened a new issue #41: Project View and Actions
URL: https://github.com/apache/cloudstack-primate/issues/41
Projects:
- [ ] Project view and Project dashboard
- [ ] Projects: delete/list project accounts etc.
- [ ] Project invitations: list/delete/update
---
rhtyd opened a new issue #42: Pod View and Actions
URL: https://github.com/apache/cloudstack-primate/issues/42
Pods:
- [ ] Add pod
- [ ] list/add dedicated pod
- [ ] add/list/remove vlanip ranges
- [ ] Dedicated Guest VLAN ip ranges etc.
-
901 - 1000 of 11916 matches
Mail list logo