Serhii Ilin
59e99e4368
feat(branch removal trough UI): Added ability to remove branches trough UI from git and hg repositories. Fixes: RCCE-75
2024-06-07 12:28:04 +03:00
RhodeCode Admin
3d0e81968b
feat(disk-cache): use fsync to force flush changes on NFS, and use retry mechanism to archive caches...
2024-06-10 17:01:42 +02:00
RhodeCode Admin
164d313bea
feat(archive-cache): added retry mechanism, and some code cleanups
2024-06-09 22:01:19 +02:00
RhodeCode Admin
f642c7aebf
feat(archive-cache): re-calculate size better if we miss it in stats
2024-06-06 19:50:31 +02:00
RhodeCode Admin
4ce101104b
feat(archive-cache): added logging and relative imports
2024-06-06 16:54:19 +02:00
RhodeCode Admin
fd5f035c74
feat(archive-cache): implemented eviction policy logic
2024-06-06 14:48:07 +02:00
RhodeCode Admin
308a5029a1
feat(archive-cache): implement more usage stats for later easier evictions
2024-06-06 14:43:26 +02:00
RhodeCode Admin
a98ae47e79
feat(system-info): properly report storage stats after diskcache removal
2024-06-05 16:27:54 +02:00
RhodeCode Admin
39bed20bcb
feat(disk-cache): rewrite diskcache backend to be k8s and NFS safe.
...
- no longer depend on diskcache
- use simpler version with Redis lock, and filesystem storage
- fixes RCCE-78
2024-06-05 12:32:12 +02:00
RhodeCode Admin
0eaacd34a0
makefiles: synced makefiles
2024-06-04 17:19:57 +02:00
Andrii Verbytskyi
5617fc5143
chore: release notes for 5.0.2
2024-05-29 12:22:40 +02:00
Andrii Verbytskyi
3aec75e4bf
chore: release notes for 5.0.2
2024-05-29 12:21:43 +02:00
RhodeCode Admin
64f674caf5
make: synced makefiles
2024-05-29 09:54:27 +02:00
RhodeCode Admin
4462f85332
fix(configs): removed waitress as a default runner for web service on development.
...
One of the big issues discovered receantly was due to waitress vs gunicorn differences on handling
requests. Since gunicorn has a nice dev mode with code reloader we should use it as a default runner so
we can avoid such issues in the past where dev setup runned different workers than production.
2024-05-29 09:47:57 +02:00
RhodeCode Admin
1f3e46703e
fix(docs): fixed order of release notes
2024-05-29 09:37:55 +02:00
RhodeCode Admin
a3c59849da
config: synced test ini changes with latest configs
2024-05-23 15:08:19 +02:00
RhodeCode Admin
83ac36f14a
docs: fixed missing toctree for 5.0.1
2024-05-23 13:50:38 +02:00
RhodeCode Admin
793ec386f8
fix(celery): don't use msgpack serializer due to problems with certain data types
2024-05-20 11:03:42 +02:00
RhodeCode Admin
4142212937
docs: added 5.0.1 entry
2024-05-22 15:37:11 +02:00
RhodeCode Admin
112de0ec6d
makefile: allow starting gunicorn with workers=N command
2024-05-22 15:36:20 +02:00
RhodeCode Admin
29de931a2e
fix(celery): signal startup failure with sys.exit to recycle celery worker on errors
2024-05-22 15:35:24 +02:00
RhodeCode Admin
f3e09a5995
docs(changelog): added 5.0.1 changelog items
2024-05-20 11:14:50 +02:00
RhodeCode Admin
0f0d045b9b
configs: update .ini files
2024-05-20 10:01:35 +02:00
RhodeCode Admin
8c207d7cde
chore(debug): improved logging for simplesvn
2024-05-20 09:00:12 +02:00
Serhii Ilin
f0066be1ff
fix(forced 2fa): fixed forced 2fa functionality. Fixes: RCCE-68
2024-05-16 16:01:22 +03:00
Serhii Ilin
d069311e52
feat(2fa): added 2fa for more auth plugins and moved 2fa forced functionality to ee edition. Fixes: RCCE-68
2024-05-13 16:24:31 +03:00
RhodeCode Admin
aea08fa1b2
docs: added missing release notes files
2024-05-15 10:23:32 +02:00
RhodeCode Admin
16f04fd3ed
fix(svn-configs): cleanup code and fixed generate config on repo settings page which should not be visible
2024-05-13 12:32:37 +02:00
RhodeCode Admin
32f96b1ae9
feat(svn): re-enable manual generation of SVN config that was removed when we moved svn path config to .ini files
...
- This still allows to trigger the config creation
- covers some edge cases on a need ro rre-create the svn configs
2024-05-13 08:24:49 +02:00
RhodeCode Admin
d05187a20c
fix(deps): fixed paste removal, we'\''re not ready to do that yet...
2024-05-09 11:34:26 +02:00
RhodeCode Admin
8c10af342e
fix(permissions): fixed missing tempita lib
2024-05-09 08:34:33 +02:00
RhodeCode Admin
590bbea4e3
tests: updated test ini and configs for setting custom ini files
2024-05-08 13:27:19 +02:00
RhodeCode Admin
bfae657d27
chore(deps): bumped zope.interface lib
2024-05-07 15:53:57 +02:00
RhodeCode Admin
e24f08dba3
chore(deps): bumped redis lib
2024-05-07 15:53:39 +02:00
RhodeCode Admin
96822f93f1
chore(deps): bumped cachetools
2024-05-07 15:53:20 +02:00
RhodeCode Admin
9bd31d36b1
chore(deps): bumped pyramid-debugtoolbar
2024-05-07 15:52:54 +02:00
RhodeCode Admin
6db6ef44a6
feat(deps): remove deprecated and unmaintained paste and pastescripts
2024-05-07 12:32:09 +02:00
Andrii Verbytskyi
338376372c
fixed permissions for pip cache folder
2024-05-08 13:08:59 +02:00
RhodeCode Admin
6fdf901688
core(deps): bumped orjson to 3.10.3
2024-05-07 00:40:08 +02:00
RhodeCode Admin
a8ed69b19e
core(deps): bumped paste deps
2024-05-07 00:34:32 +02:00
RhodeCode Admin
3e3feaa08f
core(deps): bumped dogpile.cache to 1.3.3
2024-05-07 00:34:18 +02:00
RhodeCode Admin
960d6c5218
fix(encryption): don't be strict on enc format when no enc headers are missing.
...
This fixes problem with migration of OLD unencrypted DBs into a encryption format
2024-05-06 14:54:21 +02:00
RhodeCode Admin
a970700222
feat(locks): added no-blocking option for redis blocks
2024-04-26 12:07:06 +02:00
RhodeCode Admin
695fc88813
feat(cache): disable cache before using d_cache call to skip init of dcache on no-cached calls
2024-04-26 12:06:48 +02:00
RhodeCode Admin
85ed19f363
fix(2fa): fixed tests to use mock instead of global value which causes some other tests to fail
2024-04-25 11:40:13 +02:00
RhodeCode Admin
45e456bdf0
fix(2fa): fixed various typos
2024-04-25 10:58:47 +02:00
RhodeCode Admin
6b466e15b1
fix(encryption): rely on default config based strict mode if not explicitly given into function params
2024-04-25 10:56:23 +02:00
RhodeCode Admin
6b1730f325
fix(2fa): fixed typo from refactor
2024-04-24 18:07:14 +02:00
RhodeCode Admin
922adcf2e7
chore(2fa): refactor some attributes for users
2024-04-24 18:06:20 +02:00
RhodeCode Admin
aad99df521
feat(2fa): updated and UI fixes
...
- configure 2fa
- setup 2fa
- various small improvements
2024-04-24 15:22:16 +02:00