-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathchangelog.yaml
More file actions
2471 lines (2467 loc) · 79.2 KB
/
changelog.yaml
File metadata and controls
2471 lines (2467 loc) · 79.2 KB
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
- semver: 0.17.3
date: 2026-02-03T09:37:07.588364526+09:00
packager: Gildas Cherruel <gildas@breizh.org>
changes:
- commit: 818766c1c21fb2beb6238ac647e806ed298272d8
note: 'Issue #41: new build instructions for snap'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 7f556c00f690d1aa9644ef52d6ee34534b7c91e4
note: 'Issue #36: Get the Effective Default Reviewers from the source repository when updating a pullrequest'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 39b66a594d381f08ac2cf96953ec356a91cde6a5
note: 'Issue #36: Get the Effective Default Reviewers from the repository when creating a pullrequest'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: d12b5827cef385c91b4260f4662836ceed4e69a1
note: Added Code of Conduct
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: GitHub
email: noreply@github.com
- semver: 0.17.2
date: 2026-02-01T00:54:14+09:00
packager: Gildas Cherruel <gildas@breizh.org>
changes:
- commit: d3f3380b6b3ee64415f67d43055bb76f8028e902
note: 'Issue #35: Updated Documentation for client credentials OAUTH configuration'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: ee1b249370667c16eb82f07b902f87c221e98f90
note: 'Issue #37: By default, get the default reviewers when creating a pullrequest'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 4564c76007d19541551cdfddcd76409b557b789b
note: 'Issue #37: if reviewer is a UUID and is not a member of the workspace, try to get it from /users API'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: d63067ff1623828b53380568690787858ebe4d10
note: Fixed user get column flags
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 7d57a5462dd246264010ede866f4096554d95076
note: Added user me command
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 89aec81f15eed38042462fbb7ba8d194e0421c6e
note: 'Issue #37: updated error message when a reviewer is not found in the workspace members'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 4d671defb116e3ca761668cccffdf1000c1cadde
note: 'Issues #36, #37: Display the chosen reviewers in dry run mode'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 053810070adb4f7a12eb33a58ee0d07ac1120885
note: Added workspace permission get/list support
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 33c7b255a0b3909a731d5f33d18aeb2259f8afbc
note: 'Issue #35: missing slash prefix'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: a37d8e50d6e5ed67e3c79119d0767ae05a15ace8
note: 'Issue #35: removed obsolete flags from workspace list'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 44275ddda28c0e875028390684965a41b9042608
note: 'Issue #35: new struct for workspace list'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 910406483cf4ffda17606f9cd475b1046e49afe2
note: Report JSON errors early
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 9397282b314bd717863d7c95e83de3ae2aaeb70c
note: 'Issue #35: workspace list should use the new API'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- semver: 0.17.1
date: 2026-01-24T23:37:38+09:00
packager: Gildas Cherruel <gildas@breizh.org>
changes:
- commit: 0d073af71643f4becc165ab38ca9af214d82d951
note: 'Issue #33: Added support for pagination length'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- semver: 0.17.0
date: 2026-01-12T23:16:59.213893631+09:00
packager: Gildas Cherruel <gildas@breizh.org>
changes:
- commit: 0a01f9b4f6a15d179d43c78fd059e35164bde561
note: 'Issue #32: Added `--query` to list commands'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 115087bb22d3e8f8f4abca88480453b74e91ce7e
note: 'Issue #31: added support for draft pull requests'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 6ba1ee8c027f5317c4e1e99c2326fae61072b3ac
note: 'Issue #26: More verbose profile authorization'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: fd017bcffb3a802f7c9faed342680b84ace1bfa7
note: 'Issue #26: better column name'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 508311bdd23a7eb7239b152db60a92742e609fd8
note: 'Issue #26: pipeline steps can show their log command when listed'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 458cb353c07fd05f178a52b1fabe683ee7dae976
note: Do not wrap columns by default
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: d9f5f4e32344b38a802a4a3aa74de0351d05ba93
note: 'Issue #30: report an error if there is no profile'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: f2ecbd49c99d340705c61d6ab1d690219e842b65
note: 'Issue #26: Added Pipeline step test reports and cases'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 59d23db7a0695d945e5189c43ae2893eb49e22b2
note: 'Issue #28: Do not update the Summary metadata, but update the Summary Raw when updating the description'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 50988b8476db1ebc9da0c90789d24a7f195120b3
note: Better logging
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 4e61733bf344d6a0889387ae58448134588e05d0
note: Better error management
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 8a09694f2ab786c2752e3408e9cc422360a70c33
note: 'Issue #28: Updated Documentation'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 3e9096d4c1cfe0b64439f86c4d7eac424c898a9d
note: 'Issue #28: Added pull request update command'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: d2033af43f6c85e7249a10ebc52027dfac17b8b5
note: 'Issue #28: Added pull request update command'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 333842e8470aa406a8ae425a49342a83bd4a61f9
note: Added Reviewers to Pull Request struct
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 918871e97a853174b4264479cb37827665aa337c
note: Do not extract the repository name from the arguments if --repository is not present
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: dd99c7e9f6f6a4a9707e349fb65a901dd3c075de
note: refactored workspace code
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 20798c316b1854263dac01392340b0f63fd4ea49
note: 'Issue #29: Workspace unmarshaling should check for the type field'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 22696dd3f234c3d2276df4c7400b20a0066db7e0
note: Added Pipeline step commands
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 04a30a9e85cd1b22a27b5fee6a8f411615374362
note: Moved types around
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 34f2b6afe9f921888c5d8db15f217f044502cff6
note: Added pipeline completion for get command
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: fbe267a1676381bde21733f3f4eb7bed38ea62db
note: Moved branch code to cmd/branch
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: c901f5e54b7c805389dfbdcf36599f664bd570d3
note: Use more common objects in pipelines
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: b5d20b9806c6e918e6f21c3f4a7c582416751205
note: Reset RootCmd
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: d14334ba34957ccd6be650fe0bf73edfbf9f67dd
note: Commit should give a CommitReference and vice-versa
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 9c30646c991f2829dc4418b03306bd4e54efba53
note: New links
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 15e8c74bcd417a05abdfa6105f935147fddd9a65
note: |-
test: add unit tests for pipeline command
- Add testdata/pipeline.json with sample API response
- Add pipeline_test.go with tests for:
- JSON unmarshaling from API response
- JSON marshaling round-trip
- Pipeline.String() method
- Pipeline state without result (in-progress state)
author:
name: Chris Reynolds
email: chrisbyboston@gmail.com
committer:
name: Chris Reynolds
email: chrisbyboston@gmail.com
- commit: 234e7fa057b80db41ab50064dd8075d958f3591c
note: |-
feat: add pipeline command for managing Bitbucket Pipelines
Add new `pipeline` command with subcommands:
- list: List all pipelines with sorting and column selection
- get: Get pipeline by UUID or build number
- trigger: Trigger new pipeline (auto-detects current git branch)
- stop: Stop a running pipeline
Features:
- Auto-detect current git branch when triggering without --branch
- Support for custom pipeline patterns via --pattern
- Pipeline variables support via --variable KEY=VALUE
- Human-readable duration formatting
- Full table/JSON/YAML output support
author:
name: Chris Reynolds
email: chrisbyboston@gmail.com
committer:
name: Chris Reynolds
email: chrisbyboston@gmail.com
- semver: 0.16.1
date: 2025-12-17T23:09:01.123534564+09:00
packager: Gildas Cherruel <gildas@breizh.org>
changes:
- commit: 7a781d841a2519f6ad960af5fd05f32f0d985070
note: 'Issue #25: Added support for git worktrees'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: b33ef6456286f5ae7b78842788e5a4dc6539be5d
note: 'Makefile: snapcraft command new format'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 893034e2fa8d168fd195fe2ac29974135b80f696
note: Missing flag register
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- semver: 0.16.0
date: 2026-08-15T21:14:24.345234623+09:00
packager: Gildas Cherruel <gildas@breizh.org>
changes:
- commit: 6c0c51445ec11e51fde555635427ea440d4d54d0
note: 'Issue #21: Added --sort to list commands'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: f99bb46eaaa8b90e0bac8c1d0d7ac48ea8364049
note: Adding --sort to get/list commands
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 284c62aa02a72e549c167745dcdef6a81bc592f6
note: 'Issue #21: Added --columns flag to get/list commands'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: fefd669373fb834f9e225cd91941f1b1546bf5d3
note: 'Issue #21: Separated payload printers'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 111dd05011bdbd41a1e35ff244db6388e4db5291
note: 'Issue #20: Moved error flags to persistent flags'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: b1e605b136324e0d750c59caa85ba4fef9e439f7
note: 'Issue #22: URL query fix'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 95ee95a81737e70d82a64d3ca40fda5efc442bc8
note: 'Makefile: missing folder dependencies, archive only current version'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 92ef97c49b2e2207610772e5a5c6280d7ea82eaf
note: Better error description
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: b5497227d23ac9e6e0a6ea89bbd6ebd1d52192e3
note: use function argument instead of global variable
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- semver: 0.15.0
date: 2025-08-05T01:36:51.841806243+09:00
packager: Gildas Cherruel <gildas@breizh.org>
changes:
- commit: 6e54fa8e475fc67010b4a7846dc7fed88c8fc33d
note: 'Issue #16: Documentation: Added output sample'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: ad79f3039da55a83b279ce88ab24c760a5d7fce1
note: 'Issue #15: Fixed Documentation about output'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: a4ba3bf2e1e730d4ab07b558a6bb70449f47821c
note: 'Issue #12: Adding API Root'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: edc748489bc63a51a00cc4bc5e9e9d15a1adc9e5
note: 'Issue #6: Removed the vault key on Windows'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: a8687d65bb39919cc54385e9662b12af4c08a361
note: 'Issue #6: Removed the vault key on Windows and cleaned up'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 08260514d5f0991e19036fe31d3494210077388c
note: More Windows Makefile compatibility
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 9381dac1bd0efdf600628e8f7495b8a00640e564
note: 'Issue #13: Use filepath to back-recurse folders'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: c050145adeb85869776ca318d0e5c438bd5635ed
note: 'Issue #8: Proper Windows shell detection'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 8d5bf387dccf2820aa2a3430097ab06f84863ffe
note: 'Issue #8: fork git for private repositories via https'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: b13a33887be05854d2a0327a5521b4e3ea5aa0b1
note: 'Issue #8: new options'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 5518696769f2c906a259334932fa43f00b7ec4d7
note: 'Issue #6: Use the profile vault key when loading the profiles'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 57b43e5db629e7bec52b8eae67ecf109f560df70
note: logging
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: e024b7c1d4c1c33aa13d9b1b9834e963a675c481
note: 'Issue #8: The default vault key for cloning should be the vault key'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: fa3035cd02bc0abb0489f2c3643cec4b1d6a275e
note: 'Issue #8: Use the default user/vault-key if the clone user/vault-key is not present when cloning repositories'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 82541e01666eb7b2de0c50acf0aee323d96e9976
note: Removed the move warning in the documentation
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 87041104b83435ee595942818fed4929a1a19076
note: Update documentation
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: ff8e45116cf62753e4a5a1fc496529886cdeaa50
note: Profile should redact its sensitive data in logs
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 7da75cd0d13fc1bcb4d7064721ddcebd9bad848f
note: 'Issue #6: Store and Load secrets to the keyring'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: ee974dc0841128ee3680e4186316a34a686869c8
note: get/list profiles should display validated profiles
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 1e9dbfedbe9ec8bd519bd26264b12588ffb42924
note: 'Issue #8: Added clone protocol, clone vault key and username for private repositories'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: b7d957a3edc73a05fde03e363cc254cc47d5c9d6
note: 'Issue #3 and Issue #10: Get the workspace from the repository and add default reviewers'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 149684290b92f233adfc04efd4480bb13bf2ae09
note: 'Issue #8: added GetDefaultReviewers func'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 074f28bcbfa2fb364110873ff7d346724c338d25
note: 'Issue #3: use the default workspace if we fail to get the workspace from the flags or git'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: f024a40ab5da9996e50cbaaad7dd1ca2956ade7a
note: 'Issue #3: Added missing remote origin url format'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 33301fdc0c237be8120f24dbc7b6e8e47075a339
note: 'Issue #8: Added --username flag for URL authentication'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 467ddb386375e6228dcdf21aed3d753661d2bde1
note: 'Issue #9: set default folder to repo slug'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: eaaae7a7619fd2e893dc2ccdd7fe3f4c6eb7fe13
note: Make will now install in your $GOPATH/bin folder first
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: b8ee05654288cdb67a4c9274f1feb9efd361bbf9
note: 'Issue #5: Added --project, --project-key, --is-private, --has-issues, --has-wiki, --langugage, and --main-branch flags'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 0ba21360757418ea0fe56ca51964f1a95937c83c
note: 'Makefile: changed the bin structure when building'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: df592a4e971c4f2477151d58da1e685aee0275c3
note: 'Makefile: use gh to upload artifacts'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 9acb472ef4092b9ea9fae85c8b2734bc6ec86263
note: Moving code to github
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 974f153a36c7740244ad88633722a046a90adc84
note: Moved the project to github
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 8a1701c0c2f7099eed00f332e85fbb3e9091b83b
note: Added auto-generated changelog
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- semver: 0.14.0
date: 2025-05-02T23:25:10Z
packager: Gildas Cherruel <gildas@breizh.org>
changes:
- commit: a31cceaa87fb2129cde77242b9adad7af0ac08ff
note: Added Activity Comment
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 95df7350dd1b149d7a951cf85ab61ee15025cccb
note: 'Issue #19: Sort list command outputs'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 9178d936ca911cca4edd62650313e32c0957c372
note: 'Issue #18: Sort completion responses and match them to the toComplete pattern'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 8a9b0dda498025640729edb5c56b4d7269b277c4
note: Added activity subcommand to fetch PR status (to check if a PR has been approved)
author:
name: Javier VELA DIAGO
email: vela@unicc.org
committer:
name: Javier VELA DIAGO
email: vela@unicc.org
- semver: 0.13.0
date: 2025-03-22T14:34:40Z
packager: Gildas Cherruel <gildas@breizh.org>
changes:
- commit: a0eb12f38aca940f7a9d14b08555979fc1d6c572
note: Added SSH Key support
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 3049d76cf29f36f8baed3131e70ca78e444041fa
note: Renamed key command
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 8cdff8a8b506a3e472dbc9ee9b8a43019e67f347
note: 'Issue #17: Added Documentation'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 1270e6b91c7b8c58e82e5dde0c8f188066107d5b
note: 'Issue #17: Added Authorization Code Grant'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: c1d85ba327ff9ed4a0475613dc7e057c92c22126
note: Added a Verbose function
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- semver: 0.12.1
date: 2025-03-20T17:26:33Z
packager: Gildas Cherruel <gildas@breizh.org>
changes:
- commit: 4f0427d04d183392c5e607835abbaf2e00d74cac
note: 'Issue #16: Added --dry-run and --*error to key commands'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: ca6be4017cc7323eade544eb0a50fcf77a2a4841
note: 'Issue #15: delete key was missing owner id'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 25cb133aa5ef8a0ffaa2ad6ccdba33d011dcff8e
note: removed superfluous String()
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 6cb210c386129c4c94467428f2eeef8021901fe4
note: 'Issue #14: Added --name option to key create command'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: de849cacbd49e701023b8aee7f13277acbeec255
note: Cache Workspace
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 39bdf4b5a24553e24b49738b9f2e10ce0f03c824
note: Better error management
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- semver: 0.12.0
date: 2024-12-29T12:20:51Z
packager: Gildas Cherruel <gildas@breizh.org>
changes:
- commit: 810087b234c5952e648a23f428e28ea7665c8779
note: 'Issue #12: bb pr merge tries to find the PR# if no arg is given'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: e9e842a3e1061e5f9d94e634dfb4661a6027ce57
note: Removed obsolete flag
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas
email: gildas@breizh.org
- commit: 1456f442ef765b19263abfd6ad97b0a0d63a0a56
note: 'Issue #13: Added some cache'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas
email: gildas@breizh.org
- commit: 8f2bac61ce8ca939a5543d1c5dbd79d75d90c75a
note: 'Issue #11: Added GPG Key management'
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: a4310365c7dc89a7b41bd317e650f7bc0bba57dc
note: Unified user.Account and user.User
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: aa4b9534b401ad4aebaf60e461e44703c38d628c
note: Updated to Go 1.23
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- semver: 0.11.0
date: 2024-10-20T19:50:54+09:00
packager: Gildas Cherruel <gildas@breizh.org>
changes:
- commit: b823d167b23e20dace09dd632fa5845b63a16831
note: Added package name
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: 825afdbc93f8724abd2a33afae0cdd567f25bd65
note: go-flags does not have a Contains func anymore
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: d8aa04212c9d496a942e19c0c0514d5e3f93e528
note: Profile for a command should be computed from the current command arguments first
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: c77717f74410b1084748dc53b455a5174007987e
note: Root command requires subcommands
author:
name: Gildas Cherruel
email: gildas@breizh.org
committer:
name: Gildas Cherruel
email: gildas@breizh.org
- commit: dfb47b0bef51281cc6cd27900b652cb664caba11
note: Source/Destination flags for pullrequest creation shoul support completion