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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -2
  3. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 92952fec853ec1814733dbaea2c30e7c7d96488d
4
- data.tar.gz: 56c2ea9839af3a61e1196eeaae72985e6348555a
3
+ metadata.gz: da2faa43e4244b34c781cd5f810a9d9b2650e31e
4
+ data.tar.gz: 5cce11f7137c83c1ab2faeae5a1f9ab663f16daa
5
5
  SHA512:
6
- metadata.gz: 1cc448ed183645a85a72d03ffab697b1e61b8fcd339999177f092193f23dd76a9f5f0194cf8a6d540abf4bac6dfc88eedfbb788f12ed37ed05827950473e4e85
7
- data.tar.gz: cc1667702464da4ef746cc435ad61a8efec82b3d6ec8c2683fda60c5b71815525314afdc42bca421de54f5b5b670062d2be811cadd22e422c2865743f78797df
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, ...). See [health_check](https://github.com/ianheggie/health_check)
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.5
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-30 00:00:00.000000000 Z
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.5
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.5
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.5
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.5
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.5
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.5
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