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

Budget setup card updates after merge #2637

Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    40a068a View commit details
    Browse the repository at this point in the history
  2. Parse cost

    jorgemd24 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d1e147a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    2912ea4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65ba775 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c00448f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e0a2db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bad8197 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4b9a79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e76eb34 View commit details
    Browse the repository at this point in the history
  8. Bring back StepContentFooter.

    asvinb committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e0fcb70 View commit details
    Browse the repository at this point in the history
  9. Fix linting issue.

    asvinb committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    cd992e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Remove tmp from class name.

    asvinb committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0bbb53a View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    asvinb committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3d82e7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d6d98b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8b1129 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dc4a94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddc2b96 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6997f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23536a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cdd9aab View commit details
    Browse the repository at this point in the history
  10. Resolve eslint errors that can be automatically fixed.

    Fixed by running `npm run lint:js -- --fix`.
    eason9487 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c41ef64 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    67ef0e2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c4db2a3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6997b6f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    47d1f9f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9886344 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fccc0cd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6fb9a6c View commit details
    Browse the repository at this point in the history
  18. Jest: Force 'uuid' to resolve with the CommonJS entry point as jest d…

    …oesn't support `package.json.exports`.
    eason9487 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d5de474 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    964e769 View commit details
    Browse the repository at this point in the history
  20. Jest: Ignore that 'qrcode.react' module is incorrectly listed in dev …

    …dependencies of '@automattic/components'.
    eason9487 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d8b3d7a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    76c1efa View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e9cbf6a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0c80d4d View commit details
    Browse the repository at this point in the history
  24. Fix typo in test.

    asvinb committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    035bb2a View commit details
    Browse the repository at this point in the history
  25. Jset: Migrate test cases to @testing-library/user-event v14.

    Migration includes:
    - Invoke `userEvent.setup()` in the test itself and before the component is rendered.
    - Adding `async` and `await` as all APIs are asynchronous.
    - No need to be wrapped in `act`.
    - Replace the simulation of pressing buttons with the `keyboard` API.
    - `clear()` is changed to only support editable elements only.
    eason9487 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    da344e3 View commit details
    Browse the repository at this point in the history
  26. Add tests for Continue button.

    asvinb committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    750f600 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    223935e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d4563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b634d9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    def9cb0 View commit details
    Browse the repository at this point in the history
  5. Jest: The ARIA role of <img> is considered as presentation if its…

    … `alt` is an empty string.
    eason9487 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    45f90a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5e5324 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad1daac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7c6eca View commit details
    Browse the repository at this point in the history
  9. setting default

    kt-12 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    49c685e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ccf37f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7550060 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a89e0b2 View commit details
    Browse the repository at this point in the history
  13. Jest: Ignore the deprecation warnings of defaultProps from React by…

    … calling `console.error()`.
    eason9487 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0686dc9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9df6ee1 View commit details
    Browse the repository at this point in the history
  15. Make <AppTooltip> compatible with the placement prop introduced b…

    …y WordPress 6.4 to replace `position`.
    eason9487 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    757b5c9 View commit details
    Browse the repository at this point in the history
  16. Rewrite the replacer of JSON.stringify in getReportKey to ensure …

    …it returns the same key regardless of the query keys' order.
    eason9487 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    940649d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8554c2d View commit details
    Browse the repository at this point in the history
  18. Avoid accidentally using the event object to reset the asset group in…

    … `<CampaignAssetsForm>`.
    eason9487 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e2b305f View commit details
    Browse the repository at this point in the history
  19. unit test for tax_rate

    kt-12 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    bc232cb View commit details
    Browse the repository at this point in the history
  20. fix function name

    kt-12 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    aa88b50 View commit details
    Browse the repository at this point in the history
  21. Fix unit test

    kt-12 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3e72d8e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ecd25fc View commit details
    Browse the repository at this point in the history
  23. define options variable

    kt-12 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4a3d08e View commit details
    Browse the repository at this point in the history
  24. add unit test for post method

    kt-12 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e0cc337 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b23328b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8c863f2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    18d1469 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a6407f7 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6310f9c View commit details
    Browse the repository at this point in the history
  30. remove unwanted imports

    kt-12 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0620121 View commit details
    Browse the repository at this point in the history
  31. update package name

    kt-12 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d6f5658 View commit details
    Browse the repository at this point in the history
  32. Wrap all in components

    joemcgill committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0a1f579 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    562e301 View commit details
    Browse the repository at this point in the history
  34. Fix file paths

    joemcgill committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1f41efc View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    f3d0847 View commit details
    Browse the repository at this point in the history
  2. Fixes linter warnings

    dsawardekar committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    87d46c2 View commit details
    Browse the repository at this point in the history
  3. Fixes linter warnings

    dsawardekar committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    98aa6f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8d0ba9 View commit details
    Browse the repository at this point in the history
  5. Removes extra line break

    dsawardekar committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7acafdf View commit details
    Browse the repository at this point in the history
  6. Merge branch 'tweak/default-tax-2491' into update/2490-hide-tax-rate-…

    …selection-ui-onboarding
    dsawardekar committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    57ecc5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19c069c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a24962 View commit details
    Browse the repository at this point in the history
  9. Remove disabled button.

    asvinb committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    28a87a9 View commit details
    Browse the repository at this point in the history
  10. Remove policy check request.

    asvinb committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e4dbeb9 View commit details
    Browse the repository at this point in the history
  11. Remove policy requests.

    asvinb committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    32bbb30 View commit details
    Browse the repository at this point in the history
  12. PHPCS

    puntope committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e8e51f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    8ccaf0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33146ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5964f66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de9bd60 View commit details
    Browse the repository at this point in the history
  5. PHPCS fix

    jorgemd24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    70b3f1f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    69fc1b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a259f View commit details
    Browse the repository at this point in the history
  3. Update tracking README.

    eason9487 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    766e351 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d09c5eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c4c65e View commit details
    Browse the repository at this point in the history
  6. remove the function

    kt-12 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c89bff3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdcee7b View commit details
    Browse the repository at this point in the history
  8. unit testing changes

    kt-12 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    dac0fce View commit details
    Browse the repository at this point in the history
  9. fix linting issue

    kt-12 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7b29364 View commit details
    Browse the repository at this point in the history
  10. update text

    kt-12 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    af8c961 View commit details
    Browse the repository at this point in the history
  11. Add e2e tests.

    asvinb committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    06feea2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    16fc14d View commit details
    Browse the repository at this point in the history
  13. Test for fixed SKU number

    mikkamp committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4c9d6db View commit details
    Browse the repository at this point in the history
  14. Merge pull request #2516 from woocommerce/update/2487-hide-jetpack-if…

    …-already-connected-onboarding
    
    Hides jetpack during onboarding if already connected
    joemcgill authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0bb6163 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #2543 from woocommerce/tweak/default-tax-2491

    Set default tax_rate to destination
    joemcgill authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c4bbdf0 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #2522 from woocommerce/update/2489-hide-language-s…

    …etting-onboarding
    
    Hide the language setting during onboarding
    joemcgill authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    bfe429d View commit details
    Browse the repository at this point in the history
  17. Remove unused dependency

    puntope committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    38254c1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    857e074 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Allow npm ^9 because dependabot is using an npm version that doesn'…

    …t pair with Node.js 20.
    
    Address: #2517 (comment)
    eason9487 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b2a3d13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c76514b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cd398f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4abb29 View commit details
    Browse the repository at this point in the history
  5. Make settings an object

    puntope committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f5a48b1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2559 from woocommerce/dev/2556-fixed-sku

    Use a fixed SKU number when testing product adapter
    mikkamp authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ec86226 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdbd91e View commit details
    Browse the repository at this point in the history
  8. Remove unused imports

    mikkamp committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    30fa48f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2517 from woocommerce/dev/2002-use-nodejs-20

    Upgrade to use Node.js 20 and bump npm dependencies
    eason9487 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7316de3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2544 from woocommerce/tweak/2002-jest-for-nodejs-…

    …20-and-compatible-wp-wc
    
    Migrate jest tests to use Node.js 20 and make components compatible with upgraded packages
    eason9487 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b22d9c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e46bd2e View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2562 from woocommerce/dev/use-nodejs-20

    Upgrade to use Node.js 20 and make components compatible with upgraded packages
    eason9487 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    981f1a8 View commit details
    Browse the repository at this point in the history
  13. Add goto campaign.

    asvinb committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    02537c2 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #2557 from woocommerce/tweek/2541-update-copy

    Update 'Linked accounts' to include Google Ads
    eason9487 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5f2c5b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Merge pull request #2561 from woocommerce/dev/unit-test-namespaces

    Align namespaces for unit tests
    mikkamp authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4c96cd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2c3242 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4870093 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    04e1be8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcf936d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2527 from woocommerce/fix/flat-method-shipping-co…

    …st-with-comma-separator
    
    Fix issue with comma separators for Shipping Rates
    jorgemd24 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    59ae632 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9774e44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74a55ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9548817 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5522861 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9981934 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2560 from woocommerce/fix/settings-format

    Return settings prop as object in the REST API
    jorgemd24 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7882202 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b83445 View commit details
    Browse the repository at this point in the history
  11. Fix E2E tests.

    asvinb committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    24c9328 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9be454c View commit details
    Browse the repository at this point in the history
  13. Test for fixed SKU number

    mikkamp authored and joemcgill committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    dd73ec6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e85de42 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b5aee0c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ff09561 View commit details
    Browse the repository at this point in the history
  17. woorelease: Changelog update

    tomalec committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8516d8f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b34a5c4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    aeb4245 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    93b4180 View commit details
    Browse the repository at this point in the history
  21. Bump webpack from 5.93.0 to 5.94.0

    Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.93.0...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    435b02e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    513c6b9 View commit details
    Browse the repository at this point in the history
  2. Remove unused code.

    asvinb committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    be5fbdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8096fe1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b207569 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    75af8e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    708910d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Merge pull request #2531 from woocommerce/feature/2488-move-faq

    2488: Move FAQs panel after CTAs
    joemcgill authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    1030b8d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Save Work in progress.

    asvinb committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f65fbee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/2458-streamline-onboarding' into feature/2492-r…

    …emove-pre-launch-checklist
    asvinb committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c21b1b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f126caa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90ed2a4 View commit details
    Browse the repository at this point in the history
  5. Add more tests

    puntope committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ec9e32f View commit details
    Browse the repository at this point in the history
  6. Add more tests

    puntope committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fd5d8aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84d9ad0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e98639a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1958589 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c1023c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    75a23ce View commit details
    Browse the repository at this point in the history
  12. Remove reconnectionLock

    tomalec committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    15328f2 View commit details
    Browse the repository at this point in the history
  13. Remove isWCNavigationEnabled

    tomalec committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9bee30e View commit details
    Browse the repository at this point in the history
  14. Hide woocommerce-layout__header with display:none for full-content

    as we no longer need its offset to do calculations removed in #1206
    tomalec committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    42e55b5 View commit details
    Browse the repository at this point in the history
  15. Update useLayout code comment

    Not to mention WC Navigation, but to preventively filter classes.
    tomalec committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8731dee View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge pull request #2573 from woocommerce/fix/issue-with-syncing-ship…

    …ping-rates-with-more-than-two-decimals
    
    Fix issue with syncing shipping rates with more than two decimals
    jorgemd24 authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    82ffce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8abc9 View commit details
    Browse the repository at this point in the history
  3. Revert local test changes.

    asvinb committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3f8ac23 View commit details
    Browse the repository at this point in the history
  4. Remove comments.

    asvinb committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    101412b View commit details
    Browse the repository at this point in the history
  5. Clean up comments.

    asvinb committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    620b183 View commit details
    Browse the repository at this point in the history
  6. Remove unused imports.

    asvinb committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    84879b8 View commit details
    Browse the repository at this point in the history
  7. Editing a campaign working.

    asvinb committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a3b50fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9b7f13 View commit details
    Browse the repository at this point in the history
  9. Address linting errors.

    asvinb committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c76a128 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f12ac73 View commit details
    Browse the repository at this point in the history
  11. Add unit test

    martynmjones committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0baf754 View commit details
    Browse the repository at this point in the history
  12. Add headerDescription prop.

    asvinb committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    dcea1d6 View commit details
    Browse the repository at this point in the history
  13. Remove unused comment.

    asvinb committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    522e635 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge pull request #2571 from woocommerce/dependabot/npm_and_yarn/web…

    …pack-5.94.0
    
    Bump webpack from 5.93.0 to 5.94.0
    eason9487 authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    baeac50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d78738a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12c09f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5c547a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge pull request #2547 from woocommerce/tweak/check-wpcom-api-auth

    Use remote-site-status to check the WPCOM Auth status
    puntope authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7210b14 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'update/2490-hide-tax-rate-selection-ui-onboarding' of g…

    …ithub.com:woocommerce/google-listings-and-ads into update/2490-hide-tax-rate-selection-ui-onboarding
    dsawardekar committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    debc575 View commit details
    Browse the repository at this point in the history
  3. Removes unused function

    dsawardekar committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    630c73d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e4910f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2576 from woocommerce/fix/1659-asset-enqueued-bef…

    …ore-registered
    
    Log Exception if an asset is enqueued before being registered
    martynmjones authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bf5c219 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe8d923 View commit details
    Browse the repository at this point in the history
  7. Update readme.txt

    martynmjones committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9fda021 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c6a902 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2588 from woocommerce/fix/2587-e2e-tests

    Set WPCOM_API_STATUS transient for E2E tests
    martynmjones authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5d9eeda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ce5aef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    59e3fcd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf76762 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf3c765 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6c6002c View commit details
    Browse the repository at this point in the history
  15. Merge pull request #2589 from woocommerce/trunk

    Release 2.8.5 - Merge `trunk` to `develop`
    martynmjones authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    24044c5 View commit details
    Browse the repository at this point in the history
  16. Fix E2E tests.

    asvinb committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    90fd7e7 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #2555 from woocommerce/feature/2494-remove-pre-lau…

    …nch-checklist-items
    
    Remove pre launch checklist items
    joemcgill authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    40bbf82 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Merge pull request #2532 from woocommerce/feature/2492-remove-pre-lau…

    …nch-checklist
    
    2492: Remove PreLaunchChecklist component
    joemcgill authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f39cf03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed9c887 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Remove onClick prop (?)

    asvinb committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    388fddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ddde21 View commit details
    Browse the repository at this point in the history
  3. Remove unused event prop

    asvinb committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ff7f281 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5200727 View commit details
    Browse the repository at this point in the history
  5. Add countryCodes field.

    asvinb committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d93bc1d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 11, 2024

  1. Updates jsdoc

    dsawardekar committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5db0bad View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/2458-streamline-onboarding' into update/2490-hi…

    …de-tax-rate-selection-ui-onboarding
    dsawardekar committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bd39f03 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Merge pull request #2542 from woocommerce/update/2490-hide-tax-rate-s…

    …election-ui-onboarding
    
    Hide Tax UI during onboarding & keep in edit campaign
    joemcgill authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8eb1fff View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    9081d20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a612d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Merge pull request #2558 from woocommerce/feature/2499-banner-coupon

    2499: Add coupon banner
    joemcgill authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    188983d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge branch 'feature/2459-campaign-creation-flow' into update/2535-c…

    …onsolidate-ad-creation-ccf-merged
    asvinb committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2fa2bdb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Add modal changes.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6dd25e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f91ae8 View commit details
    Browse the repository at this point in the history
  3. Simplify forms more.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3418caa View commit details
    Browse the repository at this point in the history
  4. Move setup paid ads component.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7f25ff7 View commit details
    Browse the repository at this point in the history
  5. Remove unused braces.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7db2664 View commit details
    Browse the repository at this point in the history
  6. Revert debugging changes.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    892c016 View commit details
    Browse the repository at this point in the history
  7. Fix tests for setup paid ads.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9ba6eed View commit details
    Browse the repository at this point in the history
  8. Remove unused args.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d7d5c6a View commit details
    Browse the repository at this point in the history
  9. Fix hook return value.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9c576b0 View commit details
    Browse the repository at this point in the history
  10. Revert change.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c790719 View commit details
    Browse the repository at this point in the history
  11. Revert change.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    35fed8a View commit details
    Browse the repository at this point in the history
  12. Set up events correctly.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fbce5c6 View commit details
    Browse the repository at this point in the history
  13. Updated JSDocs.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    814e353 View commit details
    Browse the repository at this point in the history
  14. Remove unused files.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    17a869d View commit details
    Browse the repository at this point in the history
  15. Check for approval notice.

    asvinb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ca3dc21 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d4b6a8d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    38d255a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5343963 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/2458-streamline-onboarding' into update/2535-co…

    …nsolidate-ad-creation-ccf-onboarding-merged
    asvinb committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    face49e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3e3b2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4c376d View commit details
    Browse the repository at this point in the history
  6. Delete unused file.

    asvinb committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7cd8c5b View commit details
    Browse the repository at this point in the history
  7. fix linting issues.

    asvinb committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5d727ba View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge branch 'feature/2458-streamline-onboarding' into feature/2459-c…

    …ampaign-creation-flow-2458-merged
    asvinb committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    15baeb2 View commit details
    Browse the repository at this point in the history
  2. Fix linting errors.

    asvinb committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    aa4329c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2630 from woocommerce/feature/2459-campaign-creat…

    …ion-flow-2458-merged
    
    2459 Campaign creation flow and 2458 merged
    joemcgill authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3d38d91 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2627 from woocommerce/update/2535-consolidate-ad-…

    …creation-ccf-onboarding-merged
    
    Merge onboarding improvements branch into consolidated ad
    joemcgill authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ab1f837 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/2459-campaign-creation-flow' into update/2535-c…

    …onsolidate-ad-creation-ccf-merged
    joemcgill committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    34c53d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge branch 'update/2535-consolidate-ad-creation-ccf-merged' into up…

    …date/2502-budget-setup-card
    asvinb committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    983438b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb18178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35716f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cafdb2 View commit details
    Browse the repository at this point in the history
  5. Remove unused hook.

    asvinb committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    79ccefa View commit details
    Browse the repository at this point in the history
  6. Move clientSession.

    asvinb committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fbde5f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ea1c12 View commit details
    Browse the repository at this point in the history