hiptest-publisher-fork 3.4.13 → 3.4.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +217 -187
- data/lib/hiptest-publisher/client.rb +1 -0
- data/lib/hiptest-publisher/file_writer.rb +1 -1
- data/lib/hiptest-publisher/i18n.rb +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc3138b4530a1ec998b979b165f56d95e91a1159e600d951ecbf0a4c0b07c6f0
|
4
|
+
data.tar.gz: a89ee7eb91e41e5c87909d85f5017d7e7a56ee12b7f32ea615ad3d3161e0263b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3bd4d02d928b506b28ee7f32543d7279db843299d3a3246b0cb41e224a0a2e506785072158a3b547745079d6cb605a0a3b9a554aca2fe234856427bd29b3561e
|
7
|
+
data.tar.gz: 32cff68d7fc5c682bd0457b66c7b726b37c27301f5272139ee9e9bcf1a7d40820b26c4413061aa1ca754210298f30367daf4a3c90952cf789a53e97801b1f892
|
data/CHANGELOG.md
CHANGED
@@ -1,285 +1,315 @@
|
|
1
|
-
|
1
|
+
HipTest Publisher Changelog
|
2
|
+
===========================
|
2
3
|
|
3
|
-
|
4
|
+
[3.2.0]
|
5
|
+
------------
|
4
6
|
|
5
|
-
-
|
7
|
+
- Dropping support for ruby < 2.7
|
8
|
+
- Adding support for ruby 3.0
|
6
9
|
|
7
|
-
|
10
|
+
[3.1.0]
|
11
|
+
-------
|
8
12
|
|
9
|
-
-
|
10
|
-
-
|
13
|
+
- Add options related to builds (or execution cycles) in CucumberStudio:
|
14
|
+
- `--build-id`: allows to specify the build in which the results will be pushed
|
15
|
+
- `--build-name`: allows to name the build which will be created to store the results
|
11
16
|
|
12
|
-
|
17
|
+
[3.0.0]
|
18
|
+
-------
|
13
19
|
|
14
|
-
- Add
|
15
|
-
-
|
16
|
-
-
|
20
|
+
- Add `--overriden-language-configs` command line option (#205 by tenpaiyomi)
|
21
|
+
- Add support for Cucumber Expression in Java and Groovy (#205 by tenpaiyomi)
|
22
|
+
- Fix possible duplication of actionwords in export (#232 by tenpaiyomi)
|
23
|
+
- Breaking change: Export with cucumber expressions are now the default when specifying `--language=cucumber` for TypeScript, Java, and GroovySet. Use `--language=cucumber_legacy` to keep previous export behavior (#205 by tenpaiyomi) (#205 by tenpaiyomi)
|
24
|
+
- Breaking change: Drop support for ruby 2.3 and ruby 2.4 as they have reached end of life
|
25
|
+
- Rename HipTest as CucumberStudio in user messages
|
26
|
+
- Properly escape new lines in datatables (#109)
|
17
27
|
|
18
|
-
|
28
|
+
[2.4.0]
|
29
|
+
-------
|
19
30
|
|
20
|
-
- Add
|
21
|
-
- Add support for Cucumber Expression in Java and Groovy (#205 by tenpaiyomi)
|
22
|
-
- Fix possible duplication of actionwords in export (#232 by tenpaiyomi)
|
23
|
-
- Breaking change: Export with cucumber expressions are now the default when specifying `--language=cucumber` for TypeScript, Java, and GroovySet. Use `--language=cucumber_legacy` to keep previous export behavior (#205 by tenpaiyomi) (#205 by tenpaiyomi)
|
24
|
-
- Breaking change: Drop support for ruby 2.3 and ruby 2.4 as they have reached end of life
|
25
|
-
- Rename HipTest as CucumberStudio in user messages
|
26
|
-
- Properly escape new lines in datatables (#109)
|
31
|
+
- Add support for asynchronous export of projects from Cucumber Studio
|
27
32
|
|
28
|
-
|
33
|
+
[2.3.1]
|
34
|
+
-------
|
29
35
|
|
30
|
-
-
|
36
|
+
- `--indentation` option is now available to customize the indentation of the output
|
31
37
|
|
32
|
-
|
38
|
+
[2.3.0]
|
39
|
+
-------
|
33
40
|
|
34
|
-
-
|
41
|
+
- No test uids in datatables by default for feature files, add them when test run is used (#201)
|
35
42
|
|
36
|
-
|
43
|
+
[2.2.0]
|
44
|
+
-------
|
37
45
|
|
38
|
-
-
|
46
|
+
- Add support for Cucumber expressions w/ Typescript ([#173](https://github.com/hiptest/hiptest-publisher/pull/173) [#184](https://github.com/hiptest/hiptest-publisher/pull/184) [tenpaiyomi])
|
39
47
|
|
40
|
-
|
48
|
+
[2.1.0]
|
49
|
+
-------
|
41
50
|
|
42
|
-
-
|
51
|
+
- Do not try to colorize output when not in a `tty`
|
43
52
|
|
44
|
-
|
53
|
+
- Add `--[no-]color` option to allow disabling colored output
|
45
54
|
|
46
|
-
|
55
|
+
[2.0.0]
|
56
|
+
-------
|
47
57
|
|
48
|
-
-
|
58
|
+
- Deprecate support for Ruby 2.3 ([Ruby 2.3 EOL](https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/))
|
49
59
|
|
50
|
-
|
60
|
+
- Drop Ruby 2.2 support.
|
51
61
|
|
52
|
-
-
|
62
|
+
- Update Nokogiri to 1.10
|
53
63
|
|
54
|
-
|
64
|
+
[1.31.0]
|
65
|
+
--------
|
55
66
|
|
56
|
-
-
|
67
|
+
- Follow redirections when doing HTTP requests.
|
57
68
|
|
58
|
-
|
69
|
+
[1.30.0]
|
70
|
+
--------
|
59
71
|
|
60
|
-
-
|
72
|
+
- Upgrade `ruby-handlebars` to 0.4. `each` and `join` helpers now support the `as` notation.
|
61
73
|
|
62
|
-
|
74
|
+
- Add support for Swift/XCTest ([#134](https://github.com/hiptest/hiptest-publisher/pull/134) [bangroot])
|
63
75
|
|
64
|
-
|
76
|
+
- Add cache for the XML downloaded from CucumberStudio.
|
77
|
+
By default, files will be valid for 60 seconds but can be changed by using `--cache-duration=120` for example.
|
65
78
|
|
66
|
-
|
79
|
+
[1.29.2]
|
80
|
+
--------
|
67
81
|
|
68
|
-
-
|
69
|
-
By default, files will be valid for 60 seconds but can be changed by using `--cache-duration=120` for example.
|
82
|
+
- Fix escaping in string literals for Java and C# ([#157](https://github.com/hiptest/hiptest-publisher/issues/157) - [hiptest#195](https://github.com/hiptest/hiptest-issue-tracker/issues/195))
|
70
83
|
|
71
|
-
|
84
|
+
[1.29.1]
|
85
|
+
--------
|
72
86
|
|
73
|
-
-
|
87
|
+
- Allow any characters for the meta value ([#155](https://github.com/hiptest/hiptest-publisher/issues/155))
|
74
88
|
|
75
|
-
## [1.29.1]
|
76
89
|
|
77
|
-
|
90
|
+
[1.29.0]
|
91
|
+
--------
|
78
92
|
|
79
|
-
|
93
|
+
- Make `rake install` work with ruby 2.6
|
94
|
+
- `--parameter-delimiter` option now accepts empty string
|
80
95
|
|
81
|
-
|
82
|
-
|
96
|
+
[1.28.0]
|
97
|
+
--------
|
83
98
|
|
84
|
-
|
99
|
+
- Fix bug where parameter-delimiter value was not recognized in command line ([#147](https://github.com/hiptest/hiptest-publisher/issues/147))
|
100
|
+
- Add option --http-proxy to specify proxy to use ([#132](https://github.com/hiptest/hiptest-publisher/issues/132))
|
85
101
|
|
86
|
-
|
87
|
-
|
102
|
+
[1.27.1]
|
103
|
+
--------
|
88
104
|
|
89
|
-
|
105
|
+
- Add CodeceptJS to language list in OptionsParser.languages
|
90
106
|
|
91
|
-
|
107
|
+
[1.27.0]
|
108
|
+
--------
|
92
109
|
|
93
|
-
|
110
|
+
- Enable accessing scenario tags in datasets
|
111
|
+
([#142](https://github.com/hiptest/hiptest-publisher/pull/142) [nono0481])
|
94
112
|
|
95
|
-
-
|
96
|
-
|
113
|
+
- Added support for CodeceptJS testing framework
|
114
|
+
([#130](https://github.com/hiptest/hiptest-publisher/pull/130) [DavertMik])
|
97
115
|
|
98
|
-
|
99
|
-
|
116
|
+
[1.26.0]
|
117
|
+
--------
|
100
118
|
|
101
|
-
|
119
|
+
- Shared actionwords handling for Cucumber/Typescript
|
102
120
|
|
103
|
-
|
121
|
+
[1.25.0]
|
122
|
+
--------
|
104
123
|
|
105
|
-
|
124
|
+
- Shared actionwords handling for Behave
|
106
125
|
|
107
|
-
|
126
|
+
[1.24.0]
|
127
|
+
--------
|
108
128
|
|
109
|
-
|
129
|
+
- Add #case, #when and #when_includes handlebars helpers
|
130
|
+
- Modify #if_includes handlebars helper to work with strings
|
110
131
|
|
111
|
-
|
112
|
-
|
132
|
+
[1.23.5]
|
133
|
+
--------
|
113
134
|
|
114
|
-
|
135
|
+
- Load i18n path also when used as a library
|
115
136
|
|
116
|
-
|
137
|
+
[1.23.4]
|
138
|
+
--------
|
117
139
|
|
118
|
-
|
140
|
+
- Add I18n to enable localizing (and clearing the code)
|
119
141
|
|
120
|
-
|
142
|
+
[1.23.3]
|
143
|
+
--------
|
121
144
|
|
122
|
-
|
145
|
+
- Update multipart-post to 2.1.1 to handle issues with Ruby < 2.5
|
146
|
+
(see: https://github.com/socketry/multipart-post/issues/61)
|
123
147
|
|
124
|
-
|
125
|
-
|
148
|
+
[1.23.2]
|
149
|
+
--------
|
126
150
|
|
127
|
-
|
151
|
+
- Force Nokogiri < 1.10 to keep support for Ruby 2.2
|
152
|
+
- Add deprecation notifications for Ruby 2.2
|
128
153
|
|
129
|
-
|
130
|
-
|
154
|
+
[1.23.1]
|
155
|
+
--------
|
131
156
|
|
132
|
-
|
157
|
+
- Handle new shared actionword architecture
|
133
158
|
|
134
|
-
|
159
|
+
[1.22.0]
|
160
|
+
--------
|
135
161
|
|
136
|
-
|
162
|
+
- Add support for Cucumber/Typescript
|
163
|
+
- Unlock Nokogiri update to 1.9.1
|
137
164
|
|
138
|
-
|
139
|
-
|
165
|
+
[1.21.0]
|
166
|
+
--------
|
140
167
|
|
141
|
-
|
168
|
+
- Add option --execution-environment to push results in the specified execution environment name
|
142
169
|
|
143
|
-
|
170
|
+
[1.20.0]
|
171
|
+
--------
|
144
172
|
|
145
|
-
|
173
|
+
- Add --meta option to add more flexibility in code generation
|
174
|
+
(see: https://github.com/hiptest/hiptest-publisher/blob/master/docs/Using%20meta%20data.md#using-meta-data)
|
146
175
|
|
147
|
-
|
148
|
-
|
176
|
+
[1.19.3]
|
177
|
+
--------
|
149
178
|
|
150
|
-
|
179
|
+
- Do not leave trailing whitespaces with {{comment}} helper
|
151
180
|
|
152
|
-
|
181
|
+
[1.19.2]
|
182
|
+
--------
|
183
|
+
- Fix description in Gherkin exports
|
153
184
|
|
154
|
-
|
185
|
+
[1.19.1]
|
186
|
+
--------
|
187
|
+
- Fix description in Gherkin exports
|
155
188
|
|
156
|
-
|
189
|
+
[1.19.0]
|
190
|
+
--------
|
191
|
+
- Do not comment description in Gherkin exports
|
157
192
|
|
158
|
-
|
193
|
+
[1.18.1]
|
194
|
+
--------
|
195
|
+
- Show message when calling an actionword using an unknown UID
|
159
196
|
|
160
|
-
|
197
|
+
[1.18.0]
|
198
|
+
--------
|
199
|
+
- Add option [no-]parent-folders-tags to choose if parent tags are rendered in feature files
|
161
200
|
|
162
|
-
|
201
|
+
[1.17.2]
|
202
|
+
--------
|
203
|
+
- Fix UIDCall handling for shared actionwords
|
163
204
|
|
164
|
-
|
205
|
+
[1.17.1]
|
206
|
+
--------
|
207
|
+
- update version number
|
165
208
|
|
166
|
-
|
209
|
+
[1.16.6]
|
210
|
+
--------
|
211
|
+
- Add the if_includes handlebars helper
|
212
|
+
- Add options "parameter-delimiter" allowing to remove quotes around parameters in Gherkin export
|
213
|
+
(or replace it by anything else in fact)
|
167
214
|
|
168
|
-
|
215
|
+
[1.16.5]
|
216
|
+
--------
|
217
|
+
- Fix UIDCall handling for behat
|
169
218
|
|
170
|
-
|
219
|
+
[1.16.4]
|
220
|
+
--------
|
221
|
+
- Handling tags for shared actionwords
|
171
222
|
|
172
|
-
|
223
|
+
[1.16.3]
|
224
|
+
--------
|
225
|
+
- Fix behat rendering of shared actionwords
|
173
226
|
|
174
|
-
|
227
|
+
[1.16.2]
|
228
|
+
--------
|
229
|
+
- Remove unnecessary templates for cucumber/groovy
|
175
230
|
|
176
|
-
|
231
|
+
[1.16.0]
|
232
|
+
--------
|
233
|
+
- Shared actionwords handling for behat
|
177
234
|
|
178
|
-
|
235
|
+
[1.15.0]
|
236
|
+
--------
|
237
|
+
- Shared actionwords handling for groovy/spock
|
179
238
|
|
180
|
-
|
239
|
+
[1.14.0]
|
240
|
+
--------
|
181
241
|
|
182
|
-
|
242
|
+
- Shared actionwords handling for cucumber/groovy
|
183
243
|
|
184
|
-
|
185
|
-
|
186
|
-
(or replace it by anything else in fact)
|
244
|
+
[1.13.0]
|
245
|
+
--------
|
187
246
|
|
188
|
-
|
247
|
+
- Add Cucumber/Groovy support
|
248
|
+
([#54](https://github.com/hiptest/hiptest-publisher/issues/54))
|
189
249
|
|
190
|
-
|
250
|
+
[1.12.0]
|
251
|
+
--------
|
191
252
|
|
192
|
-
|
253
|
+
- Add JBehave support
|
254
|
+
([#38](https://github.com/hiptest/hiptest-publisher/issues/38))
|
193
255
|
|
194
|
-
-
|
256
|
+
- Add option --with-dataset-names
|
257
|
+
([#105](https://github.com/hiptest/hiptest-publisher/issues/105))
|
195
258
|
|
196
|
-
|
259
|
+
- Reorder steps by regexp length for Behave
|
260
|
+
([#104](https://github.com/hiptest/hiptest-publisher/issues/104))
|
197
261
|
|
198
|
-
- Fix behat rendering of shared actionwords
|
199
|
-
|
200
|
-
## [1.16.2]
|
201
|
-
|
202
|
-
- Remove unnecessary templates for cucumber/groovy
|
203
|
-
|
204
|
-
## [1.16.0]
|
205
|
-
|
206
|
-
- Shared actionwords handling for behat
|
207
|
-
|
208
|
-
## [1.15.0]
|
209
|
-
|
210
|
-
- Shared actionwords handling for groovy/spock
|
211
|
-
|
212
|
-
## [1.14.0]
|
213
|
-
|
214
|
-
- Shared actionwords handling for cucumber/groovy
|
215
|
-
|
216
|
-
## [1.13.0]
|
217
|
-
|
218
|
-
- Add Cucumber/Groovy support
|
219
|
-
([#54](https://github.com/hiptest/hiptest-publisher/issues/54))
|
220
|
-
|
221
|
-
## [1.12.0]
|
222
|
-
|
223
|
-
- Add JBehave support
|
224
|
-
([#38](https://github.com/hiptest/hiptest-publisher/issues/38))
|
225
|
-
|
226
|
-
- Add option --with-dataset-names
|
227
|
-
([#105](https://github.com/hiptest/hiptest-publisher/issues/105))
|
228
|
-
|
229
|
-
- Reorder steps by regexp length for Behave
|
230
|
-
([#104](https://github.com/hiptest/hiptest-publisher/issues/104))
|
231
262
|
|
232
263
|
<!-- List of releases -->
|
233
|
-
|
234
264
|
[Unreleased]: https://github.com/hiptest/hiptest-publisher/compare/v3.1.0...master
|
235
|
-
[3.1.0]:
|
265
|
+
[3.1.0]: https://github.com/hiptest/hiptest-publisher/compare/v3.0.0...v3.1.0
|
236
266
|
[3.0.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.4.0...v3.0.0
|
237
267
|
[2.4.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.3.1...v2.4.0
|
238
|
-
[2.3.1]:
|
239
|
-
[2.3.0]:
|
240
|
-
[2.2.0]:
|
241
|
-
[2.1.0]:
|
242
|
-
[2.0.0]:
|
243
|
-
[1.31.0]:
|
244
|
-
[1.30.0]:
|
245
|
-
[1.29.2]:
|
246
|
-
[1.29.1]:
|
247
|
-
[1.29.0]:
|
248
|
-
[1.28.0]:
|
249
|
-
[1.27.1]:
|
250
|
-
[1.27.0]:
|
251
|
-
[1.26.0]:
|
252
|
-
[1.25.0]:
|
253
|
-
[1.24.0]:
|
254
|
-
[1.23.5]:
|
255
|
-
[1.23.4]:
|
256
|
-
[1.23.3]:
|
257
|
-
[1.23.2]:
|
258
|
-
[1.23.1]:
|
259
|
-
[1.22.0]:
|
260
|
-
[1.21.0]:
|
261
|
-
[1.20.0]:
|
262
|
-
[1.19.3]:
|
263
|
-
[1.19.2]:
|
264
|
-
[1.19.1]:
|
265
|
-
[1.19.0]:
|
266
|
-
[1.18.1]:
|
267
|
-
[1.18.0]:
|
268
|
-
[1.17.2]:
|
269
|
-
[1.17.1]:
|
270
|
-
[1.16.6]:
|
271
|
-
[1.16.5]:
|
272
|
-
[1.16.4]:
|
273
|
-
[1.16.3]:
|
274
|
-
[1.16.2]:
|
275
|
-
[1.16.0]:
|
276
|
-
[1.15.0]:
|
277
|
-
[1.14.0]:
|
278
|
-
[1.13.0]:
|
279
|
-
[1.12.0]:
|
268
|
+
[2.3.1]: https://github.com/hiptest/hiptest-publisher/compare/v2.3.0...v2.3.1
|
269
|
+
[2.3.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.2.0...v2.3.0
|
270
|
+
[2.2.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.1.0...v2.2.0
|
271
|
+
[2.1.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.0.0...v2.1.0
|
272
|
+
[2.0.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.31.0...v2.0.0
|
273
|
+
[1.31.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.30.0...v1.31.0
|
274
|
+
[1.30.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.29.2...v1.30.0
|
275
|
+
[1.29.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.29.1...v1.29.2
|
276
|
+
[1.29.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.29.0...v1.29.1
|
277
|
+
[1.29.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.28.0...v1.29.0
|
278
|
+
[1.28.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.27.1...v1.28.0
|
279
|
+
[1.27.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.27.0...v1.27.1
|
280
|
+
[1.27.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.26.0...v1.27.0
|
281
|
+
[1.26.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.25.0...v1.26.0
|
282
|
+
[1.25.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.24.0...v1.25.0
|
283
|
+
[1.24.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.5...v1.24.0
|
284
|
+
[1.23.5]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.4...v1.23.5
|
285
|
+
[1.23.4]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.3...v1.23.4
|
286
|
+
[1.23.3]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.2...v1.23.3
|
287
|
+
[1.23.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.1...v1.23.2
|
288
|
+
[1.23.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.22.0...v1.23.1
|
289
|
+
[1.22.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.21.0...v1.22.0
|
290
|
+
[1.21.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.20.0...v1.21.0
|
291
|
+
[1.20.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.3...v1.20.0
|
292
|
+
[1.19.3]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.2...v1.19.3
|
293
|
+
[1.19.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.1...v1.19.2
|
294
|
+
[1.19.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.0...v1.19.1
|
295
|
+
[1.19.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.18.1...v1.19.0
|
296
|
+
[1.18.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.18.0...v1.18.1
|
297
|
+
[1.18.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.17.2...v1.18.0
|
298
|
+
[1.17.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.17.1...v1.17.2
|
299
|
+
[1.17.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.6...v1.17.1
|
300
|
+
[1.16.6]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.5...v1.16.6
|
301
|
+
[1.16.5]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.4...v1.16.5
|
302
|
+
[1.16.4]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.3...v1.16.4
|
303
|
+
[1.16.3]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.2...v1.16.3
|
304
|
+
[1.16.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.0...v1.16.2
|
305
|
+
[1.16.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.15.0...v1.16.0
|
306
|
+
[1.15.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.14.0...v1.15.0
|
307
|
+
[1.14.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.13.0...v1.14.0
|
308
|
+
[1.13.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.12.0...v1.13.0
|
309
|
+
[1.12.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.11.1...v1.12.0
|
280
310
|
|
281
|
-
<!-- List of contributors -->
|
282
311
|
|
312
|
+
<!-- List of contributors -->
|
283
313
|
[atulhm]: https://github.com/atulhm
|
284
314
|
[bangroot]: https://github.com/bangroot
|
285
315
|
[ClaudiaJ]: https://github.com/ClaudiaJ
|
@@ -158,6 +158,7 @@ module Hiptest
|
|
158
158
|
def fetch_project_export_asynchronously
|
159
159
|
publication_export_id = fetch_asynchronous_publication_export_id
|
160
160
|
url = "#{base_publication_path}/async_project/#{publication_export_id}"
|
161
|
+
puts url
|
161
162
|
response = nil
|
162
163
|
|
163
164
|
# the server should respond with a timeout after 15 minutes
|