- feat: Check for Posit name leakage
- feat: Be less picky with server URLs
- fix: Deploy multiple files
- feat: Improve cli output - "All checks complete"
- fix: Checking system libs
- fix: Skip user check on evaluation licenses
- feat: Add in long string context to checks
- fix: Typo in report.qmd
- feat: Remove API keys from app call. Don't need; don't want them.
- refactor: Move standard functions to audit.base
- feat: Quarto report of audit
- feat: Add feature usage
- feat: Include package version in output
- feat: Move to GitHub and rename pkg
- feat: Initial sketch of report
- fix: Ensure that manifests don't use binary repos
- feat: New test - include svgs with quarto
- chore: New version of uatBase has comments in CSVs
- fix: Delete pins after deployment
- feat: Use {uatBase} package for inst/
- feat: Use {uatBase} package
- feat: Use {serverHeaders} package
- feat: Update versions
- feat: Improved config creation
- feat: Check github deployment
- feat: Check shiny deployment
- feat: Improved debugging using
debug_level
- style: Standardise deploy titles
- fix: Pass server/token to plumber test
- fix: Deploying Python quarto content now uses a requirements.txt
- feat: Summaries RSC user types
- feat: Highlight old R/Python/Quarto versions
- feat: Check sys deps to determine which packages can't be installed
- feat: Check server headers
- feat: Check RSC version
- refactor: Remove {jrApiRStudio} dependency
- fix: Julia isn't possible on connect. So removing test.
- feat: Add plumber test
- feat: Set config file with default "no"
- feat: Advance quarto tests: python/Julia/Obser'
- feat: quarto test: quarto to beamer
- fix: individual python tests now use ENV variables
- fix: Merge conflict broke deploy flask
- feat: Perform a basic API call to check token
- feat: Retrieve and display R/Python/Quarto versions
- feat: Automatically register account using token
- chore: Remove additional blank lines / EOL whitespace
- feat: Pass tokens & server as arguments
- feat: Deploy streamlit applications
- feat: Add in quarto to PDF & quarto to docx tests
- feat: Summarise key variables at the start of the test
- feat: Testing flask APIs
- internal: Rename package {connecttest} -> {jrHealthCheckConnect}
- feat: Add in quarto test
- bug: Don't assume a lack of
stop()
, means success - refactor: Create standard
cleanup_
functions - internal: Change doc -> Word to match {knitr} naming
- internal: Use the generated .Rmd file from RStudio for tests
- feat: Add in pins test
- feat: Complete refactoring to use R6 classes
- Adds tests for deployment of Rmd files as PDFs and Word documents, knitted on Connect server
- Removes unused imports
- Added test which deploys an RMarkdown file to Connect
- Updated DESCRIPTION
- Initial commit