Commit graph

5213 commits

Author SHA1 Message Date
RhodeCode Admin
3f6a53ec6b dev(dev-shell): improvements to dev shell env 2023-12-01 09:29:00 +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
RhodeCode Admin
470e35909c dev(makefile): added sh shortcut for faster launch of dev env and shell 2023-11-28 09:41:32 +01:00
RhodeCode Admin
4c02bc9a0f fix(channelstream): fixed history writing 2023-11-24 14:11:35 +01:00
RhodeCode Admin
2033612a4e fix(svn): fix the problems of reading txn_id when used gunicorn/waitress + traefik/no-traefik combinations 2023-11-24 10:32:00 +01:00
RhodeCode Admin
234a3dd25f chore(deps): fixed sqlalchemy dep 2023-11-23 10:36:25 +01:00
RhodeCode Admin
2a1526e18e build(deps): bumped orjson==3.9.10 2023-11-23 10:36:20 +01:00
RhodeCode Admin
ceb4695d38 build(deps): bumped pastedeploy==3.1.0 2023-11-23 10:35:48 +01:00
RhodeCode Admin
2eb60718c6 build(deps): bumped greenlet==3.0.1 2023-11-23 10:35:27 +01:00
RhodeCode Admin
8564666a75 build(deps): bumped sqlalchemy==1.4.50 2023-11-23 10:34:49 +01:00
RhodeCode Admin
229545e088 build(deps): bumped alembic==1.12.1 2023-11-23 10:34:30 +01:00
RhodeCode Admin
9888a57f32 chore(warnings): fixed sqlalchemy warning for use of cases syntax 2023-11-23 10:20:07 +01:00
RhodeCode Admin
4162cecdee fix(svn): fixed txn_id extraction from the data buffer.
- This buffer is always BYTES
- use new python3 getvalue that can get the data and not exhaust the iterator
- fixes # 5707
2023-11-23 10:19:44 +01:00
RhodeCode Admin
8a480af3c1 fix(tests): fixed the creation of non-linear commits creation in tests
- This addresses and makes a fix for #5706
2023-11-23 09:41:19 +01:00
RhodeCode Admin
3d6f5a067e chore(code-cleanups): small fixes for readability 2023-11-23 09:38:12 +01:00
RhodeCode Admin
5c1eba122d chore(code-cleanups): fixed spelling on variable 2023-11-23 09:36:54 +01:00
RhodeCode Admin
1627e95c7d docs(build): custom docker image to build docs 2023-11-23 09:36:25 +01:00
RhodeCode Admin
5ef431b3af dev(shell): make the shell use zshrc and better autocomplete 2023-11-23 09:36:07 +01:00
RhodeCode Admin
42606f970b feat(docs): new docs build logic
- remove nix
- use docker container
- install latest google analytics
2023-11-17 10:46:07 +01:00
RhodeCode Admin
95a81d966d fix(apps): fixed readme generator from async to sync runner.
This caused some issues with threadlocals, this isn't safe to use at this moment and was a regression
2023-11-16 08:10:20 +01:00
RhodeCode Admin
30953604b1 dev(makefile): added dev shell prompt 2023-11-07 09:42:22 +01:00
RhodeCode Admin
ce10169caa chore(tests): add more flexibility to where we want to print mustcontain output for testing response 2023-11-07 09:40:37 +01:00
RhodeCode Admin
d7670b4e0c fix(tests): fixed vcs tests after changes to how headers are passed in VCS calls 2023-11-06 15:34:29 +01:00
RhodeCode Admin
9ed71a170e chore(mercurial): Fixed usage of str in generation of mercurial configs, and fixed largefiles call 2023-11-06 13:50:58 +01:00
RhodeCode Admin
ee69f81c74 chore(regex): properly escape \d used in regexes 2023-11-06 11:24:42 +01:00
RhodeCode Admin
55a2a5ab18 fix(permissions): Invalidate cache on changing the default permissions
In case of change of global permissions the logic there can change the scope of permissions so much that we need to run a full permissions flush. This fixes #5700, and fixes #5701
2023-11-06 11:08:04 +01:00
RhodeCode Admin
5ba93a980e config: set default file-based sessions if not specified. This will prevent memory session to kick-in 2023-10-23 21:59:14 +02:00
RhodeCode Admin
bb885cd61e svn: fixed svn detection test 2023-10-23 21:58:36 +02:00
RhodeCode Admin
a713c72836 configs: mention not to use memory sessions 2023-10-23 21:58:25 +02:00
RhodeCode Admin
cc29a8fc01 deps: bumped libraries for compat of python3.11
fixes #5691
2023-10-20 12:19:10 +02:00
RhodeCode Admin
33443e229e makefile: added some helpers 2023-10-20 11:49:45 +02:00
RhodeCode Admin
b3ef7ac244 lint: use null() to compare to == None for linters to be happy 2023-10-13 13:58:26 +02:00
RhodeCode Admin
d15df16e43 svn: fixed test 2023-10-10 04:49:33 +02:00
RhodeCode Admin
00bce73f62 code: import fix/pep8 2023-10-09 12:45:35 +02:00
RhodeCode Admin
dd312df5a1 tests: fixed merge tests cases 2023-10-09 12:45:15 +02:00
RhodeCode Admin
02b7fd344c makefile: added ruff check 2023-10-09 12:44:25 +02:00
RhodeCode Admin
0617a70667 testing: fixed test routes 2023-10-05 21:24:21 +02:00
RhodeCode Admin
6339fa0902 configs: improve gunicor config on worker_recycle logic 2023-10-05 21:24:10 +02:00
RhodeCode Admin
6e5314f631 tests: refactor code to use a single test url generator 2023-10-04 19:36:19 +02:00
RhodeCode Admin
28f89c682d deps: bumped few libraries to latest versions 2023-10-04 19:36:08 +02:00
RhodeCode Admin
897bb21611 deps: bumped some libraries 2023-10-02 12:07:11 +02:00
RhodeCode Admin
57a99ba18f pull-requests: added commit flow into pr listing tables 2023-09-28 21:46:42 +02:00
RhodeCode Admin
a172362b8a slack: fixed celery serialization breaking slack_data dataclass 2023-09-05 11:52:45 +02:00
RhodeCode Admin
e56ec0a352 tests: fixed stream test chunking that returned wrongly str not bytes 2023-08-29 16:52:31 +02:00
RhodeCode Admin
2d8991f833 tests: fixed simplevcs tests 2023-08-29 16:36:23 +02:00
RhodeCode Admin
c7bab12d1b dbmigrate: fixed migration problems 2023-08-29 15:29:48 +02:00
RhodeCode Admin
7409eccb7e dbmigrate: sync with latest ver 2023-08-29 10:10:21 +02:00
RhodeCode Admin
1222be1283 engine: use new visitor-callable from latest version 2023-08-29 10:12:07 +02:00
RhodeCode Admin
378a25a911 dbmigrate: python3 fixes 2023-08-29 10:09:10 +02:00