Calvin Lee
5f2c81b2af
fix: [code-1099]: fix image upload and text in protection form and spacing ( #797 )
2023-11-14 08:20:52 +00:00
Marko Gacesa
fcf9ce6a5d
allow rule rename ( #793 )
2023-11-14 07:27:28 +00:00
Calvin Lee
9cac7996f9
fix: [code-1099]: fix count being shown in codeowner text ( #796 )
2023-11-13 23:20:58 +00:00
Ritik Kapoor
65f0505417
fix: redirect on create repository ( #794 )
2023-11-13 21:20:51 +00:00
Akhilesh Pandey
66ff29d36e
feat: introduce new event for repo deletion and refactor existing pullreqevents to repoevents ( #736 )
2023-11-13 18:37:53 +00:00
Vistaar Juneja
d219d79395
add build link to envs while running pipelines ( #773 )
2023-11-13 12:01:33 +00:00
Calvin Lee
f6c2826cd2
fix: [code-1085]: fix multiple bugs from bugbash ( #786 )
2023-11-11 03:04:58 +00:00
Johannes Batzill
c537e188ac
[MISC] Remove project name option from import repositories ( #792 )
2023-11-11 01:59:01 +00:00
Abhinav Singh
a2e1cd8653
feat: init usrgrp store ( #782 )
2023-11-11 01:47:37 +00:00
Johannes Batzill
bd48d92ff5
feat: [CODE-1072] Support for importing multiple repositories ( #788 )
2023-11-11 01:21:38 +00:00
Johannes Batzill
972c7d6c67
[BugBash] Rule Descriptions & Reordering, UID Validation, Improved Error Messages ( #790 )
2023-11-11 00:59:17 +00:00
Abhinav Singh
8c68b0cd51
feat: codeowners multi location ( #785 )
2023-11-10 01:51:02 +00:00
Calvin Lee
281dc6b02a
fix: [code-1081]: hide search bar ( #784 )
2023-11-09 20:53:10 +00:00
Johannes Batzill
e6bba2e0ce
[BugBash] Fix PR Activities, Increase merge lock timeout ( #783 )
2023-11-09 20:04:36 +00:00
Vistaar Juneja
073fc482ed
add option to import repositories in an existing space ( #772 )
2023-11-09 09:23:21 +00:00
Alex Wellnitz
0128df011c
Feature: Helm kubernetes Deployment ( #3417 )
...
Added helm deployment so you can quickly deploy it to your Kubernetes
cluster.
The deployment consists of:
- Service
- Deployment
- PVC
- Ingress
- ServiceAccount
2023-11-08 11:55:37 -08:00
Marko Gacesa
98dc67fc71
return allowed merge methods for merge dry run ( #781 )
2023-11-08 18:55:25 +00:00
Marko Gacesa
b6ee8b6ba9
fix sse space events API blocking app shutdown ( #774 )
2023-11-08 07:24:14 +00:00
Johannes Batzill
d0d21214d4
[GITRPC] Fix bug in commiter date for Commit
API ( #780 )
2023-11-08 05:58:36 +00:00
Johannes Batzill
e838254409
[Webhook] Minor payload changes ( #778 )
2023-11-08 00:25:25 +00:00
Johannes Batzill
0929f2fe21
[GITRPC] Fix bug in commiter date ( #779 )
2023-11-07 20:39:54 +00:00
Akhilesh Pandey
5ce794718c
Add support for producing event whenever reviewer is created ( #757 )
2023-11-07 20:13:27 +00:00
Hitesh Aringa
3007758a4d
feat: [code-1027]: add code owners support ( #777 )
2023-11-07 16:02:07 +00:00
Calvin Lee
1c04c1abb9
fix: [code-1065]: fix issue on create branch from tag ( #776 )
2023-11-07 00:03:20 +00:00
Calvin Lee
8fddf66e12
feat: [code-980]: add branch protection alert on pr page ( #770 )
2023-11-06 22:37:28 +00:00
Johannes Batzill
4e0444bba8
[SSE] close pubsub subscriber on sse completion ( #769 )
2023-11-06 18:16:24 +00:00
Marko Gacesa
e731c0fdff
require latest source sha as param for the merge API ( #767 )
2023-11-06 12:16:18 +00:00
Johannes Batzill
3ad550ce69
[MISC] Add .CS
Syntax Highlighting ( #768 )
2023-11-04 00:20:11 +00:00
Abhinav Singh
93c5cfd36e
feat: [CODE-651]: add updated filter in pr listing ( #754 )
2023-11-03 19:02:25 +00:00
Marko Gacesa
941bc7a0fd
allow optional rule bypass ( #764 )
2023-11-03 18:31:10 +00:00
Calvin Lee
afb21a3ca3
fix: [code-970]: add commitsha to merge api ( #766 )
2023-11-03 17:40:11 +00:00
Marko Gacesa
db7655c569
return 422 in case of merge conflicts ( #724 )
2023-11-03 17:14:36 +00:00
Calvin Lee
50a1ca8b24
fix: [code-1052]: fix code comment issue ( #762 )
2023-11-03 16:56:02 +00:00
Dan Wilson
2112fcbe7a
remove username req when not needed for import repo and space ( #765 )
2023-11-03 16:32:15 +00:00
Vistaar Juneja
bf9a5953c3
perform user validation before triggering import ( #760 )
2023-11-03 15:30:16 +00:00
Johannes Batzill
ecf9d6b049
[File View] Handle file rename case on UI side ( #763 )
2023-11-03 06:40:45 +00:00
Johannes Batzill
0370e89e29
[PULLREQ] Update PR.edited
time when head branch is updated ( #761 )
2023-11-02 22:06:04 +00:00
Marko Gacesa
12c38f88a9
add job type to the job state change struct ( #759 )
2023-11-02 15:49:58 +00:00
Vistaar Juneja
b221ed9080
check for error before using response from SCM ( #758 )
2023-11-02 13:45:59 +00:00
Akhilesh Pandey
c0f429e7b7
feat: add gomailer client in gitness for mail notifications ( #748 )
2023-11-02 08:25:25 +00:00
Calvin Lee
76e5a32b79
feat: [code-1028]: add support for image upload ( #751 )
2023-11-01 19:58:36 +00:00
Marko Gacesa
3a7617a2e6
add dry_run option to the merge API ( #737 )
2023-11-01 19:57:28 +00:00
Marko Gacesa
0dac44031f
fix code comment outdating ( #756 )
2023-11-01 19:56:14 +00:00
Calvin Lee
b9de38e076
fix: [code-1044]: fix bypass list ( #755 )
2023-11-01 18:24:13 +00:00
Calvin Lee
cd2447a82c
fix: [code-1046]: fix inverted target patterns and text ( #752 )
2023-11-01 17:42:30 +00:00
Calvin Lee
49ca8a8bc3
fix: [code-1045]: fix no user shown in bypass search ( #753 )
2023-11-01 06:21:32 +00:00
Vistaar Juneja
02ff9bcfc8
return nil transport if no creds provided ( #750 )
2023-10-31 16:48:36 +00:00
Vistaar Juneja
780180260c
use pull request ref for pipelines commit ref ( #749 )
2023-10-31 16:36:45 +00:00
Marko Gacesa
f0d87f4437
empty pattern matches all ( #743 )
2023-10-31 07:33:12 +00:00
Johannes Batzill
3418dd1127
[Protection Rules] Load user from store in pre-receive hook ( #747 )
2023-10-31 04:25:12 +00:00