Skip to content

Commit fbc453b

Browse files
committed
Remove cypress retries plugin, re-added contributors
1 parent b26d276 commit fbc453b

File tree

5 files changed

+837
-1028
lines changed

5 files changed

+837
-1028
lines changed

Jenkinsfile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,23 +206,18 @@ pipeline {
206206
}
207207
}
208208
}
209+
/*
209210
stage('Artifacts') {
210211
when {
211212
allOf {
212-
branch 'master'
213213
not {
214214
equals expected: 'UNSTABLE', actual: currentBuild.result
215215
}
216216
}
217217
}
218218
steps {
219219
sh 'mkdir -p artifacts'
220-
// Docs
221-
dir(path: 'docs/.vuepress/dist') {
222-
sh 'zip -qr ../../../artifacts/docs.zip *'
223-
}
224220
// Multiarch builds
225-
/*
226221
dir(path: 'docker-build/linux_amd64/app') {
227222
sh 'zip -qr ../../../artifacts/linux_amd64.zip *'
228223
}
@@ -232,13 +227,13 @@ pipeline {
232227
dir(path: 'docker-build/linux_arm_v7/app') {
233228
sh 'zip -qr ../../../artifacts/linux_arm_v7.zip *'
234229
}
235-
**/
236230
// Archive them
237231
dir(path: 'artifacts') {
238-
archiveArtifacts artifacts: '**/*'
232+
archiveArtifacts artifacts: '** /*'
239233
}
240234
}
241235
}
236+
*/
242237
}
243238
post {
244239
always {

README.md

Lines changed: 162 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -63,154 +63,292 @@ Special thanks to the following contributors:
6363
<tr>
6464
<td align="center">
6565
<a href="https://github.com/Subv">
66-
<img src="https://avatars1.githubusercontent.com/u/357072?s=460&u=d8adcdc91d749ae53e177973ed9b6bb6c4c894a3&v=4" width="80px;" alt=""/>
66+
<img src="https://avatars1.githubusercontent.com/u/357072?s=460&u=d8adcdc91d749ae53e177973ed9b6bb6c4c894a3&v=4" width="80" alt=""/>
6767
<br /><sub><b>Sebastian Valle</b></sub>
6868
</a>
6969
</td>
7070
<td align="center">
7171
<a href="https://github.com/Indemnity83">
72-
<img src="https://avatars3.githubusercontent.com/u/35218?s=460&u=7082004ff35138157c868d7d9c683ccebfce5968&v=4" width="80px;" alt=""/>
72+
<img src="https://avatars3.githubusercontent.com/u/35218?s=460&u=7082004ff35138157c868d7d9c683ccebfce5968&v=4" width="80" alt=""/>
7373
<br /><sub><b>Kyle Klaus</b></sub>
7474
</a>
7575
</td>
7676
<td align="center">
7777
<a href="https://github.com/theraw">
78-
<img src="https://avatars1.githubusercontent.com/u/32969774?s=460&u=6b359971e15685fb0359e6a8c065a399b40dc228&v=4" width="80px;" alt=""/>
78+
<img src="https://avatars1.githubusercontent.com/u/32969774?s=460&u=6b359971e15685fb0359e6a8c065a399b40dc228&v=4" width="80" alt=""/>
7979
<br /><sub><b>ƬHE ЯAW</b></sub>
8080
</a>
8181
</td>
8282
<td align="center">
8383
<a href="https://github.com/spalger">
84-
<img src="https://avatars2.githubusercontent.com/u/1329312?s=400&u=565223e38f1c052afb4c5dcca3fcf1c63ba17ae7&v=4" width="80px;" alt=""/>
84+
<img src="https://avatars2.githubusercontent.com/u/1329312?s=400&u=565223e38f1c052afb4c5dcca3fcf1c63ba17ae7&v=4" width="80" alt=""/>
8585
<br /><sub><b>Spencer</b></sub>
8686
</a>
8787
</td>
8888
<td align="center">
8989
<a href="https://github.com/Xantios">
90-
<img src="https://avatars3.githubusercontent.com/u/1507836?s=460&v=4" width="80px;" alt=""/>
90+
<img src="https://avatars3.githubusercontent.com/u/1507836?s=460&v=4" width="80" alt=""/>
9191
<br /><sub><b>Xantios Krugor</b></sub>
9292
</a>
9393
</td>
9494
<td align="center">
9595
<a href="https://github.com/dpanesso">
96-
<img src="https://avatars2.githubusercontent.com/u/2687121?s=460&v=4" width="80px;" alt=""/>
96+
<img src="https://avatars2.githubusercontent.com/u/2687121?s=460&v=4" width="80" alt=""/>
9797
<br /><sub><b>David Panesso</b></sub>
9898
</a>
9999
</td>
100100
<td align="center">
101101
<a href="https://github.com/IronTooch">
102-
<img src="https://avatars3.githubusercontent.com/u/27360514?s=460&u=69bf854a6647c55725f62ecb8d39249c6c0b2602&v=4" width="80px;" alt=""/>
102+
<img src="https://avatars3.githubusercontent.com/u/27360514?s=460&u=69bf854a6647c55725f62ecb8d39249c6c0b2602&v=4" width="80" alt=""/>
103103
<br /><sub><b>IronTooch</b></sub>
104104
</a>
105105
</td>
106106
</tr>
107107
<tr>
108108
<td align="center">
109109
<a href="https://github.com/damianog">
110-
<img src="https://avatars1.githubusercontent.com/u/2786682?s=460&u=76c6136fae797abb76b951cd8a246dcaecaf21af&v=4" width="80px;" alt=""/>
110+
<img src="https://avatars1.githubusercontent.com/u/2786682?s=460&u=76c6136fae797abb76b951cd8a246dcaecaf21af&v=4" width="80" alt=""/>
111111
<br /><sub><b>Damiano</b></sub>
112112
</a>
113113
</td>
114114
<td align="center">
115115
<a href="https://github.com/tfmm">
116-
<img src="https://avatars3.githubusercontent.com/u/6880538?s=460&u=ce0160821cc4aa802df8395200f2d4956a5bc541&v=4" width="80px;" alt=""/>
116+
<img src="https://avatars3.githubusercontent.com/u/6880538?s=460&u=ce0160821cc4aa802df8395200f2d4956a5bc541&v=4" width="80" alt=""/>
117117
<br /><sub><b>Russ</b></sub>
118118
</a>
119119
</td>
120120
<td align="center">
121121
<a href="https://github.com/margaale">
122-
<img src="https://avatars3.githubusercontent.com/u/20794934?s=460&v=4" width="80px;" alt=""/>
122+
<img src="https://avatars3.githubusercontent.com/u/20794934?s=460&v=4" width="80" alt=""/>
123123
<br /><sub><b>Marcelo Castagna</b></sub>
124124
</a>
125125
</td>
126126
<td align="center">
127127
<a href="https://github.com/Steven-Harris">
128-
<img src="https://avatars2.githubusercontent.com/u/7720242?s=460&v=4" width="80px;" alt=""/>
128+
<img src="https://avatars2.githubusercontent.com/u/7720242?s=460&v=4" width="80" alt=""/>
129129
<br /><sub><b>Steven Harris</b></sub>
130130
</a>
131131
</td>
132132
<td align="center">
133133
<a href="https://github.com/jlesage">
134-
<img src="https://avatars0.githubusercontent.com/u/1791123?s=460&v=4" width="80px;" alt=""/>
134+
<img src="https://avatars0.githubusercontent.com/u/1791123?s=460&v=4" width="80" alt=""/>
135135
<br /><sub><b>Jocelyn Le Sage</b></sub>
136136
</a>
137137
</td>
138138
<td align="center">
139139
<a href="https://github.com/cmer">
140-
<img src="https://avatars0.githubusercontent.com/u/412?s=460&u=67dd8b2e3661bfd6f68ec1eaa5b9821bd8a321cd&v=4" width="80px;" alt=""/>
140+
<img src="https://avatars0.githubusercontent.com/u/412?s=460&u=67dd8b2e3661bfd6f68ec1eaa5b9821bd8a321cd&v=4" width="80" alt=""/>
141141
<br /><sub><b>Carl Mercier</b></sub>
142142
</a>
143143
</td>
144144
<td align="center">
145145
<a href="https://github.com/the1ts">
146-
<img src="https://avatars1.githubusercontent.com/u/84956?s=460&v=4" width="80px;" alt=""/>
146+
<img src="https://avatars1.githubusercontent.com/u/84956?s=460&v=4" width="80" alt=""/>
147147
<br /><sub><b>Paul Mansfield</b></sub>
148148
</a>
149149
</td>
150150
</tr>
151151
<tr>
152152
<td align="center">
153153
<a href="https://github.com/OhHeyAlan">
154-
<img src="https://avatars0.githubusercontent.com/u/11955126?s=460&u=fbaa5a1a4f73ef8960132c703349bfd037fe2630&v=4" width="80px;" alt=""/>
154+
<img src="https://avatars0.githubusercontent.com/u/11955126?s=460&u=fbaa5a1a4f73ef8960132c703349bfd037fe2630&v=4" width="80" alt=""/>
155155
<br /><sub><b>OhHeyAlan</b></sub>
156156
</a>
157157
</td>
158158
<td align="center">
159159
<a href="https://github.com/dogmatic69">
160-
<img src="https://avatars2.githubusercontent.com/u/94674?s=460&u=ca7647de53145c6283b6373ade5dc94ba99347db&v=4" width="80px;" alt=""/>
160+
<img src="https://avatars2.githubusercontent.com/u/94674?s=460&u=ca7647de53145c6283b6373ade5dc94ba99347db&v=4" width="80" alt=""/>
161161
<br /><sub><b>Carl Sutton</b></sub>
162162
</a>
163163
</td>
164164
<td align="center">
165165
<a href="https://github.com/tg44">
166-
<img src="https://avatars0.githubusercontent.com/u/31839?s=460&u=ad32f4cadfef5e5fb09cdfa4b7b7b36a99ba6811&v=4" width="80px;" alt=""/>
166+
<img src="https://avatars0.githubusercontent.com/u/31839?s=460&u=ad32f4cadfef5e5fb09cdfa4b7b7b36a99ba6811&v=4" width="80" alt=""/>
167167
<br /><sub><b>Gergő Törcsvári</b></sub>
168168
</a>
169169
</td>
170170
<td align="center">
171171
<a href="https://github.com/vrenjith">
172-
<img src="https://avatars3.githubusercontent.com/u/2093241?s=460&u=96ce93a9bebabdd0a60a2dc96cd093a41d5edaba&v=4" width="80px;" alt=""/>
172+
<img src="https://avatars3.githubusercontent.com/u/2093241?s=460&u=96ce93a9bebabdd0a60a2dc96cd093a41d5edaba&v=4" width="80" alt=""/>
173173
<br /><sub><b>vrenjith</b></sub>
174174
</a>
175175
</td>
176176
<td align="center">
177177
<a href="https://github.com/duhruh">
178-
<img src="https://avatars2.githubusercontent.com/u/1133969?s=460&u=c0691e6131ec6d516416c1c6fcedb5034f877bbe&v=4" width="80px;" alt=""/>
178+
<img src="https://avatars2.githubusercontent.com/u/1133969?s=460&u=c0691e6131ec6d516416c1c6fcedb5034f877bbe&v=4" width="80" alt=""/>
179179
<br /><sub><b>David Rivera</b></sub>
180180
</a>
181181
</td>
182182
<td align="center">
183183
<a href="https://github.com/jipjan">
184-
<img src="https://avatars2.githubusercontent.com/u/1384618?s=460&v=4" width="80px;" alt=""/>
184+
<img src="https://avatars2.githubusercontent.com/u/1384618?s=460&v=4" width="80" alt=""/>
185185
<br /><sub><b>Jaap-Jan de Wit</b></sub>
186186
</a>
187187
</td>
188188
<td align="center">
189189
<a href="https://github.com/jmwebslave">
190-
<img src="https://avatars2.githubusercontent.com/u/6118262?s=460&u=7db409c47135b1e141c366bbb03ed9fae6ac2638&v=4" width="80px;" alt=""/>
190+
<img src="https://avatars2.githubusercontent.com/u/6118262?s=460&u=7db409c47135b1e141c366bbb03ed9fae6ac2638&v=4" width="80" alt=""/>
191191
<br /><sub><b>James Morgan</b></sub>
192192
</a>
193193
</td>
194194
</tr>
195195
<tr>
196196
<td align="center">
197197
<a href="https://github.com/chaptergy">
198-
<img src="https://avatars2.githubusercontent.com/u/26956711?s=460&u=7d9adebabb6b4e7af7cb05d98d751087a372304b&v=4" width="80px;" alt=""/>
198+
<img src="https://avatars2.githubusercontent.com/u/26956711?s=460&u=7d9adebabb6b4e7af7cb05d98d751087a372304b&v=4" width="80" alt=""/>
199199
<br /><sub><b>chaptergy</b></sub>
200200
</a>
201201
</td>
202202
<td align="center">
203203
<a href="https://github.com/Philip-Mooney">
204-
<img src="https://avatars0.githubusercontent.com/u/48624631?s=460&v=4" width="80px;" alt=""/>
204+
<img src="https://avatars0.githubusercontent.com/u/48624631?s=460&v=4" width="80" alt=""/>
205205
<br /><sub><b>Philip Mooney</b></sub>
206206
</a>
207207
</td>
208208
<td align="center">
209209
<a href="https://github.com/WaterCalm">
210-
<img src="https://avatars1.githubusercontent.com/u/23502129?s=400&v=4" width="80px;" alt=""/>
210+
<img src="https://avatars1.githubusercontent.com/u/23502129?s=400&v=4" width="80" alt=""/>
211211
<br /><sub><b>WaterCalm</b></sub>
212212
</a>
213213
</td>
214+
<td align="center">
215+
<a href="https://github.com/lebrou34">
216+
<img src="https://avatars1.githubusercontent.com/u/16373103?s=460&v=4" width="80" alt=""/>
217+
<br /><sub><b>lebrou34</b></sub>
218+
</a>
219+
</td>
220+
<td align="center">
221+
<a href="https://github.com/lightglitch">
222+
<img src="https://avatars0.githubusercontent.com/u/196953?s=460&v=4" width="80" alt=""/>
223+
<br /><sub><b>Mário Franco</b></sub>
224+
</a>
225+
</td>
226+
<td align="center">
227+
<a href="https://github.com/klutchell">
228+
<img src="https://avatars3.githubusercontent.com/u/20458272?s=460&v=4" width="80" alt=""/>
229+
<br /><sub><b>Kyle Harding</b></sub>
230+
</a>
231+
</td>
232+
<td align="center">
233+
<a href="https://github.com/ahgraber">
234+
<img src="https://avatars.githubusercontent.com/u/24922003?s=460&u=8376c9f00af9b6057ba4d2fb03b4f1b20a75277f&v=4" width="80" alt=""/>
235+
<br /><sub><b>Alex Graber</b></sub>
236+
</a>
237+
</td>
238+
</tr>
239+
<tr>
240+
<td align="center">
241+
<a href="https://github.com/MooBaloo">
242+
<img src="https://avatars.githubusercontent.com/u/9493496?s=460&v=4" width="80" alt=""/>
243+
<br /><sub><b>MooBaloo</b></sub>
244+
</a>
245+
</td>
246+
<td align="center">
247+
<a href="https://github.com/Shuro">
248+
<img src="https://avatars.githubusercontent.com/u/944030?s=460&v=4" width="80" alt=""/>
249+
<br /><sub><b>Shuro</b></sub>
250+
</a>
251+
</td>
252+
<td align="center">
253+
<a href="https://github.com/lorisbergeron">
254+
<img src="https://avatars.githubusercontent.com/u/51918567?s=460&u=778e4ff284b7d7304450f98421c99f79298371fb&v=4" width="80" alt=""/>
255+
<br /><sub><b>Loris Bergeron</b></sub>
256+
</a>
257+
</td>
258+
<td align="center">
259+
<a href="https://github.com/hepelayo">
260+
<img src="https://avatars.githubusercontent.com/u/8243119?v=4" width="80" alt=""/>
261+
<br /><sub><b>hepelayo</b></sub>
262+
</a>
263+
</td>
264+
<td align="center">
265+
<a href="https://github.com/jonasled">
266+
<img src="https://avatars.githubusercontent.com/u/46790650?v=4" width="80" alt=""/>
267+
<br /><sub><b>Jonas Leder</b></sub>
268+
</a>
269+
</td>
270+
<td align="center">
271+
<a href="https://github.com/stegmannb">
272+
<img src="https://avatars.githubusercontent.com/u/12850482?v=4" width="80" alt=""/>
273+
<br /><sub><b>Bastian Stegmann</b></sub>
274+
</a>
275+
</td>
276+
<td align="center">
277+
<a href="https://github.com/Stealthii">
278+
<img src="https://avatars.githubusercontent.com/u/998920?v=4" width="80" alt=""/>
279+
<br /><sub><b>Stealthii</b></sub>
280+
</a>
281+
</td>
282+
</tr>
283+
<tr>
284+
<td align="center">
285+
<a href="https://github.com/thegamingninja">
286+
<img src="https://avatars.githubusercontent.com/u/8020534?v=4" width="80" alt=""/>
287+
<br /><sub><b>THEGamingninja</b></sub>
288+
</a>
289+
</td>
290+
<td align="center">
291+
<a href="https://github.com/italobb">
292+
<img src="https://avatars.githubusercontent.com/u/1801687?v=4" width="80" alt=""/>
293+
<br /><sub><b>Italo Borssatto</b></sub>
294+
</a>
295+
</td>
296+
<td align="center">
297+
<a href="https://github.com/GurjinderSingh">
298+
<img src="https://avatars.githubusercontent.com/u/3470709?v=4" width="80" alt=""/>
299+
<br /><sub><b>Gurjinder Singh</b></sub>
300+
</a>
301+
</td>
302+
<td align="center">
303+
<a href="https://github.com/phantomski77">
304+
<img src="https://avatars.githubusercontent.com/u/69464125?v=4" width="80" alt=""/>
305+
<br /><sub><b>David Dosoudil</b></sub>
306+
</a>
307+
</td>
308+
<td align="center">
309+
<a href="https://github.com/ijaron">
310+
<img src="https://avatars.githubusercontent.com/u/5156472?v=4" width="80" alt=""/>
311+
<br /><sub><b>ijaron</b></sub>
312+
</a>
313+
</td>
314+
<td align="center">
315+
<a href="https://github.com/nielscil">
316+
<img src="https://avatars.githubusercontent.com/u/9073152?v=4" width="80" alt=""/>
317+
<br /><sub><b>Niels Bouma</b></sub>
318+
</a>
319+
</td>
320+
<td align="center">
321+
<a href="https://github.com/ogarai">
322+
<img src="https://avatars.githubusercontent.com/u/2949572?v=4" width="80" alt=""/>
323+
<br /><sub><b>Orko Garai</b></sub>
324+
</a>
325+
</td>
326+
</tr>
327+
<tr>
328+
<td align="center">
329+
<a href="https://github.com/baruffaldi">
330+
<img src="https://avatars.githubusercontent.com/u/36949?v=4" width="80" alt=""/>
331+
<br /><sub><b>Filippo Baruffaldi</b></sub>
332+
</a>
333+
</td>
334+
<td align="center">
335+
<a href="https://github.com/bikram990">
336+
<img src="https://avatars.githubusercontent.com/u/6782131?v=4" width="80" alt=""/>
337+
<br /><sub><b>Bikramjeet Singh</b></sub>
338+
</a>
339+
</td>
340+
<td align="center">
341+
<a href="https://github.com/razvanstoica89">
342+
<img src="https://avatars.githubusercontent.com/u/28236583?v=4" width="80" alt=""/>
343+
<br /><sub><b>Razvan Stoica</b></sub>
344+
</a>
345+
</td>
346+
<td align="center">
347+
<a href="https://github.com/psharma04">
348+
<img src="https://avatars.githubusercontent.com/u/22587474?v=4" width="80" alt=""/>
349+
<br /><sub><b>RBXII3</b></sub>
350+
</a>
351+
</td>
214352
</tr>
215353
</table>
216354
<!-- markdownlint-enable -->

test/cypress/support/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require('cypress-plugin-retries');
2-
31
import './commands';
42

53
Cypress.on('uncaught:exception', (/*err, runnable*/) => {

test/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"chalk": "^4.1.1",
1010
"cypress": "^7.5.0",
1111
"cypress-multi-reporters": "^1.5.0",
12-
"cypress-plugin-retries": "^1.5.2",
1312
"eslint": "^7.28.0",
1413
"eslint-plugin-align-assignments": "^1.1.2",
1514
"eslint-plugin-chai-friendly": "^0.7.1",

0 commit comments

Comments
 (0)