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: introduce Plugins API, fix tests #545

Merged
merged 28 commits into from
Feb 12, 2020
Merged

feat: introduce Plugins API, fix tests #545

merged 28 commits into from
Feb 12, 2020

Commits on Jan 29, 2020

  1. feat: introduce Plugins API, fix tests

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    5c5ca3b View commit details
    Browse the repository at this point in the history
  2. chore: update changelog

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    0aab094 View commit details
    Browse the repository at this point in the history
  3. chore: lgtm tweaks?

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    7568d08 View commit details
    Browse the repository at this point in the history
  4. start plugins tests; update exports

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    7fed544 View commit details
    Browse the repository at this point in the history
  5. chore(custom-plugins-tests): make it really passing

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    aa0cc85 View commit details
    Browse the repository at this point in the history
  6. chore: more tests; add nyc test coverage

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    308333d View commit details
    Browse the repository at this point in the history
  7. chore: move to GitHub Actions CI

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    f9d8cd4 View commit details
    Browse the repository at this point in the history
  8. fix: respect form hash option on incoming octect/stream requests

    close #407
    
    Co-authored-by: Claudio Poli <masterkain@gmail.com>
    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore and masterkain committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    a84a0f1 View commit details
    Browse the repository at this point in the history
  9. chore: merge updates from master

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    fb5ca03 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. fix: tests, use dezalgo and once for parse callback

    - it is recommended plugins to return the this/self/formidable instance
    - add 2 deps: `once` and `dezalgo` for ensurance of the `cb` param of .parse()
      + otherwise it COULD (and happened already few times) be called multiple times
    - update unit tests to use Jest
    
    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    db1e1f0 View commit details
    Browse the repository at this point in the history
  2. chore: tweaks, publish dev dist-tag (with Plugins API)

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    b44bcbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c7d359 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    8120b6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c399be View commit details
    Browse the repository at this point in the history
  3. chore: sync & tweak

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    d6cd110 View commit details
    Browse the repository at this point in the history
  4. fix: check strictly for multipart/form-data in multipart parser

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    2c35e72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d47def View commit details
    Browse the repository at this point in the history
  6. chore: publish dev.2

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    3ebbbd0 View commit details
    Browse the repository at this point in the history
  7. chore: merge

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    e02c69c View commit details
    Browse the repository at this point in the history
  8. fix: tests updates

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    3e3a27a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    019937e View commit details
    Browse the repository at this point in the history
  10. fix: it seems we support multipart/related too

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    bc34459 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. chore: download badges

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    282971d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

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

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    db1d69a View commit details
    Browse the repository at this point in the history
  2. Update package.json

    tunnckoCore committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    81c79fd View commit details
    Browse the repository at this point in the history
  3. chore: sync

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    e531213 View commit details
    Browse the repository at this point in the history
  4. chore: update npm funding link, tag to canary [skip ci]

    Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
    tunnckoCore committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    5b813a5 View commit details
    Browse the repository at this point in the history