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

feat(gatsby, gatsby-plugin-utils, gatsby-source-wordpress, gatsby-source-contentful, gatsby-source-drupal): Add setRequestHeaders action/api #35655

Merged
merged 59 commits into from
Jun 2, 2022

Commits on May 12, 2022

  1. start adding new action

    TylerBarnes committed May 12, 2022
    Configuration menu
    Copy the full SHA
    50b4491 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Add request headers api

    TylerBarnes committed May 13, 2022
    Configuration menu
    Copy the full SHA
    1b88fc4 View commit details
    Browse the repository at this point in the history
  2. types are in src

    TylerBarnes committed May 13, 2022
    Configuration menu
    Copy the full SHA
    8e082b4 View commit details
    Browse the repository at this point in the history
  3. Add source plugin docs

    TylerBarnes committed May 13, 2022
    Configuration menu
    Copy the full SHA
    6057597 View commit details
    Browse the repository at this point in the history
  4. try removing type imports

    TylerBarnes committed May 13, 2022
    Configuration menu
    Copy the full SHA
    dc054d4 View commit details
    Browse the repository at this point in the history
  5. any

    TylerBarnes committed May 13, 2022
    Configuration menu
    Copy the full SHA
    74f76c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aead073 View commit details
    Browse the repository at this point in the history
  7. add comments

    TylerBarnes committed May 13, 2022
    Configuration menu
    Copy the full SHA
    b49a3a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    885031c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    d19dccd View commit details
    Browse the repository at this point in the history
  2. add tests

    TylerBarnes committed May 17, 2022
    Configuration menu
    Copy the full SHA
    44141cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14b6730 View commit details
    Browse the repository at this point in the history
  4. try any

    TylerBarnes committed May 17, 2022
    Configuration menu
    Copy the full SHA
    081cd4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    938033b View commit details
    Browse the repository at this point in the history
  6. Update index.d.ts

    TylerBarnes committed May 17, 2022
    Configuration menu
    Copy the full SHA
    1f57bb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3408213 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ba7177 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c744b85 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca8fc21 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    cc58029 View commit details
    Browse the repository at this point in the history
  2. Revert "move getRequestHeadersForUrl into gatsby/utils"

    This reverts commit 4ba7177.
    TylerBarnes committed May 18, 2022
    Configuration menu
    Copy the full SHA
    7faf0d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c925bd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c07f1d7 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    a526a9e View commit details
    Browse the repository at this point in the history
  2. review changes

    TylerBarnes committed May 19, 2022
    Configuration menu
    Copy the full SHA
    801a85d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd9f607 View commit details
    Browse the repository at this point in the history
  4. remove console log

    TylerBarnes committed May 19, 2022
    Configuration menu
    Copy the full SHA
    bba3863 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f1c122 View commit details
    Browse the repository at this point in the history
  6. add missing actions

    TylerBarnes committed May 19, 2022
    Configuration menu
    Copy the full SHA
    e9b12d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f0588a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7115053 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b82135 View commit details
    Browse the repository at this point in the history
  10. unused import

    TylerBarnes committed May 19, 2022
    Configuration menu
    Copy the full SHA
    43714c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    874d424 View commit details
    Browse the repository at this point in the history
  12. remove reporter import

    TylerBarnes committed May 19, 2022
    Configuration menu
    Copy the full SHA
    497adf7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dff417e View commit details
    Browse the repository at this point in the history
  14. fix tests

    TylerBarnes committed May 19, 2022
    Configuration menu
    Copy the full SHA
    c2a5dfb View commit details
    Browse the repository at this point in the history
  15. fix more tests

    TylerBarnes committed May 19, 2022
    Configuration menu
    Copy the full SHA
    6634607 View commit details
    Browse the repository at this point in the history
  16. update warning message

    TylerBarnes committed May 19, 2022
    Configuration menu
    Copy the full SHA
    bf48099 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    57c75d0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    a519fd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69ba76c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bdda47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe9e2d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a65242b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

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

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    96138fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bee6fd View commit details
    Browse the repository at this point in the history
  3. show test paths on output

    TylerBarnes committed May 27, 2022
    Configuration menu
    Copy the full SHA
    39ee715 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. debugging

    TylerBarnes committed May 28, 2022
    Configuration menu
    Copy the full SHA
    b7056e2 View commit details
    Browse the repository at this point in the history
  2. debugging

    TylerBarnes committed May 28, 2022
    Configuration menu
    Copy the full SHA
    a2b6d47 View commit details
    Browse the repository at this point in the history
  3. add missing btoa fn

    TylerBarnes committed May 28, 2022
    Configuration menu
    Copy the full SHA
    90e4fe7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    7899e8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9d9884 View commit details
    Browse the repository at this point in the history
  3. group imports

    TylerBarnes committed May 30, 2022
    Configuration menu
    Copy the full SHA
    b42308c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9745f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56f6509 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

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