Commit graph

3928 commits

Author SHA1 Message Date
RhodeCode Admin
911e45abd9 fix(routes): added new JS route 2024-01-29 13:47:57 +01:00
RhodeCode Admin
42cb5aabb1 fix(server-info): removed dulwich from update-server-info and added force flag support 2024-01-29 13:19:59 +01:00
RhodeCode Admin
719ae001e0 feat(upgrade): added feature to bulk upgrade hooks from 4.X -> 5.X fixes RCCE-34 2024-01-29 12:15:15 +01:00
Serhii Ilin
174ccfff79 feat(ui): added ability to replace binary file through UI, added related tests. Fixes: RCCE-19 2024-01-25 16:32:51 +02:00
Serhii Ilin
79aeb82ee8 fix(jupyter): adopted to support more formats. Fixes: RCCE-38 2024-01-29 12:23:16 +02:00
Serhii Ilin
02bbc29684 fix(ui): changed default commit message. Fixes: RCCE-36 2024-01-26 13:24:16 +02:00
Serhii Ilin
1d9dd471d3 fix(app): Adjusted accordingly to PR suggestions. Fixes: RCCE-37 2024-01-29 08:56:50 +02:00
Serhii Ilin
e146c08808 fix(app): Added proper encoding to avoid app crashes while downloading files. Fixes: RCCE-37 2024-01-26 16:45:54 +02:00
Serhii Ilin
6192f14c32 feat(metric): added new metric calculation. Fixes: RCCE-5 2024-01-17 17:19:42 +02:00
RhodeCode Admin
6437db69cd fix(validators): fixed improved error message on user group validators 2024-01-15 14:33:34 +01:00
RhodeCode Admin
49911056f3 fix(permission-flush): use delete method for permission cache invalidation as it's multi-process safe.
Fixes RCCE-23
2024-01-12 15:25:27 +01:00
Serhii Ilin
f1a4e5b08f fix(jupyter): added handling of v3 format issues. Fixes RCCE-30 2024-01-12 13:22:42 +02:00
Serhii Ilin
15bf624134 fix(test): fixed test and pull api endpoint. Fixes: RCCE-29 2024-01-11 18:05:51 +02:00
Serhii Ilin
9174592ab3 fix(jupyter): fixed bug. Fixes: RCCE-26 2024-01-10 15:39:05 +02:00
RhodeCode Admin
4419c4a9f7 feat(ui): improve submodule rendering 2024-01-10 11:24:41 +01:00
RhodeCode Admin
2b92d7fa48 fix(submodules): fixed an error if reaching out submodule path.
- small UI fixes
- cleanups of submodule code
2024-01-10 11:22:57 +01:00
RhodeCode Admin
86f20fdf18 chore(http-client): small refactor and use fstrings 2024-01-10 09:39:17 +01:00
Serhii Ilin
6d73c8da73 fix(jupyter): Catching validation error in order to avoid app crash ic case of formatting issues. Fixes: RCCE-26 2024-01-10 11:52:49 +02:00
Serhii Ilin
843367a511 fix(LFS): added git lfs push --all <GIT-URL> option's related changes. 2024-01-09 17:32:34 +02:00
RhodeCode Admin
17e93a0136 fix(pyroutes): fixed generated JS routes for EE 2024-01-09 13:11:01 +01:00
Serhii Ilin
840ea1daef fix(LFS): fixed pull_changes method to support a new (sync_large_objects) flag, updated all parts that will use a new flag. Fixes: RCCE-8 2024-01-08 14:22:04 +02:00
RhodeCode Admin
8048eb5a1e fix(changeset): fixed incosistent behaviour of rendering gravatars in commit view. Fixes RCCE-25 2024-01-05 21:07:35 +01:00
RhodeCode Admin
96ccf8cc71 chore(code-formatting): use f-string 2024-01-03 15:33:40 +01:00
RhodeCode Admin
9f37558774 fix(git): fixed strip command to always require a valid branch name for git.
unless specific branch is given git strip doesn't really work fine
2024-01-02 16:43:17 +01:00
Serhii Ilin
31fa9ea6e4 fix(jupiter): sanitizing rendering (HTML) of jupyter notebooks, upgraded bleach version. Fixes RCCE-15, RCCE-14 2023-12-29 14:11:29 +02:00
RhodeCode Admin
f58c9733d4 fix(repo): fixed empty config case 2023-12-28 15:25:35 +01:00
RhodeCode Admin
45ebc7cca3 fix(mercurial): dropped support for depreacted hgsubversion fixes RCCE-12 2023-12-28 15:09:26 +01:00
Serhii Ilin
16872b03e1 fix(jupyter): fixing rendering of legacy jupyter notebooks. Fixes|References: RCCE-10 2023-12-28 13:17:30 +02:00
RhodeCode Admin
465599f03f feat(archives): archive download links uses rel="nofollow" attribute to stop bots from indexing it. 2023-12-27 10:47:24 +01:00
RhodeCode Admin
2512b8b91a fix(celery): fixed celery logging error about the missing keys for ini options 2023-12-21 17:05:44 +01:00
RhodeCode Admin
1f4420a3d8 fix(celery): setup statsd on celery 2023-12-21 10:15:16 +01:00
RhodeCode Admin
ef6ae48f2a fix(permissions): use consent cache purge when creating repos, similar as groups and repo groups 2023-12-20 12:55:03 +01:00
RhodeCode Admin
bc67143575 fix(gists): fixed bytes content returned in edit/copy content items§ 2023-12-18 09:16:24 +01:00
RhodeCode Admin
d60f55ad06 build(checks): added check file script used for building images 2023-12-15 14:20:41 +01:00
RhodeCode Admin
2f7467e347 fix(git): fixed issues with gzip detection for git protocol 2023-12-15 09:46:38 +01:00
RhodeCode Admin
2557f18da5 fix(usage): remove print as it leaks to various other outputs like git stdout 2023-12-15 09:46:05 +01:00
RhodeCode Admin
0147afa4ff fix(svn): fixed svn ssl support compatability. Fixes #5711
the header downgrade can be eanbled by default as it works on ssl and non ssl.
Make configuration much easier
2023-12-08 14:05:32 +01:00
RhodeCode Admin
b3bb2a910e chore(tests): fixed flaky test 2023-12-05 10:52:24 +01:00
RhodeCode Admin
3e56667625 chore(tests): fixed some broken bad tests 2023-12-05 10:23:45 +01:00
RhodeCode Admin
aae5984782 fix(svn): fixed svn tests and pass-in the Auth headers back to the svn server 2023-12-05 10:01:09 +01:00
RhodeCode Admin
0435bd0e5a fix(deprecations): fixed sqlalchemy warning about non-cachable JsonObject 2023-12-05 10:00:37 +01:00
RhodeCode Admin
2b56f40d23 chore(tests): mark xfail for test that current we don't know why dont work 2023-12-02 08:55:50 +01:00
RhodeCode Admin
83486ed285 fix(comments): fixed outdated comments logic broken by latest changes 2023-12-01 20:52:11 +01:00
RhodeCode Admin
7f75e4e70e fix(tests): fixed svn tests that now require request method 2023-12-01 20:51:56 +01:00
RhodeCode Admin
908be75d8a tests(fix): fixed git tests for new head branches 2023-12-01 10:41:55 +01:00
RhodeCode Admin
0701d1fca5 tests(bad-data): fixed some pre python3 tests that no longer work exactly the same 2023-12-01 10:17:58 +01:00
RhodeCode Admin
a507c058d8 feat(git/svn): remove filesystem modifications from git/svn calls. When sharding comes in place we can't do this.
- This code was moved back to the vcsserver logic now
2023-12-01 10:18:51 +01:00
RhodeCode Admin
25c079d921 feat(svn): improvements to handle SVN protocol 1.4 features
- added support to actually allow HEAD type calls
- support HEAD / DELETE calls properly with new requets
- use request session for performance optimization on making a lot of calls.
2023-12-01 09:48:28 +01:00
RhodeCode Admin
3cb072893c fix(pull-requests): fixes for rendering comments 2023-11-28 16:31:41 +01:00
RhodeCode Admin
f5a73506ea fix(users): fixed password mismatch error message beeing wrongly displayed when creating new users 2023-11-28 10:01:01 +01:00