-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitlabprs.py
301 lines (301 loc) · 17.4 KB
/
gitlabprs.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
prs = { 'morley':
[ { 'closed': u'Jul 5, 2019 7:24pm GMT+0300',
'delta': 0,
'opened': u'2019-07-05T15:12:06Z',
'title': 'Hotfix 0.3.0.2',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/10'},
{ 'closed': u'Jul 8, 2019 1:24pm GMT+0300',
'delta': 3,
'opened': u'2019-07-05T08:31:36Z',
'title': '[TM-242] Extend store management',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/8'},
{ 'closed': u'Jul 8, 2019 7:41pm GMT+0300',
'delta': 4,
'opened': u'2019-07-04T13:30:17Z',
'title': '[TM-246] Upgradable parameter',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/1'},
{ 'closed': u'Jul 10, 2019 12:02pm GMT+0300',
'delta': 1,
'opened': u'2019-07-09T20:43:46Z',
'title': '[TM-256] Fix `InterpreterRes` propagation in `interpreterPure`',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/13'},
{ 'closed': u'Jul 11, 2019 12:30am GMT+0300',
'delta': 1,
'opened': u'2019-07-10T16:34:31Z',
'title': '[TM-259] Update annotation printing',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/14'},
{ 'closed': u'Jul 11, 2019 6:52pm GMT+0300',
'delta': 6,
'opened': u'2019-07-05T17:25:50Z',
'title': '[TM-190] Upgradable contracts with UStore and UParam',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/11'},
{ 'closed': u'Jul 11, 2019 7:41pm GMT+0300',
'delta': 0,
'opened': u'2019-07-11T16:22:30Z',
'title': '[TM-257] Add value printing to Lorentz',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/16'},
{ 'closed': u'Jul 15, 2019 11:46am GMT+0300',
'delta': 3,
'opened': u'2019-07-12T21:04:34Z',
'title': '[DSP-52] Shorten strings in UStore',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/18'},
{ 'closed': u'Jul 15, 2019 3:31pm GMT+0300',
'delta': 0,
'opened': u'2019-07-15T11:57:09Z',
'title': '[DSP-16] Add set operations to Indigo',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/20'},
{ 'closed': u'Jul 15, 2019 5:17pm GMT+0300',
'delta': 4,
'opened': u'2019-07-11T02:37:06Z',
'title': '[TM-100] Prettify printer output',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/15'},
{ 'closed': u'Jul 15, 2019 7:22pm GMT+0300',
'delta': 0,
'opened': u'2019-07-15T14:29:57Z',
'title': '[TM-258] Switch docker images building to kaniko',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/21'},
{ 'closed': u'Jul 16, 2019 10:34am GMT+0300',
'delta': 3,
'opened': u'2019-07-13T03:09:22Z',
'title': '[TM-197] Change parser to make braces optional for embedded single instruction sequences',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/19'},
{ 'closed': u'Jul 10, 2019 12:20pm GMT+0300',
'delta': 5,
'opened': u'2019-07-05T17:35:30Z',
'title': '[TM-234] Use `UStore` in DSProtocol',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/12'},
{ 'closed': u'Jul 16, 2019 12:35pm GMT+0300',
'delta': 12,
'opened': u'2019-07-04T21:00:30Z',
'title': '[TM-201] Optimizer',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/2'},
{ 'closed': u'Jul 17, 2019 4:33pm GMT+0300',
'delta': 1,
'opened': u'2019-07-16T15:50:19Z',
'title': '[DSP-54] Remove unnecessary usages of integrationalTestProperty',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/22'},
{ 'closed': u'Jul 16, 2019 8:43pm GMT+0300',
'delta': 5,
'opened': u'2019-07-11T20:54:21Z',
'title': '[TM-190] Use RecFromTuple in entrypoint-wise upgradeable contracts',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/17'},
{ 'closed': u'Jul 18, 2019 9:08pm GMT+0300',
'delta': 0,
'opened': u'2019-07-18T02:28:05Z',
'title': '[TM-100] Prettify types in storage/parameter when multi line printing',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/25'},
{ 'closed': u'Jul 20, 2019 7:47pm GMT+0300',
'delta': 15,
'opened': u'2019-07-05T09:00:36Z',
'title': '[TM-170] Balanced tuples',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/9'},
{ 'closed': u'Jul 20, 2019 8:34pm GMT+0300',
'delta': 2,
'opened': u'2019-07-18T16:48:32Z',
'title': '[TM-238] Improve `UnsafeLedger`',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/26'},
{ 'closed': u'Jul 23, 2019 7:23pm GMT+0300',
'delta': 1,
'opened': u'2019-07-22T12:52:31Z',
'title': '[TM-190] Add extensible sum types',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/27'},
{ 'closed': u'Jul 24, 2019 2:40pm GMT+0300',
'delta': 7,
'opened': u'2019-07-17T09:12:57Z',
'title': '[TM-229] Share typecheck results in `Runtime`',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/23'},
{ 'closed': u'Jul 25, 2019 1:48pm GMT+0300',
'delta': 21,
'opened': u'2019-07-04T21:28:58Z',
'title': 'Some grammar fixes.',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/5'},
{ 'closed': u'Jul 26, 2019 6:59pm GMT+0300',
'delta': 0,
'opened': u'2019-07-26T11:25:41Z',
'title': '[DSP-62] Export timestamp constructors in Lorentz',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/28'},
{ 'closed': u'Jul 26, 2019 9:05pm GMT+0300',
'delta': 22,
'opened': u'2019-07-04T21:27:19Z',
'title': '[TM-214] Describe Indigo eDSL thoroughly',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/4'},
{ 'closed': u'Jul 27, 2019 8:17pm GMT+0300',
'delta': 10,
'opened': u'2019-07-17T21:02:16Z',
'title': '[TM-149] Add tasty-helpers to testing engine',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/24'},
{ 'closed': u'Jul 29, 2019 11:55pm GMT+0300',
'delta': 25,
'opened': u'2019-07-04T21:20:17Z',
'title': '[TM-219] Auto contract doc',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/3'},
{ 'closed': u'Jul 30, 2019 7:28pm GMT+0300',
'delta': 4,
'opened': u'2019-07-26T22:12:59Z',
'title': '[DSP-55] Add analyzer',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/29'},
{ 'closed': u'Aug 9, 2019 6:35pm GMT+0300',
'delta': 0,
'opened': u'2019-08-09T14:18:20Z',
'title': "[TM-279] Deprecate instructions which shouldn't be used in 005",
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/33'},
{ 'closed': u'Aug 21, 2019 1:24pm GMT+0300',
'delta': 1,
'opened': u'2019-08-20T13:31:02Z',
'title': '[TM-272] Fix morley.sh',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/37'},
{ 'closed': u'Aug 22, 2019 10:49am GMT+0300',
'delta': 7,
'opened': u'2019-08-15T15:52:38Z',
'title': '[TM-288] Add `parseLorentzValue`',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/35'},
{ 'closed': u'Aug 23, 2019 5:57am GMT+0300',
'delta': 16,
'opened': u'2019-08-07T11:01:36Z',
'title': '[TM-64] Retain notes in typed contract',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/32'},
{ 'closed': u'Aug 26, 2019 1:24pm GMT+0300',
'delta': 10,
'opened': u'2019-08-16T14:06:34Z',
'title': '[DSP-71] Printing of upgradeable parameter',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/36'},
{ 'closed': u'Aug 2, 2019 12:18am GMT+0300',
'delta': 1,
'opened': u'2019-08-01T00:31:09Z',
'title': '[TM-274] Update ManagedLedger',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/31'},
{ 'closed': u'Aug 27, 2019 2:19pm GMT+0300',
'delta': 1,
'opened': u'2019-08-26T10:51:58Z',
'title': '[TM-284] Permit top-level curly braces',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/42'},
{ 'closed': u'Aug 30, 2019 11:56am GMT+0300',
'delta': 4,
'opened': u'2019-08-26T11:54:56Z',
'title': '[TM-289] Field annotations to param',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/43'},
{ 'closed': u'Sep 2, 2019 3:35pm GMT+0300',
'delta': 4,
'opened': u'2019-08-29T16:38:17Z',
'title': '[TM-296] Export helper functions from ManagedLedger',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/47'},
{ 'closed': u'Sep 2, 2019 3:52pm GMT+0300',
'delta': 0,
'opened': u'2019-09-02T09:17:16Z',
'title': '[TM-299] Increase available tuple instances of `RecFromTuple`',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/49'},
{ 'closed': u'Sep 3, 2019 1:22am GMT+0300',
'delta': 3,
'opened': u'2019-08-31T17:05:22Z',
'title': '[TM-298] Fix lookup of ctor with named field',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/48'},
{ 'closed': u'Sep 3, 2019 11:19pm GMT+0300',
'delta': 23,
'opened': u'2019-08-11T10:08:31Z',
'title': '[TM-279] Remove and update CREATE_ACCOUNT and CREATE_CONTRACT',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/34'},
{ 'closed': u'Sep 4, 2019 2:32am GMT+0300',
'delta': 14,
'opened': u'2019-08-21T19:11:55Z',
'title': '[TM-224] Mention MText constraints in autodoc',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/39'},
{ 'closed': u'Sep 4, 2019 11:01am GMT+0300',
'delta': 7,
'opened': u'2019-08-28T11:36:12Z',
'title': '[TBTC-3] Testing scenarios and automatic network tests',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/45'},
{ 'closed': u'Sep 5, 2019 4:18am GMT+0300',
'delta': 8,
'opened': u'2019-08-28T02:51:58Z',
'title': '[TM-295] Add user-defined upgrades to morley',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/44'},
{ 'closed': u'Aug 27, 2019 7:23pm GMT+0300',
'delta': 4,
'opened': u'2019-08-23T19:50:16Z',
'title': 'TM-292 Make it possible to apply a function to all strings',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/41'},
{ 'closed': u'Sep 5, 2019 1:36pm GMT+0300',
'delta': 0,
'opened': u'2019-09-05T09:58:51Z',
'title': '[TM-303] Transfer 0 mutez in `lCall`',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/53'},
{ 'closed': u'Sep 10, 2019 5:18am GMT+0300',
'delta': 5,
'opened': u'2019-09-05T14:11:33Z',
'title': '[TM-304] Add polymorphic methods to work w/ storages',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/54'},
{ 'closed': u'Sep 10, 2019 12:22pm GMT+0300',
'delta': 1,
'opened': u'2019-09-09T15:13:57Z',
'title': '[TM-305] Additional `Buildable` instances for Lorentz datatypes',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/55'},
{ 'closed': u'Sep 12, 2019 4:59pm GMT+0300',
'delta': 3,
'opened': u'2019-09-09T22:15:43Z',
'title': '[TM-254] Simplify custom lorentz errors',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/56'},
{ 'closed': u'Sep 14, 2019 12:07am GMT+0300',
'delta': 2,
'opened': u'2019-09-12T19:43:22Z',
'title': '[TM-301] ManagedLedger doc',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/59'},
{ 'closed': u'Sep 15, 2019 10:57am GMT+0300',
'delta': 10,
'opened': u'2019-09-05T00:15:57Z',
'title': '[TM-302] Document how fees work in practice',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/52'},
{ 'closed': u'Sep 17, 2019 12:45pm GMT+0300',
'delta': 0,
'opened': u'2019-09-17T09:38:07Z',
'title': '[BTG-11] Export ManagedLedger parts',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/63'},
{ 'closed': u'Sep 17, 2019 2:51pm GMT+0300',
'delta': 1,
'opened': u'2019-09-16T09:30:42Z',
'title': '[TBTC-16] Comments in markdown doc',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/62'},
{ 'closed': u'Sep 18, 2019 6:33pm GMT+0300',
'delta': 0,
'opened': u'2019-09-18T13:28:07Z',
'title': '[TBTC-9] Add derive instances for `View`',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/65'},
{ 'closed': u'Sep 19, 2019 9:50am GMT+0300',
'delta': 7,
'opened': u'2019-09-12T15:13:24Z',
'title': '[BTG-16] Fix autodoc instances',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/58'},
{ 'closed': u'Sep 19, 2019 12:07pm GMT+0300',
'delta': 2,
'opened': u'2019-09-17T10:10:18Z',
'title': '[TM-310] Export some internal stuff',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/64'},
{ 'closed': u'Sep 20, 2019 2:53pm GMT+0300',
'delta': 1,
'opened': u'2019-09-19T04:17:08Z',
'title': '[TM-311] Fix `CONTRACT` on implicit addresses',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/66'},
{ 'closed': u'Sep 24, 2019 12:14am GMT+0300',
'delta': 8,
'opened': u'2019-09-16T07:19:25Z',
'title': '[DSP-73] Add unsafe field removal to UStore',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/61'},
{ 'closed': u'Sep 16, 2019 3:03pm GMT+0300',
'delta': 2,
'opened': u'2019-09-14T16:36:24Z',
'title': '[TM-308] Sweet parentheses',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/60'},
{ 'closed': u'Sep 24, 2019 11:05pm GMT+0300',
'delta': 12,
'opened': u'2019-09-12T14:33:37Z',
'title': '[SRK-8] Fix haddock',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/57'},
{ 'closed': u'Aug 30, 2019 2:36pm GMT+0300',
'delta': 1,
'opened': u'2019-08-29T15:18:49Z',
'title': '[TM-297] Fix value parser',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/46'},
{ 'closed': u'Sep 24, 2019 10:48pm GMT+0300',
'delta': 1,
'opened': u'2019-09-23T10:45:00Z',
'title': '[TM-278] Document errors',
'url': u'https://gitlab.com/morley-framework/morley/merge_requests/67'}]}