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: dhis2/app-platform Loading
base: v8.3.1
Choose a base ref
...
head repository: dhis2/app-platform Loading
compare: v8.3.2
Choose a head ref
  • 7 commits
  • 10 files changed
  • 2 contributors

Commits on Dec 7, 2021

  1. fix(cli-38): catch syntax errors and recover

    Catch exceptions thrown by the Babel transpilation function to allow the
    developer to gracefully recover to any mistakes in source files.
    varl committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    5f9c5bb View commit details
    Browse the repository at this point in the history
  2. fix(cli-38): catch all unhandled rejections

    Introduce a top-level listener that forces the process to terminate and
    avoids having a broken process running in the background bound to a port
    that needs to manually be identified and killed.
    varl committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    3f9f371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e30dcce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26f5c01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03c9106 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #690 from dhis2/catch-unhandled-rejections

    fix(cli-38): catch unhandled rejections
    varl committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    e7b65d3 View commit details
    Browse the repository at this point in the history
  7. chore(release): cut 8.3.2 [skip ci]

    ## [8.3.2](v8.3.1...v8.3.2) (2021-12-07)
    
    ### Bug Fixes
    
    * **cli-38:** catch all unhandled rejections ([3f9f371](3f9f371))
    * **cli-38:** catch syntax errors and recover ([5f9c5bb](5f9c5bb))
    dhis2-bot committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    dea824a View commit details
    Browse the repository at this point in the history
Loading