-
Notifications
You must be signed in to change notification settings - Fork 44
Disable "Terminate All" button when no EC2 resources available #128
Comments
/claim |
This is my first bug for Mozilla! If possible, would love assistance on this issue. Thank you. |
Hi arielle! The first step is to have your local development setup by going over the README. Once that's done, you'll want add some logic that would disable the button when the list of ec2 resources is empty. Here's the button: taskcluster-web/src/views/AwsProvisioner/ViewWorkerType/index.jsx Lines 154 to 161 in f64569c
|
Please let me know if I can help in any way :) |
export TASKCLUSTER_CLIENT_ID='mozilla-auth0/ad|Mozilla-LDAP|haali/cli'
export TASKCLUSTER_ACCESS_TOKEN='...'
Let me know if you that works or whether a different error is shown. Hope that helps. |
@aimenbatool This bug is assigned to @ariellegordon. Let me know if you can't find another bug in the repo, I will find you one :) |
Okay, No problem. |
Hi guys - just configuring my environment and installing yarn. I will let you know if I need any help with the bug. Hoping to get it fixed by this weekend. Thank you @helfi92 ! |
Hi @ariellegordon. Do you still plan on tackling this issue? |
Hi @helfi92. Thanks for checking in. So sorry about the delay, and thanks for your patience. It took me a while to set up the environment for the very first time, but I now have it running and will make a PR soon. Thanks. |
Glad to hear. Thank you for the update :) |
@helfi92 Hi, can you help with the Login Credentials and the JSON certificate? I ran the CLI script but I'm not seeing any kind of export variables. Thank you. |
@ariellegordon Have a look at the discussion in #121 (comment). Let me know if you're able to successfully login after reading it :) |
Hi @helfi92 -- thank you so much for your help. I followed those instructions but I am still not able to see TASKCLUSTER_CLIENT_ID or TASKCLUSTER_ACCESS_TOKEN after I log in using the CLI. I've attached a screenshot of what I do see. |
@ariellegordon Once you click on "Create Client", the terminal will show |
@helfi92 Thank you so much. Do you happen to know how to find the JSON certificate? |
No need. You can leave it empty.
On Fri, Oct 5, 2018 at 4:38 PM Arielle ***@***.***> wrote:
@helfi92 <https://github.com/helfi92> Thank you so much. Do you happen to
know how to find the JSON certificate?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#128 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADl47yql1SJAZdPrKZmQtTuw5FkrIKiRks5uh8MzgaJpZM4W0wXz>
.
--
Hassan
|
Sorry, sign in appears to be disabled if I leave it empty? @helfi92 |
Refresh the browser and try again.
--
Hassan
|
@helfi92 refreshing worked -thank you so much for your help! |
@helfi92 I keep getting restricted access on all AWS Provisioner Worker Type screens, and refreshing the page / removing and rebuilding the node modules does not seem to change anything. Any help would be very greatly appreciated. |
I just gave you the required to scopes to view worker types. Try refreshing the page and see if that works. |
It works, thank you! |
@helfi92 Hi! I have a working disabled button feature but I'm having trouble pushing to the branch. I am denied permission to push to taskcluster-web at origin/branch-name. Is there another way to push or make a PR? |
Does |
You're trying to push to the wrong remote. You'll have to create a fork of Click the fork button to create a clone of that repo under your account: Once that's done, I think you can do something like: git push <url> working where |
Ah of course. I'm sorry, a very silly mistake. I've pushed to a branch of my forked repo and made a PR -- |
Fixed in 50e5197. |
@helfi92 Thank you for all of your help throughout this issue! It is so greatly appreciated. |
My pleasure! |
Steps to reproduce:
The text was updated successfully, but these errors were encountered: