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] Ignore adapter build files #1924

Merged
merged 43 commits into from
Jul 29, 2021

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    9d0911e View commit details
    Browse the repository at this point in the history
  2. update documentation

    JeanJPNM committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    b5e2f86 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    81994dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c96539 View commit details
    Browse the repository at this point in the history
  3. remove test code

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    1443779 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb1d390 View commit details
    Browse the repository at this point in the history
  5. add TODO

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    7ef9b75 View commit details
    Browse the repository at this point in the history
  6. add changeset

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    c436c63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    572b1a2 View commit details
    Browse the repository at this point in the history
  8. update documentation

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    9ce434e View commit details
    Browse the repository at this point in the history
  9. fix error inside loop

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    7ad5add View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0440983 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f2571e1 View commit details
    Browse the repository at this point in the history
  12. update adapter-node

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    62d4ba5 View commit details
    Browse the repository at this point in the history
  13. update adapter-static

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    7d77989 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b9ebbc0 View commit details
    Browse the repository at this point in the history
  15. fix line verification

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    fe432a7 View commit details
    Browse the repository at this point in the history
  16. improve delimeter title

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    34c65eb View commit details
    Browse the repository at this point in the history
  17. update docs

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    e511a18 View commit details
    Browse the repository at this point in the history
  18. update adapter-vercel

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    a75f5ae View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5817df0 View commit details
    Browse the repository at this point in the history
  20. updata adapter-netlify

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    fc0b94b View commit details
    Browse the repository at this point in the history
  21. update adapter-begin

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    b4f3a1b View commit details
    Browse the repository at this point in the history
  22. add todo

    JeanJPNM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    ebd3df6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. put logging inside function

    JeanJPNM committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    8d6a883 View commit details
    Browse the repository at this point in the history
  2. update adapters

    JeanJPNM committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    1b8bee2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. split lines with optional \r

    JeanJPNM committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    191e9c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff76519 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. minimal viable code

    JeanJPNM committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    517b254 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. remove old comment

    JeanJPNM committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    235e608 View commit details
    Browse the repository at this point in the history
  2. replace \n by EOL

    JeanJPNM committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    99fac63 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. update docs

    JeanJPNM committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    14561a1 View commit details
    Browse the repository at this point in the history
  2. update adapter api doc

    JeanJPNM committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    5e57aae View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. clarify file location

    JeanJPNM committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    57ddbbb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. undo adapter-begin update

    JeanJPNM committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    f581003 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. check for file's eol

    JeanJPNM committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    bd9613d View commit details
    Browse the repository at this point in the history
  2. target only .gitignore

    JeanJPNM committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    d74eeee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4403cb9 View commit details
    Browse the repository at this point in the history
  4. Update documentation/docs/80-adapter-api.md

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    JeanJPNM and benmccann authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    e587a92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e9c146 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf903e5 View commit details
    Browse the repository at this point in the history
  7. update changeset

    JeanJPNM committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    50cb7d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    445b992 View commit details
    Browse the repository at this point in the history