Commit Graph

450 Commits

Author SHA1 Message Date
Vardan Bansal
c4a211f5f5 minor revert 2023-09-11 16:10:57 -07:00
Vardan Bansal
b9b4db1df2 css build changes 2023-09-11 16:03:42 -07:00
Vardan Bansal
48a76ae1d5 Merge branch 'main' into add-pipeline-editor 2023-09-11 16:02:56 -07:00
Vardan Bansal
a7c2092d38 Integrate branch select on Run Pipeline modal 2023-09-11 15:56:08 -07:00
Vardan Bansal
6713b98061 Integrate branch select on Create Pipeline modal 2023-09-11 15:48:23 -07:00
Vardan Bansal
3674660884 'Based On' field renamed 2023-09-11 15:15:30 -07:00
Vardan Bansal
ed4faeb8d7 fix some corner cases 2023-09-11 15:13:05 -07:00
Dan Wilson
08ea7a0407 remove standalone webpack changes 2023-09-11 22:51:03 +01:00
Dan Wilson
98c5f1352d activate pipelines and secrets in standalone + small bug fixes 2023-09-11 20:20:35 +01:00
Vardan Bansal
37bfe73da8 Save and run implemented 2023-09-11 11:00:06 -07:00
Dan Wilson
c4f8dcbfdf WIP execution event streaming 2023-09-11 16:55:38 +01:00
Tan Nhu
ef84e6085f Use typed-scss-modules to generate SCSS module .d.ts files (#425) 2023-09-10 23:39:23 +00:00
Vardan Bansal
94e4cca4d6 Merge branch 'main' into add-pipeline-editor 2023-09-08 21:27:59 -07:00
Johannes Batzill
8570810dbc fix stringtypes (#422) 2023-09-09 00:59:35 +00:00
calvin
9c46f066dc fix: [code-836]: remove comment 2023-09-08 17:56:04 -06:00
Calvin Lee
32888b07ce fix: [code-836]: fix issue where code comments cant be added (#420) 2023-09-08 23:48:29 +00:00
Tan Nhu
4b36713c0d Update Monaco lib / Fix Git Blame font (#417) 2023-09-08 18:44:52 +00:00
Dan Wilson
6c0b219176 add string 2023-09-08 18:45:36 +01:00
Calvin Lee
4b3b79c956 fix: [code-828]: remove second api call (#414) 2023-09-08 18:45:36 +01:00
Tan Nhu
e61be1ec2d Enable View Raw file + optimize fetching current user (#413) 2023-09-08 18:45:36 +01:00
Vardan Bansal
67eb12460b re-route to actual execution on running 2023-09-08 09:40:48 -07:00
Dan Wilson
742769bba1 fix Tan PR comments 2023-09-08 17:03:01 +01:00
Vardan Bansal
376d7ed5f3 adding V0 schema for demo 2023-09-08 08:47:36 -07:00
Dan Wilson
2d0fc6f3c9 UI log streaming and some secrets WIP 2023-09-08 14:51:29 +01:00
Vardan Bansal
7fb900c42e adding yaml version specific logic 2023-09-08 00:30:16 -07:00
Vardan Bansal
0ad18462e1 refetch content on save 2023-09-07 17:38:30 -07:00
Vardan Bansal
1f8f7cf1c3 show success toaster and added dirtiness check 2023-09-07 17:30:51 -07:00
Vardan Bansal
661e2d7db6 Create pipeline execution api update 2023-09-07 17:05:47 -07:00
Vardan Bansal
0d46d2a587 Merge branch 'main' into add-pipeline-editor 2023-09-07 16:39:31 -07:00
Tan Nhu
c520053472 Fix loop in Sign In page when token is expired (#411) 2023-09-07 22:48:17 +00:00
Vardan Bansal
c0f93fb0de Merge branch 'main' into add-pipeline-editor 2023-09-07 14:55:18 -07:00
Vardan Bansal
423587822b Plugin insertion basic integration 2023-09-07 14:54:33 -07:00
Tan Nhu
fefb053d14 Incorporate Cookies based Auth / Clean up (#410) 2023-09-07 19:45:24 +00:00
Vardan Bansal
3848a98570 Fix commit logic 2023-09-07 11:29:58 -07:00
Vardan Bansal
3cde715e5f Fix pipeline yaml file open and update 2023-09-07 10:56:56 -07:00
Vardan Bansal
bd9245e8ec component rename 2023-09-07 04:13:40 -07:00
Vardan Bansal
1553cce698 Schema integration for Editor 2023-09-07 04:06:14 -07:00
Vardan Bansal
4940b3b3e5 sync with main 2023-09-07 03:31:30 -07:00
Vardan Bansal
b0a4946d80 run pipeline integration 2023-09-07 03:27:03 -07:00
Vardan Bansal
7735f2b7a7 Plugin panel navigation and form wire up 2023-09-06 17:59:38 -07:00
Johannes Batzill
6d132a8591 [AUTH] Add Cookie Support to Standalone (#409) 2023-09-07 00:58:23 +00:00
Calvin Lee
c9b7d28b50 fix: [code-821]: redirect to space after creation (#408) 2023-09-06 22:33:55 +00:00
Calvin Lee
0405deba25 fix: [code-798]: fix code comment issue where it stays (#397) 2023-09-06 20:45:59 +00:00
Tan Nhu
4c67ee0f22 Use monaco namespace from import instead of the global legacy one (#402) 2023-09-06 20:10:43 +00:00
Tan Nhu
0354378056 Remove styling conflict with Harness Platform by splitting BlueprintJS into a separate chunk (#404) 2023-09-06 00:50:52 +00:00
Tan Nhu
645ec8e30e Remove unused dependencies (#403) 2023-09-05 22:37:52 +00:00
Calvin Lee
04fb7f40b6 fix: [code-767]: fixed space filtering on space selector (#395) 2023-09-05 19:45:01 +00:00
Tan Nhu
e685a6e2f9 Merge branch 'ui-linear-pr-poll-interval' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#401) 2023-09-05 19:36:31 +00:00
“tan-nhu”
bb87ba9253 Gradually increase PR polling interval from 1s 2023-09-05 12:28:34 -07:00
Johannes Batzill
e9ec7d1933 [MISC] Change User Sign-Up Default Value (#399) 2023-09-05 19:10:39 +00:00