RhodeCode Admin
1a4c2fac2a
deps: bumped rhodecode-tools==4.0.0
2024-10-30 10:54:02 +01:00
RhodeCode Admin
d332e94a02
deps: bumped celery==5.4.0
2024-10-30 10:53:44 +01:00
RhodeCode Admin
9dbc076c28
deps: updated test deps
2024-10-30 10:53:05 +01:00
RhodeCode Admin
6a667624ae
fix(tests): fixed tests for PR celery hooks deamon
2024-10-25 10:34:22 +02:00
Andrii Verbytskyi
89af1f74b3
bug: fixed docs not building by adding release notes to index
2024-11-08 17:38:08 +01:00
Serhii Ilin
c630cf0a60
fix: added release notes. Fixes: RCCE-140
2024-11-07 09:32:01 +02:00
Serhii Ilin
36f01dd3c9
fix: fixed problems on UI in case of long commit messages. Fixes: RCCE-140
2024-11-06 09:36:08 +02:00
RhodeCode Admin
9e9b09f082
fix(emails): fixed white background in email templates
2024-10-24 14:57:31 +02:00
RhodeCode Admin
17f3b8d895
fix(css): distinguish code/pre from #message
2024-10-24 14:55:30 +02:00
RhodeCode Admin
3aec79cd17
fix(styling): fixed white background for markdown block codes
2024-10-24 14:53:47 +02:00
RhodeCode Admin
7d196811c4
feat(redis): added ability to specify a redis key prefix for all cache regions of dogpile that use redis backend
2024-10-23 22:11:27 +02:00
RhodeCode Admin
465e9ede18
fix(mercurial): actually use assert_path instead of always initializing repo object.
...
This makes it consistent with how things work on git and svn sides
2024-10-24 13:25:37 +02:00
RhodeCode Admin
67674fcb3d
fix(caches): actually obey wire cache flag on local method caching
2024-10-23 11:32:20 +02:00
RhodeCode Admin
f096d65f31
caches: improve logging
2024-10-23 11:31:17 +02:00
RhodeCode Admin
c712ce33c0
deps: msgpack==1.1.0
2024-10-22 22:25:31 +02:00
RhodeCode Admin
47a4437420
fix(sqlalchemy): fixed deprecated methods for sqlalchemy
2024-10-22 22:15:46 +02:00
RhodeCode Admin
6cf678911a
fix(tests): fixed more permissions tests
2024-10-22 22:15:23 +02:00
RhodeCode Admin
a019d888c3
fix(tests): fixed few tests
2024-10-22 21:56:30 +02:00
RhodeCode Admin
a36bd6781b
fix(configs): fixed some config bad default setting
2024-10-22 21:56:08 +02:00
RhodeCode Admin
0800cfc3fe
caches: allow force re-init of cache region for re-creating the cache
2024-10-22 12:12:52 +02:00
RhodeCode Admin
b99ad6fb82
core: setuptools, switched from deprecated setup.py to pyproject.toml
2024-10-22 09:11:42 +02:00
RhodeCode Admin
7ac0cc7bce
docs: added 5.3.1 release info
2024-10-21 16:09:52 +02:00
RhodeCode Admin
35a099d995
fix: version, ensure no newlines are present
2024-10-21 15:42:29 +02:00
RhodeCode Admin
7a7a07d0b1
fix(svn): cache path check similar like for git
2024-10-21 14:50:32 +02:00
RhodeCode Admin
aea3e2d9ef
deps: bumped webob==1.8.8
2024-10-21 14:00:17 +02:00
RhodeCode Admin
32e1072f99
deps: bumped gevent and greenlet
2024-10-21 13:59:40 +02:00
RhodeCode Admin
9153c3cd7c
deps: bumped beaker==1.13.0
2024-10-21 13:56:41 +02:00
RhodeCode Admin
61cebd4f25
deps: bumped zope.interface==7.1.0
2024-10-21 13:53:54 +02:00
RhodeCode Admin
ebd0ba9561
release: Bump version 5.3.0 to 5.4.0
2024-10-21 13:51:36 +02:00
RhodeCode Admin
329e0591f4
docs: added 5.3.0 release notes
2024-10-17 18:14:27 +02:00
RhodeCode Admin
e0f498195e
docs: added 5.2.1 release notes
2024-10-16 15:15:05 +02:00
RhodeCode Admin
43efb324b4
chore(code): small code improvements logging & stricter header checks
2024-10-16 09:45:34 +02:00
RhodeCode Admin
5f2285d217
feat(system-info): expose rhodecode config for better visibility of set settings
2024-10-14 08:53:25 +02:00
RhodeCode Admin
a7e6b8d86c
fix(permissions): added a common way to update private flag via repo model
...
- this allows to have a one and only one way to control the flag with the business logic shared
- added test for that
- changed view to use this method instead of DB update and custom permissions flush
- fixed a case when update of repo settings didn't flush permissions actually while it should when private flag changed
2024-10-14 11:07:44 +02:00
RhodeCode Admin
d395289357
fix(permissions): fixed security problem with apply-to-children functionality breaking permissions for private repositories
...
fixes: RCCE-141
2024-10-11 14:41:02 +02:00
RhodeCode Admin
400d24f05f
fix(tests): explicitly disable env_expand for test suite to prevent problems with DB connections during tests
2024-10-11 14:38:37 +02:00
RhodeCode Admin
fbfb5c76ac
release: Bump version 5.2.0 to 5.3.0
2024-10-11 10:47:46 +02:00
Andrii Verbytskyi
3902d75636
chore: fixed release notes for 5.2.0
2024-10-09 15:57:40 +02:00
Andrii Verbytskyi
7e267b5f43
chore: filled release notes for 5.2.0
2024-10-09 15:48:30 +02:00
Andrii Verbytskyi
23115440d0
chore: disabled audit functionality for now
2024-10-09 11:53:51 +02:00
Andrii Verbytskyi
a743a8136b
fix: do not render email if we arent sending email with notification
2024-10-07 10:27:32 +02:00
RhodeCode Admin
d59469e975
fix(vcs-operations): fixed problems with locked repos and with branch permissions reporting, previously it shown error 500 when those cases were handled
2024-10-06 08:41:02 +02:00
RhodeCode Admin
62690f16e4
configs: synced ce/ee configs
2024-10-07 10:23:08 +02:00
RhodeCode Admin
3109df77fa
fix(config): do not set the license import path to default value to not trigger import if this is not explicitly set via .ini file
2024-10-07 10:12:10 +02:00
RhodeCode Admin
4bc763e2d0
fix(license-import): don't crash if license file is not present, and only run this code for EE
2024-10-04 12:54:37 +02:00
RhodeCode Admin
5fc38bda7c
fix(ssl): explicitly disable mercurial web_push ssl flag to prevent from errors about ssl required
2024-10-03 17:06:18 +02:00
Serhii Ilin
0eeee78a52
updated with a latest changes.
2024-10-02 12:22:06 +03:00
Andrii Verbytskyi
d8f740e0fc
fix: fix ajax request route to update client whitelist config
2024-09-30 23:45:29 +02:00
RhodeCode Admin
1e874473bf
fix(vcs): fixed logic bug on skip-vcs detector where it didn't skip properly defined urls
2024-10-01 22:51:12 +02:00
RhodeCode Admin
ca7a00c250
config: bootstrap default configs for license file import
2024-10-01 22:34:13 +02:00