-
Notifications
You must be signed in to change notification settings - Fork 28
Testing new releases [$30] #73
Comments
I tested it for different OS. It completely doesn't work with Windows. Also there is many problems after roles update. Just check attached file. |
Thanks for that - could you paste them into your comment rather than zip? It's useful for future diagnostics (and other people who might stumble here with a related issue one day). Are you running the build script? You should be able to run it and it compile an executable for you to use. Windows: You need to change it to Ubuntu: Not sure about the empty UI issue, but don't worry about the Check for Update issue, I don't think it is a real problem. Mac: This should be working, at least. The problem I'm facing at the moment is that for some reason the modal dialog is half off screen (is fine on previous release). Let's get that fixed first. Another thing, do you have a separate AWS account for testing? If you follow these instructions I'll add you to my testing group so it doesn't cost you anything to run tests. |
Update: if you're running |
Ok, i use build script but have the same problems. For Windows after adding set i have Electron issue. About test account, i have some problems with activation new AWS account in my country, automatically call doesn't work. Why you can't just create new iam user for me? Ubuntu and MacOS:
|
1. If you're running the dev command the order of build might mean the electron app appears before react has finished, so you'll need to refresh. 2. Yeah, that's annoying. You can run each process independently in different terminals to get around that. 3. Not a bug, don't worry 4. SSM was broken until I fixed it just now. Please get the latest version. Re: IAM. Part of the reason to use a separate account is that it puts all of your AWS usage under cloudRIG's billing (if you have other projects on AWS, I will be charged for that also). If cloudRIG is all you're doing under your account, then no probs, I can make a user for you. |
I will be happy if you create new IAM user for me, I will use it only for cloudRIG testing. |
Is that the yandex.ru account on your Github profile? (I need to associate the IAM user with your AWS account). I fixed some things yesterday, so you may want to delete the lambdas, delete the IAM roles and get it to regenerate. In the CLI there is an advanced menu to help with it. |
please use nataef80@gmail.com for IAM |
Just invited. Did you get an email? |
Yes, I accepted it. |
OK great. Please remember to turn off the instances when you're done :) |
Ok. After cleaning everything works well. |
@artem7902 does the latest version run on Ubuntu? I'm keen to release for other platforms. |
@williamparry Hi, I have some issues with Ubuntu:
|
Yeah I think that error is around the SSM check for scheduled tasks. It's related to here: #81 if you want to take a look at that? |
@williamparry Ok, I can take this issue few later, some kind of busy now :) |
I've put the fix in dev. |
As part of testing updates, maybe set up something like https://greenkeeper.io/ ; the nodejs ecosystem moves pretty quickly still. |
For the Electron apps.
Use dev branch
Increment version number (follow GUI readme)
Test upgrade functionality (have previous app installed)
Windows
macOS
Ubuntu (AppImage?)
The pull request into master will trigger a build that will go on the Releases page.
There is a $30 open bounty on this issue. Add to the bounty at Bountysource.
The text was updated successfully, but these errors were encountered: