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
RhodeCode Admin
0d4b65e34f
dbmigrate: remove six
2023-08-29 09:59:31 +02:00
RhodeCode Admin
d59ee724df
dbmigrate: fix python3 metaclasses error
2023-08-29 08:50:19 +02:00
RhodeCode Admin
9027c4ea11
migration: removed deprecated mapper_args attributes that cause migration to break
2023-08-29 08:47:33 +02:00
RhodeCode Admin
4a6981b783
deps: bumped dependecies
2023-08-28 20:59:49 +02:00
RhodeCode Admin
c3e9673c86
strip: fix backup command args
2023-08-28 20:59:37 +02:00
RhodeCode Admin
148d5f8463
sessions: fixed more problems with redis sessions cleanup errors
2023-08-28 20:59:22 +02:00
RhodeCode Admin
69428fe244
svn: fixed svn operations
2023-08-28 18:30:21 +02:00
RhodeCode Admin
f3a9d5faea
tests: fixed scm tests
2023-08-28 14:25:01 +02:00
RhodeCode Admin
8235aaf181
tests: fix import
2023-08-28 10:56:36 +02:00
RhodeCode Admin
2f6649d083
tests: fix httpbin port, within a container we use internal docker network so port is not exposed, we should call httpbin directly
2023-08-28 10:07:10 +02:00
RhodeCode Admin
4b9bf78fc5
helpers: fix tests and tag replacers
2023-08-25 16:06:54 +02:00
RhodeCode Admin
d35897dfcc
tests: fixed some git tests for lfs modules
2023-08-25 14:47:04 +02:00
RhodeCode Admin
d886335b3e
tests: fixed tests for archivals
2023-08-25 14:33:35 +02:00
RhodeCode Admin
e278d7d3ad
code: fixes to escape characters improperly used
2023-08-25 14:20:05 +02:00
RhodeCode Admin
920327d224
prompts: fixed input() calls for python3
2023-08-25 12:51:20 +02:00
RhodeCode Admin
3424f9c3fc
exc-tracking: fixed API calls with new exceptions store engine
2023-08-25 12:50:30 +02:00
RhodeCode Admin
c9fb929365
config: small gunicorn config fix
2023-08-25 12:49:39 +02:00
RhodeCode Admin
518936723b
tests: fixup the config stubs
2023-08-23 13:42:49 +02:00