Barret Schloerke
423bdd8b6b
read reactlog version from description file
2018-12-12 11:27:17 -05:00
Barret Schloerke
1e19ff65e6
fix bad comma usage
2018-12-12 11:04:36 -05:00
Barret Schloerke
a9cf632f53
markTime -> userMark; queueEmpty -> idle
2018-12-12 10:58:28 -05:00
Barret Schloerke
fddf94a341
this check is already covered
2018-12-11 17:23:22 -05:00
Barret Schloerke
203168d261
dec/increment with integers
2018-12-11 17:23:13 -05:00
Barret Schloerke
0e3c3536f8
no need to store messages
2018-12-11 17:22:59 -05:00
Barret Schloerke
45b2b7e24f
use curly brackets for all function defs
2018-12-11 17:22:33 -05:00
Barret Schloerke
88f177b065
use class brackets for R6 def
2018-12-11 17:22:09 -05:00
Barret Schloerke
ea7a8dd3ad
consistent naming
2018-12-11 17:14:30 -05:00
Barret Schloerke
dda8f92494
remove writeReactLog
2018-12-11 17:13:09 -05:00
Barret Schloerke
26211802cd
spelling and comments
2018-12-11 17:12:59 -05:00
Barret Schloerke
26a136a6e8
check_suggested now takes a github location and a source install script
2018-12-04 14:38:14 -05:00
Barret Schloerke
f24c12fdfb
shinyreactlog -> reactlog
2018-11-30 16:02:00 -05:00
Barret Schloerke
21ff005c1a
remove display param from MessageLogger
2018-09-18 10:59:31 -04:00
Barret Schloerke
206b9135f1
if reactlog console option is set, display, or display is display is true
2018-09-18 10:24:48 -04:00
Barret Schloerke
5449de1a67
use shinyreactlog pkg directly
2018-09-18 10:24:17 -04:00
Barret Schloerke
47c61756e6
log create context with srcref and srcfile
2018-09-18 10:24:01 -04:00
Barret Schloerke
e0c15c42d7
do not depend on null reactid values
2018-09-05 10:40:45 -04:00
Barret Schloerke
facef1d23c
do not set shiny.reactlog option by default
2018-07-09 22:23:28 -04:00
Barret Schloerke
cdb446375c
turn all active isLogging bindings into functions
2018-07-09 22:22:49 -04:00
Barret Schloerke
6f7b2887aa
fix parameters for shinyreactlog (session_token)
2018-07-06 11:58:37 -04:00
Barret Schloerke
bc8ae063dd
add new option for shinyreactlog messages in the console
2018-07-06 11:58:16 -04:00
Barret Schloerke
4304e92f0d
use self$ for all fn calls within rLog to avoid any conflicts
2018-06-21 15:23:33 -04:00
Barret Schloerke
ae9d38b59c
remove old .graph methods and use shinyreactlog pkg for rendering
2018-06-21 10:31:12 -04:00
Barret Schloerke
9179a241e9
first pass at reactlog mark
2018-06-06 16:14:31 -04:00
Barret Schloerke
bf0c3d42db
copy all rlog files to the temp directory
2018-05-31 13:53:58 -04:00
Barret Schloerke
b0063399bb
fix freeze/thaw rlog'ing
2018-05-30 14:14:57 -04:00
Barret Schloerke
5ae2d5a24b
Allow for isolate calls to have no context and input name changes to have no context
2018-05-02 15:11:58 -04:00
Barret Schloerke
8648737a7a
fix missing period bug
2018-05-02 15:11:19 -04:00
Barret Schloerke
70e7822dd1
be clear in action name provided in log and give dependsOnRemove a ctxId
2018-04-30 10:06:40 -04:00
Barret Schloerke
452631550a
single quotes to double quotes
2018-04-24 11:34:12 -04:00
Barret Schloerke
a14266b452
add freeze and thaw to logger
2018-04-24 11:34:00 -04:00
Barret Schloerke
ceb19c7573
use an rLog object to do all logging
2018-04-24 10:49:16 -04:00
Barret Schloerke
7336d327b3
first pass at adding domain to all rlog functions
2018-04-18 11:49:11 -04:00
Barret Schloerke
c9c5225a6a
add rlogAsyncStart and rlogAsyncStop
2018-04-17 10:58:20 -04:00
Barret Schloerke
e1060bf537
isolate calls should be handled differently than regular rlog calls
2018-04-17 10:10:01 -04:00
Barret Schloerke
aa3e2a0b64
ctxId's are now upgraded to start with 'ctx' in logging
2018-04-17 09:47:26 -04:00
Barret Schloerke
3df89dd9a3
local logging done with ". " for spacing
2018-04-17 09:46:54 -04:00
Barret Schloerke
6ef751422a
first pass at reformatting rlog
2018-04-16 13:37:50 -04:00
Barret Schloerke
05d49ee45e
use MessageLogger for node information cache
2018-04-16 09:47:58 -04:00
Barret Schloerke
3e4783c454
remove dot syntax
2018-04-16 09:33:09 -04:00
Barret Schloerke
ce93201843
make the rlog messages a r6 object
2018-04-16 09:28:54 -04:00
Barret Schloerke
f9fc3a46b5
change all nodeId to reactId
2018-04-16 09:17:04 -04:00
Barret Schloerke
d8ac84a5da
add rLogValueChange (no start/end, just change)
2018-04-13 10:18:11 -04:00
Barret Schloerke
3098a02b72
first pass at making rlog. need javascript to recognize new log format
2018-04-13 10:07:03 -04:00
Barbara Borges Ribeiro
8a2846461b
removed extra line at end of example section
2016-08-02 03:40:56 +01:00
Barbara Borges Ribeiro
c637bba867
changed time label color; updated default argument to renderReactLog
2016-03-21 22:19:45 +00:00
Barbara Borges Ribeiro
bdc6554ca8
added time argument
2016-03-21 21:53:34 +00:00
Joe Cheng
c367176a17
Add timing data to reactlog entries
2015-10-28 13:49:39 -07:00
Joe Cheng
6718d377bb
Fix and enhance reactlog
...
* Reactlog shortcut was broken due to reactlog.js not being included in
the gruntfile
* Reactlog has always shown every reactive event since the beginning of
the process (or at least since options(shiny.reactlog=TRUE)). This
commit makes it so Ctrl+F3 invocation only shows reactives that either
belong to no session (e.g. observers and reactives declared at the top
of server.R), or belong to this session.
2015-09-13 02:46:52 -07:00