Commit graph

6051 commits

Author SHA1 Message Date
ievgenii vdovenko
7c52d31444 poc: further methods split for easy future implementations 2025-08-22 13:14:33 +02:00
ievgenii vdovenko
fcc3147e04 poc: changes file structure 2025-08-22 12:54:28 +02:00
ievgenii vdovenko
38bebf7c74 poc: adjust response 2025-08-20 14:23:31 +02:00
ievgenii vdovenko
505f10abb3 poc: initial implementation of GPT model api access 2025-08-20 14:15:57 +02:00
Andrii V
8e4661545c chore: suppress deprecation warning for pkg_resources 2025-08-18 16:50:24 +02:00
Andrii Verbytskyi
fb0b40532c Merge pull request !2808 from rhodecode-enterprise-ce feature/RCCE-295-improve-docs
feature: improve docs
2025-08-14 16:10:16 +00:00
Andrii Verbytskyi
1352c35b75 Merge pull request !2804 from rhodecode-enterprise-ce fix/skip_config_dump_if_no_write_access
fix: handles a situation if there are no write permissions
2025-08-14 14:58:08 +00:00
ievgenii vdovenko
ffb93eeb54 feature: improve docs 2025-08-14 16:04:34 +02:00
ievgenii vdovenko
7d18d793bf fix: updates a message 2025-08-13 20:30:34 +02:00
ievgenii vdovenko
5d31c3bd2e fix: handles a situation if there are no write permissions 2025-08-13 18:10:12 +02:00
Andrii Verbytskyi
6dddd37b85 release(version-bump): 5.6.1 → 5.7.0 2025-08-13 13:28:44 +00:00
Andrii V
e709a9ba33 docs: updated release notes 2025-08-12 19:55:51 +02:00
Andrii V
09cf5c1419 docs: updated release notes 2025-08-12 13:46:29 +02:00
Andrii Verbytskyi
9a67f0f0b8 Merge pull request !2798 from rhodecode-enterprise-ce fix/vcs-settings-cache-bug-1
fix: cache issue with vcs settings not updating correctly to reflect db values
2025-08-08 17:39:27 +00:00
Andrii Verbytskyi
61a828e822 Merge pull request !2799 from rhodecode-enterprise-ce feature/setting-to-pre-populate-branch-in-pr
Changes from branch: Feature/setting to pre populate branch in pr
2025-08-08 17:38:55 +00:00
Andrii Verbytskyi
2e4a6ec5d7 Merge pull request !2787 from rhodecode-enterprise-ce feature/setting-to-pre-populate-branch-in-pr
Changes from branch: Feature/setting to pre populate branch in pr
2025-08-08 17:37:22 +00:00
Andrii V
2b99dd11ce fix: remove redundant validation fix 2025-08-08 19:36:28 +02:00
Andrii V
c0727ac73d Merge branch 'main' into feature/setting-to-pre-populate-branch-in-pr 2025-08-08 19:24:20 +02:00
Andrii V
6ef0c46ffb fix: invalidate request level cache on settings update instead of turning off cache for requests 2025-08-08 18:13:46 +02:00
Andrii V
2901c4546b Merge branch 'main' into fix/vcs-settings-cache-bug-1 2025-08-08 18:08:11 +02:00
Andrii V
5f4d428379 fix: invalidate request level cache on settings update instead of turning off cache for requests 2025-08-08 18:07:27 +02:00
Andrii Verbytskyi
71e102275d Merge pull request !2791 from rhodecode-enterprise-ce feature/RCCE-259_Additional-check-for-service_api.token
feature: moves logic of dumping default values to ini file
2025-08-08 09:19:35 +00:00
Andrii V
ae72335b5d test: add a test for bugged fields 2025-08-07 20:47:00 +02:00
Andrii V
ee1862d469 fix: cache issue with vcs settings not updating correctly to reflect db values 2025-08-07 20:17:50 +02:00
Andrii Verbytskyi
28f4814da9 Merge pull request !2796 from rhodecode-enterprise-ce fix/RCCE-287_Notification-screen-gives-exception-after-migration
fix: fixes age function where comparing a timezone-aware and a naive datetime object could cause an exception.
2025-08-07 17:20:06 +00:00
ievgenii vdovenko
c386375779 feature: makes code more robust 2025-08-07 13:01:48 +02:00
ievgenii vdovenko
c5fe34aebf fix: made js more robust 2025-08-07 11:22:09 +02:00
ievgenii vdovenko
9fe0905092 fix: fixes age function where comparing a timezone-aware and a naive datetime object could cause an exception. 2025-08-07 10:54:52 +02:00
ievgenii vdovenko
0af73439e5 feature: reverts removing 'default_when_empty' attribute 2025-08-06 12:25:47 +02:00
Andrii Verbytskyi
01dca174d2 Merge pull request !2789 from rhodecode-enterprise-ce feature/RCCE-258_Update-list-of-warnings-in-PR-when-you-check-delete/close-branch
feature: changes an info message for closing pull request branch
2025-08-05 19:12:20 +00:00
Andrii V
63ac4ccb39 fix: fixed dev tag and default value 2025-08-05 16:31:17 +02:00
Andrii V
5188f58def fix: update db version to 118 2025-08-05 15:14:01 +02:00
ievgenii vdovenko
59a3637c3b feature: adds message about closing branch to 'error section' 2025-08-05 12:00:22 +02:00
Andrii Verbytskyi
81a1caa76a Merge pull request !2793 from rhodecode-enterprise-ce feature/es-fixes
fix: added error handling to ES search
2025-08-05 08:30:57 +00:00
RhodeCode Admin
b34d1130ed fix: added error handling to ES search 2025-08-05 10:15:26 +02:00
ievgenii vdovenko
53284fc1a5 fix: fix issue when there is no main section in the ini file 2025-08-05 10:05:30 +02:00
ievgenii vdovenko
260801d4af feature: moves logic of dumping default values to ini file 2025-08-04 16:27:12 +02:00
ievgenii vdovenko
7b983024f5 feature: changes an info message for closing pull request branch 2025-08-04 15:30:54 +02:00
Andrii Verbytskyi
51bb9e8d14 Merge pull request !2768 from rhodecode-enterprise-ce feature/RCCE-226LDAP-Active-Directory]---periodic-sync-feature,-sync-active/inactive-user-status
feature: initial implementation of LDAP/AD sync
2025-08-04 10:45:27 +00:00
Andrii V
436b0d39f7 feat: migration for default value for prepopulate option 2025-08-04 12:39:59 +02:00
ievgenii vdovenko
60628d4426 tests: adds tests for ldap dao 2025-08-04 11:44:34 +02:00
ievgenii vdovenko
5c64efb55f feature: removes redundant class 2025-08-04 11:44:25 +02:00
ievgenii vdovenko
7577eeb493 feature: initial implementation of LDAP/AD sync 2025-08-04 11:44:22 +02:00
ievgenii vdovenko
77a339f82d tests: adds test to validate calling schedule unschedule tasks 2025-08-04 11:43:18 +02:00
ievgenii vdovenko
27e90c24cd tests: adds fail test 2025-08-04 11:43:18 +02:00
ievgenii vdovenko
c4e8a9c7cc tests: adds tests for ldap dao 2025-08-04 11:43:18 +02:00
ievgenii vdovenko
736a441186 feature: removes redundant class 2025-08-04 11:43:18 +02:00
ievgenii vdovenko
c0201a85a8 feature: adds schedule/unschedule AD users sync. 2025-08-04 11:43:18 +02:00
ievgenii vdovenko
b783ff6689 feature: initial implementation of LDAP/AD sync 2025-08-04 11:43:18 +02:00
Andrii Verbytskyi
5a67c042e2 Merge pull request !2786 from rhodecode-enterprise-ce ui/auth-warning
ui: updated infor on auth change page to war about account lockout
2025-08-04 09:24:29 +00:00