-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog.txt
870 lines (594 loc) · 24.3 KB
/
log.txt
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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
commit 7ea54bb4e83844a22f06a4eacb2f5c4235ce6fd6
Merge: 8f53654 16e92ca
Author: Anton Samarin <[email protected]>
Date: Thu May 16 17:41:02 2024 +0200
Merge branch 'main' of https://github.com/smth-to-smb/Project-name into main
commit 8f53654bda2c34a448b52256f84ef3c5268a3177
Author: Anton Samarin <[email protected]>
Date: Thu May 16 17:41:00 2024 +0200
Fix
one-cli.sh | 3 ---
1 file changed, 3 deletions(-)
commit 16e92ca5b89a227424f3e8e51e25ab36c2ff7f33
Author: Anton Samarin <[email protected]>
Date: Thu May 16 17:06:07 2024 +0200
Update code_quality.yml
.github/workflows/code_quality.yml | 2 ++
1 file changed, 2 insertions(+)
commit 18b181b6aff016a9ad112fe63bdc4c15381988e7
Merge: d6bc14c aefa311
Author: Anton Samarin <[email protected]>
Date: Thu May 16 17:03:39 2024 +0200
Merge branch 'main' of https://github.com/smth-to-smb/Project-name into main
commit d6bc14c795b9cf19869a0ad5a7a5bd31e1141233
Author: Anton Samarin <[email protected]>
Date: Thu May 16 17:03:37 2024 +0200
Changing qodana.yaml
qodana.yaml | 2 --
1 file changed, 2 deletions(-)
commit aefa311181a57ad6a5fc46addc97e00875581d7c
Author: Anton Samarin <[email protected]>
Date: Thu May 16 16:57:05 2024 +0200
Update code_quality.yml
.github/workflows/code_quality.yml | 2 --
1 file changed, 2 deletions(-)
commit 7b09997cc8e42cff039d159c07bc7c83947d6265
Merge: 5cf7265 5fd14a0
Author: Anton Samarin <[email protected]>
Date: Thu May 16 16:52:31 2024 +0200
gMerge branch 'main' of https://github.com/smth-to-smb/Project-name into main
commit 5cf72652b2aacbc2b4128b4204a7b80d10591d86
Author: Anton Samarin <[email protected]>
Date: Thu May 16 16:52:29 2024 +0200
Testing profile path
Xqodana.yaml | 10 ----------
mp.yaml | 26 ++++++++++++++++++++++++++
myprofiles/mp.yaml | 0
myprofiles/mycustom.profile.yaml | 0
one-cli.sh | 3 +++
qodana.yaml | 5 +++++
6 files changed, 34 insertions(+), 10 deletions(-)
commit 5fd14a09754450f26ef1879b67afe1616c2143db
Author: Anton Samarin <[email protected]>
Date: Wed May 15 16:32:47 2024 +0200
Update code_quality.yml
.github/workflows/code_quality.yml | 2 ++
1 file changed, 2 insertions(+)
commit 8941a668b1d8985a74582b0beb8fdafffe5f4f33
Author: Anton Samarin <[email protected]>
Date: Wed May 15 16:30:18 2024 +0200
Removing qodana.yaml
.idea/.gitignore | 8 ++++++++
.idea/Project-name.iml | 8 ++++++++
.idea/modules.xml | 8 ++++++++
.idea/php.xml | 19 +++++++++++++++++++
.idea/vcs.xml | 6 ++++++
qodana.yaml => Xqodana.yaml | 2 +-
6 files changed, 50 insertions(+), 1 deletion(-)
commit ae8a29be70c33fa72f64647b010ee5ba2b459358
Author: Anton Samarin <[email protected]>
Date: Wed May 15 10:51:19 2024 +0200
Changed to starter
qodana.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit f499cd2c6365f562f9e761854021fdb8488eeb72
Author: Anton Samarin <[email protected]>
Date: Wed May 15 10:49:09 2024 +0200
Update code_quality.yml
.github/workflows/code_quality.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
commit b6e4f88c983ce35dc658b959f3ca0b24060e49b2
Author: Anton Samarin <[email protected]>
Date: Wed May 15 10:43:13 2024 +0200
Checking GitHub
qodana.yaml | 4 ----
1 file changed, 4 deletions(-)
commit b9d8ce6bb1a557b0831686d08b23e56a2f09f27f
Author: Anton Samarin <[email protected]>
Date: Thu Feb 1 17:25:14 2024 +0100
Lifting fail threshold
qodana.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 6ae27bae8e1a126af374a113adc570a74f01589d
Author: Anton Samarin <[email protected]>
Date: Thu Feb 1 17:19:28 2024 +0100
Fixing fail threshold
qodana.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 93eea5afbf33438d772065416639ece217d973a2
Author: Anton Samarin <[email protected]>
Date: Thu Feb 1 17:16:35 2024 +0100
Unifying fail threshold
qodana.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit d1758d12e27f5a094e3268438419f911d0978db5
Author: Anton Samarin <[email protected]>
Date: Thu Feb 1 17:10:36 2024 +0100
Leveraged fail threshold
qodana.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit df41dba12e9a1e7ceec0d50473878f8b05624051
Author: Anton Samarin <[email protected]>
Date: Thu Feb 1 17:08:36 2024 +0100
Fail-threshold modification
qodana.yaml | 2 ++
1 file changed, 2 insertions(+)
commit 454c0d7d76f4925c9d0c683d961f28f57f265b16
Merge: d40abe1 ce220a2
Author: Anton Samarin <[email protected]>
Date: Thu Feb 1 16:59:56 2024 +0100
Merge branch 'main' of https://github.com/smth-to-smb/Project-name into main
commit d40abe19cfbff504dcad627513b7bf6489d703a8
Author: Anton Samarin <[email protected]>
Date: Thu Feb 1 16:59:13 2024 +0100
Changed qodana.yaml
qodana.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)
commit ce220a263c92fddad678c3bb95a113971bafca21
Author: Anton Samarin <[email protected]>
Date: Thu Feb 1 16:57:35 2024 +0100
Update code_quality.yml
.github/workflows/code_quality.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 5286c680dd359c3ea33e3fecbe6480e80eaab14e
Author: Anton Samarin <[email protected]>
Date: Thu Feb 1 16:53:50 2024 +0100
Update code_quality.yml - 2
.github/workflows/code_quality.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 6d8e290d10307763de67597444b7d8a09f1fd852
Author: Anton Samarin <[email protected]>
Date: Thu Feb 1 16:50:24 2024 +0100
Update code_quality.yml
.github/workflows/code_quality.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
commit 1d6c71c29dec2ffc5efe0144be089bdaf278f9ae
Author: Anton Samarin <[email protected]>
Date: Thu Feb 1 16:48:51 2024 +0100
Update code_quality.yml
.github/workflows/code_quality.yml | 2 ++
1 file changed, 2 insertions(+)
commit b28af9b02a06380a184eb103cf46f976ddd179e7
Author: Anton Samarin <[email protected]>
Date: Thu Feb 1 16:42:39 2024 +0100
Delete workflow
.github/workflows/main.yml | 22 ----------------------
1 file changed, 22 deletions(-)
commit bca48818966e8dadfa404285d1482ead8ac66217
Author: Anton Samarin <[email protected]>
Date: Thu Feb 1 16:25:11 2024 +0100
Create main.yml
.github/workflows/main.yml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
commit 5822fbdb945b77870f53837355668ecdfcead30e
Author: Anton Samarin <[email protected]>
Date: Tue Aug 22 17:27:46 2023 +0200
Create code_quality.yml
.github/workflows/code_quality.yml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
commit 066f906d190510c6c0f97fa75955d6ddcc8633ab
Author: Anton Samarin <[email protected]>
Date: Tue Aug 22 17:22:25 2023 +0200
Deleted the workflow
.github/workflows/code_quality.yml | 25 -------------------------
1 file changed, 25 deletions(-)
commit 21a7d2dd322bf1475b4349f9a2c0cccf84b1a2a9
Author: Anton Samarin <[email protected]>
Date: Tue Aug 22 17:03:43 2023 +0200
Create code_quality.yml
.github/workflows/code_quality.yml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
commit 3105756fea4df0acf32d84ea79dc24116be3c1c9
Author: Anton Samarin <[email protected]>
Date: Tue Aug 22 16:55:24 2023 +0200
Deleted the workflow file
.github/workflows/code_quality.yml | 25 -------------------------
1 file changed, 25 deletions(-)
commit d5ac130c2817ecf76361eafdb57bbc2d5b21a414
Author: Anton Samarin <[email protected]>
Date: Tue Aug 22 16:47:56 2023 +0200
Create code_quality.yml
.github/workflows/code_quality.yml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
commit 440c4e451ff0ccb0a7847a0b3f64890c782bd59b
Author: Anton Samarin <[email protected]>
Date: Tue Aug 22 15:54:11 2023 +0200
Deleted workflow
.github/workflows/code_quality.yml | 25 -------------------------
1 file changed, 25 deletions(-)
commit 39c1de9f672650ad01ef2b04bb541d2fd4a1abd3
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 17:18:47 2023 +0200
Create code_quality.yml
.github/workflows/code_quality.yml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
commit e417cfdd9a6f32b7e095f579f5a268d379bc9fbc
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 17:08:58 2023 +0200
Delete code_quality.yml
.github/workflows/code_quality.yml | 25 -------------------------
1 file changed, 25 deletions(-)
commit 99a07f42831cbf1fc00d7aa88bc954f838b08949
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 17:07:33 2023 +0200
Create code_quality.yml
.github/workflows/code_quality.yml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
commit 36f717510662055de5ccccf0f2efaa1390bb51fd
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 17:05:25 2023 +0200
Delete code_quality.yml
.github/workflows/code_quality.yml | 25 -------------------------
1 file changed, 25 deletions(-)
commit 0fe902908ded417cedb4f2f6d7c67e53c7354264
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 16:55:08 2023 +0200
Create code_quality.yml
.github/workflows/code_quality.yml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
commit 246b5d4a4f05dc8143c0665cb9353662f2bbb28f
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 16:45:02 2023 +0200
Delete code_quality.yml
.github/workflows/code_quality.yml | 25 -------------------------
1 file changed, 25 deletions(-)
commit 6eeb8aa2527f48ad44657c4262488fbfa87050f6
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 16:42:08 2023 +0200
Create code_quality.yml
.github/workflows/code_quality.yml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
commit b92b6f0f821588af378bb31ece2045cb6438284a
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 16:18:16 2023 +0200
Delete src/.idea directory
src/.idea/.gitignore | 6 ------
src/.idea/modules.xml | 8 --------
src/.idea/project.iml | 8 --------
3 files changed, 22 deletions(-)
commit c74de5159e203e35f410ac6e07ee665fecbeec06
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 16:17:44 2023 +0200
Delete .idea directory
.idea/.gitignore | 6 ------
.idea/modules.xml | 8 --------
.idea/project.iml | 8 --------
.idea/vcs.xml | 6 ------
4 files changed, 28 deletions(-)
commit 6b94d45ef9448145a604094b31c8dd49c7c353a5
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 16:15:49 2023 +0200
Deleted unused files
Jenkinsfile | 25 -------------------------
README | 1 +
text.txt | 5 -----
3 files changed, 1 insertion(+), 30 deletions(-)
commit 46e744816b3492171d9a454c2c232c3d36a99766
Merge: b1cdca2 b970604
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 16:00:49 2023 +0200
Merge pull request #1 from smth-to-smb/main
Deleted old workflow file
commit b9706045abe7ffb34a5075f45eec4b50eb7860a6
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 15:56:48 2023 +0200
Deleted old workflow file
.github/workflows/code_quality.yml | 25 -------------------------
1 file changed, 25 deletions(-)
commit b1cdca20b488b3490d2469c719eb2f386ee3b406
Merge: 9a11427 84da40c
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 15:47:48 2023 +0200
File commit
commit 9a114272879e06012489c4036cbcaf2dc90a38a6
Author: Anton Samarin <[email protected]>
Date: Fri Aug 18 15:45:50 2023 +0200
Deleted the text file
.idea/.gitignore | 6 ++++++
.idea/modules.xml | 8 ++++++++
.idea/project.iml | 8 ++++++++
.idea/vcs.xml | 6 ++++++
js/.idea/js.iml | 8 ++++++++
js/.idea/modules.xml | 8 ++++++++
js/.idea/workspace.xml | 15 +++++++++++++++
src/.idea/.gitignore | 6 ++++++
src/.idea/modules.xml | 8 ++++++++
src/.idea/project.iml | 8 ++++++++
rate-informer.php => src/rate-informer.php | 4 ++--
text.txt | 1 -
12 files changed, 83 insertions(+), 3 deletions(-)
commit 84da40c78be75e45200198d6f613df43c952fbbe
Author: Anton Samarin <[email protected]>
Date: Tue Aug 8 11:08:43 2023 +0200
Create code_quality.yml
.github/workflows/code_quality.yml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
commit bc77110a9b290d330a9754d624565db2b13d7f6b
Author: Anton Samarin <[email protected]>
Date: Mon Feb 6 10:38:13 2023 +0100
Commit
text.txt | 1 +
1 file changed, 1 insertion(+)
commit f6869dab369cfc09108142b6783924bec2328ab8
Author: Anton Samarin <[email protected]>
Date: Fri Feb 3 20:42:44 2023 +0100
Commit
text.txt | 1 +
1 file changed, 1 insertion(+)
commit fe180473b1234f0d70b3d37a04d1eb82c9994d1c
Author: Anton Samarin <[email protected]>
Date: Fri Feb 3 20:25:58 2023 +0100
Commit
text.txt | 1 +
1 file changed, 1 insertion(+)
commit 586e9550be0550959ff75dd5089b49d3efa12478
Author: Anton Samarin <[email protected]>
Date: Fri Feb 3 19:12:22 2023 +0100
Modified text
text.txt | 1 +
1 file changed, 1 insertion(+)
commit 35e01b24bbdf8e147da219b75017b3b3588ebd20
Author: A A <[email protected]>
Date: Fri Feb 3 18:40:50 2023 +0100
Modified Jenkinsfile
Jenkinsfile | 50 +++++++++++++++++++++++---------------------------
1 file changed, 23 insertions(+), 27 deletions(-)
commit d3bad0d28424a67d0b1ea21fc4e608b35f0798d8
Author: Anton Samarin <[email protected]>
Date: Mon Jan 16 15:54:33 2023 +0100
Testing JOB_URL
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
commit 28a3b7687c6c03e09c519226d1cc7baaddb35fce
Author: Anton Samarin <[email protected]>
Date: Fri Jan 13 11:45:28 2023 +0100
Increased threshold to 50
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7672867dd1b34fd3389a2396bb6f607efd96d005
Author: Anton Samarin <[email protected]>
Date: Fri Jan 13 11:35:11 2023 +0100
Reduced fail-threshold to 20 again
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 65dcaaf346df087e9e452ea3817d721ed027b9cc
Author: Anton Samarin <[email protected]>
Date: Fri Jan 13 11:27:20 2023 +0100
Another modification with slash
Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 682cb0555f19ce124a411935c664dc1979416fd1
Author: Anton Samarin <[email protected]>
Date: Fri Jan 13 11:19:32 2023 +0100
Reduced fail-threshold to 20
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e708763e653ce77f240bf7b8c1025a7ff3c0c745
Author: Anton Samarin <[email protected]>
Date: Fri Jan 13 11:15:03 2023 +0100
Another Jenkinsfile attempt
Jenkinsfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
commit 3f01671106f174e83a53016486d8dc47da449038
Author: Anton Samarin <[email protected]>
Date: Fri Jan 13 11:08:49 2023 +0100
Deleted --project-dir=/data/project from the sh section
Jenkinsfile | 1 -
1 file changed, 1 deletion(-)
commit 04b83fd4f5564c739693614b6eb369ef9cc531cd
Author: Anton Samarin <[email protected]>
Date: Fri Jan 13 11:03:09 2023 +0100
Increased the number of errors in Jenkinsfile
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 0bc482b8a0e6e89af0d7eea0756007ce6a0bcab1
Author: Anton Samarin <[email protected]>
Date: Fri Jan 13 10:56:30 2023 +0100
Another config Jenkinsfile
Jenkinsfile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit 1ad94b0568ba3b62a1040da97f46610a8ea68ebc
Author: Anton Samarin <[email protected]>
Date: Fri Jan 13 10:52:45 2023 +0100
Another Jenkinsfile version
Jenkinsfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit cbf53f6d85f511ed36d03244460d8793622548e9
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 21:05:02 2023 +0100
Set quality gate to 20
Jenkinsfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 829834569fde1fee1a978f3456fc6e38b27fc240
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 21:03:20 2023 +0100
Third attempt
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 38db1c36c47ab005d18b22604e01616ff14b8a1a
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 20:54:43 2023 +0100
Another Jenkinsfile attempt
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 5d2bcd20c8364f0a72b4be415d34dc8994902eec
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 20:45:59 2023 +0100
Small modification to Jenkinsfile
Jenkinsfile | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
commit 8475e38a8c17d5ac9c537151f1695c02ebed170f
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 14:27:25 2023 +0100
Added the branch filter
Jenkinsfile | 3 +++
1 file changed, 3 insertions(+)
commit aa4765116062b138617d8721246bd04a0864d5d5
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 13:17:52 2023 +0100
Simplified Jenkinsfile to test once more
Jenkinsfile | 4 ----
1 file changed, 4 deletions(-)
commit 2bb5fe52aceecf885b11c98b22138cb7acde88a3
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 13:10:44 2023 +0100
Twelveth attempt
Jenkinsfile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
commit d60d43a601301de9ee8bae1b85a07e5f7f2d6476
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 13:09:38 2023 +0100
Tenth attempt
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit ae984d794ec06bb93661086ff648a5a6f1185635
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 13:07:46 2023 +0100
Nineth attempt
Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 75f8a9f29c33234fb017862870d2887fb55d4ce3
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 13:05:42 2023 +0100
Eigth attempt
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
commit d5d28e0ddf25079d48d353d35336b93c5b457042
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 13:03:10 2023 +0100
Seventh attempt
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 5915fdb87a851b921a5ee7cb8486c2990b88dcb7
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 12:28:04 2023 +0100
Sixth attempt
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 117dd5c18248758fe1b1c523a07847b9198cbb8e
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 12:11:19 2023 +0100
Fifth attempt
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 86391fb79bdc20da8cbc365c67565c75acae5e32
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 12:09:42 2023 +0100
Fourth attempt
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 0dd95abc609a3f48b00393cbbf16f3431d8046f1
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 12:03:57 2023 +0100
The third attempt
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 6aca28afd7a2d925885dd13285a8c70941c53403
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 12:00:03 2023 +0100
The second attempt
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3b646f3e3c15ca54331e4c2d9ac78c48e51aa838
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 11:57:33 2023 +0100
First application of WORKSPACE
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit aed5871a4ebc3281aa8f78561d913cb10e309946
Author: Anton Samarin <[email protected]>
Date: Thu Jan 12 11:27:16 2023 +0100
Implemented the WORKSPACE variable
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 8e4040cdb2e3169ff572b7316fe7aa86180f7a07
Author: Anton Samarin <[email protected]>
Date: Wed Jan 11 22:09:04 2023 +0100
Applied the CHECKOUT_DIR var once more
Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit cd0ba24cbe67ac97fc0cfb44aa693467349b3aa0
Author: Anton Samarin <[email protected]>
Date: Wed Jan 11 22:04:05 2023 +0100
Trying to add the Checkout dir
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
commit 2835aa71b7a94deae7c50a2cb3dc2503ebaf92d8
Author: Anton Samarin <[email protected]>
Date: Wed Jan 11 21:55:20 2023 +0100
Modified the URL No.2
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2798080ce1d87498bcd5e7afde7bbf4c2babd732
Author: Anton Samarin <[email protected]>
Date: Wed Jan 11 21:52:44 2023 +0100
Tryring to read URL No.1
Jenkinsfile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit f1f039cd8b97c467022105429827c3c87e20649d
Author: Anton Samarin <[email protected]>
Date: Wed Jan 11 21:37:44 2023 +0100
Trying to inspect the Git repo
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b452dc2e23804c9f056bf7d6166a59c07508573a
Author: Anton Samarin <[email protected]>
Date: Wed Jan 11 21:32:39 2023 +0100
Changed the Repository URL
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e6ce7bd8678ba9a0d15f7b98d99e5a3aaf7ff795
Author: Anton Samarin <[email protected]>
Date: Wed Jan 11 21:19:41 2023 +0100
Added text.txt
text.txt | 1 +
1 file changed, 1 insertion(+)
commit 3b86a1bff090419b34db4facf739c635531d3323
Author: Anton Samarin <[email protected]>
Date: Wed Jan 11 21:04:40 2023 +0100
Added the Docker configuration to Jenkins
Jenkinsfile | 26 ++++++++++++++++++--------
1 file changed, 18 insertions(+), 8 deletions(-)
commit 06f315785e98982b614a970fd16daf7070ab8ea4
Author: Anton Samarin <[email protected]>
Date: Wed Jan 11 20:48:17 2023 +0100
Added the commit hash to Jenkinsfile
Jenkinsfile | 2 ++
1 file changed, 2 insertions(+)
commit 259073d5827bde424e80dc514ebd189a07f59d2a
Author: Anton Samarin <[email protected]>
Date: Wed Jan 11 20:32:24 2023 +0100
Another modification of Jenkinsfile
Jenkinsfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
commit 6481289c4e88ccf0f41b9dcf54d79169a74e76e0
Author: Anton Samarin <[email protected]>
Date: Wed Jan 11 15:36:43 2023 +0100
Modified Jenkinsfile
Jenkinsfile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit 96b546f99cba196d2f400a26d2184cf9207ce527
Author: Anton Samarin <[email protected]>
Date: Wed Jan 11 15:26:34 2023 +0100
Added Jenkinsfile
Jenkinsfile | 9 +++++++++
1 file changed, 9 insertions(+)
commit 153fb72e11a9d5ef30886706701aba8b7f8f3cad
Author: Anton Samarin <[email protected]>
Date: Wed Aug 7 21:42:49 2019 +0300
Final commit
.DS_Store | Bin 6148 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
commit 176216ad39fcdc653db8e3e6ba39f003c72c1779
Author: Anton Samarin <[email protected]>
Date: Wed Aug 7 21:38:04 2019 +0300
First commit
.DS_Store | Bin 0 -> 6148 bytes
css/.DS_Store | Bin 0 -> 6148 bytes
css/arrowBg.png | Bin 0 -> 1841 bytes
css/radioBg.png | Bin 0 -> 2408 bytes
css/style.css | 81 +++++++++++++++++++++++++++++++++++++
js/.DS_Store | Bin 0 -> 6148 bytes
js/slider.js | 67 +++++++++++++++++++++++++++++++
rate-informer.php | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 265 insertions(+)