Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: e2e tests #763

Closed
wants to merge 109 commits into from
Closed

Commits on Nov 13, 2023

  1. build(deps): bump react-devtools-core in /examples/simple_react (aws-…

    …amplify#558)
    
    Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.28.0 to 4.28.5.
    - [Release notes](https://github.com/facebook/react/releases)
    - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core)
    
    ---
    updated-dependencies:
    - dependency-name: react-devtools-core
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a0480cb View commit details
    Browse the repository at this point in the history
  2. Add amplify comment when writing to .gitignore (aws-amplify#632)

    * add amplify comment when writing to gitignore
    
    * ensure there is space before gitignore content
    
    * fix tests
    rtpascual authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    23b369d View commit details
    Browse the repository at this point in the history
  3. build(deps): bump axios, aws-amplify and @aws-amplify/api in /example…

    …s/simple_react (aws-amplify#621)
    
    * build(deps): bump axios, aws-amplify and @aws-amplify/api
    
    Bumps [axios](https://github.com/axios/axios) to 1.6.0 and updates ancestor dependencies [axios](https://github.com/axios/axios), [aws-amplify](https://github.com/aws-amplify/amplify-js) and [@aws-amplify/api](https://github.com/aws-amplify/amplify-js). These dependencies need to be updated together.
    
    
    Updates `axios` from 0.26.0 to 1.6.0
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v0.26.0...v1.6.0)
    
    Updates `aws-amplify` from 5.3.10 to 5.3.12
    - [Release notes](https://github.com/aws-amplify/amplify-js/releases)
    - [Changelog](https://github.com/aws-amplify/amplify-js/blob/main/docs/changelog.md)
    - [Commits](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.3.10...aws-amplify@5.3.12)
    
    Updates `@aws-amplify/api` from 5.4.5 to 5.4.6
    - [Release notes](https://github.com/aws-amplify/amplify-js/releases)
    - [Changelog](https://github.com/aws-amplify/amplify-js/blob/main/docs/changelog.md)
    - [Commits](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.4.5...@aws-amplify/api@5.4.6)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: indirect
    - dependency-name: aws-amplify
      dependency-type: direct:production
    - dependency-name: "@aws-amplify/api"
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update changeset
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: MJ☔ <o.6180339+github@gmail.com>
    dependabot[bot] and 0618 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c109576 View commit details
    Browse the repository at this point in the history
  4. test: fix create amplify installation in canary tests (aws-amplify#635)

    * test: fix create amplify installation in canary tests
    
    * test: fix create amplify installation in canary tests
    
    * test: fix create amplify installation in canary tests
    
    * test: fix create amplify installation in canary tests
    sobolk authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1c602f6 View commit details
    Browse the repository at this point in the history
  5. feat: add zero-config auth to amplifyconfiguration.json (aws-amplify#624

    )
    
    * feat: add zero-config auth integration to amplifyconfiguration.json
    
    * fix: update assertions
    
    * add cognito <> userpool attribute map & unit tests
    
    * fix: disable spell cherk linter on string_maps
    
    * fix: update API.md
    
    * removing eslint disable, add birthdate to dictionary
    bombguy authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    07b0dfc View commit details
    Browse the repository at this point in the history
  6. chore: ping postcss version for dependabot (aws-amplify#640)

    * chore: ping postcss version for dependabot
    
    * chore: update changeset
    0618 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    dca1d4d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. feat: generate mobile friendly config (aws-amplify#641)

    * feat: generate mobile friendly config
    
    * feat: generate mobile friendly config
    
    * wip
    
    * wip
    
    * add test
    
    * fix that
    
    * user agent
    sobolk authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    01ebbc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd8b5d1 View commit details
    Browse the repository at this point in the history
  3. change backend.getStack to backend.createStack (aws-amplify#646)

    * change backend.getStack to backend.createStack with corresponding behavior change
    
    * add changeset
    
    * fix test assertion
    edwardfoyle authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    07b741d View commit details
    Browse the repository at this point in the history
  4. remove unused type (aws-amplify#644)

    * remove unused type
    
    * Create few-steaks-grab.md
    
    * Update .changeset/few-steaks-grab.md
    
    * lint fix
    edwardfoyle authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    65fe3a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd5feee View commit details
    Browse the repository at this point in the history
  6. Version Packages (aws-amplify#633)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3a472c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Update profile error messages (aws-amplify#647)

    * Update profile error message and the profile configure URL
    
    ---------
    
    Co-authored-by: Hoang Nguyen <hoangaz@amazon.com>
    hoangnbn and Hoang Nguyen authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    869a849 View commit details
    Browse the repository at this point in the history
  2. feat(formgen): change output directory of model documents in formgen (a…

    …ws-amplify#650)
    
    * feat(formgen): forms should be generated in a nested folder where the ui components are generated
    sdstolworthy authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fc71c49 View commit details
    Browse the repository at this point in the history
  3. chore: bump to latest data cdk construct, and explicitly set deploy s…

    …trategy for tables (aws-amplify#653)
    
    * chore: bump to latest data cdk construct, and explicitly set deploy strategy for tables
    
    * temp
    alharris-at authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3cda50c View commit details
    Browse the repository at this point in the history
  4. fix: sandbox client config options (aws-amplify#643)

    * fix: client config generation respects sandbox config-out-dir option
    
    * fix: client config generation respects sandbox format option
    
    * rename sandbox format to config-format
    
    * make validateDirectory async
    
    * add test for client config options
    
    * make validateDirectory private
    rtpascual authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    79ac139 View commit details
    Browse the repository at this point in the history
  5. Version Packages (aws-amplify#651)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    9bc3c47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85bbab4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7641877 View commit details
    Browse the repository at this point in the history
  8. feat: flip to use AmplifyTable deploy strategy for data (aws-amplify#654

    )
    
    * chore: bump to latest data cdk construct, and explicitly set deploy strategy for tables
    
    * feat: flip to use AmplifyTable deploy strategy for data
    
    * chore: add changeset
    
    * chore: refresh snapshots and files
    
    * chore: add integration test to verify iterative deploys can succeed
    alharris-at authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    688db7b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. feat: Add usage data metrics for sandbox (aws-amplify#642)

    * feat: Add usage data metrics for sandbox
    
    * update api
    
    * add more tests
    
    * add changeset
    
    * fix automated tests
    
    * Refactor packageJsonReader
    
    * update tsconfig
    
    * add comments
    
    * Add usage data emitter factory
    
    * Update interface of usage metrics to take metrics and dimensions
    
    * is it better?
    
    * remove extra variable
    
    * changing to 'on' data listener
    
    * update snapshots
    
    * minor changes
    
    * change to use readline
    
    * PR updates
    
    * Move the uuid types dep
    
    * PR updates
    
    * update to use __dirname
    
    * update snapshots
    
    * Replace package json reeader in create-amplify
    
    * small rename
    
    * remove packageJson.name from installationId
    Amplifiyer authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    70685f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc2522 View commit details
    Browse the repository at this point in the history
  3. fix: add required fields to mobile config (aws-amplify#670)

    * fix: add required fields to mobile config
    
    * more fields
    
    * more fields
    
    * cs
    sobolk authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    50934da View commit details
    Browse the repository at this point in the history
  4. Version Packages (aws-amplify#660)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    725eb84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a69096 View commit details
    Browse the repository at this point in the history
  6. fix: handling !pattern in gitignore to avoid excluding everything fro…

    …m watching in sandbox (aws-amplify#671)
    
    * fix: handling !pattern in gitignore to avoid excluding everything from watching in sandbox
    
    * add changeset
    Amplifiyer authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    730afd8 View commit details
    Browse the repository at this point in the history
  7. Feat: Use sandbox id by default for generation commands (aws-amplify#669

    )
    
    * feat(formgen): default to sandbox identifier when branch or stack is not passed to the formgen command
    sdstolworthy authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    dce8a0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0029543 View commit details
    Browse the repository at this point in the history
  9. fix: Force colors to not be stripped off when piping child process st…

    …dout (aws-amplify#677)
    
    * fix: Force colors to not be stripped off when piping child process stdout
    
    * Only pass env variable to child process
    Amplifiyer authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ad4ff92 View commit details
    Browse the repository at this point in the history
  10. chore: delete examples (aws-amplify#676)

    * chore: delete examples
    
    * chore: changeset
    0618 authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    385776a View commit details
    Browse the repository at this point in the history
  11. chore: refactor packageJsonReader and generate installationIds from h…

    …ostname (aws-amplify#673)
    
    * chore: refactor packageJsonReader and generate installationIds from hostname
    
    * run lint
    Amplifiyer authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    cb855df View commit details
    Browse the repository at this point in the history
  12. fix: Auth assume role action (aws-amplify#679)

    * fix: auth role actions
    
    * chore: update snapshots
    
    * chore: add changeset
    
    * chore: remove unused import
    awsluja authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    48c2580 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    0af242d View commit details
    Browse the repository at this point in the history
  2. fix: --version for amplify and disable subcommands version (aws-amp…

    …lify#664)
    
    * fix: sandbox version
    
    * chore: update changeset
    
    * chore: update package.lock
    
    * feat: disable version for sandbox, generate, pipeline-deploy, and configure
    
    * feat: get package version
    
    * refactor: use equal to replace match
    
    * chore: changeset
    
    * fix: test
    
    * chore: update package.lock
    
    * chore: use PackageJsonReader
    
    * chore: update package.lock
    0618 authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d81af85 View commit details
    Browse the repository at this point in the history
  3. chore: avoid crashing sandbox on failing to retrieve metadata (aws-am…

    …plify#681)
    
    * chore: avoid crashing sandbox on failing to retrieve metadata
    
    * add changeset
    
    * Add description in new describe
    
    * PR updates
    Amplifiyer authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4fee488 View commit details
    Browse the repository at this point in the history
  4. Version Packages (aws-amplify#672)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    b999768 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1717d9 View commit details
    Browse the repository at this point in the history
  6. test: run e2e tests in parallel (aws-amplify#674)

    * test: run e2e tests in parallel
    
    * try that
    
    * try that
    
    * try that
    
    * try that
    
    * try that
    
    * try that
    
    * try that
    
    * try that
    
    * pr feedback
    
    * lets see
    
    * add that
    
    * try that?
    
    * try that?
    
    * comment that
    
    * that!
    
    * bump timeout
    sobolk authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    fe2d96f View commit details
    Browse the repository at this point in the history
  7. fix(form-generator): update form renderer to render amplify js v6 code (

    aws-amplify#675)
    
    Co-authored-by: David Lopez <lopezbnd@amazon.com>
    letsbelopez and David Lopez authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    cc8b66c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8495fd1 View commit details
    Browse the repository at this point in the history
  9. feat: add missing fields for mobile config (aws-amplify#689)

    * feat: add missing fields for mobile config
    
    * feat: add missing fields for mobile config
    sobolk authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c47e03e View commit details
    Browse the repository at this point in the history
  10. Change account setup URL (aws-amplify#692)

    * Change profile setup URL
    
    ---------
    
    Co-authored-by: Hoang Nguyen <hoangaz@amazon.com>
    hoangnbn and Hoang Nguyen authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ef3f5eb View commit details
    Browse the repository at this point in the history
  11. add comments, link to docs in defineAuth template (aws-amplify#619)

    * add comments, link to docs in defineAuth template
    
    * rm comments
    
    * Update packages/create-amplify/templates/basic-auth-data/amplify/auth/resource.ts
    
    * Update packages/create-amplify/templates/basic-auth-data/amplify/auth/resource.ts
    
    * add changeset
    
    * add comments to defineAuth template
    
    * add secrets docs link
    
    * change comment style for prose
    
    * add multifactor note
    josefaidt authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e15afec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e39562b View commit details
    Browse the repository at this point in the history
  13. Version Packages (aws-amplify#686)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c28d536 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f449188 View commit details
    Browse the repository at this point in the history
  15. Version Packages (aws-amplify#700)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    14274f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. fix: update tests for new validation (aws-amplify#701)

    * fix: update tests for new validation
    
    * chore: bump deps, update snapshots
    
    * Update .changeset/rich-pumas-know.md
    
    Co-authored-by: Kamil Sobol <sobkamil@amazon.com>
    
    ---------
    
    Co-authored-by: Kamil Sobol <sobkamil@amazon.com>
    alharris-at and sobolk authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    a2ed0ae View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    748dc53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa9045e View commit details
    Browse the repository at this point in the history
  3. Update CODEOWNERS, include srquinn21 (aws-amplify#710)

    * Update CODEOWNERS, include srquinn21
    
    * Update CODEOWNERS
    Amplifiyer authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3c8dbde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8258926 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d010539 View commit details
    Browse the repository at this point in the history
  6. feat: usage data consent (aws-amplify#685)

    * feat: user consent for telemetry
    
    * fix: removing unused vars
    
    * fix: lint errors
    
    * feat: integrate with usage_data_emitter
    
    * fix: update API.md
    
    * update comment
    
    * fix: refactor and move LocalConfigController to platform-core
    
    * fix: add encoding when reading config file
    
    * fix: adding additional file verification check
    
    * fix: update unit test
    
    * fix: export all types to update API.md
    
    * fix: update API.md
    
    * fix: open file using file descriptor
    
    * fix: update fs mocks in unit test
    
    * fix: update fs.open mock
    
    * fix: mock fs open for unit test
    bombguy authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    85e6191 View commit details
    Browse the repository at this point in the history
  7. test: add e2e testing for config generation (aws-amplify#682)

    * test: add e2e testing for config generation
    
    * remove unused imports
    
    * test
    
    * fix tests
    
    * fix tests
    
    * use getClientConfigPath in assertPostDeployment
    
    * remove unused import
    
    * remove createProject from MinimalWithTypescriptIdiomTestProject
    
    * remove sandbox config test and move testing all config formats to pipeline deploy test
    
    * remove unused import
    
    * add new method for asserting client config generation
    rtpascual authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    733518a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aabe5dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7822cee View commit details
    Browse the repository at this point in the history
  10. Change secret name argument to kebab-case (aws-amplify#699)

    * Change secret name argument to kebab-case
    
    ---------
    
    Co-authored-by: Hoang Nguyen <hoangaz@amazon.com>
    hoangnbn and Hoang Nguyen authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    590662a View commit details
    Browse the repository at this point in the history
  11. fix: close file handle warning (aws-amplify#715)

    * fix: close fd warning
    
    * adding changeset
    
    * moving fs.close to finally block
    
    * mock .close for test
    
    * fix tests
    
    ---------
    
    Co-authored-by: Praveen Gupta <pravgupt@amazon.com>
    bombguy and Amplifiyer authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5f336ff View commit details
    Browse the repository at this point in the history
  12. Version Packages (aws-amplify#702)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    840e9b9 View commit details
    Browse the repository at this point in the history
  13. fix: typedoc version for conflict (aws-amplify#719)

    * fix: typedoc version for conflict
    
    * fix: peer dep conflict
    0618 authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d2a84b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Fix(formgen): exclude timestamps (aws-amplify#725)

    * fix(formgen): exclude timestamps manually from formgen components
    sdstolworthy authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f081c22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43d09b6 View commit details
    Browse the repository at this point in the history
  3. Changes to README and CONTRIBUTING guides for Amplify Backend (aws-am…

    …plify#724)
    
    * Logo for AWS Amplify
    
    * Preview image changes
    
    * Changes to README and CONTRIBUTING files
    
    * Changed the URL to prod docs URL
    
    * Update Gen 2 nomenclature
    
    * Fix Linting Errors
    
    * Remove manual installation
    
    * fix GitHub nomenclature
    
    ---------
    
    Co-authored-by: Arundeep Nagaraj <arundna@amazon.com>
    arundna and Arundeep Nagaraj authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ee7acf7 View commit details
    Browse the repository at this point in the history
  4. Version Packages (aws-amplify#726)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    096fc62 View commit details
    Browse the repository at this point in the history
  5. chore: add readme for auth with examples (aws-amplify#703)

    * chore: add readme for auth with examples
    
    * chore: update readme
    
    * chore: add changeset
    
    * chore: update package-lock
    
    * chore: cleanup readme
    
    * chore: add link to secretvalue
    awsluja authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d06b5d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Update data schema for e2e hotswappable test as per the new getting s…

    …tarted (aws-amplify#728)
    
    * Updat data schema for e2e hotswappable test as per the new getting started
    
    * update snapshots
    
    * update snapshots
    
    * upgrade aws-cdk to 2.110.1
    
    * package lock
    
    * add new changeset for aws-cdk upgrade
    Amplifiyer authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5ed51cb View commit details
    Browse the repository at this point in the history
  2. Version Packages (aws-amplify#732)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    babe148 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    308d172 View commit details
    Browse the repository at this point in the history
  4. add secrets docs link, fixes aws-amplify#503 (aws-amplify#727)

    * add secrets docs link, fixes aws-amplify#503
    
    * add changeset
    josefaidt authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5aca60c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. build: health checks tweaks - remove schedule, run manually, narrow d… (

    aws-amplify#740)
    
    * build: health checks tweaks - remove schedule, run manually, narrow down branch for publish steps
    
    * Update .github/workflows/health_checks.yml
    
    Co-authored-by: Edward Foyle <foyleef@amazon.com>
    
    ---------
    
    Co-authored-by: Edward Foyle <foyleef@amazon.com>
    sobolk and edwardfoyle authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7398baa View commit details
    Browse the repository at this point in the history
  2. chore: remove empty files (aws-amplify#741)

    * chore: remove empty files
    
    * chore: changeset
    0618 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b399419 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    6577ebf View commit details
    Browse the repository at this point in the history
  2. fix: gitIgnore test

    0618 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    63e498b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2649b52 View commit details
    Browse the repository at this point in the history
  4. fix: refactor e2e for pms

    0618 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b12306f View commit details
    Browse the repository at this point in the history
  5. chore: update package.lock

    0618 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0fdb132 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6fab21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfe3aab View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. chore: update package.lock

    0618 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5023934 View commit details
    Browse the repository at this point in the history
  2. temp: refactor

    0618 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    12c183b View commit details
    Browse the repository at this point in the history
  3. temp: run 1 test

    0618 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    020f87a View commit details
    Browse the repository at this point in the history
  4. temp: fix npx

    0618 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1ca1400 View commit details
    Browse the repository at this point in the history
  5. temp: install packages for yarn

    0618 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    307e613 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d9537b View commit details
    Browse the repository at this point in the history
  7. temp: install ts for yarn

    0618 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    333d33d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab0af4e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    43ec0c6 View commit details
    Browse the repository at this point in the history
  10. temp: fix yarn-stable init

    0618 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    efcbca4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd672ba View commit details
    Browse the repository at this point in the history
  12. temp: fix --help

    0618 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5fc04ca View commit details
    Browse the repository at this point in the history
  13. Refactor error handling, introduce two new AmplifyErrors (aws-amplify…

    …#744)
    
    * Refactor error handling, introduce two new AmplifyErrors
    
    * change downstreamerror to cause
    
    * lint + api change
    
    * does this work?
    
    * update comment
    
    * Does this work then?
    
    * This should work
    
    * add cause to super constructor
    
    * wrap invokeCDK in try catch
    
    * fix tests
    Amplifiyer authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    db775ad View commit details
    Browse the repository at this point in the history
  14. fix: assert for gitignore

    0618 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2ab3397 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. defineFunction initial implementation (aws-amplify#742)

    * build working
    
    * update package lock
    
    * updating test cases
    
    * update snapshots
    
    * update api extract
    
    * add changeset
    
    * fix api
    
    * fix auto-rename mishap
    
    * update e2e test case
    
    * add additional check to e2e suite
    
    * lint fixes
    
    * update snapshots
    
    * trying this
    
    * updating assertion
    
    * update snapshots
    
    * addressing PR comments
    
    * update snapshots
    
    * update api extract
    
    * update changeset
    
    * fix lint
    
    * Im dumb
    
    * still dumb
    
    * remove unused code
    
    * hopefully last fix
    
    * update snapshots
    
    * json parse lambda output
    edwardfoyle authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c6c39d0 View commit details
    Browse the repository at this point in the history
  2. fix: filter non-sandbox stacks (aws-amplify#736)

    * fix: filter non-sandbox stacks
    
    * re-throw unexpected exceptions and use BackendIdentifierConversions to infer type
    johnpc authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d2c3baa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fb3ee5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d47d773 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4e52ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c1ca48 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 2, 2023

  1. Stack cleanup fix (aws-amplify#755)

    * construct correct stack name on e2e cleanup
    
    * empty changeset
    edwardfoyle authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    8facb32 View commit details
    Browse the repository at this point in the history
  2. add @yarnpkg/sdks base

    0618 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    15fa887 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. yarn stable use node-modules

    0618 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    d25ba85 View commit details
    Browse the repository at this point in the history
  2. remove emoji

    0618 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    068c40b View commit details
    Browse the repository at this point in the history
  3. remove @yarnpkg/sdks

    0618 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    6a994f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. yarn stable use node 18.18

    0618 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    430f0a1 View commit details
    Browse the repository at this point in the history
  2. yarn stable use node 20

    0618 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f1eb76a View commit details
    Browse the repository at this point in the history
  3. chore: change workflow trigger

    0618 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    435cba0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96d88d1 View commit details
    Browse the repository at this point in the history