Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code owners #17

Closed
wants to merge 34 commits into from
Closed

Add code owners #17

wants to merge 34 commits into from

Conversation

richard-cox
Copy link
Owner

@richard-cox richard-cox commented Feb 13, 2024

Summary

Occurred changes and/or fixed issues

Technical notes summary

Areas or cases that should be tested

Areas which could experience regressions

Screenshot/Video

richard-cox and others added 22 commits January 30, 2024 13:58
- UI makes two requests
  - the initial incremental loading request (limit is 100 to show something quickly)
  - one more for actual incremental processing (limit is 1/4 of total). should be followed by another 3 requests for remaining resources
- What currently happens
  - url contains duplicated `?` in url leading to limit being ignored
  - both requests will fetch ALL resources
  - so x2 requests to fetch ALL resources
- what should happen
  - first request of 100 returns quickly, shows stuff on page
  - next request gets the first `next` url to iterate through pages
  - next three requests iterate through pages
- remove reference to Dockerfile.dev
- move unsupported build steps from public docs to repo docs
- add unsupported info to other files in repo docs
…ettings_tests

improvements and fix flaky global settings tests
…ackport-issues

Add `[zube]: Backlog` label to backported issues
* amazon ec2 rke2 cluster tests

* update saveAndWaitForRequest fn

* add loading po and use in test

* updates per change requests

---------

Co-authored-by: Yonas Berhe <[email protected]>
Fix e2e nav items selector and suspend Istio nav item check
- Improve performance of allTypes fn
  - This consumed the majority of time within getGroups
  - Reduced execution time by a half
  - Change from running allTypes products * modes times, run it once per product
- Reduce the amount of times getGroups is called
- fix / update comments
- allNavLinksKey --> allNavLinksIds
- remove horrible `typeof this.type.count !== 'undefined'`
- Ensure all checkboxes can be ticked
@richard-cox richard-cox added this to the aaaaa milestone Feb 13, 2024
@richard-cox richard-cox requested a review from nwmac February 13, 2024 14:34
@richard-cox richard-cox removed this from the aaaaa milestone Feb 13, 2024
@richard-cox richard-cox deleted the add-code-owners branch February 13, 2024 16:31
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.

5 participants