Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Plourde <[email protected]>
  • Loading branch information
palourde committed Dec 20, 2018
1 parent 4a0a165 commit f83c003
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 32 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 1.5.0 (2018-12-20)
#### Bug Fixes
- Prevent multiple data races around APIs loadbalancing and the Sensu data - [PR #802](https://github.com/sensu/uchiwa/pull/802)

#### Other
- Use a RWMutex to optimize read access to the Sensu data - [PR #802](https://github.com/sensu/uchiwa/pull/802)
- Refactoring of the fetcher's goroutine coordination - [PR #802](https://github.com/sensu/uchiwa/pull/802)
- Decrease log verbosity of the `warn` level - [PR #802](https://github.com/sensu/uchiwa/pull/802)

### 1.4.1 (2018-12-14)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uchiwa",
"dependencies": {
"uchiwa-web": "1.4.1"
"uchiwa-web": "1.5.0"
}
}
62 changes: 31 additions & 31 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
<title ng-bind="titleFactory.get()">uchiwa</title>

<!-- Customized Bootstrap -->
<link href="bower_components/uchiwa-web/css/bootstrap-uchiwa/bootstrap-uchiwa.css?rel=1544805217729" rel="stylesheet">
<link href="bower_components/uchiwa-web/css/bootstrap-uchiwa/bootstrap-uchiwa.css?rel=1545329098867" rel="stylesheet">

<!-- 3rd Party CSS -->
<link href="bower_components/fontawesome/css/font-awesome.min.css?rel=1544805217730" rel="stylesheet">
<link href="bower_components/angular-toastr/dist/angular-toastr.min.css?rel=1544805217730" rel="stylesheet">
<link href="bower_components/highlightjs/styles/tomorrow.css?rel=1544805217730" rel="stylesheet">
<link href="bower_components/moment-picker/dist/angular-moment-picker.min.css?rel=1544805217730" rel="stylesheet">
<link href="bower_components/jsoneditor/dist/jsoneditor.min.css?rel=1544805217730" rel="stylesheet">
<link href="bower_components/fontawesome/css/font-awesome.min.css?rel=1545329098867" rel="stylesheet">
<link href="bower_components/angular-toastr/dist/angular-toastr.min.css?rel=1545329098867" rel="stylesheet">
<link href="bower_components/highlightjs/styles/tomorrow.css?rel=1545329098867" rel="stylesheet">
<link href="bower_components/moment-picker/dist/angular-moment-picker.min.css?rel=1545329098867" rel="stylesheet">
<link href="bower_components/jsoneditor/dist/jsoneditor.min.css?rel=1545329098867" rel="stylesheet">

<!-- Uchiwa CSS -->
<link href="bower_components/uchiwa-web/css/uchiwa-default/uchiwa-default.css?rel=1544805217730" rel="stylesheet" site-theme>
<link href="bower_components/uchiwa-web/css/uchiwa-default/uchiwa-default.css?rel=1545329098867" rel="stylesheet" site-theme>
</head>

<body>
Expand All @@ -40,31 +40,31 @@ <h3 class="font-bold">We couldn't load Uchiwa configuration.</h3>
<ng-view></ng-view>

<!-- 3rd Party JS -->
<script src="bower_components/angular/angular.min.js?rel=1544805217728"></script>
<script src="bower_components/angular-cookies/angular-cookies.min.js?rel=1544805217728"></script>
<script src="bower_components/angular-resource/angular-resource.min.js?rel=1544805217728"></script>
<script src="bower_components/angular-route/angular-route.min.js?rel=1544805217728"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.min.js?rel=1544805217728"></script>
<script src="bower_components/angular-toastr/dist/angular-toastr.tpls.min.js?rel=1544805217728"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js?rel=1544805217729"></script>
<script src="bower_components/highlightjs/highlight.pack.js?rel=1544805217729"></script>
<script src="bower_components/moment/min/moment.min.js?rel=1544805217729"></script>
<script src="bower_components/angular-moment/angular-moment.min.js?rel=1544805217729"></script>
<script src="bower_components/moment-picker/dist/angular-moment-picker.min.js?rel=1544805217729"></script>
<script src="bower_components/angular-gravatar/build/angular-gravatar.min.js?rel=1544805217729"></script>
<script src="bower_components/jsoneditor/dist/jsoneditor.min.js?rel=1544805217729"></script>
<script src="bower_components/ng-jsoneditor/ng-jsoneditor.js?rel=1544805217729"></script>
<script src="bower_components/ua-parser-js/dist/ua-parser.min.js?rel=1544805217730"></script>
<script src="bower_components/angular/angular.min.js?rel=1545329098865"></script>
<script src="bower_components/angular-cookies/angular-cookies.min.js?rel=1545329098865"></script>
<script src="bower_components/angular-resource/angular-resource.min.js?rel=1545329098865"></script>
<script src="bower_components/angular-route/angular-route.min.js?rel=1545329098865"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.min.js?rel=1545329098865"></script>
<script src="bower_components/angular-toastr/dist/angular-toastr.tpls.min.js?rel=1545329098866"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js?rel=1545329098866"></script>
<script src="bower_components/highlightjs/highlight.pack.js?rel=1545329098866"></script>
<script src="bower_components/moment/min/moment.min.js?rel=1545329098866"></script>
<script src="bower_components/angular-moment/angular-moment.min.js?rel=1545329098866"></script>
<script src="bower_components/moment-picker/dist/angular-moment-picker.min.js?rel=1545329098866"></script>
<script src="bower_components/angular-gravatar/build/angular-gravatar.min.js?rel=1545329098866"></script>
<script src="bower_components/jsoneditor/dist/jsoneditor.min.js?rel=1545329098866"></script>
<script src="bower_components/ng-jsoneditor/ng-jsoneditor.js?rel=1545329098867"></script>
<script src="bower_components/ua-parser-js/dist/ua-parser.min.js?rel=1545329098868"></script>

<!-- Uchiwa JS -->
<script src="bower_components/uchiwa-web/js/bootstrap.js?rel=1544805217727"></script>
<script src="bower_components/uchiwa-web/js/app.js?rel=1544805217726"></script>
<script src="bower_components/uchiwa-web/js/common.js?rel=1544805217727"></script>
<script src="bower_components/uchiwa-web/js/constants.js?rel=1544805217727"></script>
<script src="bower_components/uchiwa-web/js/controllers.js?rel=1544805217727"></script>
<script src="bower_components/uchiwa-web/js/directives.js?rel=1544805217727"></script>
<script src="bower_components/uchiwa-web/js/factories.js?rel=1544805217727"></script>
<script src="bower_components/uchiwa-web/js/filters.js?rel=1544805217728"></script>
<script src="bower_components/uchiwa-web/js/services.js?rel=1544805217728"></script>
<script src="bower_components/uchiwa-web/js/bootstrap.js?rel=1545329098864"></script>
<script src="bower_components/uchiwa-web/js/app.js?rel=1545329098864"></script>
<script src="bower_components/uchiwa-web/js/common.js?rel=1545329098864"></script>
<script src="bower_components/uchiwa-web/js/constants.js?rel=1545329098864"></script>
<script src="bower_components/uchiwa-web/js/controllers.js?rel=1545329098864"></script>
<script src="bower_components/uchiwa-web/js/directives.js?rel=1545329098865"></script>
<script src="bower_components/uchiwa-web/js/factories.js?rel=1545329098865"></script>
<script src="bower_components/uchiwa-web/js/filters.js?rel=1545329098865"></script>
<script src="bower_components/uchiwa-web/js/services.js?rel=1545329098865"></script>
</body>
</html>

0 comments on commit f83c003

Please sign in to comment.