Commit f0a2826
Dash R 0.6.0 release (#272)
* contribute test script
* remove version updating in DESCRIPTION
* fix EOL
Co-authored-by: HammadTheOne <[email protected]>
* Add support for user-defined server routes (#225)
* Provide support for script and stylesheet attributes (#226)
* Authenticate on pulls from Docker Hub (#231)
* Add support for callback graph improvements and timing (#224)
* Update CHANGELOG.md
* 189 - Add Pattern Matching Callbacks for Dash R (#228)
* Testing initial implementation
* More testing
* Callback Context Updates
* Updating callback context logic
* Fixing callback returns
* Adding callback args conditional
* Cleanup and additional changes to callback value conditionals
* Comment cleanup
* Added PMC callback validation, removed unnecessary code
* Update R/dependencies.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update R/dependencies.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update R/dependencies.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update R/dependencies.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Added build to gitignore
* Updated dependencies.R
* Update boilerplate docs and add wildcard symbols
* Drying up validation code and applying symbol logic
* Update test to use symbols
* Cleaned up code and added allsmaller test example
* Cleaning up redundant code
* Update FUNDING.yml
* Updated callback_args logic and example
* Adding basic unittests, updated validation
* Fixed response for MATCH callbacks
* Added integration test and updated examples for docs
* Added additional integration test
* Formatting and cleanup
* update docs
* Update to-do app
* Add comments to examples
* Change empy vector to character type.
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update boilerplate text.
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update tests/integration/callbacks/test_pattern_matching.py
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update tests/integration/callbacks/test_pattern_matching.py
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update tests/integration/callbacks/test_pattern_matching.py
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update tests/integration/callbacks/test_pattern_matching.py
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update tests/integration/callbacks/test_pattern_matching.py
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update tests/testthat/test-wildcards.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update wildcards_test.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update wildcards_test.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update wildcards_test.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update wildcards_test.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update wildcards_test.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update wildcards_test.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update wildcards_test.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update wildcards_test.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Removed triple colon syntax
* Use seq_along and remove unnecessary unittest
* Update CHANGELOG.md
* Update CHANGELOG.md
* Add support for arbitrary and sorted keys
* Whitespace deleted
* Added integration tests
* Fixing test output
* Fixing flakiness
* Update test_pattern_matching.py
* Update test_pattern_matching.py
* Updating boilerplate text and test with generalized keys
* Minor test fixes
Co-authored-by: Ryan Patrick Kyle <[email protected]>
Co-authored-by: Nicolas Kruchten <[email protected]>
Co-authored-by: rpkyle <[email protected]>
* Fixing Null error with glue::glue interpolation (#233)
* Fixing NULL error with glue interpolation
* Update utils.R
* Update utils.R
* Update CHANGELOG.md
* Update dash-renderer to v1.8.2 (#234)
* bump dash-renderer to v1.8.2
* Update CHANGELOG.md
* add note about update to dash-renderer
* Fixing flaky test
* bump package version to v0.8.0
* Update R/dash.R
Co-authored-by: HammadTheOne <[email protected]>
* Update tests/testthat/test-wildcards.R
Co-authored-by: HammadTheOne <[email protected]>
* Update DESCRIPTION
Co-authored-by: HammadTheOne <[email protected]>
* add PMC example
* update documentation
* update CHANGELOG release date
* 🔨 PMC docs refactor
* Update tests/integration/callbacks/test_pattern_matching.py
Co-authored-by: HammadTheOne <[email protected]>
* Update tests/integration/callbacks/test_pattern_matching.py
Co-authored-by: HammadTheOne <[email protected]>
* Update tests/integration/callbacks/test_pattern_matching.py
Co-authored-by: HammadTheOne <[email protected]>
* add import of glue
* add glue to imports.R
* fix line length issue
* Fix setCallbackContext for wildcard and ordinary inputs (#237)
* Update setCallbackContext
* Adding graphs test
* Slight fix
* bump version and update CHANGELOG
* Less flaky test
Co-authored-by: rpkyle <[email protected]>
* bump dependency versions
* update CHANGELOG
* update dash-renderer to v1.8.3
* update CHANGELOG
* Favicon fix (#240)
* Adding default favicon
* Removing redundant codeblock
* Added default favicon
* Minor fix to requests prefix
* Update CHANGELOG.md
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Added simple test
* Fixed typo
* Fixed typo
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Remove context reference from CircleCI (#241)
* Dash R Core Package Unification (#243)
* Initialize npm and gulpfile in repo
* Adding directory structure
* Initial implementation of unification script
* Minor grep fixes
* Fixed DESCRIPTION imports
* Added updated dash-table deps
* Regex for version numbers
* Cut import entries from NAMESPACE
* Remove && include(dashr)
* Removing gulp-asset artifacts and rebuilding complete package
* Removing unnecessary files
* fix: remove html, core pkgs from tests
* fix: update script tags unit test
* Revert R6 import
* Add temporary collate
* Update README examples
* Scrubbing imports
* More import scrubbing
* Package development updates
* Update gitignore and namespace
* Updated gulpfile jobs
* Updated all dependencies
* Added templates for namespace/internal exports
* Update internal, namespace, and gulpfile cleanup
* Fix dependency sourcing
* Linting
* Adding job for asset retrieval and deletion
* Minor src change
* Added error handling
* Fixing favicon bug
* chore: use shallow clone
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Added deprecation warning if dcc, html, or table packages are attached (#249)
* Added deprecation warning
* Update R/dash.R
Co-authored-by: Ryan Patrick Kyle <[email protected]>
Co-authored-by: Ryan Patrick Kyle <[email protected]>
* Update `highlight.js` dependency for dash-table (#262)
* Updating gulpfile
* Updating dependencies for dash components
* Updated highlight.js dependency source
* Add Dash 2 layout syntax wrappers and html tags (#265)
* Added add_meta helper
* Add helper functions and export pipe
* Adding in tags wrapper
* Updating ci config
* Updated CHANGELOG
* Updated circleci to include rust package manager (cargo).
* Removed dashr command in circleci config.
* Updating changelog
* added basic test
* Cleaning up Dash 2 references and duplication
* Updated documentation
* Allow conditional UI
* Add meta tag check
* More cleanup
* Last bit of cleanup
Co-authored-by: Steve Sperandeo <[email protected]>
* Fix suppress_callback_exceptions config (#268)
* Add config key
* Fixing CI
* Simplified callback syntax and addtional utility functions (#270)
* Tag updates
* Added RStudio dash snippet
* Added simple_table
* Added flexible callbacks
* Documentation and NAMESPACE updates
* Updated DESCRIPTION
* Adding unittests
* Adding context tags to tests
* Updated CHANGELOG
* Update monorepo and rebuild package (#271)
* Updating gulpfile and package.json
* More package.json and linting updates
* Adding in simplified callback updates/tests
* Import fixes
* Updating package.json
* Gulpfile script changes
* Gulpfile updates
* Rebuilding package with monorepo updates
* Re-running test
* Updating unittest
* Updating test dependencies
* Updating DESCRIPTION and .Rbuildignore forchecks
* Updating function descriptions and NAMESPACE imports
* Fixed examples and updated docs
* Updating version
* Remove references to dash namespace within package
* Update testthat and remove deprecated context calls
* Removed fixup_metadata.R
* Removing more dash namespace references
* Concatenating component function files
* Updating checks
* Merging components into package R files
* Fixing check
* More package cleanup
* testthat 3.0.0
* Rebuilding package
* Fixed conditional for multiple outputs
* Fix no_update test
* Fixing callback_instrumentation test
* Fixing unit test
* Added DBC to Dash R package (#273)
* Adding dbc to dashR namespace
* updated gitignore
* Adding dbc docs and updating gulpfile
* Updating test with dbc
* Moved misc tests and added dbc snapshot
* Fixing test
* fixing id
* Fixed export and test
* Reverting sorted prop order
* Checks updates
* Re-running test
Co-authored-by: Ryan Patrick Kyle <[email protected]>
Co-authored-by: Ryan Patrick Kyle <[email protected]>
Co-authored-by: Nicolas Kruchten <[email protected]>
Co-authored-by: rpkyle <[email protected]>
Co-authored-by: Steve Sperandeo <[email protected]>1 parent 5c80285 commit f0a2826
File tree
348 files changed
+41901
-410
lines changed- .circleci
- R
- gulp-assets
- inst
- deps
- _components
- dash_table
- dcc
- html
- extdata
- rstudio
- man
- scripts
- tests
- circleci
- integration
- callbacks
- __pycache__
- clientside
- __pycache__
- devtools
- hard_reload
- dopsa
- misc
- renderer
- manual
- testthat
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
348 files changed
+41901
-410
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
8 | 19 | | |
9 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | | - | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
| |||
67 | 65 | | |
68 | 66 | | |
69 | 67 | | |
70 | | - | |
71 | | - | |
72 | | - | |
| 68 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
7 | 24 | | |
8 | 25 | | |
9 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
| |||
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
25 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 28 | + | |
| 29 | + | |
39 | 30 | | |
40 | 31 | | |
41 | 32 | | |
| |||
0 commit comments