Commit Graph

10 Commits

Author SHA1 Message Date
85bc257e7b Rename package from baflakehouse to bankfraud
All checks were successful
Deploy Lakehouse Docs / build-and-deploy (push) Successful in 8m44s
Lint & Format Check / Link Check (push) Successful in 3s
Lint & Format Check / Format Check (styler) (push) Successful in 14s
R Package Tests / test (push) Successful in 53s
- DESCRIPTION: Package name and URL updated to /bank-fraud
- R/baflakehouse-package.R → R/bankfraud-package.R
- _pkgdown.yml: url and reference alias updated
- deploy.yaml: TARGET_DIR updated to /var/www/docs/bank-fraud/
- deploy/baflakehouse.caddy: deleted (stale, superseded by rsync workflow)
- tests and README updated

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 09:38:54 -05:00
5091aec53c Add BAF_BUCKET to deploy workflow env
All checks were successful
Deploy Lakehouse Docs / build-and-deploy (push) Successful in 8m39s
Lint & Format Check / Link Check (push) Successful in 4s
Lint & Format Check / Format Check (styler) (push) Successful in 13s
R Package Tests / test (push) Successful in 52s
Pass BAF_BUCKET secret to the build step so targets pipeline can
connect to the correct MinIO bucket.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 06:04:35 -05:00
55948a7766 Fix rsync target to serve docs at /baflakehouse path
Some checks failed
R Package Tests / test (push) Successful in 53s
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 5m14s
Lint & Format Check / Link Check (push) Successful in 3s
Lint & Format Check / Format Check (styler) (push) Successful in 14s
Update TARGET_DIR to /var/www/docs/baflakehouse/ so the pkgdown site
is served at https://docs.robwiederstein.org/baflakehouse via analytic's
Caddy gateway.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 05:40:56 -05:00
8b8df74a9f Update rsync target to Caddy webroot on analytic
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 1m34s
Lint & Format Check / Link Check (push) Successful in 4s
Lint & Format Check / Format Check (styler) (push) Successful in 14s
R Package Tests / test (push) Successful in 53s
Change TARGET_DIR from the project docs/ path on smaug to /var/www/docs/
on analytic, where the Caddy gateway serves docs.robwiederstein.org.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 05:34:06 -05:00
0cd1242502 Fix missing deps and roxygen2 version in deploy workflow
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 1m3s
Lint & Format Check / Link Check (push) Successful in 4s
Lint & Format Check / Format Check (styler) (push) Successful in 16s
R Package Tests / test (push) Successful in 57s
Add tidymodels and here to DESCRIPTION Suggests so remotes::install_deps
picks them up in CI. Explicitly install roxygen2 in deploy.yaml to ensure
version >= 7.3.3 is available, matching the RoxygenNote declared in DESCRIPTION.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22 20:32:31 -05:00
def3e3b478 Add styler dependency to deploy job
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 1m21s
Lint & Format Check / Link Check (push) Successful in 3s
Lint & Format Check / Format Check (styler) (push) Successful in 18s
R Package Tests / test (push) Successful in 1m3s
2026-02-22 20:21:21 -05:00
0841ee7205 Fix syntax and runner permissions in workflows
Some checks failed
Lint & Format Check / Link Check (push) Successful in 3s
Lint & Format Check / Format Check (styler) (push) Failing after 17s
R Package Tests / test (push) Successful in 1m32s
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 46s
2026-02-22 19:55:56 -05:00
1d0202e3aa Install Node.js in container before checkout
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 7s
Lint & Format Check / Link Check (push) Successful in 12s
Lint & Format Check / Format Check (styler) (push) Failing after 16s
R Package Tests / test (push) Successful in 1m32s
2026-02-22 19:43:43 -05:00
e781eb3703 Downgrade checkout action to v3 for container compatibility
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 9s
Lint & Format Check / Link Check (push) Successful in 3s
Lint & Format Check / Format Check (styler) (push) Failing after 1s
R Package Tests / test (push) Failing after 1s
2026-02-22 16:57:21 -05:00
e6c20bd221 Add Gitea CI deployment workflow and update dependencies
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 34s
Lint & Format Check / Link Check (push) Successful in 17s
Lint & Format Check / Format Check (styler) (push) Failing after 3s
R Package Tests / test (push) Failing after 1s
2026-02-22 16:18:15 -05:00