Joe Cheng
d4ee91fe37
Add worker id info to state parameter
...
Should allow Connect/SSP to reliably route oauth handshakes
among multiple R processes for the same app
2019-05-31 15:11:31 -07:00
Joe Cheng
57f8f51338
Clear cookies on logout, introduce oauth_config func/obj
2019-05-24 16:30:14 -04:00
Joe Cheng
8c5a542c15
oauth sketch
2019-05-23 12:04:11 -04:00
Alan Dipert
547edd7e32
Fix feature request template
2019-05-21 11:14:02 -07:00
Carson Sievert
9b69ce1988
yarn build
2019-05-14 16:44:33 -05:00
Carson Sievert
57cc44f662
Coordmap info should retain discrete limits ( #2410 )
...
* ggplot2 input brushes should retain discrete range mapping, and be imposed in brushedPoints(), closes #1433
* simplify logic and reduce required storage
* get nearPoints() working as well, cleanup
* only remember scale range if ggplot is facet with a free discrete axis
* Use the scale limits (before the range) since the former is specified, that's what is actually shown on the plot
also, introduce within_brush() helper to consistently handle missing values produced by asNumber()
* also use scale limits in older versions of ggplot2
* DRY
* discrete_mapping -> discrete_limits; better comments
* update test expectation
* a couple unit tests
* update comment to reflect new coordmap data structure
* use unlink() not rm()
* add some tests for specifying scale limits and labels
* Use get_limits() if available
* update news
* better name and comment for new asNumber() argument
2019-05-14 16:34:00 -05:00
Carson Sievert
4eaa9c7ea9
Don't match text inputs with a trailing '-selectized' in their id, fixes #2396 ( #2418 )
...
* Don't match text inputs with a trailing '-selectized' in their id, fixes #2396
* update news
* parentheses
2019-05-14 16:26:32 -05:00
Alan Dipert
64b3095f2c
Removed redundant section of issue template
2019-05-10 10:07:30 -07:00
Winston Chang
ab82af122f
Merge pull request #2436 from rstudio/alan/issue-templates
...
Add issue templates
2019-05-10 12:05:35 -05:00
Alan Dipert
54fccf2e7c
Incorporate feedback from @wch
2019-05-10 10:01:03 -07:00
Alan Dipert
05e953db3a
Improve bug report template
2019-05-10 08:28:05 -07:00
Alan Dipert
f726835850
Add issue templates
2019-05-09 23:04:19 -07:00
Carson Sievert
6fed1c60ac
update news (should've been done in #2404 )
2019-05-08 16:36:46 -05:00
Carson Sievert
b10f2a5291
yarn build
2019-05-08 16:30:59 -05:00
Winston Chang
a4a49a354e
Merge pull request #2404 from rstudio/inputRateName
...
Fix issue with input rate policies
2019-05-08 16:24:02 -05:00
Carson Sievert
ead23528ca
doSetInput calls setInput (duh) so should have name and type
2019-05-08 16:19:21 -05:00
Carson Sievert
b8644949cc
camelCase for consistency; clarify comment
2019-05-08 16:19:13 -05:00
Carson Sievert
b88e3a64f2
comment on the difference between name_type and name
2019-05-08 16:19:07 -05:00
Carson Sievert
2871b423fd
rename name arg to name_type where relevant in input decorators...
...
this will help to highlight when you should call a method with just the input name instead of both the name and the type
2019-05-08 16:19:02 -05:00
Carson Sievert
562fafbc39
pass inputName to immediateCall() and normalCall()
2019-05-08 16:18:55 -05:00
Carson Sievert
191e0874f8
type is only relevant for public methods setInput() and setRatePolicy()
...
change the name of these arguments to reflect this (name_type)
2019-05-08 16:18:47 -05:00
Carson Sievert
fa5ff7bfa5
Consistently ignore input type in all InputRateDecorator methods
2019-05-08 16:18:39 -05:00
Carson Sievert
82e80ccdeb
InputRateDecorator's setInput method needs to strip of the input's ttype before looking up the input's rate policy, closes #2387
2019-05-08 16:18:19 -05:00
Carson Sievert
ff84cf5a18
update news ( #2428 )
2019-05-08 16:08:20 -05:00
Winston Chang
44843a7768
Merge pull request #2406 from rstudio/null-label
...
Input label updating
2019-05-08 15:52:09 -05:00
Carson Sievert
68eeb338da
Have input labels always include 'control-label' class
2019-05-08 15:15:09 -05:00
Carson Sievert
ea54c17902
merge with master
2019-05-08 15:10:22 -05:00
Barret Schloerke
d5ad7eed40
Merge pull request #2424 from rstudio/joe/bugfix/reactive-value-not-changing
...
Fix rstudio/reactlog#36 : Changes to reactive values not displaying accurately
2019-05-08 12:01:08 -04:00
Joe Cheng
c2430cd3f4
Update NEWS
2019-05-07 09:33:59 -07:00
Joe Cheng
8a0731493f
Fix rstudio/reactlog#36 : Changes to reactive values not displaying accurately
2019-05-07 09:30:59 -07:00
Carson Sievert
07e2b80b5d
merge with master; fix NEWS conflicts
2019-05-03 17:21:06 -05:00
Carson Sievert
1311e1fca2
have class come before the for attribute
2019-05-03 17:16:17 -05:00
Winston Chang
e6c2133520
Merge pull request #2416 from rstudio/updateSliderInput
...
getSliderType() should be able to handle NULL min/max/value, fixes #2250
2019-05-03 16:54:57 -05:00
Carson Sievert
3d6f734ff2
update comment
2019-05-03 15:58:45 -05:00
Carson Sievert
e0eaa58779
update news
2019-05-03 15:57:55 -05:00
Carson Sievert
ced6622b25
Have getSliderType() return '' early if min, max, and value are NULL
2019-05-03 15:54:48 -05:00
Carson Sievert
2d2cf96f5e
missed input_binding_slider.js
2019-05-03 15:48:47 -05:00
Carson Sievert
370f1b51ee
Inputs now always supply a <label> tag with a special CSS class for hiding NULL labels
...
This helps to simplify the updating logic on the client
2019-05-03 15:38:57 -05:00
Winston Chang
67d3a504ae
Merge pull request #2403 from rstudio/dateFormat
...
Consistent approach to coercing and formatting date strings
2019-05-03 10:58:06 -05:00
Carson Sievert
34ee48ef93
update news
2019-05-02 10:46:08 -05:00
Carson Sievert
c61a585e79
getSliderType() should be able to handle NULL min/max/value, fixes #2250
2019-05-01 19:41:26 -05:00
Carson Sievert
09388c9f07
Apply label updating logic all relevant input labels
2019-05-01 18:55:36 -05:00
Carson Sievert
b1bc78dad3
fix news link
2019-05-01 11:19:40 -05:00
Carson Sievert
a5a0f23c3a
Use jQuery's text() method for proper escaping when inserting data.label string
2019-04-30 17:33:26 -05:00
Carson Sievert
4c50c064d3
make return value of dateYMD() slightly more clear
2019-04-30 17:08:13 -05:00
Carson Sievert
a63f271300
update news
2019-04-30 17:00:34 -05:00
Carson Sievert
08b22ff550
update NEWS
2019-04-30 17:00:34 -05:00
Carson Sievert
b04133bf65
Include argName with warning when length > 1
2019-04-30 17:00:34 -05:00
Carson Sievert
3602358d2c
fix typo in warning message
2019-04-30 17:00:34 -05:00
Carson Sievert
67b0416eba
Throw informative warning if date coercion fails and original input
2019-04-30 17:00:34 -05:00