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.1
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.2.2
Choose a head ref
  • 12 commits
  • 16 files changed
  • 4 contributors

Commits on Nov 3, 2022

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

Commits on Nov 8, 2022

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

Commits on Nov 14, 2022

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

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    9697f40 View commit details
    Browse the repository at this point in the history
  2. [DOC] Fix the documentation to better match CRAN requirements (#142)

    The following updates are based on the last CRAN submission feedback:
      - DESCRIPTION: explain acronyms
      - bpmnVisualization-package.Rd
        - replace `\dontrun` with `\donttest`
        - update the example
    csouchet authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    074d2cb View commit details
    Browse the repository at this point in the history
  3. [DOC] Improve the "Release Notes" writing steps (#143)

    Add a notice about `bpmn-visualization` TypeScript library bump
    tbouffard authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    61f9403 View commit details
    Browse the repository at this point in the history
  4. [DOC] Simplify the CRAN submission (#144)

    Let GitHub Actions generates the source package that will be submitted.
    
    The source package is now built when a new tag is pushed and the CRAN
    publishing procedure mentions to retrieve it instead of building it
    locally.
    tbouffard authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d560c0b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. [DOC] Update the license header in the JavaScript file (#148)

    The header doesn't document function, so we shouldn't use documentation block. So, use a block comment instead.
    tbouffard authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a13f218 View commit details
    Browse the repository at this point in the history
  2. [DOC] Improve wording and fix typo in the CONTRIBUTING guide (#150)

    Mention the main branch instead of the master branch.
    Use the correct name of the bpmn-visualization TypeScript library.
    tbouffard authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    371cc1e View commit details
    Browse the repository at this point in the history
  3. [DOC] Publish HTML documentation preview on surge (#128)

    When documentation source files change, publish the generated
    documentation to surge to easy the review.
    Create a workflow that will later include a job to publish to
    `gh-pages`.
    The HTML documentation content is not customized nor updated. This will
    be done later.
    tbouffard authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    1cae15a View commit details
    Browse the repository at this point in the history
  4. [INFRA] Automate tag and files update (#145)

    Add new workflow for the release: `release.yml` including the following
    steps (in order):
      - unprotect the branch
      - generate the new version with `create-new-semantic-version` (based on the latest git tag)
      - update the README.md and DESCRIPTION files with the new version
      - commit the changes
      - tag, then push the commit and tag
      - update the DESCRIPTION file with the new development version
      - commit and push it
      - protect the branch again
    csouchet authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    47878c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

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