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

4563 replace instance and audit logs dropdowns #4567

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

cstns
Copy link
Contributor

@cstns cstns commented Sep 25, 2024

Description

Related Issue(s)

closes #4563

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production

Labels

  • Includes a DB migration? -> add the area:migration label

Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.30%. Comparing base (f40f811) to head (402b670).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4567   +/-   ##
=======================================
  Coverage   78.30%   78.30%           
=======================================
  Files         302      302           
  Lines       14360    14360           
  Branches     3265     3265           
=======================================
  Hits        11244    11244           
  Misses       3116     3116           
Flag Coverage Δ
backend 78.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

'team.id' () {
this.loadUsers()
'team.id': {
handler: function (teamId) { if (teamId) this.loadUsers() },
Copy link
Contributor Author

Choose a reason for hiding this comment

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

addressed a bug where team members were not loaded when the page loaded, resulting in an empty users list

Base automatically changed from 4559_create-a-new-listbox-component to main September 27, 2024 08:58
Copy link
Contributor

@Steve-Mcl Steve-Mcl left a comment

Choose a reason for hiding this comment

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

Happy to approve @cstns but firstly, I am curious why we are only doing the Envent Type and User but not the Event Scope immediately above?

Should the items on a single page not be done in tandem?

Happy to proceed, but thought to ask in case it was an oversight.

chrome_BNVadnwdBU

@cstns
Copy link
Contributor Author

cstns commented Sep 27, 2024

It wasn't oversight, It's just the crazy way I managed to split the input's when creating the tasks, Should be fixed by #4561

@cstns cstns changed the base branch from main to 4562_replace-assetCompare-visibility-selector-and-logs-dropdowns September 30, 2024 10:15
@cstns cstns changed the base branch from 4562_replace-assetCompare-visibility-selector-and-logs-dropdowns to main September 30, 2024 10:17
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.

Replace the InstanceLogs and AuditLogBrowser ff-dropdown with the new ff-listbox component
2 participants