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

workers: fix typo #16220

Merged
merged 55 commits into from
Oct 24, 2024
Merged

workers: fix typo #16220

merged 55 commits into from
Oct 24, 2024

Commits on Oct 16, 2024

  1. commit

    elithrar committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2cb3bf2 View commit details
    Browse the repository at this point in the history
  2. icon

    elithrar committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a93db6e View commit details
    Browse the repository at this point in the history
  3. fix link

    elithrar committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1e77cce View commit details
    Browse the repository at this point in the history
  4. rename to workflows-starter

    elithrar committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2e6f4fa View commit details
    Browse the repository at this point in the history
  5. fix limit

    elithrar committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    61869e6 View commit details
    Browse the repository at this point in the history
  6. mebibyte

    elithrar committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    26db15e View commit details
    Browse the repository at this point in the history
  7. events and params

    elithrar committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7badf0d View commit details
    Browse the repository at this point in the history
  8. npx -> npm

    elithrar committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e0c3786 View commit details
    Browse the repository at this point in the history
  9. more

    elithrar committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0fc5105 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. wrangler

    elithrar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a21c2a0 View commit details
    Browse the repository at this point in the history
  2. cron triggers

    elithrar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1072186 View commit details
    Browse the repository at this point in the history
  3. more docs

    elithrar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3f6db1d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. rules of steps

    elithrar committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6d2439f View commit details
    Browse the repository at this point in the history
  2. fix

    elithrar committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    9c054b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. CLI guide

    elithrar committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7654b8c View commit details
    Browse the repository at this point in the history
  2. finish CLI starter

    elithrar committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    05a635a View commit details
    Browse the repository at this point in the history
  3. update landing page

    elithrar committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    09df5cf View commit details
    Browse the repository at this point in the history
  4. fix numbering

    elithrar committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a6c5e73 View commit details
    Browse the repository at this point in the history
  5. fix link formatting

    elithrar committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    211b552 View commit details
    Browse the repository at this point in the history
  6. fix

    elithrar committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1fdb278 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. sleeping / retrying

    elithrar committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    08afc80 View commit details
    Browse the repository at this point in the history
  2. trigger

    elithrar committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e11c6f3 View commit details
    Browse the repository at this point in the history
  3. wording

    elithrar committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f5b3aaf View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. wrap get-started guide

    elithrar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2535e0a View commit details
    Browse the repository at this point in the history
  2. rules of workflows

    elithrar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9533bfd View commit details
    Browse the repository at this point in the history
  3. trigger done

    elithrar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f9eccb3 View commit details
    Browse the repository at this point in the history
  4. sleep

    elithrar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    883e24a View commit details
    Browse the repository at this point in the history
  5. NonRetryableError

    elithrar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    57d467c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c4c29f View commit details
    Browse the repository at this point in the history
  7. npm create cloudflare@latest workflows-starter -- --template 'cloudfl…

    …are/workflows-starter'
    elithrar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    51b3d24 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Jun Lee <junlee@cloudflare.com>
    elithrar and Oxyjun authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ffb3894 View commit details
    Browse the repository at this point in the history
  9. @workflows -> @latest

    elithrar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    477972b View commit details
    Browse the repository at this point in the history
  10. remove output from CLI guide

    elithrar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f8997ec View commit details
    Browse the repository at this point in the history
  11. fix missing link

    elithrar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e0e4248 View commit details
    Browse the repository at this point in the history
  12. fix links

    elithrar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    af6c6e4 View commit details
    Browse the repository at this point in the history
  13. workflows: review

    Co-authored-by: Jun Lee <junlee@cloudflare.com>
    elithrar and Oxyjun authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    86ba2a8 View commit details
    Browse the repository at this point in the history
  14. Adds Workflows GraphQL examples and docs

    Celso Martinho committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    dcdf9ee View commit details
    Browse the repository at this point in the history
  15. Merge branch 'silverlock/workflows/new' of github.com:cloudflare/clou…

    …dflare-docs into silverlock/workflows/new
    Celso Martinho committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cc2f3c2 View commit details
    Browse the repository at this point in the history
  16. Apply suggestions from code review

    Co-authored-by: Jun Lee <junlee@cloudflare.com>
    elithrar and Oxyjun authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    43c4b99 View commit details
    Browse the repository at this point in the history
  17. types

    elithrar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ad0fb1a View commit details
    Browse the repository at this point in the history
  18. changelog + dates

    elithrar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    acd1169 View commit details
    Browse the repository at this point in the history
  19. Apply suggestions from code review

    Fixing broken CI (required) pipeline by removing duplicated lines.
    Oxyjun authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5ddce18 View commit details
    Browse the repository at this point in the history
  20. workflows: Apply suggestions from code review

    Co-authored-by: Jun Lee <junlee@cloudflare.com>
    elithrar and Oxyjun authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a8de669 View commit details
    Browse the repository at this point in the history
  21. compat date

    elithrar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6fb0e14 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8d7f168 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. finalize types

    elithrar committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9f64900 View commit details
    Browse the repository at this point in the history
  2. wrangler version note

    elithrar committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4fdb2b0 View commit details
    Browse the repository at this point in the history
  3. Importing Type and MetaInfo component

    Stops the required CI pipeline from breaking.
    Oxyjun authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a7f2553 View commit details
    Browse the repository at this point in the history
  4. Fixing REST API links

    Not fixing it blocks merge.
    Oxyjun authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5ae5439 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Diogo Ferreira <bruxodasilva@gmail.com>
    Co-authored-by: Jun Lee <junlee@cloudflare.com>
    3 people authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a10ae6a View commit details
    Browse the repository at this point in the history
  6. fix API URL

    elithrar committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    151eb2e View commit details
    Browse the repository at this point in the history
  7. comment out pause

    elithrar committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    af8d02c View commit details
    Browse the repository at this point in the history
  8. fix bad class naming

    elithrar committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    336d863 View commit details
    Browse the repository at this point in the history
  9. edits

    elithrar committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    925dd82 View commit details
    Browse the repository at this point in the history
  10. naming steps

    elithrar committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e858bb1 View commit details
    Browse the repository at this point in the history