Commit Graph

2142 Commits

Author SHA1 Message Date
Johannes Batzill
81e044e280 [MISC] Remove Unused Error Var (#648) 2023-10-04 00:53:42 +00:00
Johannes Batzill
9bede77cb9 [AUTHZ] Move Blocking of Session Tokens for GIT to Middleware (#646) 2023-10-03 22:15:21 +00:00
Calvin Lee
d4e221f539 fix: [code-924]: Support Import with .git at the end of URL (#644) 2023-10-03 20:27:37 +00:00
Johannes Batzill
7334c4b8ed [MISC] Extend support of URL Configuration (#645) 2023-10-03 19:32:35 +00:00
Johannes Batzill
d83552f288 [MISC] Cleanup stale Webhook-Executions & Session Tokens (#640) 2023-10-03 17:54:18 +00:00
Tan Nhu
bac1951bff fix: [CODE-923]: PR URL doesn't work if is present in branch name (#642) 2023-10-03 17:28:08 +00:00
Johannes Batzill
cb518d5197 [MISC] Redirect Clone URL to Repo Page (#641) 2023-10-03 15:51:18 +00:00
Hitesh Aringa
504f40cc50 Upgrade alpine git image version (#639) 2023-10-02 23:41:29 +00:00
Marko Gacesa
e737b20b79 fix drone scheduler deadlock (#638) 2023-10-02 16:23:58 +00:00
Marko Gacesa
e124b917ac add option not to convert pipelines for repo import (#625) 2023-10-02 11:20:02 +00:00
Johannes Batzill
6ec908b76d [MISC] Fix Admin Status Removal (#637) 2023-09-29 21:11:29 +00:00
Tan Nhu
9bb2ca1f5e Fix React setState error when navigating out of Branches page while divergence calculation is still in progress (#636) 2023-09-29 20:11:08 +00:00
vardan.bansal@harness.io vardan
c5e5d33e4d Added Multimap (#633) 2023-09-29 18:48:41 +00:00
Hitesh Aringa
560fb961bf fix: [code-887]: set merge strategy to squash and merge (#635) 2023-09-29 18:14:02 +00:00
Calvin Lee
b3567146a9 fix: [code-887]: fix compare background color (#631) 2023-09-29 17:14:22 +00:00
Jim Sheldon
238b2cba6a updating readme based on feedback from product management (#634) 2023-09-29 16:31:21 +00:00
Marko Gacesa
c08b6cea27 Merge branch 'mg/dbtx/controllertx' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#622) 2023-09-29 09:07:13 +00:00
Johannes Batzill
1567c23cd0 [UI] Fix scroll-to-end on empty comment box (#632) 2023-09-29 02:00:21 +00:00
Johannes Batzill
8872d04dec [MISC] Fix Refresh Button not Refreshing (#630) 2023-09-29 00:14:22 +00:00
Tan Nhu
93845bc66b Fix 404 on refreshing routes that has ... in it (#628) 2023-09-28 23:58:38 +00:00
Calvin Lee
812d1f6aea fix: [code-887]: fix issues on design audit (#629) 2023-09-28 23:55:33 +00:00
Johannes Batzill
40fdb462c2 [UI] hide refresh button in readonly mode (#627) 2023-09-28 23:40:04 +00:00
vardan.bansal@harness.io vardan
032a7a89c8 Merge branch 'add-list' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#626) 2023-09-28 21:28:01 +00:00
Vardan Bansal
138390313c added license headers 2023-09-28 14:24:08 -07:00
Vardan Bansal
240728666f minor revert 2023-09-28 14:08:55 -07:00
Vardan Bansal
ac8aa1d172 minor revert 2023-09-28 14:07:01 -07:00
Vardan Bansal
4736b827ad improve documentation 2023-09-28 14:04:21 -07:00
Vardan Bansal
8fdcecf75c minor bug fixes 2023-09-28 13:57:35 -07:00
Vardan Bansal
1d9af067f2 increase debounce duration 2023-09-28 12:32:58 -07:00
Calvin Lee
db8a3f61b3 fix: [code-909]: fix save button in repo settings (#623) 2023-09-28 16:21:41 +00:00
Johannes Batzill
124c85c954 [MISC] Fix UI Event Streaming For Embedded Mode (#624) 2023-09-28 16:05:21 +00:00
Marko Gaćeša
933d2d9703 remove sqlx.DB from controllers and services 2023-09-28 14:07:25 +02:00
Vardan Bansal
f48f947a6f implementation complete for item/row delete 2023-09-27 22:53:59 -07:00
Vardan Bansal
1958193ec4 implementation complete for item add 2023-09-27 22:26:41 -07:00
Johannes Batzill
f51f97adb2 [MISC] Make Internal/Container URL Generic (and fix GetTreeNode) (#621) 2023-09-28 03:33:45 +00:00
Calvin Lee
c3032c90e8 fix: [code-908]: update readme preview when branch changes (#620) 2023-09-28 00:35:25 +00:00
Vardan Bansal
47b2e8f2f8 fix css file name 2023-09-27 16:56:54 -07:00
Vardan Bansal
928c1c23d3 initial commit 2023-09-27 16:11:31 -07:00
Calvin Lee
e4543af758 feat: [code-909]: add private and public option in repo settings (#619) 2023-09-27 23:07:05 +00:00
Johannes Batzill
235109c888 [MISC] Improve README with more details on Drone (#615) 2023-09-27 16:11:41 +00:00
Johannes Batzill
5b33258589 [MISC] Abstract URL Provider (#617) 2023-09-27 02:42:33 +00:00
Johannes Batzill
f2bf0991e3 [MISC] Fix casing in ENV Var (#616) 2023-09-26 18:04:03 -07:00
Johannes Batzill
21df4bd52d upgrade drone-runner-docker version (#614) 2023-09-26 21:04:00 +00:00
Tan Nhu
0c89ec015a Refactor useScheduleJob and Pipeline Steps rendering (#612) 2023-09-26 18:58:05 +00:00
Hitesh Aringa
b24b21742a Fix docker VCS stamping
added
 ```RUN git config --global --add safe.directory '/app'```
2023-09-26 11:25:43 -07:00
Johannes Batzill
a8cb5dc8d2 remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
Morgan Patterson
c7c4166d8c Fix typo in PluginsPanel.tsx (#3383) 2023-09-25 19:24:22 -07:00
Ikko Eltociear Ashimine
ed600cb9e1 [MISC] Fix typo in README.md (#3379) 2023-09-25 19:22:36 -07:00
Johannes Batzill
b1583e8cec prepare open-source 2023-09-25 19:07:35 -07:00
Johannes Batzill
7d462ce38d [MISC] Adding script for license header generation (#610) 2023-09-26 01:07:31 +00:00