Commit graph

139 commits

Author SHA1 Message Date
ievgenii vdovenko
c4db0d33e5 feature: simplify code 2025-12-29 15:03:13 +01:00
ievgenii vdovenko
746c5b4699 feature: initial implementation of qoutas for a user, repo count part 2025-12-29 15:03:10 +01:00
RhodeCode Admin
e9a3cf8c29 fix(celery): fixed issue with repo creation tasks that could hide exceptions 2025-12-26 21:42:03 +01:00
RhodeCode Admin
cd01bbbddd feat(repo-creation): added svn bootstrap, and improved repo creation validation
Also added refined UI, ability to pre-validate repo names

fold: repo create

fold repo creation

foldz

feat(repo-creation): added svn bootstrap, and improved repo creation validation

Also added refined UI, ability to pre-validate repo names

fold: repo create

fold repo creation

foldz

fold
2025-12-26 21:42:03 +01:00
RhodeCode Admin
ee52770fff feature(repo): added ability to bootstrap repositories on creation 2025-12-26 21:42:02 +01:00
RhodeCode Admin
102205ec73 feature(scm): added multibranch support for git and mercurial 2025-12-21 08:27:16 +01:00
RhodeCode Admin
9780721347 core: ruff format 2025-11-28 11:35:34 +01:00
ievgenii.v
bbe3cafd64 feature: apply configs via config maker 2025-11-01 09:59:24 +02:00
ievgenii vdovenko
c255a3aef6 feature: implements deduplication mechanist for celery messages 2025-11-01 09:59:22 +02:00
ievgenii.v
33ca7503ed feature: apply configs via config maker 2025-11-01 09:58:47 +02:00
ievgenii vdovenko
9555056af7 feature: implements deduplication mechanist for celery messages 2025-11-01 09:58:44 +02:00
Andrii Verbytskyi
126269feef Merge pull request !2849 from rhodecode-enterprise-ce feature/git-default-branch
Setting for default branch and creating new repo+commits on empty repo
2025-10-31 16:00:29 +00:00
Andrii Verbytskyi
9fe203b496 Merge pull request !2850 from rhodecode-enterprise-ce feature/RCCE-334_Button-for-Ai-code-review
feature: implements button to start AI code review
2025-10-31 14:38:32 +00:00
ievgenii.v
ecfb132dc4 feature: uncomment AI review 2025-10-29 20:02:48 +02:00
ievgenii.v
afe21adf51 feature: removes redundant import 2025-10-29 16:32:28 +02:00
ievgenii.v
6e3aa8ed6b feature: implements locking feature for AI review button; adds detailed audit logging 2025-10-29 16:31:07 +02:00
ievgenii.v
32952f105b feature: implements button to start AI code review 2025-10-27 15:16:13 +02:00
Andrii V
c67bb94291 Setting for default branch and creating new repo+commits on empty repo 2025-10-24 16:20:56 +02:00
ievgenii.v
07193705f4 feature: implements find\notify\delete inactive users 2025-10-23 15:54:54 +03:00
ievgenii.v
f6d1fc8f44 Revert "feature: implements find\notify\delete inactive users"
This reverts commit 04ba7e9b1d.
2025-10-23 15:46:37 +03:00
ievgenii.v
04ba7e9b1d feature: implements find\notify\delete inactive users 2025-10-23 15:45:47 +03:00
ievgenii.v
eb1f2f8109 feature: implements sending emails to a local store for local development 2025-10-21 11:51:26 +03:00
ievgenii vdovenko
a1c66a2e0b feature: implements possibility to update AI model versions for admin 2025-10-09 14:48:41 +02:00
ievgenii vdovenko
ebee979020 fix: makes audit log commit immidiatly 2025-09-29 12:34:34 +02:00
ievgenii vdovenko
d25b3965b9 poc: gemini integrated 2025-09-10 15:33:00 +02:00
ievgenii vdovenko
59dfb4c0a0 poc: adds audit logs 2025-09-04 12:30:51 +02:00
ievgenii vdovenko
d9e010c65a poc: fixes gpt instruction to return the correct index 2025-09-03 16:35:28 +02:00
ievgenii vdovenko
29564261fb poc: POC fully integrated, need still to fix a couple of bugs and add audit logs 2025-09-03 13:08:19 +02:00
ievgenii vdovenko
c0201a85a8 feature: adds schedule/unschedule AD users sync. 2025-08-04 11:43:18 +02:00
RhodeCode Admin
c69afa6296 svn: fixed lack of hooks data for svn over ssh 2025-01-23 13:38:24 +01:00
RhodeCode Admin
166db21812 core: run ruff format 2025-01-13 17:47:37 +01:00
RhodeCode Admin
82f0f8d214 core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
RhodeCode Admin
81595dcae2 fix(mailing): patch repozesendmail to properly use CRLF for newlines. Fixes RFC5322 Issues with mailing 2024-08-28 13:29:10 +02:00
RhodeCode Admin
e23ad22b70 fix(mailing): don't default to empty string for smtp_password and user, since mailing lib only expects None as empty values 2024-07-31 19:48:01 +02:00
RhodeCode Admin
7b14663e2c feat(caches): make sure commit-caches propagate to parent repo groups 2024-07-29 18:02:15 +02:00
RhodeCode Admin
c2075c1239 celery: added test view to test celery exception handling 2024-06-14 08:58:18 +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
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
e0b1f9c055 fix(events): fixed celery based events where it was missing request object 2024-03-11 14:55:48 +01:00
RhodeCode Admin
135a6105d4 chore(config): optimized celery configuration 2024-02-14 11:26:42 +01:00
Serhii Ilin
86bc980004 feat(celery-hooks): added all needed changes to support new celery backend, removed DummyHooksCallbackDaemon, updated tests. Fixes: RCCE-55 2024-02-12 11:38:03 +02:00
RhodeCode Admin
29153b508c chore(deps): bumped celery to 5.3.6 and kombu to latest version 2024-02-13 14:40:03 +01:00
RhodeCode Admin
296df48136 feat(celery): set msgpack as default serializer and drop json_ext as it's actually slower 2024-02-13 10:52:10 +01:00
RhodeCode Admin
0dbf870242 fix(celery): remove warning about retry connection flag 2024-02-08 15:30:33 +01:00
RhodeCode Admin
9b2b667129 fix(celery): use a lightweight method of db ping to speed up tasks executions 2024-02-08 13:37:11 +01:00
RhodeCode Admin
2512b8b91a fix(celery): fixed celery logging error about the missing keys for ini options 2023-12-21 17:05:44 +01:00
RhodeCode Admin
1f4420a3d8 fix(celery): setup statsd on celery 2023-12-21 10:15:16 +01: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
3cd0e66b56 small changes for scheduler fixes of EE edition 2023-08-17 14:29:16 +02:00
RhodeCode Admin
e898385b32 core: revamp of automation/scheduler/artifacts EE functionality 2023-08-16 15:57:08 +02:00