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

Fix summary case card issues. (PT-188001359) #1526

Merged
merged 38 commits into from
Oct 8, 2024
Merged

Commits on Sep 30, 2024

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

Commits on Oct 1, 2024

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

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    2750d78 View commit details
    Browse the repository at this point in the history
  2. Fix failing tests.

    lublagg committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7f0931d View commit details
    Browse the repository at this point in the history
  3. Fix lint errors.

    lublagg committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    993c6e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    df79fe0 View commit details
    Browse the repository at this point in the history
  2. Fix case index summary text.

    lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    70a69b5 View commit details
    Browse the repository at this point in the history
  3. staging build 3.0.0-pre.1907

    nstclair-cc authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    00a897b View commit details
    Browse the repository at this point in the history
  4. updated CHANGELOG.md

    nstclair-cc authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    81cdca9 View commit details
    Browse the repository at this point in the history
  5. fixed flaky text tile test

    nstclair-cc authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3575d14 View commit details
    Browse the repository at this point in the history
  6. Increment the build number

    eireland authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    15b05a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91ad959 View commit details
    Browse the repository at this point in the history
  8. skip flaky text tile test

    nstclair-cc authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9ea7f6a View commit details
    Browse the repository at this point in the history
  9. Increment the build number

    eireland authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ba0f639 View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    nstclair-cc authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7e2fc4b View commit details
    Browse the repository at this point in the history
  11. Increment the build number

    eireland authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    804a3f9 View commit details
    Browse the repository at this point in the history
  12. 187951404 two line attribute header (#1514)

    * Splits header into two lines. There is a bug with editing attribute header text.
    
    * Fixes bug where header doesn't update after rename
    
    * Adds logic so that line 1 always shows 1 word
    
    Adds css styling so line doesn't wrap word, and line 2 shows ellipsis on left side.
    
    * fix merge conflict error
    
    * Fixes broken cypress test in table
    
    * Fixes logic for showing attribute units as undefined if there are no units
    
    * Adds padding buffer to button width
    
    Adds logic that if there is only one attribute name and it overflows, don't make it appear in the 2nd line.
    
    * Adds wrap styling for one word headers
    
    * PR fixes
    
    * Adds code to styling of attribute header line 2
    eireland authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2af4a57 View commit details
    Browse the repository at this point in the history
  13. Increment the build number

    eireland authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6b2e6b9 View commit details
    Browse the repository at this point in the history
  14. 186182704 formula column background (#1529)

    * Adds formula column background color
    
    * Adds formula background styling to case card value cell.
    
    Disables value editing when attribute has a formula
    
    * Adds Cypress test to verify background color when attribute is a formula
    
    Splits case card test to 2 context so mouseSensor does not interfere with attribute menu clicks
    
    * PR fix
    eireland authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    73be1cb View commit details
    Browse the repository at this point in the history
  15. Increment the build number

    eireland authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8562909 View commit details
    Browse the repository at this point in the history
  16. 187323603 drag over webview bug (#1530)

    * Adds a pointer capture on component drag
    
    * remove commented out code
    
    * PR fix
    eireland authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    917e84a View commit details
    Browse the repository at this point in the history
  17. Increment the build number

    eireland authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    348b6c1 View commit details
    Browse the repository at this point in the history
  18. fix: crash on delete DataSet (#1531)

    kswenson authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8650dd1 View commit details
    Browse the repository at this point in the history
  19. Increment the build number

    eireland authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    14151b9 View commit details
    Browse the repository at this point in the history
  20. feat: add CodeMirror-based formula editor with auto-complete and synt…

    …ax highlighting (#1528)
    
    * feat: add CodeMirror-based formula editor with auto-complete and syntax highlighting
    * chore: fix cypress tests
    * chore: fix highlighting of backtick identifiers
    * chore: code review tweaks
    kswenson authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    03319b7 View commit details
    Browse the repository at this point in the history
  21. Increment the build number

    eireland authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    08079e9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    22bc167 View commit details
    Browse the repository at this point in the history
  23. Increment the build number

    eireland authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ab35d49 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    616ba13 View commit details
    Browse the repository at this point in the history
  25. Increment the build number

    eireland authored and lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ab292cf View commit details
    Browse the repository at this point in the history
  26. Fix case editing bug.

    lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fb83703 View commit details
    Browse the repository at this point in the history
  27. Remove 'only' from spec.

    lublagg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1770b54 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge branch 'main' into 188001359-fix-summary-bugs

    Conflicts:
    	v3/build_number.json
    	v3/cypress/e2e/case-card.spec.ts
    	v3/src/models/data/data-set.ts
    	v3/src/models/data/filtered-cases.ts
    kswenson committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    404cd8c View commit details
    Browse the repository at this point in the history
  2. chore: code review tweaks

    kswenson committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    49422d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43e0e88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4c020f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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