Commit Graph

2142 Commits

Author SHA1 Message Date
Tan Nhu
e45dcf3028 Fix broken sticky header in PR page due to library upgrade (#1236) 2024-04-19 23:17:11 +00:00
Ram Bhosale
2d96ca504b
update: increase the max length of the secret (#3493) (#3494)
This PR increases the default maxlength from 1024 characters to 10000,
which should be good for most cases.

---------

Co-authored-by: Ram Bhosale <rambhosale9@gamil.com>
2024-04-19 16:13:10 -07:00
Ritik Kapoor
3f047635a0 Update: [code-1803] copy button on comment header (#1235) 2024-04-19 20:32:35 +00:00
Calvin Lee
175f26e9fe fix: [code-1802]: fix issue on select project (#1234) 2024-04-19 17:05:22 +00:00
Enver Bisevac
d31dd11fcf [code-1692] update repo settings audit log (#1231) 2024-04-19 09:43:51 +00:00
Tan Nhu
aacc1b88cf Fix Blueprintjs CSS has higher priority than UICore in local dev mode (#1233) 2024-04-19 07:44:59 +00:00
Calvin Lee
83aa52c65e fix: [code-1668]: hide commit selector on commit page (#1144) 2024-04-19 05:08:19 +00:00
Johannes Batzill
a690fa4ebc small fixes (#1232) 2024-04-19 01:36:03 +00:00
Marko Gacesa
032bbeb066 improve implementation of git FS (#1229) 2024-04-18 12:45:30 +00:00
Darko Draskovic
9699ec503d Add closed timestamp to pull req (#1222) 2024-04-17 20:24:04 +00:00
Ritik Kapoor
b55fce19cd Fix: [code-1731] add vulnerabilityScanning behind ff for code and gitness (#1191) 2024-04-17 13:41:35 +00:00
Ritik Kapoor
3c0a494b16 Handle empty api response with current author as query (#1223) 2024-04-17 12:27:18 +00:00
Ritik Kapoor
e7f1c80361 Feat: [code-1744] added import pipeline checkbox for import repository in gitness (#1199) 2024-04-17 12:11:35 +00:00
Tan Nhu
c8189184dc Restore STANDALONE and .env (#1226) 2024-04-17 08:05:33 +00:00
Marko Gacesa
5076c71b78 introduce init states for the refupdater (#1212) 2024-04-17 06:59:27 +00:00
Tan Nhu
b4902cd6d5 Fix local dev setup while producing MFE to be embed into Harness Platform (#1225) 2024-04-17 06:30:23 +00:00
Tan Nhu
f24d5b06d3 Upgrade UICore to 4.1.2 to fix SplitButton slying + Fix CSS import orders (#1224) 2024-04-16 22:12:51 +00:00
Ritik Kapoor
bcc1845f0f Added: [code-1533] feedback and settings framework for AIDA PR Description (#1087) 2024-04-16 09:51:42 +00:00
Ritik Kapoor
89dcee0b43 fix : [code-1735] permissions for specified repos (#1205) 2024-04-16 08:56:26 +00:00
Marko Gacesa
c28a618dd4 added git FS; removed clone from generate pipeline (#1219) 2024-04-16 08:02:21 +00:00
Tan Nhu
671413ae64 Further optimization for prod build - split shared libs into invididual chunks (#1221) 2024-04-16 07:17:08 +00:00
Tan Nhu
0861c9aa04 Optimize webpack configs + Upgrade UICore to 4.1.1 (#1220) 2024-04-15 23:05:52 +00:00
Enver Bisevac
650b6ba7df [maint] added NewOrEmpty for optional SHA value (#1218) 2024-04-15 14:39:06 +00:00
Marko Gacesa
9414262618 commit API uses action SHA as string (#1217) 2024-04-15 14:03:39 +00:00
Ritik Kapoor
9b561a33cd Feat: [code-1576] Add support to delete empty repository (#1195) 2024-04-15 03:33:08 +00:00
Ritik Kapoor
2e335686bc Fix: [code-1506] replaced edited timestamp on PR (#1198) 2024-04-15 03:25:24 +00:00
Tan Nhu
092b849ae4 Fix UICore CSS import ordering problem by dynamically import app.css (#1208) 2024-04-13 20:09:54 +00:00
Calvin Lee
c2e8e78907 fix: [code-1756]: fix save in description box (#1215) 2024-04-13 04:15:25 +00:00
Enver Bisevac
2ce0f96b59 [code-1524] audit trail for import repositories (#1209) 2024-04-12 18:35:29 +00:00
Marko Gacesa
261b1f3e95 fix git command's end-of-options (#1213) 2024-04-12 14:20:42 +00:00
Marko Gacesa
781b3547c0 refactor git hook calling and shared repo (#1200) 2024-04-12 09:48:35 +00:00
Calvin Lee
740d47529a fix: [code-1756]: fix aida btn (#1210) 2024-04-12 05:40:15 +00:00
Akhilesh Pandey
fb78234a0f feat: [CODE-1741]: add new interface and controller method for principal fetch (#1206) 2024-04-12 05:30:08 +00:00
Calvin Lee
a314709402 feat: [code-1755]: add signup integration test (#1207) 2024-04-11 23:35:26 +00:00
Calvin Lee
622cc58b21 fix: [code-1743]: fix bug in updating description (#1204) 2024-04-11 00:23:39 +00:00
Dewan Ishtiaque Ahmed
d6de34b936
Add Gitness contributing guide (#3497)
This PR adds the contributing guide for Gitness, which will help new
contributors understand the contribution process.

Additionally, it proposes adding the `good-first-issue` label to issues,
enabling new contributors to find relevant work more easily.

Finally, the PR includes the LICENSE section at the end of the README.md
file.
2024-04-10 13:09:57 -07:00
Johannes Batzill
8ed9457cd3 fix indentation for secret scan CLI output (#1201) 2024-04-10 20:04:19 +00:00
Johannes Batzill
5652ca7bb3 Add Repo Path Listing API (#1197) 2024-04-10 20:04:08 +00:00
Tan Nhu
85463212bb Fix UI not sending comment id when replying a newly created comment (#1202) 2024-04-10 19:36:20 +00:00
Ritik Kapoor
cf0041cfb1 Feat: [code-1742] PR link on commits page (#1196) 2024-04-10 08:24:15 +00:00
Tan Nhu
7d0d9a45a1 Fix width in a couple of places when screen is small + clean up unused code (#1193) 2024-04-09 23:10:01 +00:00
Enver Bisevac
84cc846445 exclude version from audit log (#1192) 2024-04-09 20:30:04 +00:00
Abhinav Singh
aff7391e08 feat: add multi user created by filter (#1190) 2024-04-09 09:30:26 +00:00
Enver Bisevac
227aac90b5 [code-1524] audit trails package (#1176) 2024-04-08 21:13:57 +00:00
Atefeh Mohseni-Ejiyeh
fea9e46dc8 Mitigate racing condition between create repos and delete space (#1178) 2024-04-08 19:14:10 +00:00
Atefeh Mohseni-Ejiyeh
aa330928dd Restore the space to its exact state at the time of deletion (#1180) 2024-04-08 18:19:07 +00:00
Marko Gacesa
ad5989dae4 Handle symlinks and submodules in diffcut (#1185) 2024-04-08 10:46:40 +00:00
Ritik Kapoor
f879f74774 fix: [code-1725] url for status change (#1187) 2024-04-08 03:48:44 +00:00
Ritik Kapoor
c1685e9b58 modified to security settings (#1172) 2024-04-06 02:57:22 +00:00
Abhinav Singh
f20189812b feat: list pr time filter (#1188) 2024-04-05 23:17:33 +00:00