blazer 3.4.0 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/README.md +23 -27
  4. data/app/assets/javascripts/blazer/Sortable.js +826 -1162
  5. data/app/assets/javascripts/blazer/ace/ace.js +15775 -13360
  6. data/app/assets/javascripts/blazer/ace/ext-language_tools.js +1411 -668
  7. data/app/assets/javascripts/blazer/ace/mode-sql.js +12 -6
  8. data/app/assets/javascripts/blazer/ace/theme-twilight.js +3 -3
  9. data/app/assets/javascripts/blazer/application.js +94 -52
  10. data/app/assets/javascripts/blazer/chart.umd.js +6 -6
  11. data/app/assets/javascripts/blazer/daterangepicker.js +193 -199
  12. data/app/assets/javascripts/blazer/highlight.min.js +235 -373
  13. data/app/assets/javascripts/blazer/moment-timezone-with-data.js +116 -82
  14. data/app/assets/javascripts/blazer/moment.js +368 -365
  15. data/app/assets/javascripts/blazer/queries.js +68 -58
  16. data/app/assets/javascripts/blazer/routes.js +11 -11
  17. data/app/assets/javascripts/blazer/tablesort.js +42 -0
  18. data/app/assets/javascripts/blazer/tom-select.base.js +4175 -0
  19. data/app/assets/stylesheets/blazer/application.css +114 -5
  20. data/app/assets/stylesheets/blazer/tom-select.css +502 -0
  21. data/app/controllers/blazer/base_controller.rb +1 -1
  22. data/app/controllers/blazer/checks_controller.rb +5 -2
  23. data/app/controllers/blazer/queries_controller.rb +3 -1
  24. data/app/helpers/blazer/base_helper.rb +1 -1
  25. data/app/models/blazer/check.rb +35 -57
  26. data/app/views/blazer/_nav.html.erb +1 -1
  27. data/app/views/blazer/_variables.html.erb +57 -42
  28. data/app/views/blazer/checks/_form.html.erb +20 -16
  29. data/app/views/blazer/checks/index.html.erb +17 -20
  30. data/app/views/blazer/dashboards/_form.html.erb +63 -48
  31. data/app/views/blazer/dashboards/show.html.erb +23 -16
  32. data/app/views/blazer/queries/_caching.html.erb +1 -1
  33. data/app/views/blazer/queries/_chart.html.erb +8 -0
  34. data/app/views/blazer/queries/_form.html.erb +153 -180
  35. data/app/views/blazer/queries/_map.html.erb +8 -0
  36. data/app/views/blazer/queries/docs.html.erb +6 -6
  37. data/app/views/blazer/queries/edit.html.erb +1 -0
  38. data/app/views/blazer/queries/home.html.erb +101 -102
  39. data/app/views/blazer/queries/new.html.erb +1 -0
  40. data/app/views/blazer/queries/run.html.erb +23 -34
  41. data/app/views/blazer/queries/schema.html.erb +20 -20
  42. data/app/views/blazer/queries/show.html.erb +19 -12
  43. data/app/views/blazer/uploads/index.html.erb +10 -10
  44. data/app/views/layouts/blazer/application.html.erb +3 -3
  45. data/lib/blazer/adapters/athena_adapter.rb +12 -6
  46. data/lib/blazer/adapters/clickhouse_adapter.rb +136 -0
  47. data/lib/blazer/adapters/druid_adapter.rb +0 -2
  48. data/lib/blazer/adapters/snowflake2_adapter.rb +198 -0
  49. data/lib/blazer/adapters/soda_adapter.rb +0 -2
  50. data/lib/blazer/adapters/sql_adapter.rb +4 -0
  51. data/lib/blazer/adapters.rb +2 -0
  52. data/lib/blazer/check_types.rb +20 -0
  53. data/lib/blazer/email_notifier.rb +49 -0
  54. data/lib/blazer/result.rb +15 -0
  55. data/lib/blazer/slack_notifier.rb +39 -7
  56. data/lib/blazer/version.rb +1 -1
  57. data/lib/blazer.rb +32 -26
  58. data/lib/generators/blazer/templates/config.yml.tt +0 -2
  59. data/licenses/LICENSE-chart.js.txt +1 -1
  60. metadata +12 -31
  61. data/app/assets/javascripts/blazer/bootstrap.js +0 -2580
  62. data/app/assets/javascripts/blazer/jquery.js +0 -10872
  63. data/app/assets/javascripts/blazer/jquery.stickytableheaders.js +0 -325
  64. data/app/assets/javascripts/blazer/rails-ujs.js +0 -746
  65. data/app/assets/javascripts/blazer/selectize.js +0 -3891
  66. data/app/assets/javascripts/blazer/stupidtable-custom-settings.js +0 -13
  67. data/app/assets/javascripts/blazer/stupidtable.js +0 -281
  68. data/app/assets/javascripts/blazer/vue.global.prod.js +0 -1
  69. data/app/assets/stylesheets/blazer/selectize.css +0 -403
  70. data/licenses/LICENSE-jquery.txt +0 -20
  71. data/licenses/LICENSE-rails-ujs.txt +0 -20
  72. data/licenses/LICENSE-stickytableheaders.txt +0 -20
  73. data/licenses/LICENSE-stupidtable.txt +0 -19
  74. data/licenses/LICENSE-vue.txt +0 -21
  75. /data/licenses/{LICENSE-selectize.txt → LICENSE-tom-select.txt} +0 -0
@@ -1,403 +0,0 @@
1
- /**
2
- * selectize.default.css (v0.12.6) - Default Theme
3
- * Copyright (c) 2013–2015 Brian Reavis & contributors
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
6
- * file except in compliance with the License. You may obtain a copy of the License at:
7
- * http://www.apache.org/licenses/LICENSE-2.0
8
- *
9
- * Unless required by applicable law or agreed to in writing, software distributed under
10
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
- * ANY KIND, either express or implied. See the License for the specific language
12
- * governing permissions and limitations under the License.
13
- *
14
- * @author Brian Reavis <brian@thirdroute.com>
15
- */
16
- .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
17
- visibility: visible !important;
18
- background: #f2f2f2 !important;
19
- background: rgba(0, 0, 0, 0.06) !important;
20
- border: 0 none !important;
21
- -webkit-box-shadow: inset 0 0 12px 4px #fff;
22
- box-shadow: inset 0 0 12px 4px #fff;
23
- }
24
- .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
25
- content: '!';
26
- visibility: hidden;
27
- }
28
- .selectize-control.plugin-drag_drop .ui-sortable-helper {
29
- -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
30
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
31
- }
32
- .selectize-dropdown-header {
33
- position: relative;
34
- padding: 5px 8px;
35
- border-bottom: 1px solid #d0d0d0;
36
- background: #f8f8f8;
37
- -webkit-border-radius: 3px 3px 0 0;
38
- -moz-border-radius: 3px 3px 0 0;
39
- border-radius: 3px 3px 0 0;
40
- }
41
- .selectize-dropdown-header-close {
42
- position: absolute;
43
- right: 8px;
44
- top: 50%;
45
- color: #303030;
46
- opacity: 0.4;
47
- margin-top: -12px;
48
- line-height: 20px;
49
- font-size: 20px !important;
50
- }
51
- .selectize-dropdown-header-close:hover {
52
- color: #000000;
53
- }
54
- .selectize-dropdown.plugin-optgroup_columns .optgroup {
55
- border-right: 1px solid #f2f2f2;
56
- border-top: 0 none;
57
- float: left;
58
- -webkit-box-sizing: border-box;
59
- -moz-box-sizing: border-box;
60
- box-sizing: border-box;
61
- }
62
- .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
63
- border-right: 0 none;
64
- }
65
- .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
66
- display: none;
67
- }
68
- .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
69
- border-top: 0 none;
70
- }
71
- .selectize-control.plugin-remove_button [data-value] {
72
- position: relative;
73
- padding-right: 24px !important;
74
- }
75
- .selectize-control.plugin-remove_button [data-value] .remove {
76
- z-index: 1;
77
- /* fixes ie bug (see #392) */
78
- position: absolute;
79
- top: 0;
80
- right: 0;
81
- bottom: 0;
82
- width: 17px;
83
- text-align: center;
84
- font-weight: bold;
85
- font-size: 12px;
86
- color: inherit;
87
- text-decoration: none;
88
- vertical-align: middle;
89
- display: inline-block;
90
- padding: 2px 0 0 0;
91
- border-left: 1px solid #0073bb;
92
- -webkit-border-radius: 0 2px 2px 0;
93
- -moz-border-radius: 0 2px 2px 0;
94
- border-radius: 0 2px 2px 0;
95
- -webkit-box-sizing: border-box;
96
- -moz-box-sizing: border-box;
97
- box-sizing: border-box;
98
- }
99
- .selectize-control.plugin-remove_button [data-value] .remove:hover {
100
- background: rgba(0, 0, 0, 0.05);
101
- }
102
- .selectize-control.plugin-remove_button [data-value].active .remove {
103
- border-left-color: #00578d;
104
- }
105
- .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
106
- background: none;
107
- }
108
- .selectize-control.plugin-remove_button .disabled [data-value] .remove {
109
- border-left-color: #aaaaaa;
110
- }
111
- .selectize-control.plugin-remove_button .remove-single {
112
- position: absolute;
113
- right: 0;
114
- top: 0;
115
- font-size: 23px;
116
- }
117
- .selectize-control {
118
- position: relative;
119
- }
120
- .selectize-dropdown,
121
- .selectize-input,
122
- .selectize-input input {
123
- color: #303030;
124
- font-family: inherit;
125
- font-size: 13px;
126
- line-height: 18px;
127
- -webkit-font-smoothing: inherit;
128
- }
129
- .selectize-input,
130
- .selectize-control.single .selectize-input.input-active {
131
- background: #fff;
132
- cursor: text;
133
- display: inline-block;
134
- }
135
- .selectize-input {
136
- border: 1px solid #d0d0d0;
137
- padding: 8px 8px;
138
- display: inline-block;
139
- width: 100%;
140
- overflow: hidden;
141
- position: relative;
142
- z-index: 1;
143
- -webkit-box-sizing: border-box;
144
- -moz-box-sizing: border-box;
145
- box-sizing: border-box;
146
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
147
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
148
- -webkit-border-radius: 3px;
149
- -moz-border-radius: 3px;
150
- border-radius: 3px;
151
- }
152
- .selectize-control.multi .selectize-input.has-items {
153
- padding: 5px 8px 2px;
154
- }
155
- .selectize-input.full {
156
- background-color: #fff;
157
- }
158
- .selectize-input.disabled,
159
- .selectize-input.disabled * {
160
- cursor: default !important;
161
- }
162
- .selectize-input.focus {
163
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
164
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
165
- }
166
- .selectize-input.dropdown-active {
167
- -webkit-border-radius: 3px 3px 0 0;
168
- -moz-border-radius: 3px 3px 0 0;
169
- border-radius: 3px 3px 0 0;
170
- }
171
- .selectize-input > * {
172
- vertical-align: baseline;
173
- display: -moz-inline-stack;
174
- display: inline-block;
175
- transform: scale(1);
176
- *display: inline;
177
- }
178
- .selectize-control.multi .selectize-input > div {
179
- cursor: pointer;
180
- margin: 0 3px 3px 0;
181
- padding: 2px 6px;
182
- background: #1da7ee;
183
- color: #fff;
184
- border: 1px solid #0073bb;
185
- }
186
- .selectize-control.multi .selectize-input > div.active {
187
- background: #92c836;
188
- color: #fff;
189
- border: 1px solid #00578d;
190
- }
191
- .selectize-control.multi .selectize-input.disabled > div,
192
- .selectize-control.multi .selectize-input.disabled > div.active {
193
- color: #ffffff;
194
- background: #d2d2d2;
195
- border: 1px solid #aaaaaa;
196
- }
197
- .selectize-input > input {
198
- display: inline-block !important;
199
- padding: 0 !important;
200
- min-height: 0 !important;
201
- max-height: none !important;
202
- max-width: 100% !important;
203
- margin: 0 1px !important;
204
- text-indent: 0 !important;
205
- border: 0 none !important;
206
- background: none !important;
207
- line-height: inherit !important;
208
- -webkit-user-select: auto !important;
209
- -webkit-box-shadow: none !important;
210
- box-shadow: none !important;
211
- }
212
- .selectize-input > input::-ms-clear {
213
- display: none;
214
- }
215
- .selectize-input > input:focus {
216
- outline: none !important;
217
- }
218
- .selectize-input::after {
219
- content: ' ';
220
- display: block;
221
- clear: left;
222
- }
223
- .selectize-input.dropdown-active::before {
224
- content: ' ';
225
- display: block;
226
- position: absolute;
227
- background: #f0f0f0;
228
- height: 1px;
229
- bottom: 0;
230
- left: 0;
231
- right: 0;
232
- }
233
- .selectize-dropdown {
234
- position: absolute;
235
- z-index: 10;
236
- border: 1px solid #d0d0d0;
237
- background: #fff;
238
- margin: -1px 0 0 0;
239
- border-top: 0 none;
240
- -webkit-box-sizing: border-box;
241
- -moz-box-sizing: border-box;
242
- box-sizing: border-box;
243
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
244
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
245
- -webkit-border-radius: 0 0 3px 3px;
246
- -moz-border-radius: 0 0 3px 3px;
247
- border-radius: 0 0 3px 3px;
248
- }
249
- .selectize-dropdown [data-selectable] {
250
- cursor: pointer;
251
- overflow: hidden;
252
- }
253
- .selectize-dropdown [data-selectable] .highlight {
254
- background: rgba(125, 168, 208, 0.2);
255
- -webkit-border-radius: 1px;
256
- -moz-border-radius: 1px;
257
- border-radius: 1px;
258
- }
259
- .selectize-dropdown .option,
260
- .selectize-dropdown .optgroup-header {
261
- padding: 5px 8px;
262
- }
263
- .selectize-dropdown .option,
264
- .selectize-dropdown [data-disabled],
265
- .selectize-dropdown [data-disabled] [data-selectable].option {
266
- cursor: inherit;
267
- opacity: 0.5;
268
- }
269
- .selectize-dropdown [data-selectable].option {
270
- opacity: 1;
271
- }
272
- .selectize-dropdown .optgroup:first-child .optgroup-header {
273
- border-top: 0 none;
274
- }
275
- .selectize-dropdown .optgroup-header {
276
- color: #303030;
277
- background: #fff;
278
- cursor: default;
279
- }
280
- .selectize-dropdown .active {
281
- background-color: #f5fafd;
282
- color: #495c68;
283
- }
284
- .selectize-dropdown .active.create {
285
- color: #495c68;
286
- }
287
- .selectize-dropdown .create {
288
- color: rgba(48, 48, 48, 0.5);
289
- }
290
- .selectize-dropdown-content {
291
- overflow-y: auto;
292
- overflow-x: hidden;
293
- max-height: 200px;
294
- -webkit-overflow-scrolling: touch;
295
- }
296
- .selectize-control.single .selectize-input,
297
- .selectize-control.single .selectize-input input {
298
- cursor: pointer;
299
- }
300
- .selectize-control.single .selectize-input.input-active,
301
- .selectize-control.single .selectize-input.input-active input {
302
- cursor: text;
303
- }
304
- .selectize-control.single .selectize-input:after {
305
- content: ' ';
306
- display: block;
307
- position: absolute;
308
- top: 50%;
309
- right: 15px;
310
- margin-top: -3px;
311
- width: 0;
312
- height: 0;
313
- border-style: solid;
314
- border-width: 5px 5px 0 5px;
315
- border-color: #808080 transparent transparent transparent;
316
- }
317
- .selectize-control.single .selectize-input.dropdown-active:after {
318
- margin-top: -4px;
319
- border-width: 0 5px 5px 5px;
320
- border-color: transparent transparent #808080 transparent;
321
- }
322
- .selectize-control.rtl.single .selectize-input:after {
323
- left: 15px;
324
- right: auto;
325
- }
326
- .selectize-control.rtl .selectize-input > input {
327
- margin: 0 4px 0 -2px !important;
328
- }
329
- .selectize-control .selectize-input.disabled {
330
- opacity: 0.5;
331
- background-color: #fafafa;
332
- }
333
- .selectize-control.multi .selectize-input.has-items {
334
- padding-left: 5px;
335
- padding-right: 5px;
336
- }
337
- .selectize-control.multi .selectize-input.disabled [data-value] {
338
- color: #999;
339
- text-shadow: none;
340
- background: none;
341
- -webkit-box-shadow: none;
342
- box-shadow: none;
343
- }
344
- .selectize-control.multi .selectize-input.disabled [data-value],
345
- .selectize-control.multi .selectize-input.disabled [data-value] .remove {
346
- border-color: #e6e6e6;
347
- }
348
- .selectize-control.multi .selectize-input.disabled [data-value] .remove {
349
- background: none;
350
- }
351
- .selectize-control.multi .selectize-input [data-value] {
352
- text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
353
- -webkit-border-radius: 3px;
354
- -moz-border-radius: 3px;
355
- border-radius: 3px;
356
- background-color: #1b9dec;
357
- background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
358
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
359
- background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
360
- background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
361
- background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
362
- background-repeat: repeat-x;
363
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
364
- -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
365
- box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
366
- }
367
- .selectize-control.multi .selectize-input [data-value].active {
368
- background-color: #0085d4;
369
- background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
370
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
371
- background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
372
- background-image: -o-linear-gradient(top, #008fd8, #0075cf);
373
- background-image: linear-gradient(to bottom, #008fd8, #0075cf);
374
- background-repeat: repeat-x;
375
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
376
- }
377
- .selectize-control.single .selectize-input {
378
- -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
379
- box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
380
- background-color: #f9f9f9;
381
- background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
382
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
383
- background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
384
- background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
385
- background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
386
- background-repeat: repeat-x;
387
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
388
- }
389
- .selectize-control.single .selectize-input,
390
- .selectize-dropdown.single {
391
- border-color: #b8b8b8;
392
- }
393
- .selectize-dropdown .optgroup-header {
394
- padding-top: 7px;
395
- font-weight: bold;
396
- font-size: 0.85em;
397
- }
398
- .selectize-dropdown .optgroup {
399
- border-top: 1px solid #f0f0f0;
400
- }
401
- .selectize-dropdown .optgroup:first-child {
402
- border-top: 0 none;
403
- }
@@ -1,20 +0,0 @@
1
- Copyright OpenJS Foundation and other contributors, https://openjsf.org/
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,20 +0,0 @@
1
- Copyright (c) 2004-2022 David Heinemeier Hansson
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,20 +0,0 @@
1
- Copyright (c) 2011 Jonas Mosbech
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,19 +0,0 @@
1
- Copyright (c) 2012 Joseph McCullough
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy
4
- of this software and associated documentation files (the "Software"), to deal
5
- in the Software without restriction, including without limitation the rights
6
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- copies of the Software, and to permit persons to whom the Software is
8
- furnished to do so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in all
11
- copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2018-present, Yuxi (Evan) You
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.