Piotr Kopta | 166f0526a8c | redcap support | | |
Piotr Kopta | fea0d6934c0 | docker image reorganization | | |
Piotr Kopta | 3181ab8ee40 | additional packages | | |
Piotr Kopta | a122ba0cd61 | * r-base-dev from cran repo (newer version than from ubuntu repo)
* removed some r package installation from ubuntu repo | | |
Piotr Kopta | b7cf23eee77 | * instalacja problematycznych (z punktu widzenia shinynarzedzia) pakietów R z repo Ubuntu | | |
Piotr Kopta | 890866634a0 | configuration file used at agave1 | | |
Piotr Kopta | 6bac40c29af | Default R cran repo in docker container | | |
Piotr Kopta | f1f5a80de6b | Docker image for shiny app validation | | |
Piotr Kopta | e11aec8a2a4 | bugfix | | |
Piotr Kopta | 213dfeae460 | bugfix | | |
Piotr Kopta | 8be3cfce11d | auto-update shiny docker image based on git repo changes | | |
Piotr Kopta | 2d9b10addb6 | Testy auto-aktualizacji na podstawie zmian w repo | | |
Piotr Kopta | 693a41bf518 | Testy sprawdzania zmian w repo | | |
Piotr Kopta | df0386554c1 | typo | | |
Piotr Kopta | e1b92032d54 | docker images rebuild | | |
Piotr Kopta | 3e2dfcce49e | rebuild of docker images | | |
Piotr Kopta | 1d37c2b4f59 | cron script for automatic update shiny-apps | | |
Piotr Kopta | cd0e0161c45 | Fixed waiting for docker container start in http request | | |
Piotr Kopta | 4a7b10bcb0f | Docker images used by Shiny Server | | |
Piotr Kopta | c77137a1de7 | Support for running shiny applications in docker containers. | | |
trestletech | 71de790a092 | Bump to version 1.3.0 | | |
trestletech | 4145f9e71c1 | Preserve static Pandoc binaries through installer. | | |
trestletech | ab659ced9e7 | Use static pandoc on SuSE. | | |
trestletech | 0bec4d26546 | Model SUSE script after RH init.d script. | | |
trestletech | 5e51189d19c | Correct test for SUSE. | | |
trestletech | a226d59f039 | Setup init.d scripts for SUSE. | | |
trestletech | 4c0cf6f3ea4 | Explicitly create a shiny group (needed for SUSE) | | |
trestletech | feba107ab62 | Bump to 1.2.3. | | |
trestletech | 41aaeeafb3a | Updated paths to sample apps to include trailing slash. | | |
trestletech | 349156d5da9 | Update NEWS. | | |
trestletech | 533af231b85 | Check for existence of serverInfo() function before calling it. | | |
trestletech | d2e6bdd2c43 | Populate shinyServer information. | | |
trestletech | b83dc42867d | Added support for single app.R deployments as supported in shiny 0.10.2. | | |
trestletech | 31731256e30 | Close all sessions, not just a single channel. | | |
trestletech | 407d02fc223 | Bump version. | | |
trestletech | 75c1c911c9a | Added docs to describe getRelativePath(). | | |
trestletech | 4849e0c0213 | Suppress logging at logtime. | | |
trestletech | c62a322a714 | Send relative URLs to define the sockJS target when multiplexing.
Closes #237 | | |
trestletech | 6684ef0c126 | Rename protocol checkbox to make it less likely to collide. | | |
trestletech | 662a9830c4a | Adjust respawn limits given the post-stop sleep. | | |
trestletech | a524da50a8e | Add pause on Upstart stop, don't respect LANG=C.
Changes suggested courtesy of @dmenne. | | |
trestletech | 9607abae098 | Updated NEWS for 1.2 | | |
Joe Cheng | f56bc3a75e8 | Use sh-compatible conditionals | | |
trestletech | 3c983b95a03 | Pass RSTUDIO_PANDOC through stdin.
CentOS 6.3 seems to wipe it when going through bash --login, so we need another w... | | |
Joe Cheng | ba7286bf4c5 | Merge pull request #73 from rstudio/feature/set-lang
Set LANG in the upstart/init script on Ubuntu. | | |
Jeff Allen | 22ce75b81b2 | Merge pull request #72 from rstudio/bugfix/lang-undefined
Drop undefined/null values from child process env | | |
trestletech | c7b59f845d1 | Set LANG in the upstart/init script on Ubuntu. | | |
Joe Cheng | 0b5c72d68f8 | Drop undefined/null values from child process env
Undefined LANG was causing an actual LANG="undefined" to be passed... | | |
trestletech | 39d7affa7ce | Pass PATH through to the Shiny process. | | |
Joe Cheng | 0bce6897e27 | Pass LANG variable along to child R processes
Otherwise, LANG=C is used as the default, which causes problems
for R ... | | |
trestletech | b061680e3c8 | Merge remote-tracking branch 'origin/master' | | |
Joe Cheng | 99f9c43e83b | Merge pull request #71 from rstudio/bugfix/http-connections
Avoid hitting http connection limit with subapps | | |
Joe Cheng | 966b9b5b156 | Update comment | | |
Joe Cheng | ef9176430d8 | More compact protocol--avoid extra JSON encoding
Also make subapps print custom message log/alerts | | |
Joe Cheng | 7f10f470d68 | Multiplex improvements
* Retire underlying SockJS connection when last channel is closed
* Logging (requires source ... | | |
trestletech | 7c86c943faa | Only default to index.html for root URL requests. | | |
trestletech | 6d9839baf3c | Clone settings to avoid pass-by-ref problems. | | |
trestletech | 02ab9a88c8a | Updated test to reflect latest refactor. | | |
trestletech | 311706ec208 | Create exception for index.htm(l) when in Rmd mode. | | |
Joe Cheng | ea027bc5b89 | Upgrade sockjs to patched version
Includes b88f9ea, which fixes sockjs/sockjs-node#143. This bug was
causing JJ's gg... | | |
Joe Cheng | 624b443fa7b | Fix bug preventing close events | | |
Joe Cheng | 88b5c502065 | Comments and cleanup | | |
Joe Cheng | a4c3ad859d0 | Avoid hitting http connection limit with subapps
With this change, SockJS connections as used by Shiny Server repres... | | |
trestletech | 624ba8207f3 | Removed enumeration of qs. | | |
trestletech | 965719dca75 | Don't set LANG.
We presume that rmarkdown will handle the check for the environment variables that pandoc needs in o... | | |
trestletech | 2f5893042c4 | Bumped version. | | |
trestletech | 67420ceb396 | Ensure that Shiny apps take precedence over Shiny Docs in Dir Router. | | |
trestletech | 94f5d93d5d7 | Standardized verbiage for 'Shiny docs.' | | |
trestletech | 75612b466a9 | Added Ubuntu build server. | | |
trestletech | b340b4bb285 | Correct command syntax on welcome. | | |
trestletech | 18ee4cb3116 | Added rmd example to samples and welcome page. | | |
trestletech | f3f60302c38 | Refine massaged URL to be compatible with appDirs hosted at the base URL. | | |
trestletech | 46cca58dcc6 | mkdir ext for pandoc binary extraction. | | |
trestletech | 84c5606ac72 | Change paths for pandoc extraction in installer. | | |
trestletech | 292a32435cc | Properly forward path through to Shiny requests. | | |
trestletech | 58c96044a43 | Check versions of all relevant packages in R. | | |
trestletech | a789f869c02 | Merge branch 'feature/Rmd' | | |
trestletech | 80e59312841 | Only fire an alert for the parent application. | | |
trestletech | 682094c3cff | Added Rmd handling to app_dir. | | |
trestletech | 5966d438788 | Got CMake to install the Pandoc binary. | | |
trestletech | 38c8b10d9e6 | Add the necessary environment variables to keep Pandoc from crashing. | | |
trestletech | d6f626df390 | Default to index.Rmd | | |
trestletech | d5b76ed1145 | Check rmarkdown versions and use run() where appropriate. | | |
trestletech | 60570c6df4e | Correct path typo. | | |
trestletech | c15c53973c5 | Properly distinguish between Rmd and Shiny in the AppSpec. | | |
trestletech | 1b84f5cdb8d | Merge branch 'master' into feature/Rmd | | |
trestletech | 615f952b973 | Better support for nesting in user_dirs, complete blacklist of log dir. | | |
trestletech | 1ebb6a7cfd4 | Detect Rmd dir. | | |
trestletech | 44f062816d4 | Updated NEWS. | | |
trestletech | 3558822c15a | Use directory-router to field user-dirs requests. | | |
trestletech | ff7b41abf6d | Pull user-dirs router out into a separate class. | | |
trestletech | 3432546e76a | Added sleep between service start and stop. | | |
trestletech | 3f58afeb4fe | Use full path to identify 'service' command. | | |
trestletech | 9eace06b26a | Added deploy-example script and refactored /bin directory creation in CPack. | | |
trestletech | e98a564413b | Install NOTICE file. | | |
trestletech | be13f345767 | Add option to disable web sockets. | | |
trestletech | 2d0f63a346f | Bring in full copy of client-sessions. | | |
trestletech | 54912fc5a21 | Added NOTICE file. | | |
trestletech | 5bf6570c7d0 | Using new regexp quoting library. | | |
trestletech | 459da81d2a9 | Removed unused cjson dependency. | | |
trestletech | c7add1d49cf | Make examples compatible with latest Doc changes. | | |
trestletech | c1213ebb318 | Reword some of the config descriptions. | | |
trestletech | 35102a6f8ec | Added Ubuntu Vagrant image. | | |
trestletech | 260b4698310 | Changed colors on welcome page. | | |
trestletech | 51e9d147939 | Get default config prefix right. | | |
trestletech | 1a7f666220e | Create /etc/shiny-server on install. | | |
trestletech | 901cf7920e3 | Remove drop shadow from subtitle. | | |
trestletech | 3efd41b2300 | Moved sample apps to their own folder, touched up welcome screen, place config in /etc/shiny-server/shiny-server.conf... | | |
trestletech | 0e38b033700 | Install a sample app and a welcome page by default. | | |
trestletech | 0062565112d | Rework the example to use user_dirs instead of user_apps. | | |
trestletech | 9d8e72942a8 | Refactor to support variadic users on run_as. | | |
trestletech | 3235c84a19e | Add a home_dirs directive.
Works just like user_apps except that it respects run_as. Added a special case (:HOME_USE... | | |
trestletech | 1522c5fb877 | Revert to use stdin.
Otherwise, all environment variables would be shiny-visible in /proc/<id>/environ. | | |
trestletech | e695686a5b8 | Don't reject Shiny exit promise on startup error. | | |
trestletech | c3ee381021d | Use bash and environment variables to spawn R process.
Instead of feeding parameters into the Shiny process on stdin... | | |
trestletech | 553af655476 | Check that Shiny App is a directory before trying to spawn. Gracefully handle errors on writing to stdin. | | |
trestletech | 40951739557 | Properly check for HTML5 storage.
Closes #166. | | |
trestletech | e73d86b5cc3 | Don't delete /dev/null when it's used as a log file endpoint. | | |
Jeff Allen | e2c638eef8b | Update NEWS | | |
trestletech | 9d3b32e5264 | Restore IE8 compatibility. | | |
trestletech | d69e6cd924a | Bump working version to 1.1.0 | | |
trestletech | ea1c8b00899 | Support custom templates.
Added the template_dir directive to enable custom page templates. This manually merges #61. | | |
trestletech | 82472291e68 | Bump to version 1.0 | | |
trestletech | 5e1a034a0a1 | Version bump to 0.5.0 | | |
trestletech | 17deb3e14da | Added alternate configuration files. | | |
trestletech | efd4e60d09d | Allow 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... | | |
trestletech | ef9807752d4 | Removed debug line.. | | |
trestletech | 500b1c38a62 | Added a Vagrant image that downloads and installs the latest build from S3 on a CentOS 6 machine. | | |
trestletech | 949a97c51fa | Properly decrement HTTP counter in fringe error case. | | |
trestletech | 8f2eaf66a6f | Removed stray log msg. | | |
trestletech | 3ffbf1d22f4 | Stop init.d service on uninstall in RPM. | | |
trestletech | 0004360cc06 | Updated to client-sessions 0.4.1.
Eliminates stray 'encrypted' property warning. | | |
trestletech | abc7e2cfdfe | Changed keyboard shortcut to ctrl+shift+alt+a | | |
trestletech | 55e629f7ba0 | Fix local storage init bug. | | |
Jeff Allen | 72c8f5dbe42 | Merge pull request #58 from trestletech/nested-locations
0.4.2 - Support nested locations instead of `application` b... | | |
trestletech | 8485c07955b | Updated NEWS. | | |
trestletech | 6ab4fe8f4fc | Provide dialog box to allow users to disable certain methods of SockJS operation.
Available using the shortcur Ctrl+... | | |
Joe Cheng | cbabd3b3f10 | Abort HTTP requests if socket closed during load | | |
trestletech | 6cd73cf8bf0 | Updated to custom version of http-proxy.
Minimizes risk of memory leaks. | | |
trestletech | 88bfed81c37 | Fix global leak in pause. | | |
trestletech | 702e4bba7dd | Merge branch 'master' of github.com:rstudio/shiny-server | | |
trestletech | 07a302bb977 | Delay SIGUSR2 signal on --agent. | | |
trestletech | b508e9632cd | Updated node-devtools-agent. | | |
Joe Cheng | 0e1962af27d | Catch unhandled exceptions in loadtest-xhr | | |
Joe Cheng | 9989ac8fd5e | Better memlog-view script--now uses Shiny | | |
Joe Cheng | 6c841f6589e | Add loadtest-xhr load testing tool | | |
Joe Cheng | 5e4ed53d170 | Fix bugs in loadtest.js | | |
Joe Cheng | ce23f7f5bf4 | Include easy-to-launch config and app for test purposes
tools/test-config.sh | | |
Joe Cheng | 5782dd0df28 | Add --agent switch for easier profiling | | |
trestletech | 3f33e28505f | Properly merge when src has an object and target doesn't. | | |
trestletech | e012ad7c2db | Bumped version to 0.4.2 | | |
trestletech | 783a19797fe | Don't generate docs on application, exit process with error code if crash on application. | | |
trestletech | 0f819898ab7 | Add back to config so we can give a more meaningful error message. | | |
trestletech | 6526eb63466 | Removed and added test. | | |
trestletech | 7d35a4786b3 | Attempt to place logrotate directive using copytruncate mode. | | |
trestletech | 3c6b9e9dc15 | Give more specific error message if Shiny isn't found on the system. | | |
trestletech | 816d7861dd9 | Set working directory to appDir to honor .Rprofile, .Renviron, and .RData which are placed inside an app's directory. | | |
trestletech | ed5e0bed378 | Properly nest under packacing dir. | | |
trestletech | 03a6eb76111 | Put local node on path and provide Python version before node-gyp build. | | |
trestletech | 2ffb5b9235d | Run Gyp rebuild ourselves when packaging. | | |
trestletech | 8bb29f6706d | Include node_modules in git repo. | | |
trestletech | 196d2ebeeb5 | Updated README to include download instructions for pre-built binaries. | | |
trestletech | c6b3b60b7c5 | Upgraded to node 0.10.21. | | |
trestletech | bec129f8906 | Enumerate all 'applies to' locations, not just the primary. | | |
trestletech | ede6f666695 | Format docs to be embeddable. | | |
trestletech | 6df0b144b5c | Use a more universal upstart event to trigger start.
Tested on Ubuntu 12/13, CentOS 6. Closes #52. | | |
Joe Cheng | f3f969ad4f5 | Automated tests for nested locations feature | | |
Joe Cheng | 01c93e9a6dd | Implement nested locations
This allows finer-grained control of individual apps, while still
allowing users to conve... | | |
trestletech | 09e8eb1ad36 | Added rewire dependency. | | |
trestletech | 0182d043ba3 | Added npm dependency on mocha. | | |
trestletech | dfeb4ed52a8 | Properly placed one more done() callback. | | |
trestletech | dc89bc072b2 | Shuffled done() callbacks location. | | |
trestletech | d6a1894e8cd | Got tests working.
Removed default values for timeouts and throw errors properly. | | |
Joe Cheng | a620b4a9026 | Centralize paths derived from __dirname in paths.js | | |
Joe Cheng | 512bc5375b5 | More robust graceful shutdown | | |
Joe Cheng | 892bd659b5e | Add VERSION and GIT_VERSION files to package | | |
trestletech | ff2007293d0 | Merge branch 'master' of github.com:rstudio/shiny-server | | |
Joe Cheng | af19f56a563 | Add R script for visualizing memlog | | |
trestletech | 951751c1718 | Merge branch 'master' of github.com:rstudio/shiny-server | | |
trestletech | 239eafa147f | Refactor and test config-router-util. | | |
Joe Cheng | 48bd1b8c0c9 | Allow multiple servers to have same host/port but different server_name | | |
trestletech | e55606e24fc | Merge branch 'master' of github.com:rstudio/shiny-server | | |
trestletech | 5d8a910b0b0 | Bugfix on vacant sched, fleshed out tests for Scheduler Registry. | | |
trestletech | baded855466 | Properly use sinon to mock and stub where appropriate. | | |
Joe Cheng | 92be81e8e96 | Fix incorrect call to alloc_p | | |
trestletech | 82c5ad59fd0 | Properly recurse app settings.
Closes #49. | | |
trestletech | 94f2f5c6ed1 | Include site_dir in log_dir docs. | | |
trestletech | 742084f52c0 | Merge branch 'master' of github.com:rstudio/shiny-server | | |
Next → |