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

Add plumb_api() and available_apis() #631

Merged
merged 21 commits into from
Aug 6, 2020
Merged

Add plumb_api() and available_apis() #631

merged 21 commits into from
Aug 6, 2020

Commits on Aug 4, 2020

  1. Move all examples from ./inst/examples to ./inst/plumber for cros…

    …s package consistency
    schloerke committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a463097 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Rename plumb_pkg() to plumb_api(). Move all docker pointers from …

    …`./examples` to `./plumber`
    schloerke committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    959fe8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1df57f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b35a19 View commit details
    Browse the repository at this point in the history
  4. moar docs! add news item

    schloerke committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    55b0b9f View commit details
    Browse the repository at this point in the history
  5. When plumbing a file, set the working directory to the file's dir.

    This is on par to running a plumber api as the directory is set there as well.
    schloerke committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    007f7ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5577a90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c8b929 View commit details
    Browse the repository at this point in the history
  8. fix tests

    schloerke committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    532922b View commit details
    Browse the repository at this point in the history
  9. When plumbing a file, set the working directory to the file's directo…

    …ry. Same for running a plumbed file
    schloerke committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    310f6f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b844d8c View commit details
    Browse the repository at this point in the history
  11. Fix tests

    schloerke committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    bbb5abe View commit details
    Browse the repository at this point in the history
  12. Apply suggestions from code review

    Co-authored-by: Carson Sievert <cpsievert1@gmail.com>
    schloerke and cpsievert authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    d5d5830 View commit details
    Browse the repository at this point in the history
  13. If no package is provided, return all available apis. If no name is p…

    …rovided, return available package apis
    schloerke committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    e53cfcf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7f16c07 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e00cd06 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    86d9a63 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c2a26b5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d2c6fec View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9bdcfda View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. merge master

    schloerke committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    2ca0b93 View commit details
    Browse the repository at this point in the history