mno-enterprise 3.1.2 → 3.1.3

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: 6f12e8d731fba3a16f93a67fa503b36f0d205203
4
- data.tar.gz: db48ee5a9152759442e496f6739398ffbcfd7be5
3
+ metadata.gz: cf3f2e32fc8774c108ef52be9ffca8c405828c27
4
+ data.tar.gz: ddc63925139caabccb0850b49644076c6f35f674
5
5
  SHA512:
6
- metadata.gz: d91a1ef639c642341a9964b13b16fbd6f71991bc156686370ccb7586916d229980546d553641264e11835c69ab12bfe6a90cd86cafe550b2e7c2922fedf593ef
7
- data.tar.gz: e55450e5892cae0657a93f3fc62dd36cc81a239e92264099275bbd9715907beb2905a57135af0ce1ab4b65dc23dfc3dd2b1cc73081d6e7c760d8d0f73cad3186
6
+ metadata.gz: 6355977ec595c96953f3cf201b3a22ad34a2004b3e75765a210fd3eee9574226c6aaac6c3cbe5be5b29e37f769d23394ed893fcf1e5dc69d3b040e2d0a926e13
7
+ data.tar.gz: e48f187174969c4202a9f59d57897ded7aedadcaffe8489fd2931d14888e555cca170e266bd3d6122ce1fb83f7ced7c69b686bf5282e47e7fb1bf388e33b0560
data/README.md CHANGED
@@ -302,11 +302,27 @@ There are various endpoints to perform health checks:
302
302
  {
303
303
  "app-version": "9061048-6811c4a",
304
304
  "mno-enterprise-version": "0.0.1",
305
- "env": "test"
305
+ "env": "test",
306
+ "mno-api-host": "https://api-hub.maestrano.com"
306
307
  }
307
308
  ```
308
309
 
309
- `/mnoe/health_check` & `/mnoe/health_check/full`: Complete health check (cache, smtp, database, ...). See [health_check](https://github.com/ianheggie/health_check)
310
+ `/mnoe/health_check` & `/mnoe/health_check/full`: Complete health check (cache, smtp, database, ...).
311
+ See [health_check](https://github.com/ianheggie/health_check) and the [initalizer](api/config/initializers/health_check.rb) for the default configuration.
312
+
313
+ You can override it by creating an initalizer in the host app, eg:
314
+
315
+ ```ruby
316
+ # my-mnoe-app/config/initializers/health_check.rb
317
+ HealthCheck.setup do |config|
318
+ # You can customize which checks happen on a standard health check
319
+ config.standard_checks = %w(cache site)
320
+
321
+ # You can set what tests are run with the 'full' or 'all' parameter
322
+ config.full_checks = %w(cache site custom database migrations)
323
+ end
324
+ ```
325
+
310
326
 
311
327
  ## Migrating from v2 to v3
312
328
 
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.1.2
4
+ version: 3.1.3
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.1.2
20
+ version: 3.1.3
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.1.2
27
+ version: 3.1.3
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.1.2
34
+ version: 3.1.3
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.1.2
41
+ version: 3.1.3
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.1.2
48
+ version: 3.1.3
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.1.2
55
+ version: 3.1.3
56
56
  description: Maestrano Enterprise is your application marketplace, out of the box.
57
57
  email:
58
58
  - developers@maestrano.com