-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge dev into master #275
Commits on Aug 3, 2020
-
Ryan Patrick Kyle committed
Aug 3, 2020 Configuration menu - View commit details
-
Copy full SHA for e5b0cfe - Browse repository at this point
Copy the full SHA e5b0cfeView commit details -
remove version updating in DESCRIPTION
Ryan Patrick Kyle committedAug 3, 2020 Configuration menu - View commit details
-
Copy full SHA for a242d49 - Browse repository at this point
Copy the full SHA a242d49View commit details
Commits on Aug 4, 2020
-
Co-authored-by: HammadTheOne <30986043+HammadTheOne@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f1b81d6 - Browse repository at this point
Copy the full SHA f1b81d6View commit details -
Merge pull request #222 from plotly/212-untangle-dashr-build
Relocate metadata fixup logic from config.yml to R script
Configuration menu - View commit details
-
Copy full SHA for 4d234cb - Browse repository at this point
Copy the full SHA 4d234cbView commit details
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4e4ccb1 - Browse repository at this point
Copy the full SHA 4e4ccb1View commit details
Commits on Sep 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5bd1bbb - Browse repository at this point
Copy the full SHA 5bd1bbbView commit details
Commits on Oct 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3f862f9 - Browse repository at this point
Copy the full SHA 3f862f9View commit details
Commits on Oct 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3a3ee2f - Browse repository at this point
Copy the full SHA 3a3ee2fView commit details
Commits on Oct 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 766e3a8 - Browse repository at this point
Copy the full SHA 766e3a8View commit details
Commits on Oct 21, 2020
-
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 <rpkyle@users.noreply.github.com> * Update R/dependencies.R Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update R/dependencies.R Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update R/dependencies.R Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * 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 <rpkyle@users.noreply.github.com> * Update boilerplate text. Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update tests/integration/callbacks/test_pattern_matching.py Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update tests/integration/callbacks/test_pattern_matching.py Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update tests/integration/callbacks/test_pattern_matching.py Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update tests/integration/callbacks/test_pattern_matching.py Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update tests/integration/callbacks/test_pattern_matching.py Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update tests/testthat/test-wildcards.R Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update wildcards_test.R Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update wildcards_test.R Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update wildcards_test.R Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update wildcards_test.R Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update wildcards_test.R Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update wildcards_test.R Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update wildcards_test.R Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Update wildcards_test.R Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * 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 <rpkyle@users.noreply.github.com> Co-authored-by: Nicolas Kruchten <nicolas@plot.ly> Co-authored-by: rpkyle <ryan@plotly.com>
Configuration menu - View commit details
-
Copy full SHA for 3b54773 - Browse repository at this point
Copy the full SHA 3b54773View commit details -
Fixing Null error with glue::glue interpolation (#233)
* Fixing NULL error with glue interpolation * Update utils.R * Update utils.R
Configuration menu - View commit details
-
Copy full SHA for 03ed383 - Browse repository at this point
Copy the full SHA 03ed383View commit details
Commits on Oct 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5b31534 - Browse repository at this point
Copy the full SHA 5b31534View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2fdd157 - Browse repository at this point
Copy the full SHA 2fdd157View commit details -
bump package version to v0.8.0
rpkyle committedOct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for bb9fc6a - Browse repository at this point
Copy the full SHA bb9fc6aView commit details
Commits on Oct 27, 2020
-
Co-authored-by: HammadTheOne <30986043+HammadTheOne@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 314ced8 - Browse repository at this point
Copy the full SHA 314ced8View commit details -
Update tests/testthat/test-wildcards.R
Co-authored-by: HammadTheOne <30986043+HammadTheOne@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3f9f9f1 - Browse repository at this point
Copy the full SHA 3f9f9f1View commit details -
Co-authored-by: HammadTheOne <30986043+HammadTheOne@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e093463 - Browse repository at this point
Copy the full SHA e093463View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee2702 - Browse repository at this point
Copy the full SHA 6ee2702View commit details -
rpkyle committed
Oct 27, 2020 Configuration menu - View commit details
-
Copy full SHA for b477fe0 - Browse repository at this point
Copy the full SHA b477fe0View commit details -
rpkyle committed
Oct 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 6fffb44 - Browse repository at this point
Copy the full SHA 6fffb44View commit details -
rpkyle committed
Oct 27, 2020 Configuration menu - View commit details
-
Copy full SHA for b4ca5f9 - Browse repository at this point
Copy the full SHA b4ca5f9View commit details -
Merge branch 'dev' of github.com:plotly/dashR into dev
rpkyle committedOct 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 24b491a - Browse repository at this point
Copy the full SHA 24b491aView commit details -
rpkyle committed
Oct 27, 2020 Configuration menu - View commit details
-
Copy full SHA for c120ab2 - Browse repository at this point
Copy the full SHA c120ab2View commit details -
Update tests/integration/callbacks/test_pattern_matching.py
Co-authored-by: HammadTheOne <30986043+HammadTheOne@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 56d1dc0 - Browse repository at this point
Copy the full SHA 56d1dc0View commit details -
Update tests/integration/callbacks/test_pattern_matching.py
Co-authored-by: HammadTheOne <30986043+HammadTheOne@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 226f949 - Browse repository at this point
Copy the full SHA 226f949View commit details
Commits on Oct 28, 2020
-
Update tests/integration/callbacks/test_pattern_matching.py
Co-authored-by: HammadTheOne <30986043+HammadTheOne@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fd5f3da - Browse repository at this point
Copy the full SHA fd5f3daView commit details -
rpkyle committed
Oct 28, 2020 Configuration menu - View commit details
-
Copy full SHA for c3a34b6 - Browse repository at this point
Copy the full SHA c3a34b6View commit details -
rpkyle committed
Oct 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 877f463 - Browse repository at this point
Copy the full SHA 877f463View commit details -
rpkyle committed
Oct 28, 2020 Configuration menu - View commit details
-
Copy full SHA for b238a57 - Browse repository at this point
Copy the full SHA b238a57View commit details
Commits on Oct 30, 2020
-
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 <ryan@plotly.com>
Configuration menu - View commit details
-
Copy full SHA for ff858ac - Browse repository at this point
Copy the full SHA ff858acView commit details
Commits on Oct 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7a23405 - Browse repository at this point
Copy the full SHA 7a23405View commit details -
rpkyle committed
Oct 31, 2020 Configuration menu - View commit details
-
Copy full SHA for aac1db5 - Browse repository at this point
Copy the full SHA aac1db5View commit details -
rpkyle committed
Oct 31, 2020 Configuration menu - View commit details
-
Copy full SHA for b7b1cfa - Browse repository at this point
Copy the full SHA b7b1cfaView commit details -
update dash-renderer to v1.8.3
rpkyle committedOct 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 4326e08 - Browse repository at this point
Copy the full SHA 4326e08View commit details -
rpkyle committed
Oct 31, 2020 Configuration menu - View commit details
-
Copy full SHA for ed022c8 - Browse repository at this point
Copy the full SHA ed022c8View commit details
Commits on Nov 17, 2020
-
* Adding default favicon * Removing redundant codeblock * Added default favicon * Minor fix to requests prefix * Update CHANGELOG.md Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com> * Added simple test * Fixed typo * Fixed typo Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8c2dc66 - Browse repository at this point
Copy the full SHA 8c2dc66View commit details
Commits on Jan 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d5a472e - Browse repository at this point
Copy the full SHA d5a472eView commit details
Commits on May 18, 2021
-
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 <ryan@plotly.com>
Configuration menu - View commit details
-
Copy full SHA for 0aec5f8 - Browse repository at this point
Copy the full SHA 0aec5f8View commit details
Commits on May 20, 2021
-
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 <rpkyle@users.noreply.github.com> Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 54c9695 - Browse repository at this point
Copy the full SHA 54c9695View commit details
Commits on Aug 11, 2021
-
Update
highlight.js
dependency for dash-table (#262)* Updating gulpfile * Updating dependencies for dash components * Updated highlight.js dependency source
Configuration menu - View commit details
-
Copy full SHA for a055015 - Browse repository at this point
Copy the full SHA a055015View commit details
Commits on Aug 25, 2021
-
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 <steve.sperandeo@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 043c9ee - Browse repository at this point
Copy the full SHA 043c9eeView commit details
Commits on Sep 22, 2021
-
Fix suppress_callback_exceptions config (#268)
* Add config key * Fixing CI
Configuration menu - View commit details
-
Copy full SHA for 456f09d - Browse repository at this point
Copy the full SHA 456f09dView commit details
Commits on Sep 29, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 948f0f7 - Browse repository at this point
Copy the full SHA 948f0f7View commit details
Commits on Oct 3, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for ed1acb3 - Browse repository at this point
Copy the full SHA ed1acb3View commit details
Commits on Oct 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4419ce3 - Browse repository at this point
Copy the full SHA 4419ce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b3544b - Browse repository at this point
Copy the full SHA 0b3544bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89f74ef - Browse repository at this point
Copy the full SHA 89f74efView commit details
Commits on Oct 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5dda6f5 - Browse repository at this point
Copy the full SHA 5dda6f5View commit details
Commits on Oct 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7c76953 - Browse repository at this point
Copy the full SHA 7c76953View commit details
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d419517 - Browse repository at this point
Copy the full SHA d419517View commit details -
Configuration menu - View commit details
-
Copy full SHA for aff9b99 - Browse repository at this point
Copy the full SHA aff9b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad3b24 - Browse repository at this point
Copy the full SHA 0ad3b24View commit details
Commits on Oct 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3aa7abd - Browse repository at this point
Copy the full SHA 3aa7abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e934ca0 - Browse repository at this point
Copy the full SHA e934ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68427b3 - Browse repository at this point
Copy the full SHA 68427b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb93cdb - Browse repository at this point
Copy the full SHA cb93cdbView commit details
Commits on Oct 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3b440da - Browse repository at this point
Copy the full SHA 3b440daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 318d7cf - Browse repository at this point
Copy the full SHA 318d7cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a1886a - Browse repository at this point
Copy the full SHA 6a1886aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 950b90d - Browse repository at this point
Copy the full SHA 950b90dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dade919 - Browse repository at this point
Copy the full SHA dade919View commit details -
Configuration menu - View commit details
-
Copy full SHA for bce3387 - Browse repository at this point
Copy the full SHA bce3387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68343eb - Browse repository at this point
Copy the full SHA 68343ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27b98b3 - Browse repository at this point
Copy the full SHA 27b98b3View commit details
Commits on Oct 12, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for bde703b - Browse repository at this point
Copy the full SHA bde703bView commit details
Commits on Oct 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3c5e5e0 - Browse repository at this point
Copy the full SHA 3c5e5e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 582fd92 - Browse repository at this point
Copy the full SHA 582fd92View commit details -
Configuration menu - View commit details
-
Copy full SHA for f71ec43 - Browse repository at this point
Copy the full SHA f71ec43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67f2ac0 - Browse repository at this point
Copy the full SHA 67f2ac0View commit details
Commits on Oct 14, 2021
-
Remove html exports and update tags (#274)
* Updating tags and html exports * Re-running tests * Updating tag generation * Re-running tests * Updating tests to use new html list syntax * Adjusting tests * Re-run tests again * Updating tests * Wrapping up test fixes * Percy test
Configuration menu - View commit details
-
Copy full SHA for f41bc4c - Browse repository at this point
Copy the full SHA f41bc4cView commit details