Skip to content
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

Release candidate for 0.4.0 #961

Merged
merged 64 commits into from
Mar 10, 2023
Merged

Release candidate for 0.4.0 #961

merged 64 commits into from
Mar 10, 2023

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    e64fd04 View commit details
    Browse the repository at this point in the history
  2. chore: version bump

    We needed to release a version for golem to stay on CRAN
    but a real release was not ready,
    hence a small 0.3.4
    ColinFay committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    07e31b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aae6b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6f3fad View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    9a809bb View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    4f77e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0313b59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b072a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. chore: version bump

    We needed to release a version for golem to stay on CRAN
    but a real release was not ready,
    hence a small 0.3.4
    ColinFay committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    8eb0719 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1238ce9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f0eb33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b68398 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fccedc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    beeda81 View commit details
    Browse the repository at this point in the history
  7. chore: merge after rebase

    Merge branch 'dev' of https://github.com/ThinkR-open/golem into dev
    
    # Conflicts:
    #	DESCRIPTION
    #	NEWS.md
    #	R/add_dockerfiles.R
    #	R/modules_fn.R
    #	man/dockerfiles.Rd
    #	tests/testthat/test-zzzzzzzzzz.R
    ColinFay committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    6d4c532 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a1f80f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5c4d10e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d630bc0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    842d0c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    38df42c View commit details
    Browse the repository at this point in the history
  13. style: styler changes

    ColinFay committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a75e828 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    f8461c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. feat: Create html template for maintenance mode

    Issue Add a maintenance mode ? #820
    ArthurData authored and ColinFay committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    43a40f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    568a624 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3267323 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f32f753 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc608c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Fix 944 and correct CI (#947)

    * fix #944
    
    force lowercase for package name in Dockerfile
    
    * check_is_installed is back again instead of fs_file_copy for dockerfile creation 
    
    * set version to 0.3.5.9001
    VincentGuyader authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    acc054b View commit details
    Browse the repository at this point in the history
  2. fix dev branch (#948)

    * fix allow pkgload no to be installed
    
    * fix document_and_reload rd
    
    * chore update NEWS and bump version
    
    * fix force repos in test to avoid  "trying to use CRAN without setting a mirror"
    VincentGuyader authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5c75618 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. draft : 950 without cli (#951)

    * remove cli and crayon from hard deps
    VincentGuyader authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    63ac852 View commit details
    Browse the repository at this point in the history
  2. update maintenance mode (#952)

    * fix pkgdown
    
    * explain maintenance mode
    VincentGuyader authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    5a5ec0b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. feat: remove rstudioapi hard dep (#955)

    * feat: remove rstudioapi hard dep
    
    * remove rstudioapi from NAMESPACE
    
    Co-authored-by: Colin Fay <[email protected]>
    VincentGuyader and ColinFay authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    ebf8680 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. fix #956 improve get_golem_options doc (#957)

    * fix #956 improve get_golem_options doc
    
    * fix doc
    
    * add news
    VincentGuyader authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    135560b View commit details
    Browse the repository at this point in the history
  2. fix 958 save all before run_dev.R (#959)

    * fix 958 save all before run_dev.R
    
    * add news
    VincentGuyader authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    e8527de View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. doc: version bump & readme

    ColinFay committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    54b38b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. style: linter

    ColinFay committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    08577f4 View commit details
    Browse the repository at this point in the history
  2. styler: linter bis

    ColinFay committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    cf76381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e394e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c714bdf View commit details
    Browse the repository at this point in the history
  5. doc: entry in news

    ColinFay committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    525e97d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c869d3 View commit details
    Browse the repository at this point in the history
  7. fix: removed the dot file from deployment

    Issue #923
    ColinFay committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    22f3467 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a0b428 View commit details
    Browse the repository at this point in the history
  9. doc: news update

    ColinFay committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    9ce9150 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    85a8211 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e761c3b View commit details
    Browse the repository at this point in the history
  12. fix: hotix typo

    ColinFay committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    942c998 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bf03e50 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Update add_dockerfiles_renv.R (#976)

    fix : allow using `add_dockerfile_with_renv without` attachment and/or detect if package is missing
    VincentGuyader authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    5eb61fb View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. fix: allow to build readme in 01_start

    tags: fix, doc
    
    Why?  
    
    - I need to be able to commit right after running the complete "dev/01_dev.R"
    
    How?
    
    - To commit, I need the Readme.md file to be created, after I created the Readme.Rmd file.
    - devtools::build_readme() allows to install the package temporarily with its last version to be able to knit the Readme.Rmd in the last good conditions
    statnmap authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    3e11e48 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Merge pull request #979 from ThinkR-open/dev-build-readme

    fix: allow to build readme in 01_start
    VincentGuyader authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    c60f62d View commit details
    Browse the repository at this point in the history
  2. draft : Temp (#977)

    * Pass `require_suggets` to `attachment_create_renv_for_prod`
    
    * feat : force check_if_suggests_is_installed = FALSE in renv creation
    
    * feat : add test to check suggested package are not in renv.lock
    
    * fix : explictly use library(appname) before launching an app un Dockerfile
    
    issue : #978
    
    * fix : update add_dockerfile_with_renv
    
    * fix : check_installed is more cleaver
    
    * fix : add {renv} to dev_deps (its already in {dockerfiler}'s deps, but it seems safer to do this.
    
    ---------
    
    Co-authored-by: Stephen Holsenbeck <[email protected]>
    VincentGuyader and yogat3ch authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    e1142e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f576d0f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Fix #993

    ilyaZar committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    da7cbe7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Merge pull request #994 from ilyaZar/dev

    Fix #993
    ColinFay authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    9f8630f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c09c01 View commit details
    Browse the repository at this point in the history
  3. ci: forcing the repos

    ColinFay committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    bbcc392 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. ci: updated GA

    ColinFay committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a926b4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9051e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. doc: only one return tag

    ColinFay committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    585cc03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b4018a View commit details
    Browse the repository at this point in the history
  3. Fix 944 and correct CI

    * fix #944
    
    force lowercase for package name in Dockerfile
    
    * check_is_installed is back again instead of fs_file_copy for dockerfile creation
    
    * set version to 0.3.5.9001
    VincentGuyader authored and ColinFay committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    08f050f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    383644f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e79e54 View commit details
    Browse the repository at this point in the history