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

[Release] v0.10.0 beta.0 #297

Merged
merged 154 commits into from
Aug 30, 2023
Merged

[Release] v0.10.0 beta.0 #297

merged 154 commits into from
Aug 30, 2023

Commits on Aug 10, 2023

  1. fix: upgrade framer-motion from 10.12.20 to 10.13.0

    Snyk has created this PR to upgrade framer-motion from 10.12.20 to 10.13.0.
    
    See this package in npm:
    
    
    See this project in Snyk:
    https://app.snyk.io/org/gsreynolds/project/80644158-1d1f-48e1-8204-886f013043aa?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7992362 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

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

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    dc91e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd8f495 View commit details
    Browse the repository at this point in the history
  3. fix: upgrade @types/node from 20.3.2 to 20.4.2

    Snyk has created this PR to upgrade @types/node from 20.3.2 to 20.4.2.
    
    See this package in npm:
    
    See this project in Snyk:
    https://app.snyk.io/org/gsreynolds/project/80644158-1d1f-48e1-8204-886f013043aa?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and gsreynolds committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2b5aec4 View commit details
    Browse the repository at this point in the history
  4. fix: upgrade react-datepicker from 4.14.1 to 4.16.0

    Snyk has created this PR to upgrade react-datepicker from 4.14.1 to 4.16.0.
    
    See this package in npm:
    
    See this project in Snyk:
    https://app.snyk.io/org/gsreynolds/project/80644158-1d1f-48e1-8204-886f013043aa?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and gsreynolds committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ad5fe72 View commit details
    Browse the repository at this point in the history
  5. fix: upgrade styled-components from 6.0.1 to 6.0.4

    Snyk has created this PR to upgrade styled-components from 6.0.1 to 6.0.4.
    
    See this package in npm:
    
    See this project in Snyk:
    https://app.snyk.io/org/gsreynolds/project/80644158-1d1f-48e1-8204-886f013043aa?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and gsreynolds committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2d90f03 View commit details
    Browse the repository at this point in the history
  6. fix: upgrade @chakra-ui/icons from 2.0.19 to 2.1.0

    Snyk has created this PR to upgrade @chakra-ui/icons from 2.0.19 to 2.1.0.
    
    See this package in npm:
    
    
    See this project in Snyk:
    https://app.snyk.io/org/gsreynolds/project/80644158-1d1f-48e1-8204-886f013043aa?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and gsreynolds committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    dd00fc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b9e693 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e8839b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae8a55e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1387eb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Remove react-scripts, add Vite

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5579456 View commit details
    Browse the repository at this point in the history
  2. .js to .jsx and relative imports

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4c1b041 View commit details
    Browse the repository at this point in the history
  3. Fix import paths

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    817c5c1 View commit details
    Browse the repository at this point in the history
  4. process.env to import.meta.env

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4b28d6e View commit details
    Browse the repository at this point in the history
  5. version default export

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    769feab View commit details
    Browse the repository at this point in the history
  6. REACT_APP to VITE env vars

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    dc2d809 View commit details
    Browse the repository at this point in the history
  7. vite + eslint fixes

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    af214ba View commit details
    Browse the repository at this point in the history
  8. update package.json scripts and handle version default export

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5db560a View commit details
    Browse the repository at this point in the history
  9. set vite to use port 3000 as cra did

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6aede7a View commit details
    Browse the repository at this point in the history
  10. fix process.env for cypress

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8067d5e View commit details
    Browse the repository at this point in the history
  11. Add back babel dependencies that came in via react-scripts and add ba…

    …ck babel config
    
    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    91ef768 View commit details
    Browse the repository at this point in the history
  12. src alias for jest

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7299db3 View commit details
    Browse the repository at this point in the history
  13. add vite-plugin-environment

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    68d3579 View commit details
    Browse the repository at this point in the history
  14. configure babel for vite in vite.config.js

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    41ce22f View commit details
    Browse the repository at this point in the history
  15. update eslint config

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    fafe82c View commit details
    Browse the repository at this point in the history
  16. Fix react/react-in-jsx-scope lint

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8ee30c4 View commit details
    Browse the repository at this point in the history
  17. enable react/jsx-filename-extension lint

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    379af45 View commit details
    Browse the repository at this point in the history
  18. need to specifically load moment-with-locales

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5b4d531 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8f48c61 View commit details
    Browse the repository at this point in the history
  20. fix yarn build command, missing es6 flag for genversion

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9476942 View commit details
    Browse the repository at this point in the history
  21. Remove vite open option

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a7f16cc View commit details
    Browse the repository at this point in the history
  22. workaround fixAcceptHeader404 for wait-on

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    277d2af View commit details
    Browse the repository at this point in the history
  23. Add base path option to vite config

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e994dc5 View commit details
    Browse the repository at this point in the history
  24. process.env to import.meta.env for production builds, as vite-plugin-…

    …environment won't be available there
    
    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6e07593 View commit details
    Browse the repository at this point in the history
  25. Vite statically replaces env var references in production builds, so …

    …need to reference directly
    
    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a85b13e View commit details
    Browse the repository at this point in the history
  26. Just mock the constants, rather than have to deal with jest not likin…

    …g import.meta.env
    
    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7c0e169 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    6270b6e View commit details
    Browse the repository at this point in the history
  2. Bump eslint-plugin-styled-components-a11y from 2.1.3 to 2.1.31

    Bumps eslint-plugin-styled-components-a11y from 2.1.3 to 2.1.31.
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-styled-components-a11y
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a37d7f7 View commit details
    Browse the repository at this point in the history
  3. Bump eslint-plugin-react from 7.32.2 to 7.33.2

    Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.2 to 7.33.2.
    - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
    - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
    - [Commits](jsx-eslint/eslint-plugin-react@v7.32.2...v7.33.2)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-react
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    21f0811 View commit details
    Browse the repository at this point in the history
  4. Bump @babel/preset-env from 7.22.9 to 7.22.10

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.9 to 7.22.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-preset-env)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    85e1727 View commit details
    Browse the repository at this point in the history
  5. Bump @fortawesome/free-solid-svg-icons from 6.4.0 to 6.4.2

    Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.4.0 to 6.4.2.
    - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
    - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
    - [Commits](FortAwesome/Font-Awesome@6.4.0...6.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@fortawesome/free-solid-svg-icons"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8966045 View commit details
    Browse the repository at this point in the history
  6. Bump i18next-parser from 8.2.0 to 8.6.0

    Bumps [i18next-parser](https://github.com/i18next/i18next-parser) from 8.2.0 to 8.6.0.
    - [Release notes](https://github.com/i18next/i18next-parser/releases)
    - [Changelog](https://github.com/i18next/i18next-parser/blob/master/CHANGELOG.md)
    - [Commits](i18next/i18next-parser@8.2.0...8.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: i18next-parser
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    72b018f View commit details
    Browse the repository at this point in the history
  7. Update previously skipped tests

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    048bad1 View commit details
    Browse the repository at this point in the history
  8. Update FIXMEs

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    1a56b28 View commit details
    Browse the repository at this point in the history
  9. Eslint fixes

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ab36902 View commit details
    Browse the repository at this point in the history
  10. Replace enzyme with react-testing-library and convert SettingsModalCo…

    …mponent test
    
    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    904519d View commit details
    Browse the repository at this point in the history
  11. Add custom queries for data incident header and update incident table…

    … component test
    
    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d123088 View commit details
    Browse the repository at this point in the history
  12. Update incident actions component test

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7261112 View commit details
    Browse the repository at this point in the history
  13. Update selected incidents component test

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6a65fdc View commit details
    Browse the repository at this point in the history
  14. Update columns modal component test

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5e29935 View commit details
    Browse the repository at this point in the history
  15. Update auth component test

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8cbd9e4 View commit details
    Browse the repository at this point in the history
  16. Update imports for skipped actions alerts modal test

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2b34915 View commit details
    Browse the repository at this point in the history
  17. Update person initial component test

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7406017 View commit details
    Browse the repository at this point in the history
  18. Update query active component test

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3ee3604 View commit details
    Browse the repository at this point in the history
  19. WIP query settings component test

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    77977d2 View commit details
    Browse the repository at this point in the history
  20. Remove fake skips by just excluding jest from trying to run the mocks…

    … directory as tests
    
    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    073a670 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    28c9fb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Remove redundant comment [skip ci]

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3a1b2eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac81e5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b31201d View commit details
    Browse the repository at this point in the history
  4. turn off fuzzy search by default

    martindstone authored and gsreynolds committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4d83163 View commit details
    Browse the repository at this point in the history
  5. oops console line

    martindstone authored and gsreynolds committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    02d6195 View commit details
    Browse the repository at this point in the history
  6. fix jest tests

    martindstone authored and gsreynolds committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9021a65 View commit details
    Browse the repository at this point in the history
  7. Add fuzzy and exact search e2e test

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    26987d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f83e18 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #237 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/eslint-plugin-react-7.33.2
    gsreynolds authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    79fcbf3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #232 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/fortawesome/free-solid-svg-icons-6.4.2
    gsreynolds authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    80478ce View commit details
    Browse the repository at this point in the history
  11. Merge pull request #233 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/eslint-plugin-styled-components-a11y-2.1.31
    gsreynolds authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    81973a5 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #234 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/babel/preset-env-7.22.10
    gsreynolds authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    808dec3 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #240 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/i18next-parser-8.6.0
    gsreynolds authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6f1b159 View commit details
    Browse the repository at this point in the history
  14. Remove second argument of root.render(...). You don't need to pass it…

    … again since you already passed it to create the root. [skip ci]
    
    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4bf5714 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    de2a892 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Expand linting to all directories

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    23b2de1 View commit details
    Browse the repository at this point in the history
  2. lint fixes

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    224c4e4 View commit details
    Browse the repository at this point in the history
  3. Bump @datadog/browser-rum from 4.46.0 to 4.47.0

    Bumps [@datadog/browser-rum](https://github.com/DataDog/browser-sdk/tree/HEAD/packages/rum) from 4.46.0 to 4.47.0.
    - [Changelog](https://github.com/DataDog/browser-sdk/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/DataDog/browser-sdk/commits/v4.47.0/packages/rum)
    
    ---
    updated-dependencies:
    - dependency-name: "@datadog/browser-rum"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    70ef904 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Remove cypress webpack-dev-server

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4fe1c34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    949e5af View commit details
    Browse the repository at this point in the history
  3. Merge pull request #249 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/datadog/browser-rum-4.47.0
    gsreynolds authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f2dcd61 View commit details
    Browse the repository at this point in the history
  4. Bump @types/react from 18.2.14 to 18.2.20

    Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.14 to 18.2.20.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3117cdc View commit details
    Browse the repository at this point in the history
  5. Bump babel-loader from 8.3.0 to 9.1.3

    Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.3.0 to 9.1.3.
    - [Release notes](https://github.com/babel/babel-loader/releases)
    - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
    - [Commits](babel/babel-loader@v8.3.0...v9.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: babel-loader
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    14cc66a View commit details
    Browse the repository at this point in the history
  6. Bump @chakra-ui/react from 2.7.1 to 2.8.0

    Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/react) from 2.7.1 to 2.8.0.
    - [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
    - [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/components/react/CHANGELOG.md)
    - [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/[email protected]/packages/components/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@chakra-ui/react"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ba66148 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #247 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/chakra-ui/react-2.8.0
    gsreynolds authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c25d860 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #246 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/babel-loader-9.1.3
    gsreynolds authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a6c5fb7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #248 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/types/react-18.2.20
    gsreynolds authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0c093e0 View commit details
    Browse the repository at this point in the history
  10. Remove unused dependencies

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4c4edc5 View commit details
    Browse the repository at this point in the history
  11. Bump @testing-library/jest-dom from 6.0.0 to 6.0.1

    Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/testing-library/jest-dom/releases)
    - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
    - [Commits](testing-library/jest-dom@v6.0.0...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@testing-library/jest-dom"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    caeed47 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fdce462 View commit details
    Browse the repository at this point in the history
  13. Bump sass from 1.63.6 to 1.66.1

    Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.66.1.
    - [Release notes](https://github.com/sass/dart-sass/releases)
    - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
    - [Commits](sass/dart-sass@1.63.6...1.66.1)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9d1d971 View commit details
    Browse the repository at this point in the history
  14. Bump framer-motion from 10.15.1 to 10.16.1

    Bumps [framer-motion](https://github.com/framer/motion) from 10.15.1 to 10.16.1.
    - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
    - [Commits](motiondivision/motion@v10.15.1...v10.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: framer-motion
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1740c75 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #254 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/testing-library/jest-dom-6.0.1
    gsreynolds authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a11925a View commit details
    Browse the repository at this point in the history
  16. Bump react-i18next from 12.3.1 to 13.1.2

    Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.3.1 to 13.1.2.
    - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
    - [Commits](i18next/react-i18next@v12.3.1...v13.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: react-i18next
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9c2a820 View commit details
    Browse the repository at this point in the history
  17. Bump validator from 13.9.0 to 13.11.0

    Bumps [validator](https://github.com/validatorjs/validator.js) from 13.9.0 to 13.11.0.
    - [Release notes](https://github.com/validatorjs/validator.js/releases)
    - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
    - [Commits](validatorjs/validator.js@13.9.0...13.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: validator
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0f5d26a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge pull request #256 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/react-i18next-13.1.2
    gsreynolds authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a5c0abb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #257 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/framer-motion-10.16.1
    gsreynolds authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6dc1aac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a94b10a View commit details
    Browse the repository at this point in the history
  4. Bump chakra-react-select from 4.6.0 to 4.7.0

    Bumps [chakra-react-select](https://github.com/csandman/chakra-react-select) from 4.6.0 to 4.7.0.
    - [Release notes](https://github.com/csandman/chakra-react-select/releases)
    - [Commits](csandman/chakra-react-select@v4.6.0...v4.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: chakra-react-select
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    543cf80 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #253 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/chakra-react-select-4.7.0
    gsreynolds authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6ead213 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ae7e93 View commit details
    Browse the repository at this point in the history
  7. Bump @babel/core from 7.22.5 to 7.22.10

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.5 to 7.22.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    908f0be View commit details
    Browse the repository at this point in the history
  8. Bump gh-pages from 5.0.0 to 6.0.0

    Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 5.0.0 to 6.0.0.
    - [Release notes](https://github.com/tschaub/gh-pages/releases)
    - [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
    - [Commits](tschaub/gh-pages@v5.0.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: gh-pages
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    67a70c6 View commit details
    Browse the repository at this point in the history
  9. Bump @types/node from 20.4.9 to 20.5.2

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.9 to 20.5.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    36c15f9 View commit details
    Browse the repository at this point in the history
  10. Bump cypress-io/github-action from 5 to 6

    Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5 to 6.
    - [Release notes](https://github.com/cypress-io/github-action/releases)
    - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md)
    - [Commits](cypress-io/github-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: cypress-io/github-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1c38a2d View commit details
    Browse the repository at this point in the history
  11. Node 20.5.1

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    80280fd View commit details
    Browse the repository at this point in the history
  12. Add Dockerfile and workflow actions for building a custom Cypress Bro…

    …wsers image with latest versions
    
    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3af6c41 View commit details
    Browse the repository at this point in the history
  13. Add latest tag

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    973e922 View commit details
    Browse the repository at this point in the history
  14. Give test workflow permission to read packages

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4c28263 View commit details
    Browse the repository at this point in the history
  15. Customise annotations

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    85eaa97 View commit details
    Browse the repository at this point in the history
  16. node-sass requires python...

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    caf2770 View commit details
    Browse the repository at this point in the history
  17. Remove user option

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2bbe38d View commit details
    Browse the repository at this point in the history
  18. GitHub Actions cache requires zstd

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    66d4e6f View commit details
    Browse the repository at this point in the history
  19. Remove Python as #147 is merged

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5632d2d View commit details
    Browse the repository at this point in the history
  20. cypress/browsers now has a Node 20 image on Docker Hub, use that inst…

    …ead of rolling our own
    
    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    41458ec View commit details
    Browse the repository at this point in the history
  21. Merge pull request #269 from PagerDuty/dependabot/github_actions/deve…

    …lop/cypress-io/github-action-6
    gsreynolds authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0f76b6e View commit details
    Browse the repository at this point in the history
  22. Ensure install and jest steps use node20

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    14fc06c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0023958 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #264 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/babel/core-7.22.10
    gsreynolds authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1d60d5c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e47be8a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Bump yarn-audit-fix from 9.3.12 to 10.0.0

    Bumps [yarn-audit-fix](https://github.com/antongolub/yarn-audit-fix) from 9.3.12 to 10.0.0.
    - [Release notes](https://github.com/antongolub/yarn-audit-fix/releases)
    - [Changelog](https://github.com/antongolub/yarn-audit-fix/blob/master/CHANGELOG.md)
    - [Commits](antongolub/yarn-audit-fix@v9.3.12...v10.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: yarn-audit-fix
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    696c62e View commit details
    Browse the repository at this point in the history
  2. Bump eslint-plugin-import from 2.28.0 to 2.28.1

    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.0 to 2.28.1.
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.28.0...v2.28.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    be67e86 View commit details
    Browse the repository at this point in the history
  3. Bump @fortawesome/fontawesome-svg-core from 6.4.0 to 6.4.2

    Bumps [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) from 6.4.0 to 6.4.2.
    - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
    - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
    - [Commits](FortAwesome/Font-Awesome@6.4.0...6.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@fortawesome/fontawesome-svg-core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    879af84 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #270 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/yarn-audit-fix-10.0.0
    gsreynolds authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3d27dec View commit details
    Browse the repository at this point in the history
  5. Merge pull request #273 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/fortawesome/fontawesome-svg-core-6.4.2
    gsreynolds authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a96cca4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #272 from PagerDuty/dependabot/npm_and_yarn/develo…

    …p/eslint-plugin-import-2.28.1
    gsreynolds authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ff730a3 View commit details
    Browse the repository at this point in the history
  7. Bump @types/node from 20.5.2 to 20.5.3

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.2 to 20.5.3.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8b8efa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    7083787 View commit details
    Browse the repository at this point in the history
  2. Bump react-redux from 8.1.1 to 8.1.2

    Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.1.1 to 8.1.2.
    - [Release notes](https://github.com/reduxjs/react-redux/releases)
    - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
    - [Commits](reduxjs/react-redux@v8.1.1...v8.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: react-redux
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c1bd6d2 View commit details
    Browse the repository at this point in the history
  3. fixes #244

    martindstone committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c82bd48 View commit details
    Browse the repository at this point in the history
  4. add links column

    martindstone committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5471c73 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. translations

    martindstone committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    00f0052 View commit details
    Browse the repository at this point in the history
  2. translations

    martindstone committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5eb5349 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Bump @types/node from 20.5.3 to 20.5.7

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.3 to 20.5.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    234cc83 View commit details
    Browse the repository at this point in the history
  2. Bump i18next from 23.4.4 to 23.4.6

    Bumps [i18next](https://github.com/i18next/i18next) from 23.4.4 to 23.4.6.
    - [Release notes](https://github.com/i18next/i18next/releases)
    - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
    - [Commits](i18next/i18next@v23.4.4...v23.4.6)
    
    ---
    updated-dependencies:
    - dependency-name: i18next
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    83d925a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    3b871aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4649c5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5a3a65 View commit details
    Browse the repository at this point in the history
  4. column filters

    martindstone authored and gsreynolds committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    60984fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2ca638 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7121bb5 View commit details
    Browse the repository at this point in the history
  7. fix states in jest tests

    martindstone committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    716c09c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Bump @adobe/css-tools from 4.2.0 to 4.3.1

    Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.2.0 to 4.3.1.
    - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
    - [Commits](https://github.com/adobe/css-tools/commits)
    
    ---
    updated-dependencies:
    - dependency-name: "@adobe/css-tools"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7518749 View commit details
    Browse the repository at this point in the history
  2. add e2e test for column filtering

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    733a6f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d1b93b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e319b0 View commit details
    Browse the repository at this point in the history
  5. Force click on the select all checkbox

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6825ed0 View commit details
    Browse the repository at this point in the history
  6. Remove old checkbox component

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b3fcd07 View commit details
    Browse the repository at this point in the history
  7. add e2e test for shift-click columns

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    334bd3b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7aa72c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d92529f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f72bb5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b62b935 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fdd6cdd View commit details
    Browse the repository at this point in the history
  13. Publishing release v0.10.0-beta.0

    Signed-off-by: Gavin Reynolds <[email protected]>
    gsreynolds committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b467052 View commit details
    Browse the repository at this point in the history