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

cherry-pick(#6927): Recent objects do not update when object names are changed #6949

Conversation

scottbell
Copy link
Contributor

@scottbell scottbell commented Aug 17, 2023

Closes #6818

Describe your changes:

Cherry pick this into release/3.0.1

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Is this change backwards compatible? For example, developers won't need to change how they are calling the API or how they've extended core plugins such as Tables or Plots.

Author Checklist

  • Changes address original issue?
  • Tests included and/or updated with changes?
  • Command line build passes?
  • Has this been smoke tested?
  • Testing instructions included in associated issue OR is this a dependency/testcase change?

Reviewer Checklist

  • Changes appear to address issue?
  • Reviewer has tested changes by following the provided instructions?
  • Changes appear not to be breaking changes?
  • Appropriate automated tests included?
  • Code style and in-line documentation are appropriate?
  • Has associated issue been labelled unverified? (only applicable if this PR closes the issue)
  • Has associated issue been labelled bug? (only applicable if this PR is for a bug fix)

* fix tree name issue

* add name to key, and name observers to recent objects

* no need to change key

* make more of app reactive to name changes

* fix browse bar and document title

* listen in properties for name changes

* add tests for renaming

* yeah spelling linter

* add semantic tags to forms and fixup tests

* change purpose

* actually delete the listener

* ensuring deletion

---------

Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
@scottbell scottbell requested a review from ozyx August 17, 2023 09:18
@deploysentinel
Copy link

deploysentinel bot commented Aug 17, 2023

Current Playwright Test Results Summary

✅ 14 Passing - ⚠️ 1 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 08/17/2023 09:28:09am UTC)

Run Details

Running Workflow e2e-couchdb on Github Actions

Commit: 89b4c6e

Started: 08/17/2023 09:22:03am UTC

⚠️ Flakes

📄   functional/plugins/displayLayout/displayLayout.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Display Layout When multiple plots are contained in a layout, we only ask for annotations once @couchdb
Retry 2Retry 1Initial Attempt
11.86% (7) 7 / 59 runs
failed over last 7 days
25.42% (15) 15 / 59 runs
flaked over last 7 days

View Detailed Build Results


Current Playwright Test Results Summary

✅ 137 Passing - ⚠️ 3 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 08/17/2023 09:28:09am UTC)

Run Details

Running Job e2e-stable on CircleCI

Commit: 89b4c6e

Started: 08/17/2023 09:20:56am UTC

⚠️ Flakes

📄   functional/plugins/conditionSet/conditionSet.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Basic Condition Set Use ConditionSet should output blank instead of the default value
Retry 2Retry 1Initial Attempt
11.76% (12) 12 / 102 runs
failed over last 7 days
33.33% (34) 34 / 102 runs
flaked over last 7 days

📄   functional/planning/timelist.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Time List Create a Time List, add a single Plan to it and verify all the activities are displayed with no milliseconds
Retry 1Initial Attempt
0% (0) 0 / 178 runs
failed over last 7 days
55.62% (99) 99 / 178 runs
flaked over last 7 days

📄   functional/plugins/plot/autoscale.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Autoscale User can set autoscale with a valid range @snapshot
Retry 2Retry 1Initial Attempt
0% (0) 0 / 148 runs
failed over last 7 days
4.73% (7) 7 / 148 runs
flaked over last 7 days

View Detailed Build Results


@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

❗ No coverage uploaded for pull request base (release/3.0.1@dedfd3b). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff                @@
##             release/3.0.1    #6949   +/-   ##
================================================
  Coverage                 ?   48.30%           
================================================
  Files                    ?      644           
  Lines                    ?    25701           
  Branches                 ?     2509           
================================================
  Hits                     ?    12416           
  Misses                   ?    12804           
  Partials                 ?      481           
Flag Coverage Δ *Carryforward flag
e2e-full 41.99% <0.00%> (?) Carriedforward from f705bf9
e2e-stable 57.22% <0.00%> (?)
unit 38.69% <0.00%> (?)

*This pull request uses carry forward flags. Click here to find out more.


Continue to review full report in Codecov by Sentry.

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

@ozyx ozyx changed the title Cherry-pick Recent objects do not update when object names are changed cherry-pick(#6927): Recent objects do not update when object names are changed Aug 17, 2023
@ozyx ozyx added this to the Target:3.0.1 milestone Aug 17, 2023
@ozyx ozyx merged commit 7980abc into release/3.0.1 Aug 17, 2023
@ozyx ozyx deleted the 6818-recent-objects-do-not-update-when-object-names-are-changed-cherry branch August 17, 2023 16:13
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.

3 participants