RhodeCode Admin
ee4ac9d7b0
tests: move conftests to top level for better pytest test collection
2023-05-11 11:58:21 +02:00
RhodeCode Admin
7fc6a0e0fd
tweens: use explicit position of measuring tween
2023-05-11 11:54:54 +02:00
RhodeCode Admin
f04c86e6d3
deps: make dev-env build faster and bump all libs to latest versions
2023-05-11 11:54:16 +02:00
RhodeCode Admin
f88230f4c7
ext-json: fixed tests and made the lib more consistent with orjson vs simplejson
2023-03-31 13:17:33 +02:00
RhodeCode Admin
6d4e8a6f73
ui: owner icon is consistent width for better user experience
2023-03-29 14:00:23 +02:00
RhodeCode Admin
d5b64dd610
db-models: use consistent __str__ for all models, removed safe_unicode calls
2023-03-28 10:50:10 +02:00
RhodeCode Admin
061c3d3f5e
caches: cleanup code
...
- emails from cache should skip default user as that user does not have extra emails
2023-03-28 10:33:16 +02:00
RhodeCode Admin
0c2d385eb8
web-app: environ should have any ints inside
2023-03-28 10:27:44 +02:00
RhodeCode Admin
5160daf437
lru-cache: fixed iterators on python3
2023-03-28 10:27:10 +02:00
RhodeCode Admin
96212e07f9
encrypt: fixed bad imports on older schema models
2023-03-28 10:24:39 +02:00
RhodeCode Admin
838bee0e08
ui: small tweeks for ssh default action (added button) and text on user user group
2023-03-28 10:23:54 +02:00
RhodeCode Admin
2526f729ef
files: don't use safe_unicode calls
2023-03-28 10:23:09 +02:00
RhodeCode Admin
9f12808488
channelstream: python3 fixes
2023-03-28 10:22:23 +02:00
RhodeCode Admin
d7615d96b6
file-store: remove deprecated PathLib2
2023-03-28 10:21:55 +02:00
RhodeCode Admin
047254866b
api: fixes and changes to always return content type in API
...
- few tweeks here and there
2023-03-28 10:21:23 +02:00
RhodeCode Admin
745c3af99f
caches: use new sqlalchemy 1.4 caching query approach
2023-03-28 10:20:08 +02:00
RhodeCode Admin
05e6a99173
logging: removed log.warning calls
2023-03-27 21:47:18 +02:00
RhodeCode Admin
4f83fd9bce
rhodecode: __init__.py package cleanups for unused code
2023-03-27 21:46:01 +02:00
RhodeCode Admin
42e4d2d45b
middleware: use timing for complete stack call
2023-03-27 21:45:38 +02:00
RhodeCode Admin
f7db8ef833
gists: fixes for tests and cleanup code that is now handled by the form deserializer
2023-03-27 21:45:11 +02:00
RhodeCode Admin
70326fd4cb
encryption: unified and rewrote encryption modules to be consistent no matter what algo is used.
...
- few python3 fixes as well
2023-03-27 21:44:36 +02:00
RhodeCode Admin
dd0b0f490c
tests: multiple tests cases fixes for python3
2023-03-27 21:42:58 +02:00
RhodeCode Admin
9469fdd4ed
tests: removed use of unicode() calls
2023-03-27 21:40:40 +02:00
RhodeCode Admin
37451db5b4
tests: write proper bytes for test ini
2023-03-27 21:39:33 +02:00
RhodeCode Admin
79c015b886
requirements: added docutils-stub for better type hints
2023-03-27 21:37:11 +02:00
RhodeCode Admin
a4fe5dd06d
pytest: report vcsserver failures always
2023-03-24 12:30:19 +01:00
RhodeCode Admin
9e0f0a6155
str_utils: added common non-ascii replacer
2023-03-24 09:43:27 +01:00
RhodeCode Admin
9b31e39f4a
dbmigrate: 2to3 pass with fixes
2023-03-24 09:41:51 +01:00
RhodeCode Admin
e571da1e5d
tests: conftests needs to be in the root of package for proper test collection
2023-03-24 09:40:24 +01:00
RhodeCode Admin
e1d1da53b9
pytest: restructure fixtures/plugins to fix problems with pkg_resources and Can't perform this operation for unregistered loader type errors.
...
- seems the latest pytest breaks older packages relying on pkg_resources when defining a entrypoints plugins
- change the way we register plugins to be local only, this is what we need anyway
2023-03-21 12:24:16 +01:00
RhodeCode Admin
38d873cd45
rccache: refactor and update code to support latest dogpile code changes (mostly on custom serializers)
2023-03-20 22:07:42 +01:00
RhodeCode Admin
ef0ba75598
system-info: refactor func_name to prevent refactor
2023-03-20 21:23:48 +01:00
RhodeCode Admin
5a5d9a159a
system-info: fixed iterators
2023-03-20 21:22:34 +01:00
RhodeCode Admin
b6776fbf3b
system-info: fixed calls to get locales on python3
2023-03-20 21:20:17 +01:00
RhodeCode Admin
826b3bef8d
templates: use safe md5 for str template rendering
2023-03-20 21:18:00 +01:00
RhodeCode Admin
202b70bf48
tests: added more tests into initials generator
2023-03-20 21:16:37 +01:00
RhodeCode Admin
647974ef1a
paginator: small fixes to code
2023-03-20 21:16:03 +01:00
RhodeCode Admin
7de5d39e35
core: dropped unused compat module of rhodecode
2023-03-20 21:05:02 +01:00
RhodeCode Admin
a53d42117a
ui: links to tags/branches/bookmarks render that in a context of summary page for better navigation.
2023-03-20 21:04:33 +01:00
RhodeCode Admin
a58593dbcb
tests: fixed starting of customized gunicorn with a explicit --bind call
2023-03-20 21:01:14 +01:00
RhodeCode Admin
e3aeb973eb
core: dropped usage of configobj entirely
2023-03-20 21:00:26 +01:00
RhodeCode Admin
acbe2b54a6
json: fixed calls to json after orjson implementation
2023-03-20 20:58:57 +01:00
RhodeCode Admin
34af9cfa2f
python3: fixed various code issues
...
- iterators
- use of u''
2023-03-20 20:51:25 +01:00
RhodeCode Admin
7556b374d5
deps: replaced simplejson with much faster orjson implementation
2023-03-20 20:33:56 +01:00
RhodeCode Admin
bfdcb17dff
configs: remove convert unicode which is deprecated
2023-03-20 20:02:35 +01:00
RhodeCode Admin
2481371b8b
action-parser: fixed filter call
2023-03-20 19:49:34 +01:00
RhodeCode Admin
41829bab5f
channelstream: don't use json.dump, and replace it with dumps
2023-03-20 10:20:15 +01:00
RhodeCode Admin
6ca1d8985b
deps: dropped pathlib2 and configobj that are python2 need only
2023-03-17 14:07:36 +01:00
RhodeCode Admin
296a407411
makefile: fixed installing vcsserver for tests
2023-03-17 14:07:14 +01:00
RhodeCode Admin
41a62fc572
communication: use unpack without bytes
2023-03-10 12:32:52 +01:00