Skip to content

Commit fe1085b

Browse files
committed
Merge branch 'develop' of github.com:ethanhann/IntegrationEngine into develop
2 parents d64aac9 + dc1e252 commit fe1085b

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

doc/change-log.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ currentMenu: change-log
55

66
# Change Log
77

8+
## 2.0.0-rc2
9+
10+
__Chores__
11+
* Add .net 4 version of Core assembly.
12+
* Gracefully shutdown Web API to avoid service restart issues.
13+
* Initialize logger in the type where it is used.
14+
15+
__Fixes__
16+
* Delete SimpleTrigger from Elasticsearch repo when it is "finalized" by the scheduler.
17+
This prevents jobs scheduled with SimpleTriggers from possibly rerunning when the server restarts.
18+
819
## 2.0.0-rc1
920

1021
__Fixes__

doc/couscous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ menu:
4747
relativeUrl: console-client.html
4848
angularjs-api-module:
4949
text: AngularJS Client
50-
iconClass: 'fa fa-fw fa-desktop'
50+
iconClass: 'icon ion-social-angular'
5151
relativeUrl: angularjs-api-module.html
5252
dashboard:
5353
text: Web Dashboard

doc/website/bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"font-awesome": "~4.3.0",
1818
"highlightjs": "~8.4.0",
1919
"jquery": "~2.1.3",
20-
"bootswatch": "~3.3.2"
20+
"bootswatch": "~3.3.2",
21+
"ionicons": "~2.0.1"
2122
},
2223
"resolutions": {
2324
"jquery": "~1.11.0"

doc/website/default.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<link rel="shortcut icon" href="images/favicon.ico" />
6+
<link rel="shortcut icon" href="{{ baseUrl }}/images/favicon.ico" />
77

88
<title>{{ title }}</title>
99

1010
<link rel="stylesheet" href="{{ baseUrl }}/bower_components/bootswatch/paper/bootstrap.min.css">
1111
<link rel="stylesheet" href="{{ baseUrl }}/bower_components/font-awesome/css/font-awesome.min.css">
12+
<link rel="stylesheet" href="{{ baseUrl }}/bower_components/ionicons/css/ionicons.min.css">
1213
<link rel="stylesheet" href="{{ baseUrl }}/bower_components/highlightjs/styles/dark.css">
1314
<link rel="stylesheet" href="{{ baseUrl }}/css/main.css">
1415
</head>

doc/website/home.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<link rel="shortcut icon" href="images/favicon.ico" />
6+
<link rel="shortcut icon" href="{{ baseUrl }}/images/favicon.ico" />
77

88
<title>{{ title }}</title>
99

0 commit comments

Comments
 (0)