Skip to content

Commit

Permalink
Merge pull request #498 from jembi/OHM-738-release-openhim-console
Browse files Browse the repository at this point in the history
Ohm 738 release openhim console
  • Loading branch information
MattyJ007 authored Jan 22, 2019
2 parents d4023f7 + f81c52f commit 0da619c
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Changelog

## v1.13.0-rc.1 / 2019-01-22

---

## Release candidate with various bug fixes / code refactoring and dependency upgrades

### Bug Fixes

* Remove width limit on multi-select that caused truncated inputs
* Fixed tool-tips with HTML elements that weren't being rendered on hover
* Update webpack to hot reload when changes are made to the scripts
* Fix graph missing labels by disabling additional minification
* Fix show reruns button in transactions
* Fix the redirect to rerun transactions from the popover

### Code Cleanup

* Fix broken Channel test
* Update tests for dependency upgrades
* Remove console logs
* Fix channel success message wording

### Updates/Upgrades

* Update dependency minor versions and patches for security updates
* Upgrade dependency major versions where possible

### Internal Refactoring

* Separate out basicInfo, routes, dataControl, alerts, requestMatching and userAccess controllers from the channelsModal controller into their own files

### Enhancements

* Add icon to transaction log to indicate that a transaction is a rerun
* Travis CI runs console against Node Carbon, Dubnium and latest with code coverage
* Travis CI build status is posted to Jembi slack channel
4 changes: 2 additions & 2 deletions app/config/default.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.12.0-rc.3",
"minimumCoreVersion": "4.0.0-rc.6",
"version": "1.13.0-rc.1",
"minimumCoreVersion": "4.0.0",
"protocol": "https",
"host": "localhost",
"hostPath": "",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openhim-console",
"description": "This application provides a web application to configure and manage the OpenHIM-core component.",
"version": "1.12.1",
"version": "1.13.0-rc.1",
"dependencies": {
"@types/http-server": "^0.10.0",
"http-server": "^0.11.1",
Expand Down

0 comments on commit 0da619c

Please sign in to comment.