-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Init article on the conversion task * Build up the cli-based UI in one place * Introduce ui_cli_bullets() * author.R * Factor out the path-processing logic into ui_path_impl() * addin.R * ui_bullets() is better because shorter * badge.R * ui_abort() feels more consistent with everything else * Introduce ui_code_snippet() * block.R * Some testing improvements * Test ui_code_snippet() * Replace all calls to ui_code_block() * Typo * Update conversion article * browse.R * Eliminate usage of ui_warn() * ci.R * code_of_conduct.R * course.R * coverage.R * cpp11.R * Single quote inline .field if no color * create.R * data.R * description.R * directory.R * edit.R * git-default-branch.R * git.R * Test bulletize() and usethis_map_cli() * github-actions.R * .val seems like a better default for usethis * github-labels.R * github-pages.R * github.R + check_current_branch() * github_token.R * Remove hd_line() which is not used anywhere at this point * Notes * Modernize kv_line() + other changes to improve git_sitrep() * github_token.R * helpers.R * issue.R * license.R * lifecycle.R * logo.R * news.R * package.R * pkgdown.R * Provide default bullets in ui_abort() * pr.R * proj-desc.R * proj.R * rcpp.R * readme.R * release.R * rename-files.R * revdep.R * roxygen.R * rprofile.R * rstudio.R * sitrep.R * spelling.R * template.R * test.R * tibble.R * tidyverse.R * upkeep.R * use_github_file.R * use_import_fun.R * usethis-defunct.R * Rename to ui_legacy_bullet(); catch up on note-taking * utils-git.R * utils.R * version.R * vignette.R * write.R * utils-github.R * Add snapshot tests for remote GitHub configurations * Finish converting UI around GitHub remote configurations * Refactor flaky test * Better organization * Catch up on note-taking * Work on making the article actually render the way I want * Mark ui_*() functions as superseded * Mark ui_yeah() and ui_no() as superseded * Work on kv_line() * Use ui_yep() and ui_nah() everywhere * Re-align filenames re: legacy ui * OMG I don't want people to depend on usethis for ui functions * Switch to ui_nah() , for real * Make sure I don't call into the legacy file * Deal with stragglers that are not TODOs * Update principles.md * NEWS bullet * Yet another straggler * Deal with utils::menu() prep and other unusual stuff * Make test less sensitive to local conditions * Article needs asciicast * Increase width to forcibly prevent snapshot diff due to linebreaks I guess temp paths vary in length, even across separate runs on the same platform? * Organize the articles * Update README * Make the width even larger??? * Apply suggestions from code review Co-authored-by: olivroy <[email protected]> * Update snapshot * How about cli.width????? * YOLO * `.run` fixups * These run afoul of the `.run` rules, so why bother * Better captures the intent --------- Co-authored-by: olivroy <[email protected]>
- Loading branch information
Showing
111 changed files
with
3,631 additions
and
1,485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.