PLG-NG
  1. PLG-NG

shiny-server

Public
  1. PLG-NG
  2. shiny-server

All Branches Graph  

        
AuthorCommitMessageCommit dateBuilds
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 w...
Joe ChengJoe Cheng
ba7286bf4c5Merge pull request #73 from rstudio/feature/set-lang Set LANG in the upstart/init script on Ubuntu.
Jeff AllenJeff Allen
22ce75b81b2Merge pull request #72 from rstudio/bugfix/lang-undefined Drop 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 env Undefined LANG was causing an actual LANG="undefined" to be passed...
trestletechtrestletech
39d7affa7cePass PATH through to the Shiny process.
Joe ChengJoe Cheng
0bce6897e27Pass LANG variable along to child R processes Otherwise, LANG=C is used as the default, which causes problems for R ...
trestletechtrestletech
b061680e3c8Merge remote-tracking branch 'origin/master'
Joe ChengJoe Cheng
99f9c43e83bMerge pull request #71 from rstudio/bugfix/http-connections Avoid hitting http connection limit with subapps
Joe ChengJoe Cheng
966b9b5b156Update comment
Joe ChengJoe Cheng
ef9176430d8More compact protocol--avoid extra JSON encoding Also make subapps print custom message log/alerts
Joe ChengJoe Cheng
7f10f470d68Multiplex improvements * Retire underlying SockJS connection when last channel is closed * Logging (requires source ...
trestletechtrestletech
7c86c943faaOnly default to index.html for root URL requests.
trestletechtrestletech
6d9839baf3cClone settings to avoid pass-by-ref problems.
trestletechtrestletech
02ab9a88c8aUpdated test to reflect latest refactor.
trestletechtrestletech
311706ec208Create exception for index.htm(l) when in Rmd mode.
Joe ChengJoe Cheng
ea027bc5b89Upgrade sockjs to patched version Includes b88f9ea, which fixes sockjs/sockjs-node#143. This bug was causing JJ's gg...
Joe ChengJoe Cheng
624b443fa7bFix bug preventing close events
Joe ChengJoe Cheng
88b5c502065Comments and cleanup
Joe ChengJoe Cheng
a4c3ad859d0Avoid hitting http connection limit with subapps With this change, SockJS connections as used by Shiny Server repres...
trestletechtrestletech
624ba8207f3Removed enumeration of qs.
trestletechtrestletech
965719dca75Don't set LANG. We presume that rmarkdown will handle the check for the environment variables that pandoc needs in o...
trestletechtrestletech
2f5893042c4Bumped version.
trestletechtrestletech
67420ceb396Ensure that Shiny apps take precedence over Shiny Docs in Dir Router.
trestletechtrestletech
94f5d93d5d7Standardized verbiage for 'Shiny docs.'
trestletechtrestletech
75612b466a9Added Ubuntu build server.
trestletechtrestletech
b340b4bb285Correct command syntax on welcome.
trestletechtrestletech
18ee4cb3116Added rmd example to samples and welcome page.
trestletechtrestletech
f3f60302c38Refine massaged URL to be compatible with appDirs hosted at the base URL.
trestletechtrestletech
46cca58dcc6mkdir ext for pandoc binary extraction.
trestletechtrestletech
84c5606ac72Change paths for pandoc extraction in installer.
trestletechtrestletech
292a32435ccProperly forward path through to Shiny requests.
trestletechtrestletech
58c96044a43Check versions of all relevant packages in R.
trestletechtrestletech
a789f869c02Merge branch 'feature/Rmd'
trestletechtrestletech
80e59312841Only fire an alert for the parent application.
trestletechtrestletech
682094c3cffAdded Rmd handling to app_dir.
trestletechtrestletech
5966d438788Got CMake to install the Pandoc binary.
trestletechtrestletech
38c8b10d9e6Add the necessary environment variables to keep Pandoc from crashing.
trestletechtrestletech
d6f626df390Default to index.Rmd
trestletechtrestletech
d5b76ed1145Check rmarkdown versions and use run() where appropriate.
trestletechtrestletech
60570c6df4eCorrect path typo.
trestletechtrestletech
c15c53973c5Properly distinguish between Rmd and Shiny in the AppSpec.
trestletechtrestletech
1b84f5cdb8dMerge branch 'master' into feature/Rmd
trestletechtrestletech
615f952b973Better support for nesting in user_dirs, complete blacklist of log dir.
trestletechtrestletech
1ebb6a7cfd4Detect Rmd dir.
trestletechtrestletech
44f062816d4Updated NEWS.
trestletechtrestletech
3558822c15aUse directory-router to field user-dirs requests.
trestletechtrestletech
ff7b41abf6dPull user-dirs router out into a separate class.
trestletechtrestletech
3432546e76aAdded sleep between service start and stop.
trestletechtrestletech
3f58afeb4feUse full path to identify 'service' command.
trestletechtrestletech
9eace06b26aAdded deploy-example script and refactored /bin directory creation in CPack.
trestletechtrestletech
e98a564413bInstall NOTICE file.
trestletechtrestletech
be13f345767Add option to disable web sockets.
trestletechtrestletech
2d0f63a346fBring in full copy of client-sessions.
trestletechtrestletech
54912fc5a21Added NOTICE file.
trestletechtrestletech
5bf6570c7d0Using new regexp quoting library.
trestletechtrestletech
459da81d2a9Removed unused cjson dependency.
trestletechtrestletech
c7add1d49cfMake examples compatible with latest Doc changes.
trestletechtrestletech
c1213ebb318Reword some of the config descriptions.
trestletechtrestletech
35102a6f8ecAdded Ubuntu Vagrant image.
trestletechtrestletech
260b4698310Changed colors on welcome page.
trestletechtrestletech
51e9d147939Get default config prefix right.
trestletechtrestletech
1a7f666220eCreate /etc/shiny-server on install.
trestletechtrestletech
901cf7920e3Remove drop shadow from subtitle.
trestletechtrestletech
3efd41b2300Moved sample apps to their own folder, touched up welcome screen, place config in /etc/shiny-server/shiny-server.conf...
trestletechtrestletech
0e38b033700Install a sample app and a welcome page by default.
trestletechtrestletech
0062565112dRework the example to use user_dirs instead of user_apps.
trestletechtrestletech
9d8e72942a8Refactor to support variadic users on run_as.
trestletechtrestletech
3235c84a19eAdd a home_dirs directive. Works just like user_apps except that it respects run_as. Added a special case (:HOME_USE...
trestletechtrestletech
1522c5fb877Revert to use stdin. Otherwise, all environment variables would be shiny-visible in /proc/<id>/environ.
trestletechtrestletech
e695686a5b8Don't reject Shiny exit promise on startup error.
trestletechtrestletech
c3ee381021dUse bash and environment variables to spawn R process. Instead of feeding parameters into the Shiny process on stdin...
trestletechtrestletech
553af655476Check that Shiny App is a directory before trying to spawn. Gracefully handle errors on writing to stdin.
trestletechtrestletech
40951739557Properly check for HTML5 storage. Closes #166.
trestletechtrestletech
e73d86b5cc3Don't delete /dev/null when it's used as a log file endpoint.
Jeff AllenJeff Allen
e2c638eef8bUpdate NEWS
trestletechtrestletech
9d3b32e5264Restore IE8 compatibility.
trestletechtrestletech
d69e6cd924aBump working version to 1.1.0
trestletechtrestletech
ea1c8b00899Support custom templates. Added the template_dir directive to enable custom page templates. This manually merges #61.
trestletechtrestletech
82472291e68Bump to version 1.0
trestletechtrestletech
5e1a034a0a1Version bump to 0.5.0
trestletechtrestletech
17deb3e14daAdded alternate configuration files.
trestletechtrestletech
efd4e60d09dAllow to be present where it used to be. We'll throw a more descriptive fatal error if we find it. Don't want an 'i...
trestletechtrestletech
ef9807752d4Removed debug line..
trestletechtrestletech
500b1c38a62Added a Vagrant image that downloads and installs the latest build from S3 on a CentOS 6 machine.
trestletechtrestletech
949a97c51faProperly decrement HTTP counter in fringe error case.
trestletechtrestletech
8f2eaf66a6fRemoved stray log msg.
trestletechtrestletech
3ffbf1d22f4Stop init.d service on uninstall in RPM.
trestletechtrestletech
0004360cc06Updated to client-sessions 0.4.1. Eliminates stray 'encrypted' property warning.
trestletechtrestletech
abc7e2cfdfeChanged keyboard shortcut to ctrl+shift+alt+a
trestletechtrestletech
55e629f7ba0Fix local storage init bug.
Jeff AllenJeff Allen
72c8f5dbe42Merge pull request #58 from trestletech/nested-locations 0.4.2 - Support nested locations instead of `application` b...
trestletechtrestletech
8485c07955bUpdated NEWS.
trestletechtrestletech
6ab4fe8f4fcProvide dialog box to allow users to disable certain methods of SockJS operation. Available using the shortcur Ctrl+...
Joe ChengJoe Cheng
cbabd3b3f10Abort HTTP requests if socket closed during load
trestletechtrestletech
6cd73cf8bf0Updated to custom version of http-proxy. Minimizes risk of memory leaks.
trestletechtrestletech
88bfed81c37Fix global leak in pause.
trestletechtrestletech
702e4bba7ddMerge branch 'master' of github.com:rstudio/shiny-server
trestletechtrestletech
07a302bb977Delay SIGUSR2 signal on --agent.
trestletechtrestletech
b508e9632cdUpdated node-devtools-agent.
Joe ChengJoe Cheng
0e1962af27dCatch unhandled exceptions in loadtest-xhr
Joe ChengJoe Cheng
9989ac8fd5eBetter memlog-view script--now uses Shiny
Joe ChengJoe Cheng
6c841f6589eAdd loadtest-xhr load testing tool
Joe ChengJoe Cheng
5e4ed53d170Fix bugs in loadtest.js
Joe ChengJoe Cheng
ce23f7f5bf4Include easy-to-launch config and app for test purposes tools/test-config.sh
Joe ChengJoe Cheng
5782dd0df28Add --agent switch for easier profiling
trestletechtrestletech
3f33e28505fProperly merge when src has an object and target doesn't.
trestletechtrestletech
e012ad7c2dbBumped version to 0.4.2
trestletechtrestletech
783a19797feDon't generate docs on application, exit process with error code if crash on application.
trestletechtrestletech
0f819898ab7Add back to config so we can give a more meaningful error message.
trestletechtrestletech
6526eb63466Removed and added test.
trestletechtrestletech
7d35a4786b3Attempt to place logrotate directive using copytruncate mode.
trestletechtrestletech
3c6b9e9dc15Give more specific error message if Shiny isn't found on the system.
trestletechtrestletech
816d7861dd9Set working directory to appDir to honor .Rprofile, .Renviron, and .RData which are placed inside an app's directory.
trestletechtrestletech
ed5e0bed378Properly nest under packacing dir.
trestletechtrestletech
03a6eb76111Put local node on path and provide Python version before node-gyp build.
trestletechtrestletech
2ffb5b9235dRun Gyp rebuild ourselves when packaging.
trestletechtrestletech
8bb29f6706dInclude node_modules in git repo.
trestletechtrestletech
196d2ebeeb5Updated README to include download instructions for pre-built binaries.
trestletechtrestletech
c6b3b60b7c5Upgraded to node 0.10.21.
trestletechtrestletech
bec129f8906Enumerate all 'applies to' locations, not just the primary.
trestletechtrestletech
ede6f666695Format docs to be embeddable.
trestletechtrestletech
6df0b144b5cUse a more universal upstart event to trigger start. Tested on Ubuntu 12/13, CentOS 6. Closes #52.
Joe ChengJoe Cheng
f3f969ad4f5Automated tests for nested locations feature
Joe ChengJoe Cheng
01c93e9a6ddImplement nested locations This allows finer-grained control of individual apps, while still allowing users to conve...
trestletechtrestletech
09e8eb1ad36Added rewire dependency.
trestletechtrestletech
0182d043ba3Added npm dependency on mocha.
trestletechtrestletech
dfeb4ed52a8Properly placed one more done() callback.
trestletechtrestletech
dc89bc072b2Shuffled done() callbacks location.
trestletechtrestletech
d6a1894e8cdGot tests working. Removed default values for timeouts and throw errors properly.
Joe ChengJoe Cheng
a620b4a9026Centralize paths derived from __dirname in paths.js
Joe ChengJoe Cheng
512bc5375b5More robust graceful shutdown
Joe ChengJoe Cheng
892bd659b5eAdd VERSION and GIT_VERSION files to package
trestletechtrestletech
ff2007293d0Merge branch 'master' of github.com:rstudio/shiny-server
Joe ChengJoe Cheng
af19f56a563Add R script for visualizing memlog
trestletechtrestletech
951751c1718Merge branch 'master' of github.com:rstudio/shiny-server
trestletechtrestletech
239eafa147fRefactor and test config-router-util.
Joe ChengJoe Cheng
48bd1b8c0c9Allow multiple servers to have same host/port but different server_name
trestletechtrestletech
e55606e24fcMerge branch 'master' of github.com:rstudio/shiny-server
trestletechtrestletech
5d8a910b0b0Bugfix on vacant sched, fleshed out tests for Scheduler Registry.
trestletechtrestletech
baded855466Properly use sinon to mock and stub where appropriate.
Joe ChengJoe Cheng
92be81e8e96Fix incorrect call to alloc_p
trestletechtrestletech
82c5ad59fd0Properly recurse app settings. Closes #49.
trestletechtrestletech
94f2f5c6ed1Include site_dir in log_dir docs.
trestletechtrestletech
742084f52c0Merge branch 'master' of github.com:rstudio/shiny-server