Skip to content

Commit b61ed2f

Browse files
committed
Release 3.5.0
1 parent 1a5f3a0 commit b61ed2f

File tree

9 files changed

+655
-259
lines changed

9 files changed

+655
-259
lines changed

Gemfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,31 @@ GEM
2020
ethon (0.15.0)
2121
ffi (>= 1.15.0)
2222
execjs (2.8.1)
23-
faraday (1.8.0)
23+
faraday (1.9.3)
2424
faraday-em_http (~> 1.0)
2525
faraday-em_synchrony (~> 1.0)
2626
faraday-excon (~> 1.1)
27-
faraday-httpclient (~> 1.0.1)
27+
faraday-httpclient (~> 1.0)
28+
faraday-multipart (~> 1.0)
2829
faraday-net_http (~> 1.0)
29-
faraday-net_http_persistent (~> 1.1)
30+
faraday-net_http_persistent (~> 1.0)
3031
faraday-patron (~> 1.0)
3132
faraday-rack (~> 1.0)
32-
multipart-post (>= 1.2, < 3)
33+
faraday-retry (~> 1.0)
3334
ruby2_keywords (>= 0.0.4)
3435
faraday-em_http (1.0.0)
3536
faraday-em_synchrony (1.0.0)
3637
faraday-excon (1.1.0)
3738
faraday-httpclient (1.0.1)
39+
faraday-multipart (1.0.3)
40+
multipart-post (>= 1.2, < 3)
3841
faraday-net_http (1.0.1)
3942
faraday-net_http_persistent (1.2.0)
4043
faraday-patron (1.0.0)
4144
faraday-rack (1.0.0)
45+
faraday-retry (1.0.3)
4246
fast-stemmer (1.0.2)
43-
ffi (1.15.4)
47+
ffi (1.15.5)
4448
gemoji (2.1.0)
4549
github-pages (43)
4650
RedCloth (= 4.2.9)
@@ -113,18 +117,18 @@ GEM
113117
jekyll (>= 2.0)
114118
kramdown (1.9.0)
115119
liquid (2.6.2)
116-
listen (3.7.0)
120+
listen (3.7.1)
117121
rb-fsevent (~> 0.10, >= 0.10.3)
118122
rb-inotify (~> 0.9, >= 0.9.10)
119123
maruku (0.7.0)
120124
mercenary (0.3.6)
121125
mini_portile2 (2.4.0)
122-
minitest (5.14.4)
126+
minitest (5.15.0)
123127
multipart-post (2.1.1)
124128
net-dns (0.9.0)
125129
nokogiri (1.10.10)
126130
mini_portile2 (~> 2.4.0)
127-
octokit (4.21.0)
131+
octokit (4.22.0)
128132
faraday (>= 0.9)
129133
sawyer (~> 0.8.0, >= 0.5.3)
130134
parslet (1.5.0)

common/features.html

Lines changed: 105 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -61,111 +61,111 @@
6161

6262
<div id="wrapper">
6363
<div id="header">
64-
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
65-
<div class="navbar-header">
66-
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
67-
<span class="sr-only">Toggle navigation</span>
68-
<span class="icon-bar"></span>
69-
<span class="icon-bar"></span>
70-
<span class="icon-bar"></span>
71-
</button>
72-
<a class="navbar-brand" href="/index.html">
73-
<img src="/images/cloudalien-small.png" style="height:21px;" class="pull-left"> Alien 4 Cloud
74-
</a>
75-
</div>
76-
<div class="collapse navbar-collapse navbar-ex1-collapse">
77-
<ul class="nav navbar-nav">
78-
<!-- <li>
79-
<a href="/community/index.html">Community</a>
80-
</li> -->
81-
<li class="dropdown">
82-
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Docs <i class="fa fa-caret-down"></i></a>
83-
<ul class="dropdown-menu" role="menu">
84-
<li>
85-
<a href="#/documentation/3.5.0/index.html">3.5.0 (Development version)</a>
86-
</li>
87-
<li>
88-
<a href="#/documentation/3.4.0/index.html">3.4.0</a>
89-
</li>
90-
<li>
91-
<li>
92-
<a href="#/documentation/3.3.0/index.html">3.3.0</a>
93-
</li>
94-
<li>
95-
<a href="#/documentation/3.2.0/index.html">3.2.0</a>
96-
</li>
97-
<li>
98-
<a href="#/documentation/3.1.0/index.html">3.1.0</a>
99-
</li>
100-
<li>
101-
<a href="#/documentation/3.0.0/index.html">3.0.0</a>
102-
</li>
103-
<li>
104-
<a href="#/documentation/2.2.0/index.html">2.2.0</a>
105-
</li>
106-
<li>
107-
<a href="#/documentation/2.1.0/index.html">2.1.0 - Deprecated</a>
108-
</li>
109-
<li>
110-
<a href="#/documentation/2.0.0/index.html">2.0.0 - Deprecated</a>
111-
</li>
112-
<li>
113-
<a href="#/documentation/1.4.0/index.html">1.4.0 - Deprecated</a>
114-
</li>
115-
<li>
116-
<a href="#/documentation/1.3.0/index.html">1.3.0 - Deprecated</a>
117-
</li>
118-
<li role="separator" class="divider"></li>
119-
<li>
120-
<a href="#/release_notes/index.html">Release notes</a>
121-
</li>
122-
<li role="separator" class="divider"></li>
123-
<li>
124-
<a href="#/migration_guides/index.html">Migration Guides</a>
125-
</li>
126-
<li role="separator" class="divider"></li>
127-
<li>
128-
<a href="#/developer_guide/index.html">Contribution guide</a>
129-
</li>
130-
</ul>
131-
</li>
132-
<li>
133-
<a href="/common/features.html">Features</a>
134-
</li>
135-
<li>
136-
<a href="/roadmap/index.html">Roadmap</a>
137-
</li>
138-
<li>
139-
<a href="/common/download.html">Download</a>
140-
</li>
141-
<li>
142-
<a id="git-icon" href="https://github.com/alien4cloud/alien4cloud.github.io" target="_blank" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="Documentation's GitHub!" data-original-title="Documentation's GitHub!">
143-
<i class="fa fa-code-fork fa-lg fa-rotate-90"></i>
144-
</a>
145-
</li>
146-
</ul>
147-
<ul class="nav navbar-nav navbar-right">
148-
<li>
149-
<div id="search">
150-
<form class="navbar-form navbar-right" action="#" method="get" role="search">
151-
<div class="form-group">
152-
<input class="form-control" type="text" id="search-query" name="q" placeholder="Search" autocomplete="off" onfocus="loadLunrIndex()" onblur="hideSearchResults()">
153-
</div>
154-
</form>
155-
<section id="search-results" class="search-results-section" style="display: none;" onmousedown="event.preventDefault();">
156-
<div class="entries">
157-
</div>
158-
</section>
159-
</div>
160-
</li>
161-
</ul>
162-
</div>
163-
</div>
164-
165-
<script>
166-
$('[target=_blank]').append(" <i class=\"icon-external-link\" style=\"font-size:10px\"></i>");
167-
$('#git-icon').tooltip();
168-
</script>
64+
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
65+
<div class="navbar-header">
66+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
67+
<span class="sr-only">Toggle navigation</span>
68+
<span class="icon-bar"></span>
69+
<span class="icon-bar"></span>
70+
<span class="icon-bar"></span>
71+
</button>
72+
<a class="navbar-brand" href="/index.html">
73+
<img src="/images/cloudalien-small.png" style="height:21px;" class="pull-left"> Alien 4 Cloud
74+
</a>
75+
</div>
76+
<div class="collapse navbar-collapse navbar-ex1-collapse">
77+
<ul class="nav navbar-nav">
78+
<!-- <li>
79+
<a href="/community/index.html">Community</a>
80+
</li> -->
81+
<li class="dropdown">
82+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Docs <i class="fa fa-caret-down"></i></a>
83+
<ul class="dropdown-menu" role="menu">
84+
<li>
85+
<a href="#/documentation/3.5.0/index.html">3.5.0 (Development version)</a>
86+
</li>
87+
<li>
88+
<a href="#/documentation/3.4.0/index.html">3.4.0</a>
89+
</li>
90+
<li>
91+
<li>
92+
<a href="#/documentation/3.3.0/index.html">3.3.0</a>
93+
</li>
94+
<li>
95+
<a href="#/documentation/3.2.0/index.html">3.2.0</a>
96+
</li>
97+
<li>
98+
<a href="#/documentation/3.1.0/index.html">3.1.0</a>
99+
</li>
100+
<li>
101+
<a href="#/documentation/3.0.0/index.html">3.0.0</a>
102+
</li>
103+
<li>
104+
<a href="#/documentation/2.2.0/index.html">2.2.0</a>
105+
</li>
106+
<li>
107+
<a href="#/documentation/2.1.0/index.html">2.1.0 - Deprecated</a>
108+
</li>
109+
<li>
110+
<a href="#/documentation/2.0.0/index.html">2.0.0 - Deprecated</a>
111+
</li>
112+
<li>
113+
<a href="#/documentation/1.4.0/index.html">1.4.0 - Deprecated</a>
114+
</li>
115+
<li>
116+
<a href="#/documentation/1.3.0/index.html">1.3.0 - Deprecated</a>
117+
</li>
118+
<li role="separator" class="divider"></li>
119+
<li>
120+
<a href="#/release_notes/index.html">Release notes</a>
121+
</li>
122+
<li role="separator" class="divider"></li>
123+
<li>
124+
<a href="#/migration_guides/index.html">Migration Guides</a>
125+
</li>
126+
<li role="separator" class="divider"></li>
127+
<li>
128+
<a href="#/developer_guide/index.html">Contribution guide</a>
129+
</li>
130+
</ul>
131+
</li>
132+
<li>
133+
<a href="/common/features.html">Features</a>
134+
</li>
135+
<li>
136+
<a href="/roadmap/index.html">Roadmap</a>
137+
</li>
138+
<li>
139+
<a href="/common/download.html">Download</a>
140+
</li>
141+
<li>
142+
<a id="git-icon" href="https://github.com/alien4cloud/alien4cloud.github.io" target="_blank" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="Documentation's GitHub!" data-original-title="Documentation's GitHub!">
143+
<i class="fa fa-code-fork fa-lg fa-rotate-90"></i>
144+
</a>
145+
</li>
146+
</ul>
147+
<ul class="nav navbar-nav navbar-right">
148+
<li>
149+
<div id="search">
150+
<form class="navbar-form navbar-right" action="#" method="get" role="search">
151+
<div class="form-group">
152+
<input class="form-control" type="text" id="search-query" name="q" placeholder="Search" autocomplete="off" onfocus="loadLunrIndex()" onblur="hideSearchResults()">
153+
</div>
154+
</form>
155+
<section id="search-results" class="search-results-section" style="display: none;" onmousedown="event.preventDefault();">
156+
<div class="entries">
157+
</div>
158+
</section>
159+
</div>
160+
</li>
161+
</ul>
162+
</div>
163+
</div>
164+
165+
<script>
166+
$('[target=_blank]').append(" <i class=\"icon-external-link\" style=\"font-size:10px\"></i>");
167+
$('#git-icon').tooltip();
168+
</script>
169169

170170
</div>
171171
<div id="content-parent" class="content">

documentation/2.2.0/user_guide/admin_artifact_repositories.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,71 @@ <h2 id="http">Http</h2>
5454

5555
<p><strong>HTTP</strong> plugin resolver is the only one opensource plugin repository. The concat of the repository URL and the artifact file attribute should be the complete path to your file.</p>
5656

57+
<p>Example :</p>
58+
59+
<div class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="l-Scalar-Plain">repositories</span><span class="p-Indicator">:</span>
60+
<span class="l-Scalar-Plain">fastconnect</span><span class="p-Indicator">:</span>
61+
<span class="l-Scalar-Plain">url</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">https://fastconnect.org/maven/service/local/repositories/opensource/content</span>
62+
<span class="l-Scalar-Plain">type</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">http</span>
63+
64+
<span class="p-Indicator">[</span><span class="nv">...</span><span class="p-Indicator">]</span>
65+
66+
<span class="l-Scalar-Plain">node_types</span><span class="p-Indicator">:</span>
67+
<span class="l-Scalar-Plain">alien.nodes.Example</span><span class="p-Indicator">:</span>
68+
<span class="l-Scalar-Plain">artifacts</span><span class="p-Indicator">:</span>
69+
<span class="p-Indicator">-</span> <span class="l-Scalar-Plain">http_artifact</span><span class="p-Indicator">:</span>
70+
<span class="l-Scalar-Plain">file</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">alien4cloud/alien4cloud-cloudify3-provider/1.4.0-SM2/alien4cloud-cloudify3-provider-1.4.0-SM2.zip</span>
71+
<span class="l-Scalar-Plain">repository</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">fastconnect</span>
72+
<span class="l-Scalar-Plain">type</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">tosca.artifacts.File</span></code></pre></div>
73+
74+
<h1 id="repositories-specific-to-the-premium-version">Repositories specific to the premium version</h1>
75+
76+
<p>Two repositories plugins are premium : <strong>git</strong> and <strong>maven</strong>. All repositories plugins are package in the Alien 4 cloud premium dist.</p>
77+
5778
<h2 id="git">Git</h2>
5879

5980
<p>In git, the reference of an artifact is this path inside the git project. If your repo as a new commit between two deployments, Alien will redownload your artifact. To refer to your artifact file, use the following syntax : <code>&lt;branch or tag&gt;:&lt;file path&gt;</code>. If you don&#8217;t specific a branch or a tag, the default branch &#8216;master&#8217; will be used.</p>
6081

82+
<p>Example :</p>
83+
84+
<div class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="l-Scalar-Plain">repositories</span><span class="p-Indicator">:</span>
85+
<span class="l-Scalar-Plain">aliengithub</span><span class="p-Indicator">:</span>
86+
<span class="l-Scalar-Plain">url</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">https://github.com/alien4cloud/samples.git</span>
87+
<span class="l-Scalar-Plain">type</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">git</span>
88+
89+
<span class="p-Indicator">[</span><span class="nv">...</span><span class="p-Indicator">]</span>
90+
91+
<span class="l-Scalar-Plain">node_types</span><span class="p-Indicator">:</span>
92+
<span class="l-Scalar-Plain">alien.nodes.Example</span><span class="p-Indicator">:</span>
93+
<span class="l-Scalar-Plain">artifacts</span><span class="p-Indicator">:</span>
94+
<span class="p-Indicator">-</span> <span class="l-Scalar-Plain">git_artifact</span><span class="p-Indicator">:</span>
95+
<span class="l-Scalar-Plain">file</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">master:demo-repository/artifacts/settings.properties</span>
96+
<span class="l-Scalar-Plain">repository</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">aliengithub</span>
97+
<span class="l-Scalar-Plain">type</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">tosca.artifacts.File</span></code></pre></div>
98+
99+
<h2 id="maven">Maven</h2>
100+
101+
<p>In maven, you need to use the following syntax to refer to your artifact file : <code>&lt;group&gt;:&lt;artifact&gt;:&lt;version&gt;:&lt;classifier&gt;@&lt;extension&gt;</code>.</p>
102+
103+
<p>If your maven artifact as no SNAPSHOT maven classifier, Alien 4 cloud will download your file the first time and only this time. Conversely, if your artifact as a SNAPSHOT classifier and has changed between two deployments, Alien will redownload your artifact.</p>
104+
105+
<p>Example :</p>
106+
107+
<div class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="l-Scalar-Plain">repositories</span><span class="p-Indicator">:</span>
108+
<span class="l-Scalar-Plain">fastconnect_nexus</span><span class="p-Indicator">:</span>
109+
<span class="l-Scalar-Plain">url</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">https://fastconnect.org/maven/content/repositories/opensource</span>
110+
<span class="l-Scalar-Plain">type</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">maven</span>
111+
112+
<span class="p-Indicator">[</span><span class="nv">...</span><span class="p-Indicator">]</span>
113+
114+
<span class="l-Scalar-Plain">node_types</span><span class="p-Indicator">:</span>
115+
<span class="l-Scalar-Plain">alien.nodes.Example</span><span class="p-Indicator">:</span>
116+
<span class="l-Scalar-Plain">artifacts</span><span class="p-Indicator">:</span>
117+
<span class="p-Indicator">-</span> <span class="l-Scalar-Plain">maven_artifact</span><span class="p-Indicator">:</span>
118+
<span class="l-Scalar-Plain">file</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">alien4cloud:alien4cloud-cloudify3-provider:1.2.0@zip</span>
119+
<span class="l-Scalar-Plain">repository</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">fastconnect_nexus</span>
120+
<span class="l-Scalar-Plain">type</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">tosca.artifacts.File</span></code></pre></div>
121+
61122

62123
<a class="btn btn-primary pull-right" href="http://prose.io/#alien4cloud/alien4cloud.github.io/edit/sources/documentation/2.2.0/user_guide/admin_artifact_repositories.md"><i class="fa fa-pencil-square-o"></i> Edit (pull request)</a>
63124
</div>

documentation/3.2.0/user_guide/topology_editor_workflows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h1 id="workflow-edition">Workflow edition</h1>
136136

137137
<p><a href="../../images/user_guide/application/wf-steponfailure-2.png" target="_blank"><img src="../../images/3.2.0/user_guide/applications/wf-steponfailure-2.png" alt="*Workflow step on failure" /></a></p>
138138

139-
<p>When a workflow is running and has a failed step, the step linked by a “step on failure” link is run next</p>
139+
<p>When workflow is running and has a fail step, next step on failure modelised is run.</p>
140140

141141
<p><a href="../../images/user_guide/application/wf-steponfailure-3.png" target="_blank"><img src="../../images/3.2.0/user_guide/applications/wf-steponfailure-3.png" alt="*Workflow step on failure" /></a></p>
142142

0 commit comments

Comments
 (0)