-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmockCommits.json
7002 lines (7002 loc) · 386 KB
/
mockCommits.json
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
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"sha": "63c145d7bf4aa5c600b027196a5e4639be2a0d06",
"commit": {
"author": {
"name": "Hans Larsen",
"email": "[email protected]",
"date": "2017-09-13T23:41:58Z"
},
"committer": {
"name": "Hans Larsen",
"email": "[email protected]",
"date": "2017-09-13T23:41:58Z"
},
"message": "release: 1.5.0-beta.0",
"tree": {
"sha": "2fae8a01bd437cd4842f3342e0b305cfaf52a75c",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/2fae8a01bd437cd4842f3342e0b305cfaf52a75c"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/63c145d7bf4aa5c600b027196a5e4639be2a0d06",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/63c145d7bf4aa5c600b027196a5e4639be2a0d06",
"html_url": "https://github.com/angular/angular-cli/commit/63c145d7bf4aa5c600b027196a5e4639be2a0d06",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/63c145d7bf4aa5c600b027196a5e4639be2a0d06/comments",
"author": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "2b982d2cba401b843579447063d20f0dd053b973",
"url": "https://api.github.com/repos/angular/angular-cli/commits/2b982d2cba401b843579447063d20f0dd053b973",
"html_url": "https://github.com/angular/angular-cli/commit/2b982d2cba401b843579447063d20f0dd053b973"
}
]
},
{
"sha": "2b982d2cba401b843579447063d20f0dd053b973",
"commit": {
"author": {
"name": "Hans Larsen",
"email": "[email protected]",
"date": "2017-09-13T21:34:24Z"
},
"committer": {
"name": "Hans",
"email": "[email protected]",
"date": "2017-09-13T23:21:16Z"
},
"message": "refactor: fix comments to the PR",
"tree": {
"sha": "0888cb04c2ce9bc9aaf7993307cf05777a7aba9c",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/0888cb04c2ce9bc9aaf7993307cf05777a7aba9c"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/2b982d2cba401b843579447063d20f0dd053b973",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/2b982d2cba401b843579447063d20f0dd053b973",
"html_url": "https://github.com/angular/angular-cli/commit/2b982d2cba401b843579447063d20f0dd053b973",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/2b982d2cba401b843579447063d20f0dd053b973/comments",
"author": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "369661b0a97c15c711194440bb0b7cd3c27b3581",
"url": "https://api.github.com/repos/angular/angular-cli/commits/369661b0a97c15c711194440bb0b7cd3c27b3581",
"html_url": "https://github.com/angular/angular-cli/commit/369661b0a97c15c711194440bb0b7cd3c27b3581"
}
]
},
{
"sha": "369661b0a97c15c711194440bb0b7cd3c27b3581",
"commit": {
"author": {
"name": "Filipe Silva",
"email": "[email protected]",
"date": "2017-09-04T14:37:22Z"
},
"committer": {
"name": "Hans",
"email": "[email protected]",
"date": "2017-09-13T23:21:16Z"
},
"message": "test(@ngtools/webpack): test webpack only AngularCompilerPlugin",
"tree": {
"sha": "e979c0048e0a41c22dd449ba189749f3ca8f2bc1",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/e979c0048e0a41c22dd449ba189749f3ca8f2bc1"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/369661b0a97c15c711194440bb0b7cd3c27b3581",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/369661b0a97c15c711194440bb0b7cd3c27b3581",
"html_url": "https://github.com/angular/angular-cli/commit/369661b0a97c15c711194440bb0b7cd3c27b3581",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/369661b0a97c15c711194440bb0b7cd3c27b3581/comments",
"author": {
"login": "filipesilva",
"id": 4172079,
"avatar_url": "https://avatars2.githubusercontent.com/u/4172079?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/filipesilva",
"html_url": "https://github.com/filipesilva",
"followers_url": "https://api.github.com/users/filipesilva/followers",
"following_url": "https://api.github.com/users/filipesilva/following{/other_user}",
"gists_url": "https://api.github.com/users/filipesilva/gists{/gist_id}",
"starred_url": "https://api.github.com/users/filipesilva/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/filipesilva/subscriptions",
"organizations_url": "https://api.github.com/users/filipesilva/orgs",
"repos_url": "https://api.github.com/users/filipesilva/repos",
"events_url": "https://api.github.com/users/filipesilva/events{/privacy}",
"received_events_url": "https://api.github.com/users/filipesilva/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "939cd6c02d6983627b522130b2179403502812cb",
"url": "https://api.github.com/repos/angular/angular-cli/commits/939cd6c02d6983627b522130b2179403502812cb",
"html_url": "https://github.com/angular/angular-cli/commit/939cd6c02d6983627b522130b2179403502812cb"
}
]
},
{
"sha": "939cd6c02d6983627b522130b2179403502812cb",
"commit": {
"author": {
"name": "Filipe Silva",
"email": "[email protected]",
"date": "2017-09-04T14:36:36Z"
},
"committer": {
"name": "Hans",
"email": "[email protected]",
"date": "2017-09-13T23:21:16Z"
},
"message": "feat(@ngtools/webpack): add AngularCompilerPlugin",
"tree": {
"sha": "0462d200ae40fd580962edeef66e380398bca004",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/0462d200ae40fd580962edeef66e380398bca004"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/939cd6c02d6983627b522130b2179403502812cb",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/939cd6c02d6983627b522130b2179403502812cb",
"html_url": "https://github.com/angular/angular-cli/commit/939cd6c02d6983627b522130b2179403502812cb",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/939cd6c02d6983627b522130b2179403502812cb/comments",
"author": {
"login": "filipesilva",
"id": 4172079,
"avatar_url": "https://avatars2.githubusercontent.com/u/4172079?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/filipesilva",
"html_url": "https://github.com/filipesilva",
"followers_url": "https://api.github.com/users/filipesilva/followers",
"following_url": "https://api.github.com/users/filipesilva/following{/other_user}",
"gists_url": "https://api.github.com/users/filipesilva/gists{/gist_id}",
"starred_url": "https://api.github.com/users/filipesilva/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/filipesilva/subscriptions",
"organizations_url": "https://api.github.com/users/filipesilva/orgs",
"repos_url": "https://api.github.com/users/filipesilva/repos",
"events_url": "https://api.github.com/users/filipesilva/events{/privacy}",
"received_events_url": "https://api.github.com/users/filipesilva/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "b0fd35ee37ffa073e47909bc6b727f1d37e16abd",
"url": "https://api.github.com/repos/angular/angular-cli/commits/b0fd35ee37ffa073e47909bc6b727f1d37e16abd",
"html_url": "https://github.com/angular/angular-cli/commit/b0fd35ee37ffa073e47909bc6b727f1d37e16abd"
}
]
},
{
"sha": "b0fd35ee37ffa073e47909bc6b727f1d37e16abd",
"commit": {
"author": {
"name": "Filipe Silva",
"email": "[email protected]",
"date": "2017-09-05T10:33:03Z"
},
"committer": {
"name": "Hans",
"email": "[email protected]",
"date": "2017-09-13T19:32:23Z"
},
"message": "feat(@angular/cli): add --preserve-symlinks to ng test\n\nFix #7081",
"tree": {
"sha": "dae770ca103c362b20aadd69b91c1f248d6980ac",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/dae770ca103c362b20aadd69b91c1f248d6980ac"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/b0fd35ee37ffa073e47909bc6b727f1d37e16abd",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/b0fd35ee37ffa073e47909bc6b727f1d37e16abd",
"html_url": "https://github.com/angular/angular-cli/commit/b0fd35ee37ffa073e47909bc6b727f1d37e16abd",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/b0fd35ee37ffa073e47909bc6b727f1d37e16abd/comments",
"author": {
"login": "filipesilva",
"id": 4172079,
"avatar_url": "https://avatars2.githubusercontent.com/u/4172079?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/filipesilva",
"html_url": "https://github.com/filipesilva",
"followers_url": "https://api.github.com/users/filipesilva/followers",
"following_url": "https://api.github.com/users/filipesilva/following{/other_user}",
"gists_url": "https://api.github.com/users/filipesilva/gists{/gist_id}",
"starred_url": "https://api.github.com/users/filipesilva/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/filipesilva/subscriptions",
"organizations_url": "https://api.github.com/users/filipesilva/orgs",
"repos_url": "https://api.github.com/users/filipesilva/repos",
"events_url": "https://api.github.com/users/filipesilva/events{/privacy}",
"received_events_url": "https://api.github.com/users/filipesilva/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "dea04b1d5707a42819df18f9316536cb830d26fc",
"url": "https://api.github.com/repos/angular/angular-cli/commits/dea04b1d5707a42819df18f9316536cb830d26fc",
"html_url": "https://github.com/angular/angular-cli/commit/dea04b1d5707a42819df18f9316536cb830d26fc"
}
]
},
{
"sha": "dea04b1d5707a42819df18f9316536cb830d26fc",
"commit": {
"author": {
"name": "Filipe Silva",
"email": "[email protected]",
"date": "2017-09-06T14:12:07Z"
},
"committer": {
"name": "Hans",
"email": "[email protected]",
"date": "2017-09-13T19:26:00Z"
},
"message": "feat(@angular/cli): support ES2015 target",
"tree": {
"sha": "4e36f6969987359f146db68269c8907ee4c84dd6",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/4e36f6969987359f146db68269c8907ee4c84dd6"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/dea04b1d5707a42819df18f9316536cb830d26fc",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/dea04b1d5707a42819df18f9316536cb830d26fc",
"html_url": "https://github.com/angular/angular-cli/commit/dea04b1d5707a42819df18f9316536cb830d26fc",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/dea04b1d5707a42819df18f9316536cb830d26fc/comments",
"author": {
"login": "filipesilva",
"id": 4172079,
"avatar_url": "https://avatars2.githubusercontent.com/u/4172079?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/filipesilva",
"html_url": "https://github.com/filipesilva",
"followers_url": "https://api.github.com/users/filipesilva/followers",
"following_url": "https://api.github.com/users/filipesilva/following{/other_user}",
"gists_url": "https://api.github.com/users/filipesilva/gists{/gist_id}",
"starred_url": "https://api.github.com/users/filipesilva/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/filipesilva/subscriptions",
"organizations_url": "https://api.github.com/users/filipesilva/orgs",
"repos_url": "https://api.github.com/users/filipesilva/repos",
"events_url": "https://api.github.com/users/filipesilva/events{/privacy}",
"received_events_url": "https://api.github.com/users/filipesilva/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "cd404e2217a2b9d79552cfcb0b0b76d5a50b4210",
"url": "https://api.github.com/repos/angular/angular-cli/commits/cd404e2217a2b9d79552cfcb0b0b76d5a50b4210",
"html_url": "https://github.com/angular/angular-cli/commit/cd404e2217a2b9d79552cfcb0b0b76d5a50b4210"
}
]
},
{
"sha": "cd404e2217a2b9d79552cfcb0b0b76d5a50b4210",
"commit": {
"author": {
"name": "William Lahti",
"email": "[email protected]",
"date": "2017-09-12T17:57:52Z"
},
"committer": {
"name": "Hans",
"email": "[email protected]",
"date": "2017-09-13T19:14:45Z"
},
"message": "fix(@ngtools/webpack): fix for #7615\n\nCheck if this.done is defined before delaying file access",
"tree": {
"sha": "1e9c9414db480ff68e780d5603d226ed6268e612",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/1e9c9414db480ff68e780d5603d226ed6268e612"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/cd404e2217a2b9d79552cfcb0b0b76d5a50b4210",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/cd404e2217a2b9d79552cfcb0b0b76d5a50b4210",
"html_url": "https://github.com/angular/angular-cli/commit/cd404e2217a2b9d79552cfcb0b0b76d5a50b4210",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/cd404e2217a2b9d79552cfcb0b0b76d5a50b4210/comments",
"author": {
"login": "rezonant",
"id": 409140,
"avatar_url": "https://avatars0.githubusercontent.com/u/409140?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rezonant",
"html_url": "https://github.com/rezonant",
"followers_url": "https://api.github.com/users/rezonant/followers",
"following_url": "https://api.github.com/users/rezonant/following{/other_user}",
"gists_url": "https://api.github.com/users/rezonant/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rezonant/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rezonant/subscriptions",
"organizations_url": "https://api.github.com/users/rezonant/orgs",
"repos_url": "https://api.github.com/users/rezonant/repos",
"events_url": "https://api.github.com/users/rezonant/events{/privacy}",
"received_events_url": "https://api.github.com/users/rezonant/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "6c6584d1332235fcac26bc310a53bdea55284ef3",
"url": "https://api.github.com/repos/angular/angular-cli/commits/6c6584d1332235fcac26bc310a53bdea55284ef3",
"html_url": "https://github.com/angular/angular-cli/commit/6c6584d1332235fcac26bc310a53bdea55284ef3"
}
]
},
{
"sha": "6c6584d1332235fcac26bc310a53bdea55284ef3",
"commit": {
"author": {
"name": "vsavkin",
"email": "[email protected]",
"date": "2017-09-07T17:46:08Z"
},
"committer": {
"name": "Hans",
"email": "[email protected]",
"date": "2017-09-13T17:40:41Z"
},
"message": "fix(@angular/cli): fix new to work with custom collections",
"tree": {
"sha": "b3efffab2d3619f9a4beb5c63235190a1998db7b",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/b3efffab2d3619f9a4beb5c63235190a1998db7b"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/6c6584d1332235fcac26bc310a53bdea55284ef3",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/6c6584d1332235fcac26bc310a53bdea55284ef3",
"html_url": "https://github.com/angular/angular-cli/commit/6c6584d1332235fcac26bc310a53bdea55284ef3",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/6c6584d1332235fcac26bc310a53bdea55284ef3/comments",
"author": {
"login": "vsavkin",
"id": 35996,
"avatar_url": "https://avatars0.githubusercontent.com/u/35996?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vsavkin",
"html_url": "https://github.com/vsavkin",
"followers_url": "https://api.github.com/users/vsavkin/followers",
"following_url": "https://api.github.com/users/vsavkin/following{/other_user}",
"gists_url": "https://api.github.com/users/vsavkin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vsavkin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vsavkin/subscriptions",
"organizations_url": "https://api.github.com/users/vsavkin/orgs",
"repos_url": "https://api.github.com/users/vsavkin/repos",
"events_url": "https://api.github.com/users/vsavkin/events{/privacy}",
"received_events_url": "https://api.github.com/users/vsavkin/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "5699253232a76e2d6bf6cc9f6b5675585112be72",
"url": "https://api.github.com/repos/angular/angular-cli/commits/5699253232a76e2d6bf6cc9f6b5675585112be72",
"html_url": "https://github.com/angular/angular-cli/commit/5699253232a76e2d6bf6cc9f6b5675585112be72"
}
]
},
{
"sha": "5699253232a76e2d6bf6cc9f6b5675585112be72",
"commit": {
"author": {
"name": "Slaven Tomac",
"email": "[email protected]",
"date": "2017-09-08T11:08:58Z"
},
"committer": {
"name": "Hans",
"email": "[email protected]",
"date": "2017-09-13T17:39:23Z"
},
"message": "docs(@angular/cli): Remove false information about current version.\n\nRemove false information about current version. It says it's still at\n1.0 version.",
"tree": {
"sha": "f6d08397e44b41077cd04f298730bc4192c4ec85",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/f6d08397e44b41077cd04f298730bc4192c4ec85"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/5699253232a76e2d6bf6cc9f6b5675585112be72",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/5699253232a76e2d6bf6cc9f6b5675585112be72",
"html_url": "https://github.com/angular/angular-cli/commit/5699253232a76e2d6bf6cc9f6b5675585112be72",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/5699253232a76e2d6bf6cc9f6b5675585112be72/comments",
"author": {
"login": "slavede",
"id": 2838038,
"avatar_url": "https://avatars1.githubusercontent.com/u/2838038?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/slavede",
"html_url": "https://github.com/slavede",
"followers_url": "https://api.github.com/users/slavede/followers",
"following_url": "https://api.github.com/users/slavede/following{/other_user}",
"gists_url": "https://api.github.com/users/slavede/gists{/gist_id}",
"starred_url": "https://api.github.com/users/slavede/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/slavede/subscriptions",
"organizations_url": "https://api.github.com/users/slavede/orgs",
"repos_url": "https://api.github.com/users/slavede/repos",
"events_url": "https://api.github.com/users/slavede/events{/privacy}",
"received_events_url": "https://api.github.com/users/slavede/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "ceca5239cfe3bd8f7dcbd24e77311a00a04c9ff0",
"url": "https://api.github.com/repos/angular/angular-cli/commits/ceca5239cfe3bd8f7dcbd24e77311a00a04c9ff0",
"html_url": "https://github.com/angular/angular-cli/commit/ceca5239cfe3bd8f7dcbd24e77311a00a04c9ff0"
}
]
},
{
"sha": "ceca5239cfe3bd8f7dcbd24e77311a00a04c9ff0",
"commit": {
"author": {
"name": "Hans Larsen",
"email": "[email protected]",
"date": "2017-09-09T17:54:22Z"
},
"committer": {
"name": "Hans",
"email": "[email protected]",
"date": "2017-09-13T17:38:09Z"
},
"message": "test: add test for order in script array",
"tree": {
"sha": "fc88cd6e8a5138a906ed8c9fc0118616a0961243",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/fc88cd6e8a5138a906ed8c9fc0118616a0961243"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/ceca5239cfe3bd8f7dcbd24e77311a00a04c9ff0",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/ceca5239cfe3bd8f7dcbd24e77311a00a04c9ff0",
"html_url": "https://github.com/angular/angular-cli/commit/ceca5239cfe3bd8f7dcbd24e77311a00a04c9ff0",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/ceca5239cfe3bd8f7dcbd24e77311a00a04c9ff0/comments",
"author": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "1a89c944f2a48b4bbafa73cfda84e6abda1794d9",
"url": "https://api.github.com/repos/angular/angular-cli/commits/1a89c944f2a48b4bbafa73cfda84e6abda1794d9",
"html_url": "https://github.com/angular/angular-cli/commit/1a89c944f2a48b4bbafa73cfda84e6abda1794d9"
}
]
},
{
"sha": "1a89c944f2a48b4bbafa73cfda84e6abda1794d9",
"commit": {
"author": {
"name": "Mike Brocchi",
"email": "[email protected]",
"date": "2017-09-12T14:14:05Z"
},
"committer": {
"name": "Hans",
"email": "[email protected]",
"date": "2017-09-13T17:26:07Z"
},
"message": "fix(@angular/cli): Make prefix work when using aliases\n\nfixes #7522",
"tree": {
"sha": "c416a20a96669e05dbfd54951fdcb118158d0d54",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/c416a20a96669e05dbfd54951fdcb118158d0d54"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/1a89c944f2a48b4bbafa73cfda84e6abda1794d9",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/1a89c944f2a48b4bbafa73cfda84e6abda1794d9",
"html_url": "https://github.com/angular/angular-cli/commit/1a89c944f2a48b4bbafa73cfda84e6abda1794d9",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/1a89c944f2a48b4bbafa73cfda84e6abda1794d9/comments",
"author": {
"login": "Brocco",
"id": 1565117,
"avatar_url": "https://avatars0.githubusercontent.com/u/1565117?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Brocco",
"html_url": "https://github.com/Brocco",
"followers_url": "https://api.github.com/users/Brocco/followers",
"following_url": "https://api.github.com/users/Brocco/following{/other_user}",
"gists_url": "https://api.github.com/users/Brocco/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Brocco/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Brocco/subscriptions",
"organizations_url": "https://api.github.com/users/Brocco/orgs",
"repos_url": "https://api.github.com/users/Brocco/repos",
"events_url": "https://api.github.com/users/Brocco/events{/privacy}",
"received_events_url": "https://api.github.com/users/Brocco/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "90fddc5ffbec3b4ad3779d37a385dfbc21d191f4",
"url": "https://api.github.com/repos/angular/angular-cli/commits/90fddc5ffbec3b4ad3779d37a385dfbc21d191f4",
"html_url": "https://github.com/angular/angular-cli/commit/90fddc5ffbec3b4ad3779d37a385dfbc21d191f4"
}
]
},
{
"sha": "90fddc5ffbec3b4ad3779d37a385dfbc21d191f4",
"commit": {
"author": {
"name": "Hans Larsen",
"email": "[email protected]",
"date": "2017-09-11T17:32:49Z"
},
"committer": {
"name": "Hans",
"email": "[email protected]",
"date": "2017-09-13T17:24:57Z"
},
"message": "fix(@angular/cli): publicPath should not be path.join\n\nUsing path.join removes duplicated slashes, like in https://. This code\nis the correct version used in the original html-webpack-plugin.\n\nFixes #7650",
"tree": {
"sha": "2d027327e565a4a13bd6a21f4a5ede7aa42187d1",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/2d027327e565a4a13bd6a21f4a5ede7aa42187d1"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/90fddc5ffbec3b4ad3779d37a385dfbc21d191f4",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/90fddc5ffbec3b4ad3779d37a385dfbc21d191f4",
"html_url": "https://github.com/angular/angular-cli/commit/90fddc5ffbec3b4ad3779d37a385dfbc21d191f4",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/90fddc5ffbec3b4ad3779d37a385dfbc21d191f4/comments",
"author": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "642f6ba26593fccdfe58e0133e3e5235c6136078",
"url": "https://api.github.com/repos/angular/angular-cli/commits/642f6ba26593fccdfe58e0133e3e5235c6136078",
"html_url": "https://github.com/angular/angular-cli/commit/642f6ba26593fccdfe58e0133e3e5235c6136078"
}
]
},
{
"sha": "642f6ba26593fccdfe58e0133e3e5235c6136078",
"commit": {
"author": {
"name": "Hans Larsen",
"email": "[email protected]",
"date": "2017-09-08T22:38:36Z"
},
"committer": {
"name": "Hans Larsen",
"email": "[email protected]",
"date": "2017-09-08T23:40:22Z"
},
"message": "release: 1.4.1",
"tree": {
"sha": "8fb4bab6fd59cabe418743414944108a16840d32",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/8fb4bab6fd59cabe418743414944108a16840d32"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/642f6ba26593fccdfe58e0133e3e5235c6136078",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/642f6ba26593fccdfe58e0133e3e5235c6136078",
"html_url": "https://github.com/angular/angular-cli/commit/642f6ba26593fccdfe58e0133e3e5235c6136078",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/642f6ba26593fccdfe58e0133e3e5235c6136078/comments",
"author": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "e0a70a3d1b6707748e379ca37ffb4f357e454186",
"url": "https://api.github.com/repos/angular/angular-cli/commits/e0a70a3d1b6707748e379ca37ffb4f357e454186",
"html_url": "https://github.com/angular/angular-cli/commit/e0a70a3d1b6707748e379ca37ffb4f357e454186"
}
]
},
{
"sha": "e0a70a3d1b6707748e379ca37ffb4f357e454186",
"commit": {
"author": {
"name": "Hans Larsen",
"email": "[email protected]",
"date": "2017-09-08T19:11:11Z"
},
"committer": {
"name": "Hans",
"email": "[email protected]",
"date": "2017-09-08T21:38:25Z"
},
"message": "fix(@angular/cli): take publicPath into account when building entry map\n\nFixes #7628",
"tree": {
"sha": "0a719540384036e5546da83794965850f01886a1",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/0a719540384036e5546da83794965850f01886a1"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/e0a70a3d1b6707748e379ca37ffb4f357e454186",
"comment_count": 0
},
"url": "https://api.github.com/repos/angular/angular-cli/commits/e0a70a3d1b6707748e379ca37ffb4f357e454186",
"html_url": "https://github.com/angular/angular-cli/commit/e0a70a3d1b6707748e379ca37ffb4f357e454186",
"comments_url": "https://api.github.com/repos/angular/angular-cli/commits/e0a70a3d1b6707748e379ca37ffb4f357e454186/comments",
"author": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "hansl",
"id": 681969,
"avatar_url": "https://avatars1.githubusercontent.com/u/681969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hansl",
"html_url": "https://github.com/hansl",
"followers_url": "https://api.github.com/users/hansl/followers",
"following_url": "https://api.github.com/users/hansl/following{/other_user}",
"gists_url": "https://api.github.com/users/hansl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hansl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hansl/subscriptions",
"organizations_url": "https://api.github.com/users/hansl/orgs",
"repos_url": "https://api.github.com/users/hansl/repos",
"events_url": "https://api.github.com/users/hansl/events{/privacy}",
"received_events_url": "https://api.github.com/users/hansl/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "5c7b7c532e6672be983a26fc6939aa69fb092f3b",
"url": "https://api.github.com/repos/angular/angular-cli/commits/5c7b7c532e6672be983a26fc6939aa69fb092f3b",
"html_url": "https://github.com/angular/angular-cli/commit/5c7b7c532e6672be983a26fc6939aa69fb092f3b"
}
]
},
{
"sha": "5c7b7c532e6672be983a26fc6939aa69fb092f3b",
"commit": {
"author": {
"name": "Filipe Silva",
"email": "[email protected]",
"date": "2017-09-06T19:19:51Z"
},
"committer": {
"name": "Hans Larsen",
"email": "[email protected]",
"date": "2017-09-08T18:33:06Z"
},
"message": "release: 1.4.0",
"tree": {
"sha": "5decf118169cc12b6fe24bd5b0136476bdc71142",
"url": "https://api.github.com/repos/angular/angular-cli/git/trees/5decf118169cc12b6fe24bd5b0136476bdc71142"
},
"url": "https://api.github.com/repos/angular/angular-cli/git/commits/5c7b7c532e6672be983a26fc6939aa69fb092f3b",