Commit graph

128 commits

Author SHA1 Message Date
Andrii V
9ce6ca8fd8 Initial implementation of security scan for PRs 2026-01-15 16:48:04 +01:00
ievgenii.v
398723f405 feature: migration version fix 2025-11-03 17:53:10 +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
ievgenii.v
6e3aa8ed6b feature: implements locking feature for AI review button; adds detailed audit logging 2025-10-29 16:31:07 +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 vdovenko
695b0db001 fix: migrate pkg_resources lib to importlib 2025-10-03 14:49:50 +02:00
ievgenii vdovenko
b4aecb1e0b poc: adds AI user to the system, adds migration, changes AI settings to have switch enable\disable AI features 2025-09-01 12:51:26 +02:00
Andrii V
436b0d39f7 feat: migration for default value for prepopulate option 2025-08-04 12:39:59 +02:00
ievgenii vdovenko
ff4f3f0575 feature: made migration moe robust 2025-07-25 15:43:29 +02:00
ievgenii vdovenko
2dcb9984c7 feature: implemented deleting user and migrating all user assets new system ghost user 2025-07-25 15:43:29 +02:00
Andrii Verbytskyi
b455ab5983 Merge pull request !2776 from rhodecode-enterprise-ce feature/RCCE-217_fix_migrasion
fix: adds exception in case global settings not present
2025-07-22 14:51:38 +00:00
ievgenii vdovenko
c64c81133f fix: adds exception in case global settings not present 2025-07-22 16:03:05 +02:00
ievgenii vdovenko
64f0f2460a feature: adds validation that column does not exist before adding it 2025-07-22 11:43:39 +02:00
ievgenii vdovenko
06decefe9d feature: removes redundant call 2025-07-21 12:40:27 +02:00
ievgenii vdovenko
61ffc01b6b feature: fix issue and optimize migration 2025-07-21 12:31:02 +02:00
ievgenii vdovenko
1d1060d5ce fix: migration fix 2025-06-26 13:57:05 +02:00
ievgenii vdovenko
d042ef20ac feature: renames migration file 2025-06-26 09:07:31 +02:00
ievgenii vdovenko
b42333562d feature: adds DB model and global settings inheritance 2025-06-24 16:35:27 +02: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
11bd292508 fix(db-migrate): enforce gc collection to optimize memory usage 2024-08-20 12:06:59 +02:00
RhodeCode Admin
34dcb83bfb chore: added excplicit db-migrate to update hooks for 5.X rel 2024-07-03 09:50:40 +02:00
RhodeCode Admin
c7bab12d1b dbmigrate: fixed migration problems 2023-08-29 15:29:48 +02:00
RhodeCode Admin
7409eccb7e dbmigrate: sync with latest ver 2023-08-29 10:10:21 +02:00
RhodeCode Admin
1222be1283 engine: use new visitor-callable from latest version 2023-08-29 10:12:07 +02:00
RhodeCode Admin
378a25a911 dbmigrate: python3 fixes 2023-08-29 10:09:10 +02:00
RhodeCode Admin
0d4b65e34f dbmigrate: remove six 2023-08-29 09:59:31 +02:00
RhodeCode Admin
d59ee724df dbmigrate: fix python3 metaclasses error 2023-08-29 08:50:19 +02:00
RhodeCode Admin
9027c4ea11 migration: removed deprecated mapper_args attributes that cause migration to break 2023-08-29 08:47:33 +02:00
RhodeCode Admin
3c7a0fe047 lint: ruff run 2023-07-18 13:46:39 +02:00
RhodeCode Admin
42301154fc copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
RhodeCode Admin
c86b6915f1 dbmigrate: python3 changes
- removed utf8 marker
- syntax fixes
2023-07-18 09:40:40 +02:00
RhodeCode Admin
96212e07f9 encrypt: fixed bad imports on older schema models 2023-03-28 10:24:39 +02:00
RhodeCode Admin
9b31e39f4a dbmigrate: 2to3 pass with fixes 2023-03-24 09:41:51 +01:00
RhodeCode Admin
aab457fdca python3: removed more unicode usage 2023-03-10 10:05:54 +01:00
RhodeCode Admin
94a50edf39 python3: fix usage of int/long 2023-03-07 09:54:36 +01:00
RhodeCode Admin
44cde4b5c1 python3: removed usage of .iteritems() 2023-03-06 23:46:33 +01:00
RhodeCode Admin
255d0e78ee python3: fix import configparser 2023-03-06 23:30:53 +01:00
RhodeCode Admin
135f0f0cc6 python3: fixed usage of stringIO module 2023-03-06 23:09:06 +01:00
RhodeCode Admin
5392dc6c9c python3: models removed usage of orderdefaultdict
- not compatible with py3, and not really used
2023-03-06 21:52:29 +01:00
RhodeCode Admin
dbf975898e py3: remove use of pyramid.compat 2023-03-06 15:52:51 +01:00
RhodeCode Admin
8f6692847b python3: removed use of xrang 2023-03-06 14:57:53 +01:00
RhodeCode Admin
2672be414c db: added index to cache_args column for feaster lookup on cache invalidation 2023-01-05 09:46:07 +01:00
Milka Kuzminski
06c980817a db: fixed new by-uri template missing data 2021-02-06 00:34:13 +01:00
Milka Kuzminski
30342b6001 reviewers: changes for new author/commit author logic.
- new rules to exclude include pr author, commit-authors
- allows workflow to always add author of PR to reviewers
2020-11-11 17:47:49 +01:00
Milka Kuzminski
afd3357349 comments: introduce new draft comments.
- private to author
- not triggering any notifications
- sidebar doesn't display draft comments
- They are just placeholders for longer review.
2020-10-21 17:53:23 +02:00
Marcin Kuzminski
80da773011 reviewers: added observers as another way to define reviewers.
- fixes #4183
2020-10-06 08:49:13 +02:00
Marcin Kuzminski
9106e99baf pull-requests: added observers, and fix few problems with versioned comments 2020-08-21 20:56:59 +02:00
Bartłomiej Wołyńczyk
b9a819cbfe comments: edit functionality added 2020-05-27 23:47:09 +02:00
Marcin Kuzminski
293a3535ae pull-requests: fix way how pull-request calculates common ancestors.
- fixes #5561
- added new preview for size (commits/files) of PRs before opening, this is now based on the special logic that calculates common ancestor and has access to preview diff
- store common ancestor in DB so updates of pull-requests are consistent
2020-05-08 08:43:51 +02:00