Skip to content

Conversation

aaron-steinfeld
Copy link
Contributor

Description

Restore flat service list (not the tree variant) in addition to the new flat endpoint list.

Testing

Ran unit tests, verified UI locally

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

@codecov
Copy link

codecov bot commented Jan 22, 2021

Codecov Report

Merging #521 (854a602) into main (16e2732) will increase coverage by 0.01%.
The diff coverage is 95.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #521      +/-   ##
==========================================
+ Coverage   85.59%   85.60%   +0.01%     
==========================================
  Files         754      757       +3     
  Lines       15504    15518      +14     
  Branches     1839     1839              
==========================================
+ Hits        13270    13284      +14     
  Misses       2203     2203              
  Partials       31       31              
Impacted Files Coverage Δ
src/app/entity-metadata.ts 0.00% <0.00%> (ø)
src/app/shared/navigation/navigation.component.ts 100.00% <ø> (ø)
...rc/pages/apis/endpoints/endpoint-list.component.ts 100.00% <100.00%> (ø)
...rc/pages/apis/endpoints/endpoint-list.dashboard.ts 100.00% <100.00%> (ø)
...y/src/pages/apis/endpoints/endpoint-list.module.ts 100.00% <100.00%> (ø)
.../src/pages/apis/services/service-list.component.ts 100.00% <100.00%> (ø)
.../src/pages/apis/services/service-list.dashboard.ts 100.00% <100.00%> (ø)
...ity/src/pages/apis/services/service-list.module.ts 100.00% <100.00%> (ø)
projects/observability/src/public-api.ts 100.00% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 16e2732...854a602. Read the comment docs.

@github-actions

This comment has been minimized.

@aaron-steinfeld aaron-steinfeld marked this pull request as ready for review January 22, 2021 15:07
@aaron-steinfeld aaron-steinfeld requested a review from a team as a code owner January 22, 2021 15:07

.input {
@include font-title;
@include body-1-regular($gray-9);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this isn't really part of this change, but noticed it in the UX for this page.

@github-actions

This comment has been minimized.

@aaron-steinfeld
Copy link
Contributor Author

After this change:

Endpoint from endpoint list:

image

Endpoint from service's endpoint list:

image

Services list:

image

Endpoints list:

image

</div>
`
})
export class EndpointListComponent {}
Copy link
Contributor

Choose a reason for hiding this comment

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

Have we have started calling apis as endpoints in the code as well? Would that cause confusion with existing components for API like ApiDetailBreadcrumbResolver?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's a bit mixed in code. We should get it all consistent, but figured if we're adding new stuff to make it accurate. Another change that should happen is flattening the structure of pages (removing the /apis parent dir)

@aaron-steinfeld aaron-steinfeld merged commit 3af4fb6 into main Jan 22, 2021
@aaron-steinfeld aaron-steinfeld deleted the services-and-endpoints branch January 22, 2021 15:41
@github-actions
Copy link

Unit Test Results

    4 files  ±0  232 suites  ±0   12m 36s ⏱️ -26s
818 tests ±0  818 ✔️ ±0  0 💤 ±0  0 ❌ ±0 
822 runs  ±0  822 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 3af4fb6. ± Comparison against base commit 16e2732.

export const environment = {
production: false,
graphqlUri: 'http://localhost:2020/graphql'
graphqlUri: 'http://localhost:23431/graphql'
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this a new port?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it should be 2020 only right?

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah my bad. this is the HT graphql port (23431) but usually devs are running against a full cluster which puts everything behind 2020.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants