PLG-NG
  1. PLG-NG

shiny-server

Public
AuthorCommitMessageCommit dateIssues
Piotr KoptaPiotr Kopta
166f0526a8credcap support
Piotr KoptaPiotr Kopta
fea0d6934c0docker image reorganization
Piotr KoptaPiotr Kopta
3181ab8ee40additional packages
Piotr KoptaPiotr Kopta
a122ba0cd61* r-base-dev from cran repo (newer version than from ubuntu repo)* removed some r package installation from ubuntu repo
Piotr KoptaPiotr Kopta
b7cf23eee77* instalacja problematycznych (z punktu widzenia shinynarzedzia) pakietów R z repo Ubuntu
Piotr KoptaPiotr Kopta
890866634a0configuration file used at agave1
Piotr KoptaPiotr Kopta
6bac40c29afDefault R cran repo in docker container
Piotr KoptaPiotr Kopta
f1f5a80de6bDocker image for shiny app validation
Piotr KoptaPiotr Kopta
e11aec8a2a4bugfix
Piotr KoptaPiotr Kopta
213dfeae460bugfix
Piotr KoptaPiotr Kopta
8be3cfce11dauto-update shiny docker image based on git repo changes
Piotr KoptaPiotr Kopta
2d9b10addb6Testy auto-aktualizacji na podstawie zmian w repo
Piotr KoptaPiotr Kopta
693a41bf518Testy sprawdzania zmian w repo
Piotr KoptaPiotr Kopta
df0386554c1typo
Piotr KoptaPiotr Kopta
e1b92032d54docker images rebuild
Piotr KoptaPiotr Kopta
3e2dfcce49erebuild of docker images
Piotr KoptaPiotr Kopta
1d37c2b4f59cron script for automatic update shiny-apps
Piotr KoptaPiotr Kopta
cd0e0161c45Fixed waiting for docker container start in http request
Piotr KoptaPiotr Kopta
4a7b10bcb0fDocker images used by Shiny Server
Piotr KoptaPiotr Kopta
c77137a1de7Support for running shiny applications in docker containers.
trestletechtrestletech
71de790a092Bump to version 1.3.0
trestletechtrestletech
4145f9e71c1Preserve static Pandoc binaries through installer.
trestletechtrestletech
ab659ced9e7Use static pandoc on SuSE.
trestletechtrestletech
0bec4d26546Model SUSE script after RH init.d script.
trestletechtrestletech
5e51189d19cCorrect test for SUSE.
trestletechtrestletech
a226d59f039Setup init.d scripts for SUSE.
trestletechtrestletech
4c0cf6f3ea4Explicitly create a shiny group (needed for SUSE)
trestletechtrestletech
feba107ab62Bump to 1.2.3.
trestletechtrestletech
41aaeeafb3aUpdated paths to sample apps to include trailing slash.
trestletechtrestletech
349156d5da9Update NEWS.
trestletechtrestletech
533af231b85Check for existence of serverInfo() function before calling it.
trestletechtrestletech
d2e6bdd2c43Populate shinyServer information.
trestletechtrestletech
b83dc42867dAdded support for single app.R deployments as supported in shiny 0.10.2.
trestletechtrestletech
31731256e30Close all sessions, not just a single channel.
trestletechtrestletech
407d02fc223Bump version.
trestletechtrestletech
75c1c911c9aAdded docs to describe getRelativePath().
trestletechtrestletech
4849e0c0213Suppress logging at logtime.
trestletechtrestletech
c62a322a714Send relative URLs to define the sockJS target when multiplexing.Closes #237
trestletechtrestletech
6684ef0c126Rename protocol checkbox to make it less likely to collide.
trestletechtrestletech
662a9830c4aAdjust respawn limits given the post-stop sleep.
trestletechtrestletech
a524da50a8eAdd pause on Upstart stop, don't respect LANG=C.Changes suggested courtesy of @dmenne.
trestletechtrestletech
9607abae098Updated NEWS for 1.2
Joe ChengJoe Cheng
f56bc3a75e8Use sh-compatible conditionals
trestletechtrestletech
3c983b95a03Pass RSTUDIO_PANDOC through stdin.CentOS 6.3 seems to wipe it when going through bash --login, so we need another way to pass it in. We're actually not clear whether or not it wipes LANG and family, but if it does we expect it will provide us with a reasonable system default, so that's less of a concern.
Joe ChengJoe Cheng
ba7286bf4c5MMerge pull request #73 from rstudio/feature/set-langSet LANG in the upstart/init script on Ubuntu.
Jeff AllenJeff Allen
22ce75b81b2MMerge pull request #72 from rstudio/bugfix/lang-undefinedDrop undefined/null values from child process env
trestletechtrestletech
c7b59f845d1Set LANG in the upstart/init script on Ubuntu.
Joe ChengJoe Cheng
0b5c72d68f8Drop undefined/null values from child process envUndefined LANG was causing an actual LANG="undefined" to be passed to the child process.
trestletechtrestletech
39d7affa7cePass PATH through to the Shiny process.
Joe ChengJoe Cheng
0bce6897e27Pass LANG variable along to child R processesOtherwise, LANG=C is used as the default, which causes problems for R Markdown rendering