Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: process-analytics/bpmn-visualization-R
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: process-analytics/bpmn-visualization-R
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 17 commits
  • 30 files changed
  • 4 contributors

Commits on Nov 23, 2022

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

Commits on Nov 24, 2022

  1. [DOC] Improve the release process steps (#152)

    Note: improvements based on feedback collected during the v0.2.2
    release.
      - remove reference to a closed issue that is completed
      - manual release: add the "git tag" step
      - CRAN submission: better explain how to fill out the form
    tbouffard authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3ec5c02 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    81a3db4 View commit details
    Browse the repository at this point in the history
  2. [DOC] Enrich the HTML documentation (#147)

    Setup everything to have a usable HTML documentation
    The package Rd file is generated with `roxygen2`
    tbouffard authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    9f49566 View commit details
    Browse the repository at this point in the history
  3. [DOC] Deploy Documentation to GitHub Pages (#163)

    Use a GitHub workflow to deploy
    Update the DESCRIPTION file to mention the `gh-pages` URL
    Update the Release workflow: update the release version in the doc site
    as well (index.md)
    tbouffard authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    95b1a17 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

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

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    f9c59b9 View commit details
    Browse the repository at this point in the history
  2. [INFRA] Update the index.md file as part of the release process (#164)

    Mention to update the `index.md` file that is now used to build the HTML generation.
    tbouffard authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    602977e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

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

Commits on Dec 20, 2022

  1. [DOC] Prefix function calls with the package name in examples (#149)

    Explicitly states that functions belong to the package and ensures that
    there will be no ambiguity with a function of the same name from another
    package.
    Also remove extra trailing space in the source files producing the man
    files.
    
    Fix the paths configuration in the documentation GitHub workflows. They
    didn't consider file changes, but only directory changes.
    tbouffard authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    f23bf01 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. [INFRA] Simplify release announces (#174)

    Add a new workflow to send message on twitter & discord, after a new
    release is published.
    csouchet authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    31a3fc3 View commit details
    Browse the repository at this point in the history
  2. [REFACTOR] Rename the package as bpmnVisualizationR (#172)

    ⚠️⚠️ ⚠️  This is a breaking change. ⚠️⚠️⚠️ 
    
    Users of the package must:
      - reinstall it from scratch
      - remove the old `bpmnVisualization` package
     - update usage of the package functions if they prefix them by the name of the package
    csouchet authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    9922a45 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

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

Commits on Jan 4, 2023

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

Commits on Jan 6, 2023

  1. [DOC] Warn users for releases not available on CRAN (#178)

    Update the maintainers documentation to remind writers to notify users through the release notes. In this case, the new version of the package will be install using GitHub.
    tbouffard authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    df1df1d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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