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 |
|
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
|
c7bab12d1b
|
dbmigrate: fixed migration problems
|
2023-08-29 15:29:48 +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
|
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
|
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
|
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 |
|
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
|
fe96e16646
|
code: update copyrights to 2020
|
2020-04-16 00:34:52 +02:00 |
|
Marcin Lulek
|
780ec5f73e
|
core: added user-notice logic to push notice messages.
- will be used for exception tracker info
- new version upgrades
- dedicated important messages to the users
|
2020-04-09 12:30:13 +02:00 |
|
Daniel Dourvaris
|
4057ada739
|
webhelpers: port most of the items from webhelpers to webhelpers2
- webhelpers are deprecated and py2 only
|
2019-11-21 15:48:12 +01:00 |
|
Marcin Kuzminski
|
40960af53f
|
db: fixed unique constraints for mysql with it's size limits.
|
2019-10-24 10:21:54 +02:00 |
|
Marcin Kuzminski
|
1d91e6557d
|
artifacts: fixed index that was global and not bound to specific artifact.
|
2019-10-17 13:25:18 +02:00 |
|
Marcin Kuzminski
|
9c4dbfeb4b
|
artifacts: added metadata table to store various extra data for artifact
|
2019-10-15 14:05:20 +02:00 |
|
Marcin Kuzminski
|
928652312a
|
core: added more accurate time measurement for called functions
|
2019-07-17 16:28:41 +02:00 |
|
Marcin Kuzminski
|
0b076e1f65
|
caches: updated cache backend to new vcsserver caches implementation.
|
2019-07-17 00:14:26 +02:00 |
|
Marcin Kuzminski
|
11d4863052
|
feat: changed last change of repo group to be commit of a latest repository.
|
2019-05-21 11:47:13 +02:00 |
|
Marcin Kuzminski
|
6cea271467
|
cleanup: removed pycrypto code from db schema, it's unused anyway
|
2019-02-25 22:46:46 +01:00 |
|
Marcin Kuzminski
|
844d7374eb
|
database: dropped CheckConstraint for auto-increment field for mysql/mariadb compatability.
- https://mariadb.com/kb/en/library/constraint/#auto_increment
- causes installation error on later MariaDB/MySQL
|
2019-02-16 00:07:36 +01:00 |
|
Marcin Kuzminski
|
723799ca1d
|
artifacts: added DB store models.
|
2019-02-05 12:49:36 +01:00 |
|
Daniel Dourvaris
|
96fa4e0bdc
|
py3: remove usage of basestring
|
2019-01-22 23:06:49 +01:00 |
|
Daniel Dourvaris
|
796c235358
|
ui: introduce user-bookmarks for creation of quick shortcuts
|
2019-01-22 01:18:40 +01:00 |
|
Marcin Kuzminski
|
1e2a7a9136
|
pull-requests: introduce operation state for pull requests to prevent from
locks during merge/update operations.
|
2019-01-07 13:32:16 +01:00 |
|
Marcin Kuzminski
|
bd1a9c8201
|
docs: updated copyrights to 2019
|
2019-01-02 18:13:27 +01:00 |
|
Marcin Kuzminski
|
4719d0ff87
|
code: unified coverage notes to # pragma: no cover
|
2018-12-07 13:34:28 +01:00 |
|
Marcin Kuzminski
|
9033601562
|
logging: use lazy parameter evaluation in log calls.
|
2018-09-13 17:41:35 +02:00 |
|
Marcin Kuzminski
|
e41725c078
|
branch permissions: added logic to define in UI branch permissions.
- db models
- new permissions pages placeholders
|
2018-08-28 13:41:30 +02:00 |
|
Marcin Kuzminski
|
f1497f5afd
|
caches: new cache context managers.
- deprecate beaker cache completly
- use new cache decorators from dogpile
- use a proper per cache key invalidation
|
2018-08-02 18:04:52 +02:00 |
|
Marcin Kuzminski
|
00b45c1fa7
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
Marcin Kuzminski
|
cb8a7fccde
|
scheduler: added DB models and db parsers for the RhodeCode scheduler.
- migration schema
- small fixes for form templates
- migrated celeryloader utils for the scheduler
|
2017-11-28 18:26:11 +01:00 |
|
Marcin Kuzminski
|
339cab81cd
|
db: reduce size of fingerprint column for mysql compat.
- we can get into troubles by having long fingerprint under mysql
because we do an index on this column.
|
2017-11-07 11:07:51 +01:00 |
|
Marcin Kuzminski
|
a3a6e8ca3f
|
migration: remove usage of pylons inside migration schemas and code.
|
2017-09-19 12:27:45 +02:00 |
|
Marcin Kuzminski
|
a8abeb0d1c
|
user-groups: rewrote the app to pyramid
- added new event data with added/removed/changed permissions
- cleanup code and spelling
|
2017-08-31 12:47:19 +02:00 |
|
Marcin Kuzminski
|
35cefa9b2d
|
users: added SSH key management for user admin pages
|
2017-08-03 16:35:13 +02:00 |
|
Marcin Kuzminski
|
125825da26
|
users: migrate last_activity column so it's part of user table.
- allows quicker update
- allows sorting by that column
|
2017-03-15 12:50:21 +01:00 |
|
Marcin Kuzminski
|
10ce5d446b
|
auth-tokens: remove showing builtin tokens
|
2017-02-27 12:04:43 +01:00 |
|
Marcin Kuzminski
|
1f65204749
|
hooks: added new pretx hook to allow mercurial checks such as protected branches, or force push.
|
2017-02-23 16:53:11 +01:00 |
|
Marcin Kuzminski
|
89e2586781
|
templating: use .mako as extensions for template files.
|
2017-01-04 22:13:57 +01:00 |
|
Marcin Kuzminski
|
fcc027c282
|
license: updated copyright year to 2017
|
2017-01-02 09:30:39 +01:00 |
|
Daniel Dourvaris
|
b3e97c1715
|
reviewers: store reviewer reasons to database, fixes #4238
|
2016-09-27 02:34:15 +03:00 |
|
Daniel Dourvaris
|
5290e2381e
|
reviewers: add pull request reviewers reason column to table
to allow showing the reason a user is a reviewer on a pull request
|
2016-09-23 12:34:53 +02:00 |
|