2004 Commits

Author SHA1 Message Date
Johannes Batzill
86537b2c39 Fix merge related issues (#2012) 2024-04-25 22:00:53 +00:00
Akhilesh Pandey
4748966078 feat: [CODE-1741]: add new API endpoint for principal find operation (#1227) 2024-04-25 13:10:56 +00:00
Abhinav Singh
e528ce2370 fix: codeowner file parse error as first class error (#2003) 2024-04-24 19:53:21 +00:00
Darko Draskovic
e2689a3b40 Add push file size limit and report func (and use it in githook) (#1173) 2024-04-24 16:31:18 +00:00
Tan Nhu
808ccda646 Fix styling for diff ins/del blocks + multiple-line comment overlapping (#2007) 2024-04-24 04:59:29 +00:00
Abhinav Singh
28ba149c74 fix: remove extra error for indexer on gitness (#2004) 2024-04-23 15:27:59 +00:00
Calvin Lee
793cc869d1 fix: [code-1807]: fix issue on status check times (#2005) 2024-04-22 14:46:48 -07:00
Ritik Kapoor
d4d35ceb9a fix: [css-fix] radio buttons in webhook, repository settings and security settings (#2002) 2024-04-22 14:46:28 -07:00
Tan Nhu
491e96472d Fix CSS targeting old UICore version (#1238) 2024-04-22 20:29:10 +00:00
Calvin Lee
5681f84b67 fix: [code-1807]: fix css issue on approved btn (#1239) 2024-04-20 00:52:38 +00:00
suchsoon
d9b04d51c6
remove repetitive words (#3484) 2024-04-19 16:28:04 -07:00
Tan Nhu
3f823c2535 Fix linting issue caused by external contribution (#1237) 2024-04-19 23:23:57 +00:00
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