Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

JL UI - Conditional refresh display, team profiles fix, central component auto refresh, UI label cleanup #377

Merged
merged 60 commits into from
Apr 12, 2021
Merged

Conversation

stthoom
Copy link
Contributor

@stthoom stthoom commented Apr 10, 2021

Description:

JL UI - Conditional refresh display, team profiles fix, central component auto refresh, UI label cleanup.

Managednode details in next PR.

Issue Reference URL

https://github.com/awslabs/aws-eks-data-maker/issues/


Do not change content below. Mark applicable check boxes only.

Thank you for submitting a contribution to AWS Orbit Workbench.

In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:

For all changes:

  • Is there a ISSUE associated with this PR?
  • Does your PR title start with ISSUE-XXXX where XXXX is the issue number you are trying to resolve? Pay particular attention to the hyphen "-" character.
  • Has your PR been rebased against the latest commit within the target branch (typically 'main')?
  • Is your initial contribution a single, squashed commit?

For code changes:

  • Have you ensured that the full suite of tests is executed?
  • Have you written or updated unit tests to verify your changes?
  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under Apache License 2.0?

stthoom and others added 30 commits March 24, 2021 18:52
Adding size attribute to the data dump.
…into feature/jl_storage_ui

� Conflicts:
�	images/landing-page/package.json
�	images/landing-page/yarn.lock
…into main

� Conflicts:
�	images/jupyter-user/extensions/jupyterlab_orbit/jupyterlab_orbit/handlers/storage.py
�	images/jupyter-user/extensions/jupyterlab_orbit/src/common/table.tsx
�	images/jupyter-user/extensions/jupyterlab_orbit/src/storage.tsx
�	images/jupyter-user/extensions/jupyterlab_orbit/test/mockup/catalog.json
�	images/jupyter-user/extensions/jupyterlab_orbit/test/mockup/containers-team.json
�	images/jupyter-user/extensions/jupyterlab_orbit/test/mockup/storage-clusterstorageclass.json
�	images/jupyter-user/extensions/jupyterlab_orbit/test/mockup/team.json
�	sdk/aws_orbit_sdk/controller.py
Adding containerCentral refresh icon.
Adding duration calculation for failed jobs.
* adding buildspec for the pipeline use

* adding buildspec for the pipeline use

* adding buildspec for the pipeline use

* adding buildspec for the pipeline use

* adding buildspec for the pipeline use

* adding buildspec for the pipeline use

* adding buildspec for the pipeline use

* adding buildspec for the pipeline use

* adding buildspec for the pipeline use

* fix vpc for public

* add destroy pipeline

* deploy from code fix

* deploy from code fix

* fix req

* fix req

* fix req

* fix req

* don't create vpc ep when internet accessible

* when using latest, must use locally build images

* last fixes, if using latest then have to use dev-env for foundation because that is what the dev manifest uses

* add regression step

* had to add password for dockerhub cause building from source

* remove passwords and fix path

* need sdk to run regressions

* fixing role for regression to be eks admin==foundation-admin
* fix vpc creation

* fix vpc creation for public , not having isolated subnets

* fix vpc creation for public , not having isolated subnets
…ich can deploy a least privileged IAM role to deploy the pre-requisistes of orbit deployment (#352)

Co-authored-by: Srinivas Reddy Cheruku <seenureddy92@gmail.com>
* fix vpc creation

* fix vpc creation for public , not having isolated subnets

* fix vpc creation for public , not having isolated subnets

* first round of fixes

* fix public vpc

* fix public vpc
@stthoom stthoom requested a review from abaror April 10, 2021 01:36
@stthoom stthoom removed the request for review from abaror April 10, 2021 19:57
@stthoom stthoom changed the title WIP. JL UI - Conditional refresh display, team profiles fix, central component auto refresh, UI label cleanup JL UI - Conditional refresh display, team profiles fix, central component auto refresh, UI label cleanup Apr 11, 2021
@stthoom stthoom requested a review from abaror April 11, 2021 19:54
@@ -464,6 +464,30 @@ def list_storage_class():
return res["items"]


def get_nodegroups(cluster_name: str):
return_response = []
eks_client = boto3.client("eks")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so what will happen on isolated subnets without EP?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will remove this method. Replacing with lamda to handle the eks service call.

abaror
abaror previously approved these changes Apr 11, 2021
@abaror abaror self-requested a review April 12, 2021 17:45
@abaror abaror merged commit 0058834 into awslabs:main Apr 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants