Commit Graph

653 Commits

Author SHA1 Message Date
Vardan Bansal
7f2b179711 fix variable name 2023-09-13 14:12:39 -07:00
Calvin Lee
2de6217401 feat: [code-695]: import git repo (#274) 2023-09-13 20:46:43 +00:00
Vardan Bansal
f75567330c Delete Pipeline 2023-09-13 13:02:57 -07:00
Dan Wilson
6c9eff97cc pipeline settings WIP 2023-09-13 18:37:34 +01:00
Dan Wilson
e0061153d9 small execution fixes 2023-09-13 10:22:12 +01:00
Vardan Bansal
3a66416344 Handling post save 2023-09-13 09:38:45 +01:00
Vardan Bansal
bc19ec33f8 Cleanup 2023-09-13 09:38:45 +01:00
Vardan Bansal
c7390d77b4 Update secret 2023-09-13 09:38:45 +01:00
Vardan Bansal
7af506b47e integrate run pipeline modal on executions page 2023-09-13 09:38:45 +01:00
Tan Nhu
4d85926c81 Fix CodeMirror throwing error on Code Comment editing (#449) 2023-09-13 05:03:29 +00:00
Johannes Batzill
42252a170e [Semantic Search] Fix UI Consumption of Search Results (#446) 2023-09-13 03:27:24 +00:00
Johannes Batzill
ef4855e901 [Server Sent Events] Improve both Frontend and Backend (#441) 2023-09-12 23:45:54 +00:00
Tan Nhu
ce6d798fb2 Implement Semantic Search (#440) 2023-09-12 22:16:40 +00:00
Vardan Bansal
c7714aafea fix eslint errors 2023-09-12 12:15:41 -07:00
Dan Wilson
1358ef74d6 enable for standalone, improved trigger wording, improve ci icons 2023-09-12 17:47:07 +01:00
Johannes Batzill
50b66d9342 [PR] Recheck Unchecked PR Merge Status (#434) 2023-09-12 16:26:18 +00:00
Vardan Bansal
6a08c491e9 review comment fixed - part 2 2023-09-11 16:27:16 -07:00
Vardan Bansal
c2c49522d3 review comment fixed 2023-09-11 16:24:49 -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
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
Dan Wilson
2578f31753 UI WIP 2023-09-05 18:31:43 +01:00
Dan Wilson
2ae31d4337 Merge branch 'Pipelines-list-improve' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#391) 2023-09-04 19:51:27 +00:00
Dan Wilson
7cde39a7b4 use shared pipe component 2023-09-04 15:51:29 +01:00
Dan Wilson
f7969d3bf5 use shared status icon component and remove rem usage 2023-09-04 13:48:43 +01:00
Calvin Lee
0b60edfdef fix: [code-791]: fix changed files line as well (#393) 2023-09-01 20:36:32 +00:00
Johannes Batzill
914a50b9a2 [UI] Ensure consistency of Commit element across screens (#392) 2023-09-01 19:15:54 +00:00
Dan Wilson
627a3ae55d update pipeline list to match designs 2023-09-01 17:55:26 +01:00
Dan Wilson
c48dab83ea update pipeline list to match designs 2023-09-01 16:34:21 +01:00
Vardan Bansal
89d1eb3626 Changes for moving pipelines under repos 2023-09-01 17:05:47 +05:30
Vardan Bansal
e785cd82b0 Merge branch 'main' into add-pipeline-editor 2023-09-01 15:49:56 +05:30
Vardan Bansal
d7b556a908 Plugins panel integration 2023-09-01 15:07:22 +05:30
Calvin Lee
be73088b49 fix: [code-796]: fix issue in addedlines (#386) 2023-08-31 21:30:52 +00:00
Dan Wilson
ed7660be3e Merge branch 'move-pipelines-inside-repos' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#385) 2023-08-31 18:18:26 +00:00
Dan Wilson
086f9f3a03 fix Calvin review comments 2023-08-31 19:17:18 +01:00
Calvin Lee
c131873c82 add support for submodules and symlinks (#378) 2023-08-31 17:38:53 +00:00
Calvin Lee
ac8f1932ba fix: [code-796]: fix encode text issue in toaster (#383) 2023-08-31 17:01:22 +00:00
Dan Wilson
9f20c3a1b9 move pipelines inside repos 2023-08-31 16:13:55 +01:00
Dan Wilson
731c4a085e fix Calvin review comment 2023-08-30 18:30:21 +01:00
Dan Wilson
1e67bf15ec execution list WIP 2023-08-30 17:49:50 +01:00
Calvin Lee
ec20dec12c feat: [code-791]: fixed deleted lines issue (#377) 2023-08-30 16:39:55 +00:00
Vardan Bansal
de04ff27ec Added Edit menu 2023-08-30 16:07:45 +05:30
Vardan Bansal
0436628aea Schema integration 2023-08-30 15:37:59 +05:30
Vardan Bansal
c90233ff49 Added Run pipeline drawer 2023-08-30 14:10:15 +05:30
Vardan Bansal
e8e6d09166 Render breadcrumb 2023-08-30 13:48:28 +05:30
Vardan Bansal
982a40a3b7 Committing pipeline on Save 2023-08-30 13:14:35 +05:30
Dan Wilson
332c8d0a27 Merge branch 'executions-console-WIP' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#375) 2023-08-29 19:20:16 +00:00
Calvin Lee
011d1326b5 fix: [code-792]: clicking on file name takes to default branch (#373) 2023-08-29 16:52:18 +00:00
Dan Wilson
15a4fe04bd pipeline console WIP 2023-08-29 16:00:01 +01:00
Vardan Bansal
fb04478992 form integration 2023-08-29 17:33:08 +05:30
Vardan Bansal
37fc314d96 Added Create Pipeline modal 2023-08-29 15:06:09 +05:30
Vardan Bansal
495de65267 Merge branch 'main' into add-pipeline-editor 2023-08-29 13:45:31 +05:30
Vardan Bansal
c2bf801614 init 2023-08-29 13:37:23 +05:30
calvin
97b6939df5 fix: [code-788]: fix delete repo call 2023-08-28 15:57:40 -06:00
calvin
67db4f4e82 fix: [code-788]: encode params with end marker in checks call 2023-08-28 15:41:47 -06:00
cal
87d5992a20 feat: [code-542]: update file view (#363) 2023-08-26 02:30:32 +00:00
cal
1803a76578 feat: [code-767]:fix scrolling on space popover (#359) 2023-08-25 16:24:06 +00:00
calvin
cd9e89e41a fix: [code-782]: hotfix for path details call 2023-08-24 18:04:15 -06:00
Calvin Lee
263cfc6551 feat: [code-543]: update folder icon (#350) 2023-08-24 20:40:43 +00:00
Calvin Lee
c618be294e feat: [CODE-769]: reduce stress on be for resource filtering (#352) 2023-08-23 23:09:12 +00:00
Tan Nhu
f564dbccb2 Fix API generation is broken for standalone Gitness (#351) 2023-08-23 21:59:42 +00:00
Tan Nhu
ae06520dad Fix Restful React generation missing /api/v1 (#348) 2023-08-23 18:54:02 +00:00
Calvin Lee
19d8119a22 feat: [code-542]: update file view page (#346) 2023-08-22 22:43:41 +00:00
Calvin Lee
889150ce57 feat: [code-712]: add toaster for update user status (#345) 2023-08-22 20:56:23 +00:00
Calvin Lee
36246a2fd6 feat: [code-415]: change cursor to hand (#343) 2023-08-22 20:46:02 +00:00
Dan Wilson
5829939ffb add new pipeline placeholder 2023-08-22 10:48:20 +01:00
Tan Nhu
96ac05789a Migrate UICore to version 4 to support Gitness fully open source (#338) 2023-08-22 06:25:45 +00:00
Tan Nhu
2313542658 Merge branch 'ui/small-css-position-fix' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#337) 2023-08-21 18:53:49 +00:00
“tan-nhu”
0cbba4a878 Small CSS fix to adapt to keyboard navigation 2023-08-21 11:37:24 -07:00
calvin
a30803acbe fix: [code-682]: fix text 2023-08-17 16:16:32 -06:00
Calvin Lee
69730994d8 feat: [code-763]: fix html encode issue (#333) 2023-08-17 21:50:13 +00:00
Calvin Lee
7dd8c1d276 feat: [CODE-753]: make button names consistent and titles (#310) 2023-08-17 20:38:59 +00:00
Johannes Batzill
d6ee7820e2 [UI] Store PR activity filter + sorting order in local browser storage (#329) 2023-08-17 02:29:10 +00:00
Calvin Lee
bfea74dbe5 fix: [code-682]: fix bug in pr creation (#330) 2023-08-17 02:00:18 +00:00
Calvin Lee
8659a44226 fix: [code-682]: update useDownloadRawfile hook (#328) 2023-08-16 19:28:22 +00:00
Calvin Lee
f5eae579c6 feat: [code-742]: add token generation in empty repo page (#326) 2023-08-16 16:54:42 +00:00
Calvin Lee
225ca6332a feat: [code-741]: fix token generation links (#316) 2023-08-15 18:13:14 +00:00
Johannes Batzill
f8d1ca6460 [UI] Membership Add Is not filtering for Users (#317) 2023-08-15 03:41:23 +00:00
Calvin Lee
c6fa9c0218 fix: [code-754]: changing branch on file view doesnt change file content (#315) 2023-08-14 22:42:53 +00:00
Enver Bisevac
63145686f4 fix commit adn files changed counters 2023-08-14 17:17:08 +02:00
Dan Wilson
23422a10bc link secrets pipelines and executions to the backend 2023-08-14 10:58:58 +01:00
Calvin Lee
adbb106d8d fix: [code-738]: fix commit link in sidebar (#308) 2023-08-11 22:46:32 +00:00
Tan Nhu
f9f728debd Fix last commit info is not rendered when scrolling quickly (#303) 2023-08-11 17:10:00 +00:00
Calvin Lee
7b70f8c18d fix: [code-736]: make tag and branch pages consistent (#302) 2023-08-11 04:35:52 +00:00
Tan Nhu
e523966db8 Remove place-holder for PR status from PR listing page (#301) 2023-08-10 22:17:07 +00:00
Tan Nhu
8e3ff54b00 Improve accessibilty when browsing repository (#300) 2023-08-10 21:27:52 +00:00
Marko Gacesa
17f4a2832a Merge branch 'feature/last-commit' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#298) 2023-08-10 19:03:02 +00:00
“tan-nhu”
d3fbb94be0 CODE-520: Stop fetching details when backend errors out 2023-08-10 11:17:57 -07:00
“tan-nhu”
11bd10f455 CODE-520: Fixed text wrapping on buttons in Compare page 2023-08-10 10:41:25 -07:00
“tan-nhu”
c1a23445dd CODE-520: FE: optimize loading of file lists for large repos 2023-08-10 10:17:49 -07:00
Marko Gaćeša
4f1767d512 dedicated api to get the last commit info 2023-08-10 18:42:10 +02:00
Tan Nhu
4e1c852a01 Improve PR Checks polling in case PR does not have any checks (#297) 2023-08-09 21:31:58 +00:00
Calvin Lee
92f1bdc8b6 fix: [code-682]: fix commit sha on conversation pr page (#294) 2023-08-09 20:59:50 +00:00
Calvin Lee
99f6e4334e feat: [CODE-677]: Commit Range Dropdown in PR Changes Tab (#235) 2023-08-08 23:39:39 +00:00
Tan Nhu
de4e26bb72 fix diff changes in web (#291) 2023-08-08 22:58:15 +00:00
Tan Nhu
7d000706f0 Implement PR Checks (#289) 2023-08-08 08:50:50 +00:00
Hitesh Aringa
2b6e75682d [fix] path compare changed to diff (#285) 2023-08-07 15:22:34 +00:00
calvin
faab869933 fix: [code-706]: fix color of hover 2023-08-04 18:39:48 -06:00
calvin
488ef60966 fix: [code-706]: fix ui issues on reviewer dropdown 2023-08-04 18:28:46 -06:00
calvin
fbc3705b4e fix: [code-706]: fix refetch 2023-08-04 17:46:05 -06:00
calvin
3e9a3948b0 fix: [code-706]: fix refetch 2023-08-04 17:14:45 -06:00
Calvin Lee
e83d64fac4 feat: [code-682]: hide draft option on merge state (#275) 2023-08-04 17:11:54 +00:00
Dan Wilson
b68e05bdba remove unused types 2023-08-04 16:31:59 +01:00
Dan Wilson
248ebeecc4 fix execution and pipeline routing in the UI 2023-08-04 16:29:33 +01:00
Dan Wilson
a60365823c disable feature flags that were enabled by mistake 2023-08-04 12:40:44 +01:00
Dan Wilson
b5a15b5ce1 Merge branch 'executions_skeleton' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#271) 2023-08-04 09:10:58 +00:00
Dan Wilson
74532bbd1b fix routing reversion discussed with Tan 2023-08-03 21:14:27 +01:00
Calvin Lee
d3c70f0dfb fix: [code-682]: fix wrap on pr review box (#272) 2023-08-03 18:38:20 +00:00
Dan Wilson
23923f9653 add executions skeleton code to ui 2023-08-03 15:50:09 +01:00
Calvin Lee
3fa628307d feat: [code-696]: repo delete confirm box (#267) 2023-08-02 18:40:06 +00:00
Calvin Lee
8581d7e214 fix: [code-698]: fix validate dom nesting (#264) 2023-08-02 15:32:55 +00:00
Enver Bisevac
7546f2cd6b initial work - diff stats, (files changed) 2023-08-02 14:34:39 +02:00
Calvin Lee
70cf2df96a fix: [code-682]: fix overlapping issues in tables (#259) 2023-08-01 18:07:12 +00:00
Dan Wilson
02060ea4a7 implement ui feature flags and pipelines and secrets skeleton pages 2023-08-01 16:27:57 +01:00
Calvin Lee
1813c536a8 fix: [code-682]: ui fixes from bug bash (#254) 2023-07-31 18:12:55 +00:00
Calvin Lee
6bbf7bba5c fix: [code-659]: change commit on pr page to be a link (#255) 2023-07-31 18:12:38 +00:00
Dan Wilson
302ba2dd7e Merge branch 'CODE-681' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#251) 2023-07-31 17:16:58 +00:00
Dan Wilson
62e175ef34 feat: [CODE-681]: fix Tan PR comment 2023-07-31 10:02:29 +01:00
“tan-nhu”
afca55f9d8 [CODE-687]: Export NewRepoModalButton for CI integration 2023-07-28 12:07:30 -07:00
Dan Wilson
43b2df1b91 feat: [CODE-681]: delete space modal 2023-07-28 16:30:58 +01:00
rajarshee.chatterjee@harness.io
25031d113a feat: [CODE-649]: Users Dropdown in Add New Member Dialog (#248) 2023-07-27 12:32:13 +00:00
Johannes Batzill
43c8ee125d [PR] Allow PR Merge despite Unresolved Comments (#247) 2023-07-27 01:27:40 +00:00
Calvin Lee
ad12341776 fix: [code-682]: fix ui issues in standalone (#246) 2023-07-27 00:22:52 +00:00
Tan Nhu
02899b0a9c Merge branch 'ui/unauth-sourcemap' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#245) 2023-07-27 00:16:47 +00:00
“tan-nhu”
4460ef86c7 Navigate to signin when hitting 403 + enable sourcemap by a env var 2023-07-26 17:13:00 -07:00
Johannes Batzill
9436855194 Proposal - Remove PR diff api and use repo API (#242) 2023-07-26 23:37:22 +00:00
Hitesh Aringa
30fc262c13 feat: [code-661]: add refetch on space popovver and user mem (#244) 2023-07-26 21:30:34 +00:00
rajarshee.chatterjee@harness.io
5232615e0a fix: [CODE-615]: Misc. UX Feedback (#240) 2023-07-26 18:14:31 +00:00
Calvin Lee
ea5ed851d1 feat: [code-661]: add space listing popover and space settings (#238) 2023-07-26 05:52:11 +00:00
Hitesh Aringa
ef9a0f28d4 feat: [CODE-615]: Show Token after Creation (#233) 2023-07-25 21:04:34 +00:00
“tan-nhu”
fe6f609e4f Fix page body height + webpack prod assets 2023-07-25 13:52:27 -07:00
rajarshee.chatterjee@harness.io
146c91bc00 feat: [CODE-649]: Space Membership UI (#223) 2023-07-25 01:32:15 +00:00
calvin
d3b04ba160 fix: [code-667]: fix error in standalone on commit diff 2023-07-24 18:12:42 -06:00
Calvin Lee
33cf26683d Merge branch 'code-645-ui2' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#213) 2023-07-24 23:15:08 +00:00
Calvin Lee
04a9cc6585 Merge branch 'code-657' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#219) 2023-07-24 23:10:51 +00:00
“tan-nhu”
763d3ab938 Fix space fetching for sub-space 2023-07-24 15:56:48 -07:00
“tan-nhu”
8e06f49017 [CODE-655]: Refactor Nav system to adapt with new design 2023-07-24 14:56:27 -07:00
Hitesh Aringa
bc5945f8ba [CODE-631]: parent ref changes (#214) 2023-07-24 21:10:45 +00:00
calvin
05c0c256c3 fix: [code-657]: fix page issue 2023-07-21 16:18:50 -06:00
calvin
6d90195afa fix: [code-645]: fix commit listing page sipacing 2023-07-19 16:34:27 -06:00
rajarshee.chatterjee@harness.io
7fb7e47560 feat: [CODE-615]: User Profile and Tokens (#211) 2023-07-19 17:09:12 +00:00
calvin
1a524ab0bc feat: [code-645]: fix signin page 2023-07-18 22:06:53 -06:00
rajarshee.chatterjee@harness.io
4b5ac6f8e2 feat: [CODE-628]: Admin User Management (#203) 2023-07-19 03:17:23 +00:00
Calvin Lee
4c1ba4a11c feat: [code-645]: fix signup and signin pages (#209) 2023-07-18 22:49:07 +00:00
Calvin Lee
a43c69465e feat: [code-644]: add .env file types (#208) 2023-07-18 22:49:01 +00:00
calvin
6a562f297a fix: [code-566]: fix routing 2023-07-17 19:07:50 -06:00
Calvin Lee
c49bc0f1be feat: [code-591]: add signup and signin page (#201) 2023-07-17 20:17:52 +00:00
Tan Nhu
5bb6084b68 Initial commit to support Gitness standalone shell (#174) 2023-07-14 17:14:36 +00:00
Calvin Lee
99b3ac1c79 feat: [code-517]: fix branch copy icon (#184) 2023-07-12 05:40:54 +00:00
Calvin Lee
0b6403c902 Merge branch 'code-625' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#183) 2023-07-11 19:35:02 +00:00
calvin
01838301c3 feat: [code-517]: remove import 2023-07-10 17:26:12 -06:00
Calvin Lee
cd5fe7c418 Revert "feat: [code-566]: fix routing for commit list and diff page (#177)"
This reverts commit 8cddf04706.
2023-07-10 16:39:01 -06:00
calvin
17f96a5c3a fix: [code-625]: fix url params on repo listing page 2023-07-10 15:43:43 -06:00
Calvin Lee
f8092fe117 feat: [code-517]: make pr branches copiable (#182) 2023-07-07 20:59:16 +00:00
Calvin Lee
8cddf04706 feat: [code-566]: fix routing for commit list and diff page (#177) 2023-07-05 19:26:07 +00:00
Calvin Lee
d6c7f41dd4 fix: [code-574]: active stale filter not working (#173) 2023-06-29 19:52:43 +00:00
Calvin Lee
dda81f3035 fix: [code-567]: filtering for active comments is incorrect (#172) 2023-06-28 21:40:00 +00:00
Johannes Batzill
90d0499bfa [UI] Fix typo in request changes activity (#171) 2023-06-28 18:09:33 +00:00
Calvin Lee
d6e6110ba0 feat: [code-475]: add delete reviewers (#169) 2023-06-28 18:06:40 +00:00
calvin
3735a0fedb fix: [code-568]: tag page is showing wrong user picture 2023-06-27 15:38:45 -06:00
“tan-nhu”
37286e478d [CODE-570]: [UI] Unable to Edit files + add extra text file types 2023-06-27 12:55:04 -07:00
Calvin Lee
5f78b82482 fix: [code-555]: list commits not working for non default branches (#161) 2023-06-23 22:54:16 +00:00
Calvin Lee
1adbc14a65 fix: [code-558]: tag list page error (#160) 2023-06-23 19:21:37 +00:00
Calvin Lee
3932275a1f fix: [code-477]: fix text in rename file history (#159) 2023-06-23 15:57:04 +00:00
calvin
22fe0baf96 Revert "fix: [code-477]: change text of rename commit history"
This reverts commit c77f6a28a4.
2023-06-22 16:59:51 -06:00
calvin
c77f6a28a4 fix: [code-477]: change text of rename commit history 2023-06-22 16:58:30 -06:00
Calvin Lee
6de0b47f91 fix: [code-536]: add breadcrumb on commit diff page (#158) 2023-06-22 22:32:54 +00:00
Calvin Lee
4d1160f224 feat: [code-475]: add pr reviewers in pr page (#155) 2023-06-22 21:54:58 +00:00
calvin
286e6e67d3 fix: [code-536]: add breadcrumb on commit diff page 2023-06-22 15:19:42 -06:00
Tan Nhu
2ba2d48f43 Add support for rendering pdf, video, image and other binary files (#151) 2023-06-19 22:36:01 +00:00
Calvin Lee
b6edadfd8e fix: [code-523]: commit diff history is empty when going from the tag page (#141) 2023-06-15 21:19:45 +00:00
Calvin Lee
af61112648 feat: [code-478]: keep commit history button in place (#136) 2023-06-15 17:58:40 +00:00
Calvin Lee
eb3cad3bec fix: [code-412]: fix commit message sorting (#135) 2023-06-14 21:12:03 +00:00
Calvin Lee
e6c35204a0 fix: [code-413]: Clone instructions are not based on default branch (#132) 2023-06-13 22:02:11 +00:00
Calvin Lee
e852c28940 feat: [code-482]: fix ui issues on tag page (#131) 2023-06-13 21:49:17 +00:00
Calvin Lee
62295da504 feat: [code-278]: add commit diff history (#130) 2023-06-13 20:46:52 +00:00
Calvin Lee
440048a047 Merge branch 'code-288-fix' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#117) 2023-06-09 14:39:26 +00:00
calvin
76ed088c1b feat: [code-409]: add tag description and some checks and fixed create branch 2023-06-07 17:02:38 -06:00
calvin
c51cc4e2c4 Revert "feat: [code-409]: add tag description and some checks and fixed create branch"
This reverts commit e1cf542441.
2023-06-07 17:01:20 -06:00
calvin
e1cf542441 feat: [code-409]: add tag description and some checks and fixed create branch 2023-06-07 16:53:52 -06:00
calvin
d65d01b3d0 feat: [code-288]: fix endpoint and payloads 2023-06-07 14:44:17 -06:00
calvin
0a050a1845 feat: [code-288]: fix checks 2023-06-06 18:05:16 -06:00
calvin
4dcecafedf feat: [code-288]: file commit history 2023-06-06 17:26:35 -06:00
calvin
4bfe49ca43 feat: [code-288]: fix styling 2023-06-06 10:39:12 -06:00
calvin
993d653b8e feat: [code-288]: add css 2023-06-05 18:11:43 -06:00
calvin
057996811e feat: [code-288]: file commit history - p2 2023-06-05 15:53:32 -06:00
calvin
24b3ec9fe9 feat: [code-288]: file commit history 2023-06-05 15:52:15 -06:00
Calvin Lee
07c06137bb Merge branch 'code-421' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#111) 2023-06-03 22:04:29 +00:00
calvin
ca47925d42 fix: [code-421]: addressed comment 2023-06-02 22:59:03 -06:00
Tan Nhu
6cd5d30c0d Merge branch 'ui/pr-optimizations' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#112) 2023-06-03 00:31:48 +00:00
“tan-nhu”
404631a22d feat: Allow empty PR description 2023-06-02 17:21:32 -07:00
calvin
7a73d096b7 fix: [code-421]: addressed tans comment - p2 2023-06-02 17:11:01 -06:00
calvin
b1d65bb27a fix: [code-421]: addressed tans comment 2023-06-02 16:49:13 -06:00
calvin
742beda319 fix: [code-421]: fix image carousel and yarn checks 2023-06-02 14:34:06 -06:00
Tan Nhu
674dcc11d2 feat: Add some improvements into Pull Request creation flow (#110) 2023-06-02 17:44:10 +00:00
calvin
c3b945623b fix: [code-411]: addressed comments 2023-06-01 11:15:27 -06:00
calvin
8ef7a3f98a fix: [code-400]: User with only read permission is able to edit file 2023-05-31 16:23:29 -06:00
calvin
4442454940 fix: [code-411]: fix comment 2023-05-31 15:52:29 -06:00
calvin
ae38a54f9b fix: [code-411]: after creating new tag, page is empty 2023-05-31 15:09:38 -06:00
calvin
fe7f59eb10 feat: [code-286]: fix tag comments 2023-05-30 13:19:14 -06:00
calvin
0d838d815f fix: [code-390]: fix comments part 2 2023-05-30 12:49:05 -06:00
calvin
fef3a78bca fix: [code-390]: fix useeffect 2023-05-29 13:26:05 -06:00
calvin
7a6b24aa4c fix: [code-390]: fix comments 2023-05-29 13:26:05 -06:00
calvin
4f642a6d16 fix: [code-390]: fix state in url in repo pagination 2023-05-29 13:24:35 -06:00
calvin
05f53f7657 feat: [code-286]: add empty tag image 2023-05-28 17:04:15 -06:00