Commit graph

5089 commits

Author SHA1 Message Date
RhodeCode Admin
42301154fc copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
RhodeCode Admin
bf561e5914 tests: fixed all tests for python3 BIG changes 2023-07-18 11:46:31 +02:00
RhodeCode Admin
1627525cb1 apps: base app fixes for python3 2023-07-18 11:45:54 +02:00
RhodeCode Admin
bed5b744d4 libs: major refactor for python3 2023-07-18 11:45:33 +02:00
RhodeCode Admin
228b1ac56f helpers: python3 port 2023-07-18 11:45:18 +02:00
RhodeCode Admin
a27b4bd0a0 diffs: python3 port 2023-07-18 11:44:44 +02:00
RhodeCode Admin
cf44a5cb75 middlewares: all porting for python3 2023-07-18 11:44:32 +02:00
RhodeCode Admin
45554873b3 hooks: new hook support for python3 2023-07-18 11:44:17 +02:00
RhodeCode Admin
b28d8c3698 auth: auth code changes for python3 2023-07-18 11:44:01 +02:00
RhodeCode Admin
12e9cdc96a libs: new markdown rendereres for python3 2023-07-18 11:43:49 +02:00
RhodeCode Admin
a637b39cbf rc-commands: python3 port 2023-07-18 11:43:31 +02:00
RhodeCode Admin
4b95e6f0c6 lib-request: ported to python3 2023-07-18 11:43:09 +02:00
RhodeCode Admin
ff41e3487b utils: ported to python3 and new app 2023-07-18 11:42:39 +02:00
RhodeCode Admin
2c5e0a909c vcs-support: bulk of changes for python3 2023-07-18 11:42:17 +02:00
RhodeCode Admin
3fdca0d681 vcs-lib: bulk of changes for python3 support 2023-07-18 11:41:47 +02:00
RhodeCode Admin
59457072f4 libs: ext_json improvements for orjson support 2023-07-18 11:40:47 +02:00
RhodeCode Admin
c231b4c990 apps: various fixes and improvements for python3 2023-07-18 11:39:51 +02:00
RhodeCode Admin
c1e6b72cf9 models: update db.py with major changes for python3 2023-07-18 11:31:32 +02:00
RhodeCode Admin
175640c7d0 models: major update for python3,
- imports fixes
- str vs unicode fixes
- found issues with logic on tests runs
2023-07-18 11:31:01 +02:00
RhodeCode Admin
d915b8e9dc models: new sqlalchemy logic and encryption setup for python3 2023-07-18 11:29:44 +02:00
RhodeCode Admin
c474577dd0 events: reduce usage of threadglobals in global imports for gevent 2023-07-18 11:28:33 +02:00
RhodeCode Admin
90f49ed2ad caches: new updated rc_cache with archive cache module and python3 changes 2023-07-18 11:27:55 +02:00
RhodeCode Admin
1c4ab515f7 validators/schemas: python3 fixes str vs unicode and few test breaking fixes 2023-07-18 11:18:37 +02:00
RhodeCode Admin
abbc465e47 core: multiple fixes to unicode vs str usage
- python3 fixes
- import fixes
- list vs iterators
2023-07-18 11:17:17 +02:00
RhodeCode Admin
1f5a8fe199 integrations: fixed code for python3 2023-07-18 11:06:55 +02:00
RhodeCode Admin
c2374e21e3 integrations: remoed utf8 markers 2023-07-18 11:06:37 +02:00
RhodeCode Admin
c59d44237d subscribers: optimized used of threadglobals and fix python3 compat 2023-07-18 11:04:35 +02:00
RhodeCode Admin
1ad7107b99 requirements: updated project requirements to final set 2023-07-18 11:03:18 +02:00
RhodeCode Admin
198e5b39b2 configs: refactor and updated for python3 migrations 2023-07-18 11:02:32 +02:00
RhodeCode Admin
e05e38474b env: expose default base dir into env on app start 2023-07-18 11:02:03 +02:00
RhodeCode Admin
cf125256a4 configs: removed utf8 markers 2023-07-18 11:01:46 +02:00
RhodeCode Admin
2ff61d5c42 authentication: fixed for python3 migrations 2023-07-18 11:00:47 +02:00
RhodeCode Admin
d985e2f96c authentications: remove utf8 markers 2023-07-18 11:00:05 +02:00
RhodeCode Admin
9c37eeebb1 models: removed utf8 markers 2023-07-18 10:59:21 +02:00
RhodeCode Admin
5357fb11f2 libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
RhodeCode Admin
006cbc84e0 apps: removed utf8 marker 2023-07-18 10:20:56 +02:00
RhodeCode Admin
9aaff84eee .hgignore: added ruff cache 2023-07-18 09:52:34 +02:00
RhodeCode Admin
79cdd92616 docs: python3 fixes 2023-07-18 09:52:05 +02:00
RhodeCode Admin
76daee5cd6 configs: updated with new options and settings for python3 2023-07-18 09:51:33 +02:00
RhodeCode Admin
92610d5645 tweens: removed utf8 marker 2023-07-18 09:45:45 +02:00
RhodeCode Admin
e564ec9b32 api: make all tests for API pass 2023-07-18 09:45:22 +02:00
RhodeCode Admin
458caff188 api: code fixes / cleanups for python3 2023-07-18 09:45:03 +02:00
RhodeCode Admin
932eb1d5c1 templates: few small UI fixes 2023-07-18 09:43:16 +02:00
RhodeCode Admin
61376a296a templates: pass in request where possible to avoid threadglobals 2023-07-18 09:43:05 +02:00
RhodeCode Admin
bd0ca52ef4 templates: use string content when possible 2023-07-18 09:42:29 +02:00
RhodeCode Admin
515377a7d0 translations: fixed code for python3 and gevent imports of threadglobals 2023-07-18 09:41:28 +02:00
RhodeCode Admin
c86b6915f1 dbmigrate: python3 changes
- removed utf8 marker
- syntax fixes
2023-07-18 09:40:40 +02:00
RhodeCode Admin
6db5a493b6 vendor: python3 fixes 2023-07-17 15:03:28 +02:00
RhodeCode Admin
87dc66d2db vendor-libs: synced authomatic code with latest changes 2023-07-17 15:03:15 +02:00
RhodeCode Admin
dc2b299dcc templates: use better variables names in loading ajax data 2023-07-17 15:02:27 +02:00