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

update with main #7900

Open
wants to merge 99 commits into
base: next-release/main
Choose a base branch
from
Open

update with main #7900

wants to merge 99 commits into from

Conversation

dbanksdesign
Copy link
Contributor

Description of changes:

Related GitHub issue #, if available:

Instructions

If this PR should not be merged upon approval for any reason, please submit as a DRAFT

Which product(s) are affected by this PR (if applicable)?

  • amplify-cli
  • amplify-ui
  • amplify-studio
  • amplify-hosting
  • amplify-libraries

Which platform(s) are affected by this PR (if applicable)?

  • JS
  • Swift
  • Android
  • Flutter
  • React Native

Please add the product(s)/platform(s) affected to the PR title

Checks

  • Does this PR conform to the styleguide?

  • Does this PR include filetypes other than markdown or images? Please add or update unit tests accordingly.

  • Are any files being deleted with this PR? If so, have the needed redirects been created?

  • Are all links in MDX files using the MDX link syntax rather than HTML link syntax?

    ref: MDX: [link](https://docs.amplify.aws/)
    HTML: <a href="https://docs.amplify.aws/">link</a>

When this PR is ready to merge, please check the box below

  • Ready to merge

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

lawmicha and others added 30 commits June 21, 2024 11:18
…rted guide (#7760)

* chore: update android section of Flutter getting started guide

* chore: update gen 2 flutter platform setup

* chore: add info to enable network permissions on android

* chore: update H3 headers to H2

* chore: update min Xcode version to 15

* chore: update xcode verison to 15.0 for macOS

* chore: update ios and macos setup to be consistent with Android, add callout for missing podfile
* chore: add serverComponentsExternalPackages callout for Next.js

* Apply suggestions from code review

Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>

* Apply suggestions from code review

* Update src/pages/gen1/[platform]/build-a-backend/server-side-rendering/nextjs/index.mdx

Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>

* Update src/pages/gen1/[platform]/build-a-backend/server-side-rendering/nextjs/index.mdx

Co-authored-by: josef <josef.aidt@gmail.com>

* Update src/pages/[platform]/build-a-backend/server-side-rendering/index.mdx

Co-authored-by: josef <josef.aidt@gmail.com>

---------

Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
Co-authored-by: josef <josef.aidt@gmail.com>
* chore: change outputs to amplifyConfig in flutter gen 2 docs

* chore: change amplifyconfiguration.dart import to amplify_outputs.dart

* chore: remove --outputs-version 0 and downgrade config file callout

* chore: remove --outputs-version 0 from snippets

* chore: remove gen 2 config conversion callout

* chore: remove amplifyconfiguration.dart references from gen 2
…al fields (#7768)

* add warning regarding subscription and mutation redaction of relational fields

* replace authn with authz in warning

* chore(api): Callout for field redaction on Swift Android relational models

* Update src/pages/gen1/[platform]/build-a-backend/graphqlapi/relational-models/index.mdx

* add feature flag to warning for gen 1

* Fix heading order in fragments affecting this page

* add protected redaction message components

* Add tests for redaction message Gen 1 and Gen 2 components

* add snapshots for redaction Gen 1 and Gen 2 component tests

* Adds ProtectedRedactionMessage components for Gen 1 and Gen2

* Render ProtectedRedactionGen1Message component on Gen 1 realtime page

* Render ProtectedRedactionGen1Message component on Gen 2 data modeling page

* Render ProtectedRedactionGen2Message component on Gen 2 realtime page

* Render ProtectedRedactionGen1Message component on Gen 1 data modeling page

* Render ProtectedRedactionGen1Message component on Gen 1 V5 realtime page

* add subscriptionsInheritPrimaryAuth as a feature flag

* correct version for subscriptionsInheritPrimaryAuth

* remove commented code

* fix heading order

---------

Co-authored-by: Michael Law <1365977+lawmicha@users.noreply.github.com>
Co-authored-by: Heather <hbuchel@gmail.com>
Co-authored-by: katiegoines <katiegoines@gmail.com>
Co-authored-by: katiegoines <katiegoines@gmail.com>
…#7779)

Co-authored-by: katiegoines <katiegoines@gmail.com>
Removed mention of create-vite-app
* add workflow to validate redirects

* change filename

* removing testing errors

* finding all invalid redirects

* running validation to catch all issues

* remove unneeded code

---------

Co-authored-by: katiegoines <katiegoines@gmail.com>
* update set up function guide with data example

* add mobile snippets
…ion Flows page for js categories (#7769)

Co-authored-by: JoonWon Choi <joonwonc@amazon.com>
* feat(js): list api subpathStrategy parameter

* fix: adds style guide suggestions

* fix: adds result structure

* fix: tried to delineate between recursive exploration of entire path and subpathStrategy option

* Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx

Co-authored-by: Harshita Daddala <harshita.d11@gmail.com>

* Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx

Co-authored-by: Harshita Daddala <harshita.d11@gmail.com>

* Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx

Co-authored-by: Harshita Daddala <harshita.d11@gmail.com>

* Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx

Co-authored-by: Harshita Daddala <harshita.d11@gmail.com>

* Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx

Co-authored-by: ashika112 <155593080+ashika112@users.noreply.github.com>

* Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx

Co-authored-by: josef <josef.aidt@gmail.com>

* comments and prettier

* undid prettier table change

* Update src/pages/[platform]/build-a-backend/storage/list-files/index.mdx

Co-authored-by: josef <josef.aidt@gmail.com>

---------

Co-authored-by: haverchuck <dnnoyes@amazon.com>
Co-authored-by: Harshita Daddala <harshita.d11@gmail.com>
Co-authored-by: ashika112 <155593080+ashika112@users.noreply.github.com>
Co-authored-by: josef <josef.aidt@gmail.com>
…7788)

Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.3.8 to 4.3.9.
- [Release notes](https://github.com/aws-amplify/amplify-cli/releases)
- [Changelog](https://github.com/aws-amplify/amplify-cli/blob/dev/packages/amplify-cli-core/CHANGELOG.md)
- [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/amplify-cli-core@4.3.9/packages/amplify-cli-core)

---
updated-dependencies:
- dependency-name: "@aws-amplify/amplify-cli-core"
  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>
Bumps [aws-actions/aws-secretsmanager-get-secrets](https://github.com/aws-actions/aws-secretsmanager-get-secrets) from 2.0.3 to 2.0.5.
- [Release notes](https://github.com/aws-actions/aws-secretsmanager-get-secrets/releases)
- [Commits](aws-actions/aws-secretsmanager-get-secrets@ff26a0a...98c2d6b)

---
updated-dependencies:
- dependency-name: aws-actions/aws-secretsmanager-get-secrets
  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>
* storage(android): update getURL options

* add more code examples
* add gen 2 SDL docs

* Update src/pages/[platform]/build-a-backend/data/data-modeling/index.mdx

Co-authored-by: josef <josef.aidt@gmail.com>

* Update src/pages/[platform]/build-a-backend/data/data-modeling/index.mdx

Co-authored-by: josef <josef.aidt@gmail.com>

* move support callout to migration page

* update doc to state ddb-backed sources only

* made updates to the sdl explanation

---------

Co-authored-by: josef <josef.aidt@gmail.com>
Co-authored-by: Nikhil Swaminathan <nikhil@live.ca>
* add callout for sql custom query/mutation return types with example

* Merge branch 'main' of github.com:aws-amplify/docs

* revert sql page change

* revert change on gen 1 sql page
* add auth permissions

* fix accessibility error

* fix heading
* add callout for sql custom query/mutation return types with example

* add gen 1 example

* shorten gen 2 example a bit

* remove line breaks from gen 1 example

* remove line break

* Update index.mdx

Co-authored-by: josef <josef.aidt@gmail.com>

* Update src/pages/gen1/[platform]/build-a-backend/graphqlapi/connect-api-to-existing-database/index.mdx

Co-authored-by: josef <josef.aidt@gmail.com>

* remove ts import from bottom of page

---------

Co-authored-by: josef <josef.aidt@gmail.com>
josefaidt and others added 30 commits August 23, 2024 16:43
* update security headers

* add csp values

* move frame-ancestors

* remove frame-ancestor from meta

* update headers

* use double quotes in yml file

---------

Co-authored-by: Jacob Logan <lognjc@amazon.com>
This reverts commit a11a9e0.

Co-authored-by: Jacob Logan <lognjc@amazon.com>
Co-authored-by: Jacob Logan <lognjc@amazon.com>
* feat: custom SSL CA support for SQL data sources

* Update src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx

Co-authored-by: josef <josef.aidt@gmail.com>

* Update src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx

Co-authored-by: josef <josef.aidt@gmail.com>

* add size limit, console flow

* Callout 4KB limit on cert size

* Minor wording change

---------

Co-authored-by: josef <josef.aidt@gmail.com>
…e on the Scheduled Functions documentation page (#7940)
* chore: renaming Storage Manager to File Uploader

* Update src/pages/[platform]/build-a-backend/storage/upload-files/index.mdx
* add alt-text for info icon

* updatesnapshot

* address pr comments

* updated snapshot for protected message

* updated with warning icon

* update snapshot

* Update src/components/Callout/Callout.tsx

Co-authored-by: Heather Buchel <hbuchel@gmail.com>

* Update src/components/Callout/Callout.tsx

Co-authored-by: Heather Buchel <hbuchel@gmail.com>

* Update src/components/Callout/Callout.tsx

Co-authored-by: Heather Buchel <hbuchel@gmail.com>

* update snapshot

---------

Co-authored-by: katiegoines <katiegoines@gmail.com>
Co-authored-by: Heather Buchel <hbuchel@gmail.com>
* chore: add redirect section to sigout

* chore: convert URI to URL

* chore: review comments
Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 6.1.12 to 6.3.1.
- [Release notes](https://github.com/aws-amplify/amplify-ui/releases)
- [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/ui-react@6.3.1/packages/react)

---
updated-dependencies:
- dependency-name: "@aws-amplify/ui-react"
  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>
* added an example page for setting up custom-auth-flows

* Update src/pages/[platform]/build-a-backend/functions/examples/custom-auth-flows/index.mdx

Co-authored-by: josef <josef.aidt@gmail.com>

* add links in switching-authentication-flows

* updated docs

* fixed wording issue for CUSTOM_AUTH challenge

* Update index.mdx

Co-authored-by: josef <josef.aidt@gmail.com>

* updated callout

* added paragraph to what and why SRP

---------

Co-authored-by: josef <josef.aidt@gmail.com>
… mutations page (#7964)

* add async function handlers section to custom queries and mutations page

* update use case wording
Co-authored-by: katiegoines <katiegoines@gmail.com>
Co-authored-by: haverchuck <dnnoyes@amazon.com>
…nt page (#7975)

* Added video

* Updated based on review

---------

Co-authored-by: Erik Hanchett <ehhance@amazon.com>
Co-authored-by: Edison Zhang <edisonzz@amazon.com>
* improve callout for group access in storage

* Update table header to fix test

---------

Co-authored-by: ashika112 <155593080+ashika112@users.noreply.github.com>
…ets support (#7918)

* update android storage with multi-bucket support

* feat(Storage)[Swift]: Adding documentation for multi-bucket support

* Fixing some typos and headers levels

* Listing all swift options for all APIs

* Fixing bucket description in download options for swift

* update android storage api with options list

* update android storage options

* remove options from download and remove APIs

---------

Co-authored-by: Sebastian Villena <97059974+ruisebas@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.