Packages

A simple somewhat opinionated consul config provider for elixir 1.9+ releases.

Current section

8 Versions

Jump to

Compare versions

24 files changed
+604 additions
-195 deletions
  @@ -11,8 +11,8 @@ The package can be installed by adding `consul_config_provider` to your list of
11 11 ```elixir
12 12 def deps do
13 13 [
14 - {:consul_config_provider, "~> 0.1.4"},
15 - {:mojito, "~> 0.6.0"}, # default implmentation for http client
14 + {:consul_config_provider, "~> 0.2"},
15 + {:mojito, "~> 0.7"}, # default implmentation for http client
16 16 ]
17 17 end
18 18 ```
  @@ -4,13 +4,13 @@ ConsulConfigProvider.Http.html
4 4 ConsulConfigProvider.Transformer.html
5 5 ConsulConfigProvider.html
6 6 api-reference.html
7 - dist/app-60a0c9f10e9e52eae31f.js
8 - dist/elixir-9f91ebe876dc01d67920.css
7 + dist/app-f27ff079945e43879c46.js
8 + dist/elixir-a172fe91e725dcb259e2.css
9 9 dist/html/fonts/icomoon.eot
10 10 dist/html/fonts/icomoon.svg
11 11 dist/html/fonts/icomoon.ttf
12 12 dist/html/fonts/icomoon.woff
13 - dist/search_items-6571e78559.js
13 + dist/search_items-4b5c56ebbb.js
14 14 dist/sidebar_items-0dddf5bac7.js
15 15 index.html
16 16 readme.html
  @@ -4,22 +4,29 @@
4 4 <meta charset="utf-8">
5 5 <meta http-equiv="x-ua-compatible" content="ie=edge">
6 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 - <meta name="generator" content="ExDoc v0.23.0">
8 - <meta name="project" content="Consul Config Provider v0.1.5">
7 + <meta name="generator" content="ExDoc v0.24.1">
8 + <meta name="project" content="Consul Config Provider v0.2.2">
9 9
10 - <title>404 — Consul Config Provider v0.1.5</title>
11 - <link rel="stylesheet" href="dist/elixir-9f91ebe876dc01d67920.css" />
10 + <title>404 — Consul Config Provider v0.2.2</title>
11 + <link rel="stylesheet" href="dist/elixir-a172fe91e725dcb259e2.css" />
12 12
13 13 <script src="dist/sidebar_items-0dddf5bac7.js"></script>
14 14
15 15 <script src="docs_config.js"></script>
16 16
17 - <script async src="dist/app-60a0c9f10e9e52eae31f.js"></script>
17 + <script async src="dist/app-f27ff079945e43879c46.js"></script>
18 18
19 19
20 20 </head>
21 21 <body data-type="extras">
22 - <script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>
22 + <script>
23 +
24 + try {
25 + if (localStorage.getItem('night-mode') === 'true') {
26 + document.body.classList.add('night-mode');
27 + }
28 + } catch (error) { }
29 + </script>
23 30
24 31 <div class="main">
25 32
  @@ -36,7 +43,7 @@
36 43 <span class="icon-cross" aria-hidden="true" title="Cancel search"></span>
37 44 </button>
38 45 <label class="search-label">
39 - <input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" />
46 + <input name="q" type="text" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" />
40 47 </label>
41 48 </form>
42 49
  @@ -51,16 +58,16 @@
51 58 Consul Config Provider
52 59 </a>
53 60 <strong class="sidebar-projectVersion">
54 - v0.1.5
61 + v0.2.2
55 62 </strong>
56 63 </div>
57 64
58 65 </div>
59 66
60 67 <ul class="sidebar-listNav">
61 - <li><a id="extras-list" href="#full-list">Pages</a></li>
68 + <li><a id="extras-list-link" href="#full-list">Pages</a></li>
62 69
63 - <li><a id="modules-list" href="#full-list">Modules</a></li>
70 + <li><a id="modules-list-link" href="#full-list">Modules</a></li>
64 71
65 72
66 73 </ul>
  @@ -84,7 +91,7 @@ to find what you were looking for.</p>
84 91 <p>
85 92 <span class="line">
86 93 Built using
87 - <a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.23.0) for the
94 + <a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.24.1) for the
88 95 <a href="https://elixir-lang.org" title="Elixir" target="_blank">Elixir programming language</a>.
89 96 </span>
90 97 <span class="line">
Failed to load diff
  @@ -4,22 +4,29 @@
4 4 <meta charset="utf-8">
5 5 <meta http-equiv="x-ua-compatible" content="ie=edge">
6 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 - <meta name="generator" content="ExDoc v0.23.0">
8 - <meta name="project" content="Consul Config Provider v0.1.5">
7 + <meta name="generator" content="ExDoc v0.24.1">
8 + <meta name="project" content="Consul Config Provider v0.2.2">
9 9
10 - <title>ConsulConfigProvider.Client.Mojito — Consul Config Provider v0.1.5</title>
11 - <link rel="stylesheet" href="dist/elixir-9f91ebe876dc01d67920.css" />
10 + <title>ConsulConfigProvider.Client.Mojito — Consul Config Provider v0.2.2</title>
11 + <link rel="stylesheet" href="dist/elixir-a172fe91e725dcb259e2.css" />
12 12
13 13 <script src="dist/sidebar_items-0dddf5bac7.js"></script>
14 14
15 15 <script src="docs_config.js"></script>
16 16
17 - <script async src="dist/app-60a0c9f10e9e52eae31f.js"></script>
17 + <script async src="dist/app-f27ff079945e43879c46.js"></script>
18 18
19 19
20 20 </head>
21 21 <body data-type="modules">
22 - <script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>
22 + <script>
23 +
24 + try {
25 + if (localStorage.getItem('night-mode') === 'true') {
26 + document.body.classList.add('night-mode');
27 + }
28 + } catch (error) { }
29 + </script>
23 30
24 31 <div class="main">
25 32
  @@ -36,7 +43,7 @@
36 43 <span class="icon-cross" aria-hidden="true" title="Cancel search"></span>
37 44 </button>
38 45 <label class="search-label">
39 - <input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" />
46 + <input name="q" type="text" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" />
40 47 </label>
41 48 </form>
42 49
  @@ -51,16 +58,16 @@
51 58 Consul Config Provider
52 59 </a>
53 60 <strong class="sidebar-projectVersion">
54 - v0.1.5
61 + v0.2.2
55 62 </strong>
56 63 </div>
57 64
58 65 </div>
59 66
60 67 <ul class="sidebar-listNav">
61 - <li><a id="extras-list" href="#full-list">Pages</a></li>
68 + <li><a id="extras-list-link" href="#full-list">Pages</a></li>
62 69
63 - <li><a id="modules-list" href="#full-list">Modules</a></li>
70 + <li><a id="modules-list-link" href="#full-list">Modules</a></li>
64 71
65 72
66 73 </ul>
  @@ -73,7 +80,7 @@ Consul Config Provider
73 80 <div id="content" class="content-inner">
74 81
75 82 <h1>
76 - ConsulConfigProvider.Client.Mojito <small class="app-vsn">(Consul Config Provider v0.1.5)</small>
83 + ConsulConfigProvider.Client.Mojito <small class="app-vsn">(Consul Config Provider v0.2.2)</small>
77 84
78 85 <a href="https://github.com/blueshift-labs/consul_config_provider/blob/master/lib/client/mojito.ex#L1" title="View Source" class="view-source" rel="help">
79 86 <span class="icon-code" aria-hidden="true"></span>
  @@ -93,7 +100,7 @@ ConsulConfigProvider.Client.Mojito <small class="app-vsn">(Consul Config Provide
93 100 <p>
94 101 <span class="line">
95 102 Built using
96 - <a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.23.0) for the
103 + <a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.24.1) for the
97 104 <a href="https://elixir-lang.org" title="Elixir" target="_blank">Elixir programming language</a>.
98 105 </span>
99 106 <span class="line">
Loading more files…