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

feat: Display Cypress Dashboard metrics in the Specs Explorer #21250

Merged
merged 138 commits into from
Jun 27, 2022

Commits on Apr 25, 2022

  1. WIP: display latest runs

    MuazOthman committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e0ac37a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    a595cbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b05474 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    846f9b6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Fixed code styling issues

    MuazOthman committed May 3, 2022
    Configuration menu
    Copy the full SHA
    3417dfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7be100 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9426f72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b162782 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Merge branch 'muaz/CLOUD-576-spec-list-move-git-status' into muaz/CLO…

    …UD-577-spec-list-display-latest-runs
    MuazOthman committed May 9, 2022
    Configuration menu
    Copy the full SHA
    dda74fa View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    829cb2c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'muaz/CLOUD-576-spec-list-move-git-status' into muaz/CLO…

    …UD-577-spec-list-display-latest-runs
    MuazOthman committed May 10, 2022
    Configuration menu
    Copy the full SHA
    9bc2a5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ead38a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    7c3f791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02f59e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4d29d9 View commit details
    Browse the repository at this point in the history
  4. cleanup fetching logic

    tgriesser committed May 12, 2022
    Configuration menu
    Copy the full SHA
    9554901 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    029f489 View commit details
    Browse the repository at this point in the history
  2. Merge branch '10.0-release' into tgriesser/feat/remoteField-stitching

    * 10.0-release: (22 commits)
      fix: migrate multiples projects when in global mode (#21458)
      test: fix flaky cy-in-cy selector validity test (#21360)
      chore: remove unused codeGenGlobs (#21438)
      fix: use correct path for scaffolding spec on CT (#21411)
      fix: remove breaking options from testing type on migration (#21437)
      fix: test-recording instructions in Component Test mode (#21422)
      feat: distinguish app vs launchpad utm_source when using utm params (#21424)
      chore: update stubbed cloud types (#21451)
      chore: change to yarn registry
      fix(sessions): refactor flows, fix grouping bugs and align validation fail text (#21379)
      chore(sessions): more driver tests (#21378)
      chore: rename domain_fn to origin_fn (#21413)
      chore: release 9.6.1 (#21404)
      fix: ensure that proxy logs are updated after the xhr has actually completed (#21373)
      chore: Re-organize tests in assertions_spec.js (#21283)
      chore: Distribute tests to desktop-gui containers. Make `desktop-gui` tests faster! (#21305)
      chore(sessions): add additional tests (#21338)
      fix: Allow submit button to be outside of the form for implicit submission (#21279)
      fix(launcher): support Firefox as a snap (#21328)
      chore(sessions): break out sessions manager code and add unit tests (#21268)
      ...
    tgriesser committed May 13, 2022
    Configuration menu
    Copy the full SHA
    7383e79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8689dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b0a5d4 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'tgriesser/feat/remoteField-stitching' into muaz/CLOUD-5…

    …77-spec-list-display-latest-runs
    MuazOthman committed May 13, 2022
    Configuration menu
    Copy the full SHA
    632cfcd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    576e0ac View commit details
    Browse the repository at this point in the history
  2. fix for remote fetching

    tgriesser committed May 16, 2022
    Configuration menu
    Copy the full SHA
    d001f70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9fbe79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b8631d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    4c5668c View commit details
    Browse the repository at this point in the history
  2. fix: add name to deduplicate multiple remote field calls, make branch…

    … dynamic, add comments
    tgriesser committed May 17, 2022
    Configuration menu
    Copy the full SHA
    223ba3e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    1d1f211 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Merge branch 'feat/app-cloud-intergation' into tgriesser/feat/remoteF…

    …ield-stitching
    
    Merging back from develop
    Conflicted files:
    - packages/data-context/src/DataContext.ts
    - packages/data-context/src/actions/ProjectActions.ts
    - packages/data-context/src/sources/ProjectDataSource.ts
    - packages/graphql/test/stubCloudTypes.ts
    MuazOthman committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    405f549 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'tgriesser/feat/remoteField-stitching' into muaz/CLOUD-5…

    …77-spec-list-display-latest-runs
    MuazOthman committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    088cf0b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    cae87d5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/develop' into muaz/CLOUD…

    …-577-spec-list-display-latest-runs
    MuazOthman committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    9a8818e View commit details
    Browse the repository at this point in the history
  3. Fixed a few broken tests

    MuazOthman committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    92c2bab View commit details
    Browse the repository at this point in the history
  4. Implemented lazy loading

    MuazOthman committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    bfa8be0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e001817 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Merge remote-tracking branch 'remotes/origin/develop' into muaz/CLOUD…

    …-577-spec-list-display-latest-runs
    MuazOthman committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    d1cb5e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27dbc91 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Polished some styles

    MuazOthman committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    d9eb85e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c95239 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    e85aeae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1489d14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f26ea2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57b661a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4073eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c322c71 View commit details
    Browse the repository at this point in the history
  7. Fixed TS issues

    MuazOthman committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    e2ca778 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f50b333 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    9ef75dc View commit details
    Browse the repository at this point in the history
  2. fix: SpecsList scrolling performance fixes

    * Debounce virtualized list scroll monitor to avoid interrupting smooth scroll
    * Fix 'scroll to top' watcher to only trigger when content of specs list changes rather than reference
    mike-plummer committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    8bbe8aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cf0e3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    307a078 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'remotes/origin/develop' into muaz/CLOUD…

    …-577-spec-list-display-latest-runs
    MuazOthman committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    c372eab View commit details
    Browse the repository at this point in the history
  6. fix: ACI styling issues

    * Simplify scroll position reset trigger to just watch search
    * Revert changes to virtualized list
    mike-plummer committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    0a23a61 View commit details
    Browse the repository at this point in the history
  7. fix: Tooltip hide issue

    mike-plummer committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    54a08ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c33a6b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    610224d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e653c0 View commit details
    Browse the repository at this point in the history
  3. Fixed mocks in CT tests

    Fixed an issue with showing empty state
    MuazOthman committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    86d262f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a5b8c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    b103ce3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Changes from code review

    Co-authored-by: Muaz Othman <muazweb@gmail.com>
    pstakoun and MuazOthman committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    20d0fa9 View commit details
    Browse the repository at this point in the history
  2. Update column widths

    pstakoun committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    1004d16 View commit details
    Browse the repository at this point in the history
  3. Update loading width

    pstakoun committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    54821d2 View commit details
    Browse the repository at this point in the history
  4. Updated tooltips

    MuazOthman committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    4e6e6f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3de3cdf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72f0653 View commit details
    Browse the repository at this point in the history
  7. Added missing imports

    MuazOthman committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    bd1a839 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3c89b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    22047ee View commit details
    Browse the repository at this point in the history
  10. Revert to full width

    pstakoun committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    40a8e24 View commit details
    Browse the repository at this point in the history
  11. unit test fixes

    tgriesser committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    b66bb04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e4e461 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'muaz/CLOUD-577-spec-list-display-latest-runs' of https:…

    …//github.com/cypress-io/cypress into muaz/CLOUD-577-spec-list-display-latest-runs
    MuazOthman committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e1ad458 View commit details
    Browse the repository at this point in the history
  14. Fixed duplicate imports

    MuazOthman committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    51fa2f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    61213e1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/develop' into muaz/CLOUD…

    …-577-spec-list-display-latest-runs
    MuazOthman committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d181a96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24da048 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ba124e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b1a6da View commit details
    Browse the repository at this point in the history
  6. Addressed PR comments

    MuazOthman committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b8546e7 View commit details
    Browse the repository at this point in the history
  7. Fixed tests

    MuazOthman committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d80e719 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/muaz/CLOUD-577-spec-list-display…

    …-latest-runs' into peter/feat/aci-columns
    pstakoun committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    845941f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4afc459 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25b3de3 View commit details
    Browse the repository at this point in the history
  11. fix: attempt to fix issues w/ race condition around queries + fragmen…

    …ts (#22316)
    
    * attempt to fix issues w/ race condition
    
    * fixes
    
    * attempt to fix some flake
    tgriesser committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f0ce4f1 View commit details
    Browse the repository at this point in the history
  12. Always add padding

    pstakoun committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    692cb69 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #22269 from cypress-io/peter/feat/aci-columns

    feat: Column width updates for latest runs and average duration work
    pstakoun committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    7e44f29 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'develop' into muaz/CLOUD-577-spec-list-display-latest-runs

    * develop:
      fix: handle cloud error/no internet error (#21526)
    tgriesser committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    dff4ca6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    9ea4021 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7ea10f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fb0784 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52d738f View commit details
    Browse the repository at this point in the history
  5. fix: Update ACI tooltip content

    * Replace login icon
    * Update i18n strings
    * Add more component tests and improve test styling
    mike-plummer committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    91c1683 View commit details
    Browse the repository at this point in the history
  6. Fixed UTM parameters

    MuazOthman committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    7dfa984 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3003f56 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'remotes/origin/develop' into muaz/CLOUD…

    …-577-spec-list-display-latest-runs
    MuazOthman committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    8223ac8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd00d04 View commit details
    Browse the repository at this point in the history
  10. Fixed a unit test

    MuazOthman committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    16cc5d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98655ae View commit details
    Browse the repository at this point in the history
  12. Fix for E2E offline tests

    MuazOthman committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    d72e493 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Merge pull request #22345 from cypress-io/mikep/CLOUD-577-tooltip-upd…

    …ates
    
    fix: ACI tooltip updates
    MuazOthman committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    2ad1c35 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/develop' into muaz/CLOUD…

    …-577-spec-list-display-latest-runs
    MuazOthman committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    32720ba View commit details
    Browse the repository at this point in the history
  3. Merge branch 'muaz/CLOUD-577-spec-list-display-latest-runs' of https:…

    …//github.com/cypress-io/cypress into muaz/CLOUD-577-spec-list-display-latest-runs
    MuazOthman committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    0d8cec5 View commit details
    Browse the repository at this point in the history
  4. Update ACI column behavior

    pstakoun committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6734541 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f6b537 View commit details
    Browse the repository at this point in the history
  6. Fix TS error

    pstakoun committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a66c96b View commit details
    Browse the repository at this point in the history
  7. Add short header versions

    pstakoun committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    46fc617 View commit details
    Browse the repository at this point in the history
  8. Fix tests

    pstakoun committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    4000a0a View commit details
    Browse the repository at this point in the history
  9. Improve short header logic

    pstakoun committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    92ec62e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c18938a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    852113a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    156887e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Fixed E2E tests

    MuazOthman committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    f6dbd3f View commit details
    Browse the repository at this point in the history
  2. More E2E fixes

    MuazOthman committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    1c8c18e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    508b719 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e93c36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a5f668 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Merge remote-tracking branch 'remotes/origin/develop' into muaz/CLOUD…

    …-577-spec-list-display-latest-runs
    MuazOthman committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    d8d6566 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    616510a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9523c67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f74d66 View commit details
    Browse the repository at this point in the history
  4. feat: Update ACI tooltip copy (#22427)

    * feat: Update ACI tooltip copy
    
    * Fix test
    pstakoun committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d8f8b15 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    4067c9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4696337 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. fix: remove ctx.cloud.reset in tests, handle infinite loop in stale r…

    …esults (#22483)
    
    * fix: remove ctx.cloud.reset in test, handle infinite loop in stale responses
    
    * fix types
    
    * client side invalidate cache
    
    * Fix types
    
    * fix tests
    
    * Attempt fixing flaky test
    
    * improve/simplify cache invalidation paths
    tgriesser committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    17a37cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4247bee View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    44641ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0390470 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Address code review findings

    * Cleanup/consolidate Vue watchers
    * Only watch non-hidden, non-leaf nodes for tree expansion cache
    * Restructure complex ternary statements
    * Remove unnecessary reactivity from generated urls
    * Replace non-breaking space with CSS spacing
    * Cleanup Vue syntax in prop & event bindings
    mike-plummer committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    e4b1255 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Address code review findings

    * Rework tree expansion cache to remove use of `watch`, fix issue with inline usage
    * Rename poorly-named variable
    * Reintroduce removed test content
    mike-plummer committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    35275d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a9182 View commit details
    Browse the repository at this point in the history
  3. re: @lmiller1990 PR comments

    tgriesser committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    013385b View commit details
    Browse the repository at this point in the history
  4. followup on other comments

    tgriesser committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    25486dd View commit details
    Browse the repository at this point in the history
  5. Address code review comments

    * Restructure `SpecHeaderCloudDataTooltip` to encapsulate i18n keys
    * Remove use of 'ACI' in test descriptions
    * Improve test structure to make existence checks clearer
    * Simplify function wrapper behavior for tree expansion cache
    mike-plummer committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ef3b9ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3f8182 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f17729 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4ee389 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a874fa8 View commit details
    Browse the repository at this point in the history