mno-enterprise 3.0.5 → 3.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +18 -2
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da2faa43e4244b34c781cd5f810a9d9b2650e31e
|
4
|
+
data.tar.gz: 5cce11f7137c83c1ab2faeae5a1f9ab663f16daa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 254db28b558d67aa28667c22515973e36d3f06e8d1c36f845723b7d408e769cbce23fc7b235623975c30a87027db3d24e76f8eea558db4aff51aed119442e0b2
|
7
|
+
data.tar.gz: 661b3f315a549535c549864017ae4fb47bf80933e91ceaa587f79308335366b10544c8c78d5f1f12592f40ab9c44aeb35540453efed188725dfb0f133065a70a
|
data/README.md
CHANGED
@@ -197,11 +197,27 @@ There are various endpoints to perform health checks:
|
|
197
197
|
{
|
198
198
|
"app-version": "9061048-6811c4a",
|
199
199
|
"mno-enterprise-version": "0.0.1",
|
200
|
-
"env": "test"
|
200
|
+
"env": "test",
|
201
|
+
"mno-api-host": "https://api-hub.maestrano.com"
|
201
202
|
}
|
202
203
|
```
|
203
204
|
|
204
|
-
`/mnoe/health_check` & `/mnoe/health_check/full`: Complete health check (cache, smtp, database, ...).
|
205
|
+
`/mnoe/health_check` & `/mnoe/health_check/full`: Complete health check (cache, smtp, database, ...).
|
206
|
+
See [health_check](https://github.com/ianheggie/health_check) and the [initalizer](api/config/initializers/health_check.rb) for the default configuration.
|
207
|
+
|
208
|
+
You can override it by creating an initalizer in the host app, eg:
|
209
|
+
|
210
|
+
```ruby
|
211
|
+
# my-mnoe-app/config/initializers/health_check.rb
|
212
|
+
HealthCheck.setup do |config|
|
213
|
+
# You can customize which checks happen on a standard health check
|
214
|
+
config.standard_checks = %w(cache site)
|
215
|
+
|
216
|
+
# You can set what tests are run with the 'full' or 'all' parameter
|
217
|
+
config.full_checks = %w(cache site custom database migrations)
|
218
|
+
end
|
219
|
+
```
|
220
|
+
|
205
221
|
|
206
222
|
## Migrating from v2 to v3
|
207
223
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mno-enterprise
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arnaud Lachaume
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-09
|
12
|
+
date: 2016-11-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: mno-enterprise-core
|
@@ -17,42 +17,42 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 3.0.
|
20
|
+
version: 3.0.6
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - '='
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 3.0.
|
27
|
+
version: 3.0.6
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: mno-enterprise-api
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
32
|
- - '='
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 3.0.
|
34
|
+
version: 3.0.6
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - '='
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: 3.0.
|
41
|
+
version: 3.0.6
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: mno-enterprise-frontend
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - '='
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 3.0.
|
48
|
+
version: 3.0.6
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - '='
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: 3.0.
|
55
|
+
version: 3.0.6
|
56
56
|
description: Maestrano Enterprise is your application marketplace, out of the box.
|
57
57
|
email:
|
58
58
|
- developers@maestrano.com
|