Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Release 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palourde committed Mar 24, 2017
1 parent 0c5ff9e commit b73176e
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 34 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
### 0.23.0 (2017-03-24)
#### Bug Fixes
- Fix a visual glitch when refreshing a page on Firefox -
[Issue #654](https://github.com/sensu/uchiwa/issues/654)

#### Features
- Refactoring of the silencing modal window -
[Issue #644](https://github.com/sensu/uchiwa/issues/644)
- Support edition of proxy clients in the Sensu client registry -
[Issue #651](https://github.com/sensu/uchiwa/issues/651)
- Display new information about Sensu servers, available since Sensu 0.28, in a new
datacenter view - [Issue #652](https://github.com/sensu/uchiwa/issues/652)
- Support custom favicons - [Issue #606](https://github.com/sensu/uchiwa/issues/606)

#### Other
- Set the Secure flag on authentication cookies when serving over HTTPS -
[Issue #656](https://github.com/sensu/uchiwa/issues/656)

### 0.22.2 (2017-03-10)
#### Bug Fixes
- Add Cross Site Request Forgery (XSRF) protection - [Issue #638](https://github.com/sensu/uchiwa/issues/638)
Expand Down
7 changes: 5 additions & 2 deletions Gruntfile.js
Expand Up @@ -26,15 +26,18 @@ module.exports = function (grunt) {
'angular-toastr.tpls.min.js',
'ui-bootstrap-tpls.min.js',
'highlight.pack.js',
'massautocomplete.min.js',
'moment.min.js',
'angular-moment.min.js',
'angular-moment-picker.min.js',
'angular-gravatar.min.js',
'jsoneditor.min.js',
'ng-jsoneditor.js',
'bootstrap-uchiwa.css',
'font-awesome.min.css',
'angular-toastr.min.css',
'tomorrow.css',
'massautocomplete.theme.css',
'angular-moment-picker.min.css',
'jsoneditor.min.css',
'uchiwa-default.css',
'ua-parser.min.js'
],
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "uchiwa",
"dependencies": {
"uchiwa-web": "0.22.2"
"uchiwa-web": "0.23.0"
}
}
62 changes: 31 additions & 31 deletions public/index.html
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=1489178318313" rel="stylesheet">
<link href="bower_components/uchiwa-web/css/bootstrap-uchiwa/bootstrap-uchiwa.css?rel=1490367623041" rel="stylesheet">

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

<!-- Uchiwa CSS -->
<link href="bower_components/uchiwa-web/css/uchiwa-default/uchiwa-default.css?rel=1489178318313" rel="stylesheet" site-theme>
<link href="bower_components/uchiwa-web/css/uchiwa-default/uchiwa-default.css?rel=1490367623042" 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=1489178318311"></script>
<script src="bower_components/angular-cookies/angular-cookies.min.js?rel=1489178318311"></script>
<script src="bower_components/angular-resource/angular-resource.min.js?rel=1489178318311"></script>
<script src="bower_components/angular-route/angular-route.min.js?rel=1489178318312"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.min.js?rel=1489178318312"></script>
<script src="bower_components/angular-toastr/dist/angular-toastr.tpls.min.js?rel=1489178318312"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js?rel=1489178318312"></script>
<script src="bower_components/highlightjs/highlight.pack.js?rel=1489178318312"></script>
<script src="bower_components/moment/min/moment.min.js?rel=1489178318312"></script>
<script src="bower_components/angular-moment/angular-moment.min.js?rel=1489178318312"></script>
<script src="bower_components/moment-picker/dist/angular-moment-picker.min.js?rel=1489178318312"></script>
<script src="bower_components/angular-gravatar/build/angular-gravatar.min.js?rel=1489178318312"></script>
<script src="bower_components/jsoneditor/dist/jsoneditor.min.js?rel=1489178318313"></script>
<script src="bower_components/ng-jsoneditor/ng-jsoneditor.js?rel=1489178318313"></script>
<script src="bower_components/ua-parser-js/dist/ua-parser.min.js?rel=1489178318313"></script>
<script src="bower_components/angular/angular.min.js?rel=1490367623040"></script>
<script src="bower_components/angular-cookies/angular-cookies.min.js?rel=1490367623040"></script>
<script src="bower_components/angular-resource/angular-resource.min.js?rel=1490367623040"></script>
<script src="bower_components/angular-route/angular-route.min.js?rel=1490367623040"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.min.js?rel=1490367623040"></script>
<script src="bower_components/angular-toastr/dist/angular-toastr.tpls.min.js?rel=1490367623041"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js?rel=1490367623041"></script>
<script src="bower_components/highlightjs/highlight.pack.js?rel=1490367623041"></script>
<script src="bower_components/moment/min/moment.min.js?rel=1490367623041"></script>
<script src="bower_components/angular-moment/angular-moment.min.js?rel=1490367623041"></script>
<script src="bower_components/moment-picker/dist/angular-moment-picker.min.js?rel=1490367623041"></script>
<script src="bower_components/angular-gravatar/build/angular-gravatar.min.js?rel=1490367623041"></script>
<script src="bower_components/jsoneditor/dist/jsoneditor.min.js?rel=1490367623041"></script>
<script src="bower_components/ng-jsoneditor/ng-jsoneditor.js?rel=1490367623041"></script>
<script src="bower_components/ua-parser-js/dist/ua-parser.min.js?rel=1490367623042"></script>

<!-- Uchiwa JS -->
<script src="bower_components/uchiwa-web/js/bootstrap.js?rel=1489178318310"></script>
<script src="bower_components/uchiwa-web/js/app.js?rel=1489178318309"></script>
<script src="bower_components/uchiwa-web/js/common.js?rel=1489178318310"></script>
<script src="bower_components/uchiwa-web/js/constants.js?rel=1489178318310"></script>
<script src="bower_components/uchiwa-web/js/controllers.js?rel=1489178318311"></script>
<script src="bower_components/uchiwa-web/js/directives.js?rel=1489178318311"></script>
<script src="bower_components/uchiwa-web/js/factories.js?rel=1489178318311"></script>
<script src="bower_components/uchiwa-web/js/filters.js?rel=1489178318311"></script>
<script src="bower_components/uchiwa-web/js/services.js?rel=1489178318311"></script>
<script src="bower_components/uchiwa-web/js/bootstrap.js?rel=1490367623040"></script>
<script src="bower_components/uchiwa-web/js/app.js?rel=1490367623039"></script>
<script src="bower_components/uchiwa-web/js/common.js?rel=1490367623040"></script>
<script src="bower_components/uchiwa-web/js/constants.js?rel=1490367623040"></script>
<script src="bower_components/uchiwa-web/js/controllers.js?rel=1490367623040"></script>
<script src="bower_components/uchiwa-web/js/directives.js?rel=1490367623040"></script>
<script src="bower_components/uchiwa-web/js/factories.js?rel=1490367623040"></script>
<script src="bower_components/uchiwa-web/js/filters.js?rel=1490367623040"></script>
<script src="bower_components/uchiwa-web/js/services.js?rel=1490367623040"></script>
</body>
</html>

0 comments on commit b73176e

Please sign in to comment.