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 Test PR] Release 2.35.1 #11876

Draft
wants to merge 35 commits into
base: release/2.34.1
Choose a base branch
from
Draft

Commits on Oct 17, 2024

  1. [Debt] User creation shifted to authCallback() (#11759)

    * add user creation
    
    * remove user creation
    
    * delete test
    
    * fix mistake
    
    * add auth controller test
    
    * try key generation
    
    * try placing elsewhere
    
    * try moving artisan commands to test setUp
    
    * try setting dummy key in phpunit config
    
    ---------
    
    Co-authored-by: Peter Giles <8978655+petertgiles@users.noreply.github.com>
    vd1992 and petertgiles authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6a09969 View commit details
    Browse the repository at this point in the history
  2. Bump nunomaduro/collision from 8.4.0 to 8.5.0 in /api (#11768)

    Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 8.4.0 to 8.5.0.
    - [Commits](nunomaduro/collision@v8.4.0...v8.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: nunomaduro/collision
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2ca1819 View commit details
    Browse the repository at this point in the history
  3. Bump the types group with 2 updates (#11774)

    Bumps the types group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom).
    
    
    Updates `@types/node` from 22.7.5 to 22.7.6
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@types/react-dom` from 18.3.0 to 18.3.1
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/react-dom"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f310adf View commit details
    Browse the repository at this point in the history
  4. Bump react-toastify from 10.0.5 to 10.0.6 (#11776)

    Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 10.0.5 to 10.0.6.
    - [Release notes](https://github.com/fkhadra/react-toastify/releases)
    - [Commits](fkhadra/react-toastify@v10.0.5...v10.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: react-toastify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1a883b6 View commit details
    Browse the repository at this point in the history
  5. Bump @testing-library/jest-dom from 6.5.0 to 6.6.1 (#11778)

    Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.5.0 to 6.6.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.5.0...v6.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@testing-library/jest-dom"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    690094f View commit details
    Browse the repository at this point in the history
  6. Bump lcobucci/jwt from 5.3.0 to 5.4.0 in /api (#11772)

    Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 5.3.0 to 5.4.0.
    - [Release notes](https://github.com/lcobucci/jwt/releases)
    - [Commits](lcobucci/jwt@5.3.0...5.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: lcobucci/jwt
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4ddbd91 View commit details
    Browse the repository at this point in the history
  7. Bump staudenmeir/eloquent-has-many-deep from 1.20.3 to 1.20.4 in /api (…

    …#11769)
    
    Bumps [staudenmeir/eloquent-has-many-deep](https://github.com/staudenmeir/eloquent-has-many-deep) from 1.20.3 to 1.20.4.
    - [Release notes](https://github.com/staudenmeir/eloquent-has-many-deep/releases)
    - [Commits](staudenmeir/eloquent-has-many-deep@v1.20.3...v1.20.4)
    
    ---
    updated-dependencies:
    - dependency-name: staudenmeir/eloquent-has-many-deep
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    11b9e71 View commit details
    Browse the repository at this point in the history
  8. Bump @formatjs/cli from 6.2.14 to 6.2.15 (#11777)

    Bumps [@formatjs/cli](https://github.com/formatjs/formatjs) from 6.2.14 to 6.2.15.
    - [Release notes](https://github.com/formatjs/formatjs/releases)
    - [Commits](https://github.com/formatjs/formatjs/commits/@formatjs/cli@6.2.15)
    
    ---
    updated-dependencies:
    - dependency-name: "@formatjs/cli"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ec9d840 View commit details
    Browse the repository at this point in the history
  9. Bump axe-core from 4.10.0 to 4.10.1 (#11786)

    Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.10.0 to 4.10.1.
    - [Release notes](https://github.com/dequelabs/axe-core/releases)
    - [Changelog](https://github.com/dequelabs/axe-core/blob/v4.10.1/CHANGELOG.md)
    - [Commits](dequelabs/axe-core@v4.10.0...v4.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: axe-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1b12d03 View commit details
    Browse the repository at this point in the history
  10. Bump vite from 5.4.8 to 5.4.9 (#11788)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.9.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.4.9/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.4.9/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5e51467 View commit details
    Browse the repository at this point in the history
  11. Bump eslint-plugin-playwright from 1.6.2 to 1.7.0 (#11783)

    Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 1.6.2 to 1.7.0.
    - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases)
    - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md)
    - [Commits](playwright-community/eslint-plugin-playwright@v1.6.2...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-playwright
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d4e047f View commit details
    Browse the repository at this point in the history
  12. Bump @playwright/test from 1.48.0 to 1.48.1 (#11785)

    Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.48.0 to 1.48.1.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.48.0...v1.48.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@playwright/test"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    975820c View commit details
    Browse the repository at this point in the history
  13. Bump @formatjs/ts-transformer from 3.13.15 to 3.13.16 (#11780)

    Bumps [@formatjs/ts-transformer](https://github.com/formatjs/formatjs) from 3.13.15 to 3.13.16.
    - [Release notes](https://github.com/formatjs/formatjs/releases)
    - [Commits](https://github.com/formatjs/formatjs/commits/@formatjs/ts-transformer@3.13.16)
    
    ---
    updated-dependencies:
    - dependency-name: "@formatjs/ts-transformer"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8aa6a93 View commit details
    Browse the repository at this point in the history
  14. Bump react-router-dom from 6.26.2 to 6.27.0 (#11779)

    Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.26.2 to 6.27.0.
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@6.27.0/packages/react-router-dom/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.27.0/packages/react-router-dom)
    
    ---
    updated-dependencies:
    - dependency-name: react-router-dom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f19a03e View commit details
    Browse the repository at this point in the history
  15. Bump the typescript-eslint group across 1 directory with 3 updates (#…

    …11793)
    
    Bumps the typescript-eslint group with 3 updates in the / directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `typescript-eslint` from 8.8.1 to 8.10.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.10.0/packages/typescript-eslint)
    
    Updates `@typescript-eslint/eslint-plugin` from 8.8.1 to 8.10.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.10.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.8.1 to 8.10.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.10.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b34e6d3 View commit details
    Browse the repository at this point in the history
  16. Bump eslint-plugin-testing-library from 6.3.0 to 6.3.2 (#11781)

    Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.3.0 to 6.3.2.
    - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
    - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json)
    - [Commits](testing-library/eslint-plugin-testing-library@v6.3.0...v6.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-testing-library
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d6e0897 View commit details
    Browse the repository at this point in the history
  17. [Feature] Accordion middle partials (#11674)

    * Add metadata to accordion composition
    
    * Update accordion story
    
    * Update accordion test
    
    * Update manager dashboard accordion
    
    * Move test data to utils file
    
    * Fix margin on Accordions across site
    
    * Fix metadata spacing
    
    * Fix accordion styling
    
    * Fix spacing btw heading and context
    
    ---------
    
    Co-authored-by: Yoni K <yonikid15@gmail.com>
    yonikid15 and Yoni K authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8c52e50 View commit details
    Browse the repository at this point in the history
  18. Bump eslint-plugin-formatjs from 5.0.2 to 5.1.0 (#11784)

    Bumps [eslint-plugin-formatjs](https://github.com/formatjs/formatjs) from 5.0.2 to 5.1.0.
    - [Release notes](https://github.com/formatjs/formatjs/releases)
    - [Commits](https://github.com/formatjs/formatjs/compare/vue-intl@5.0.2...eslint-plugin-formatjs@5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-formatjs
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    780ecfa View commit details
    Browse the repository at this point in the history
  19. Bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0 (#11787)

    Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.2 to 5.0.0.
    - [Release notes](https://github.com/facebook/react/releases)
    - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
    - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@5.0.0/packages/eslint-plugin-react-hooks)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-react-hooks
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5b55ffd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. [Feature] Manager request history page (#11761)

    * first commit - move manager page
    
    * placeholder page
    
    * rough out page sections
    
    * fill in lists
    
    * sorting controls
    
    * sorting working
    
    * tidy up sorting
    
    * tidy up after rebase
    
    * translations
    
    * edits from Nienke
    
    * sort FR file
    
    * remove old comment
    petertgiles authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b9fb4ad View commit details
    Browse the repository at this point in the history
  2. [Fix] PHP parameter errors (#11739)

    * fix parameter errors
    
    * fix type casting
    
    * remove fixed ingored errors
    
    * remove additional ignores
    
    ---------
    
    Co-authored-by: Brinda Sasikumar <brinda.sasikumar@gmail.com>
    esizer and brindasasi authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7927165 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48fe1ca View commit details
    Browse the repository at this point in the history
  4. Bump larastan/larastan from 2.9.8 to 2.9.9 in /api (#11771)

    * Bump larastan/larastan from 2.9.8 to 2.9.9 in /api
    
    Bumps [larastan/larastan](https://github.com/larastan/larastan) from 2.9.8 to 2.9.9.
    - [Release notes](https://github.com/larastan/larastan/releases)
    - [Changelog](https://github.com/larastan/larastan/blob/2.x/RELEASE.md)
    - [Commits](larastan/larastan@v2.9.8...v2.9.9)
    
    ---
    updated-dependencies:
    - dependency-name: larastan/larastan
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * change error format
    
    * add change back after merge
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: vd1992 <40485260+vd1992@users.noreply.github.com>
    dependabot[bot] and vd1992 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    01a62b0 View commit details
    Browse the repository at this point in the history
  5. [Feature] Updated/new hero component (#11713)

    * create some needed components
    
    * create updated hero component
    
    * style and set menu
    
    * render button links
    
    * incorporate navigation tabs
    
    * clean up button links
    
    * remove prop
    
    * add stories plus overlap/centering work
    
    * remove export
    
    * rename and deprecate
    
    * file adjustments and renaming
    
    * button colour support
    
    * overlap story
    
    * overlap fix and story
    
    * styling and story tweaks
    
    * image story
    
    * fix story color
    
    * peter's props
    
    * change overlap story + nav default
    
    * create index file
    
    * image with centering story
    
    * adjust spacing a bit
    
    * tweak header margin top
    
    * fix menu link font
    
    * spacing tweak
    
    * Fix styling
    
    * style tweak Crumb
    
    * use const assertion
    
    * shrink by a bit
    
    * Fix image position
    
    * adjust p-tablet x-position
    
    ---------
    
    Co-authored-by: Yoni K <yonikid15@gmail.com>
    vd1992 and Yoni K authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a423bce View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. [Test] Add experience regression test (#11752)

    * add experience page fixture with work experience helpers
    
    * make not auth optional
    
    * add test for creating an experience
    
    * fix import order
    
    ---------
    
    Co-authored-by: Brinda Sasikumar <brinda.sasikumar@gmail.com>
    esizer and brindasasi authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    98953e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c3cf68 View commit details
    Browse the repository at this point in the history
  3. Add department (#11806)

    mnigh authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d0786b4 View commit details
    Browse the repository at this point in the history
  4. [Fix] margin-right on radio group section (#11808)

    * Update margin
    
    * Add margin-right
    
    * Remove margin-right
    
    * Update ContentBelow story
    mnigh authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9def18c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57db2a0 View commit details
    Browse the repository at this point in the history
  6. [FIX] Log entire CSP report message (#11800)

    * trigger violations
    
    * simplified reporting
    
    * more extreme report
    
    * undo policy changes
    petertgiles authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0dd0e88 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    d1bd00c View commit details
    Browse the repository at this point in the history
  2. If community doesn't have team, create one in seeder (#11810)

    * If community doesn't have team, create one in seeder
    
    * Run linting fix
    tristan-orourke authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a91e661 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4114dee View commit details
    Browse the repository at this point in the history
  4. [Feature] Admin view and edit work email (#11813)

    * Add work email field to users table
    
    * Ensure work email is searchable on users table
    
    * Add workEmail and isGovEmployee to admin edit user page
    
    * Add is government employee column to user table
    
    * Fix translation sort
    
    * Allow updating work email and is government employee independently
    JamesHuf authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8b05060 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. [FEATURE] Training fund page (#11821)

    * page skeleton
    
    * first two sections
    
    * set up cards
    
    * desktop version
    
    * homepage link
    
    * resized images
    
    * text decoration
    
    * English copy updates
    
    * sign up link
    
    * translations and EN fixes
    
    * merge translations
    
    * ragged cards
    
    * switch to old hero
    
    * update survey links
    
    * localize navigar link
    
    * remove strong tags
    
    * FR edits
    
    * semantic heading for cards
    
    * add seo component
    
    (cherry picked from commit e9f6a71)
    petertgiles authored and brindasasi committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3ce1fbd View commit details
    Browse the repository at this point in the history