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

Register UI interfaces and remove non-essential $run() arguments #598

Merged
merged 103 commits into from
Jul 31, 2020

Conversation

schloerke
Copy link
Collaborator

Fixes #562

Includes all of #562 . Made a new PR to add some final code changes that I did not explain well.

PR task list:

  • Update NEWS
  • Add tests
  • Update documentation with devtools::document()

Bruno Tremblay and others added 30 commits June 23, 2020 09:20
Merge remote-tracking branch 'upstream/master' into interface_mount

# Conflicts:
#	R/plumber.R
#	man/plumber.Rd
Co-authored-by: Barret Schloerke <barret@rstudio.com>
Co-authored-by: Barret Schloerke <barret@rstudio.com>
Merge remote-tracking branch 'upstream/master' into interface_mount

# Conflicts:
#	DESCRIPTION
#	R/plumber.R
#	man/plumber.Rd
Merge remote-tracking branch 'upstream/master' into interface_mount

# Conflicts:
#	NEWS.md
#	R/plumber-options.R
#	man/options_plumber.Rd
#	man/plumber-package.Rd
Merge remote-tracking branch 'upstream/master' into interface_mount

# Conflicts:
#	NEWS.md
Co-authored-by: Barret Schloerke <barret@rstudio.com>
Co-authored-by: Barret Schloerke <barret@rstudio.com>
As you wish.

I left it TRUE so that It would pick up the first UI in the list from `.globals$UIs$mount[TRUE]`. Tried to have as much decoupling from the actual UI name as possible.

Co-authored-by: Barret Schloerke <barret@rstudio.com>
Co-authored-by: Barret Schloerke <barret@rstudio.com>
NEWS.md Outdated Show resolved Hide resolved
R/plumber.R Outdated Show resolved Hide resolved
R/plumber.R Outdated Show resolved Hide resolved
R/plumber.R Outdated Show resolved Hide resolved
R/plumber.R Show resolved Hide resolved
R/plumber.R Outdated Show resolved Hide resolved
R/plumber.R Outdated Show resolved Hide resolved
@cpsievert cpsievert self-requested a review July 30, 2020 20:38
Copy link
Contributor

@cpsievert cpsievert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with pending suggestions/comments

schloerke and others added 2 commits July 31, 2020 11:19
Co-authored-by: Carson Sievert <cpsievert1@gmail.com>
@schloerke
Copy link
Collaborator Author

schloerke commented Jul 31, 2020

  • Add pr_set_parsers() method
  • $setParsers() -> set_parsers() ?

@schloerke
Copy link
Collaborator Author

Squash Merging this PR on a Friday afternoon. Need to get it into people hands for them to make noise. 😉

@schloerke schloerke changed the title Interface Mount Register UI interfaces and remove non-essential $run() arguments Jul 31, 2020
@schloerke schloerke merged commit 13f8134 into master Jul 31, 2020
@schloerke schloerke deleted the meztez-interface_mount branch July 31, 2020 20:56
@meztez meztez mentioned this pull request Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants