-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new
write_board_manifest()
function (#661)
* New `board_manifest()` function * Add methods for writeable boards (except Connect) * Redocument * Add test * Bump to updated version of GH actions * Update NEWS * Vectorize `append_slash()` * Fix typo * Coerce to character in test * Redocument * Fix function name in example * Fix methods * Add tests for manifest file * Update tests * Namespace for testing * Document behavior with yaml file name * Only test contents of manifest for local board * Update tests for manifest * Update docs about bad behavior * More unspecified behavior * `_pins.yaml` is not a pin * Update NEWS * Update `azure_ls()` to only look for dirs * One function now works for all container types * Fix `azure_dir_exist()` * Document no versioning for manifest * Fix `azure_dir_exist()` but MORE * Update pkgdown * Update NEWS * Apply suggestions from code review Co-authored-by: Hadley Wickham <[email protected]> * Code review on docs, return * Redocument * More than one version in manifest test Co-authored-by: Hadley Wickham <[email protected]>
- Loading branch information
1 parent
9a5daf3
commit 584af2a
Showing
20 changed files
with
321 additions
and
29 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
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.