Marcin Kuzminski
7fa9ff0ebd
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
2018-04-24 14:23:49 +02:00
Marcin Kuzminski
eca0872a97
dependencies: bumped urlobject to 2.4.3
2018-04-24 14:20:34 +02:00
Marcin Kuzminski
ee43aa69ae
dependencies: bumped bleach to 2.2.3
2018-04-24 14:19:00 +02:00
Marcin Kuzminski
c86b1b4ad4
dependencies: bumped zope.interface to 4.5.0
2018-04-24 14:18:05 +02:00
Marcin Kuzminski
4c7ddc703d
dependencies: bumped pytz to 2018.4
2018-04-24 14:16:19 +02:00
Marcin Kuzminski
70c4485522
dependencies: bumped python-memcached to 1.59
2018-04-24 14:15:13 +02:00
Marcin Kuzminski
b92a07ab67
dependencies: downgraded iso8601 to 0.1.11 for compatability.
2018-04-24 14:14:07 +02:00
Marcin Kuzminski
0a4ead7a42
dependencies: bumped alembic to 0.9.9
2018-04-24 14:13:13 +02:00
Marcin Kuzminski
07a7511856
dependencies: bumped ipdb to 0.11
2018-04-24 14:11:55 +02:00
Marcin Kuzminski
9ca89821db
dependencies: bumped sqlalchemy to 1.1.18
2018-04-24 14:10:28 +02:00
Marcin Kuzminski
332583e0a4
dependencies: bumped pyramid to 1.9.2
2018-04-24 14:04:56 +02:00
Marcin Kuzminski
04bdfd9cda
dependencies: bumped pyramid-debugtoolbar to 4.4.0
2018-04-24 14:03:56 +02:00
Marcin Kuzminski
7073feb1c0
dependencies: bumped psycopg2 to 2.7.4
2018-04-24 14:02:38 +02:00
Marcin Kuzminski
87b1806ac3
dependencies: bumped dogpile.cache to 0.6.5
2018-04-24 14:01:13 +02:00
Marcin Kuzminski
d060583d45
dependencies: bumped deform to 2.0.5
2018-04-24 14:00:29 +02:00
Marcin Kuzminski
0b02c0bd25
dependencies: removed unused transifex-client.
...
- we no longer need it for releases
2018-04-24 11:29:58 +02:00
Marcin Kuzminski
8c5034c221
dependencies: removed uwsgi from requirements.
...
- it wasn't used and it took lots of space and compile time.
2018-04-24 10:39:03 +02:00
Marcin Kuzminski
36ecdc6f04
dependencies: changed url to new python hosting for pypi.
2018-04-24 10:28:04 +02:00
Marcin Kuzminski
5d9515321b
nix: changed version 4.12.0 to 4.13.0 for rhodecode-enterprise-ce package
2018-04-24 10:17:40 +02:00
Marcin Kuzminski
3a6e5e0139
release: Bump version 4.12.0 to 4.13.0
2018-04-24 09:55:35 +02:00
Marcin Kuzminski
ce2081dc18
release: merge back stable branch into default
2018-04-24 09:55:25 +02:00
Marcin Kuzminski
e46713343e
docs: added note on upgrade tasks required
2018-04-23 21:33:57 +02:00
Marcin Kuzminski
7ee1e9072c
Added tag v4.12.0 for changeset b5b30547d90d
2018-04-23 15:59:22 +02:00
Marcin Kuzminski
5e59a698ac
release: Finish preparation for 4.12.0
2018-04-23 15:59:21 +02:00
Marcin Kuzminski
69be149ea0
i18n: Updated message catalog template
2018-04-23 15:51:10 +02:00
Marcin Kuzminski
58dda4223d
release: Merge default into stable for release preparation
2018-04-23 15:36:50 +02:00
Marcin Kuzminski
deae0175dc
docs: update api generated documentation
2018-04-23 13:24:32 +02:00
Marcin Kuzminski
79d2ab8dbd
docs: added changelog for 4.12 release.
2018-04-19 16:06:13 +02:00
Marcin Kuzminski
91718020e4
diff-cache: use bz2 to reduce diff-cache size.
2018-04-18 17:50:32 +02:00
Marcin Kuzminski
8d985db7e5
diff-cache: remove diff cache dir on repository removal.
2018-04-18 17:19:59 +02:00
Marcin Kuzminski
aad1f972c6
diff-cache: show safe relative path where cached diffs are stored.
2018-04-18 17:19:40 +02:00
Marcin Kuzminski
ea287e0d07
diff-caches: show count and size in caches view per repository.
2018-04-18 16:52:40 +02:00
Marcin Kuzminski
a18e6c482e
api: added audit logs for user-group related calls.
...
- fixes #5461
2018-04-18 00:49:00 +02:00
Bartłomiej Wołyńczyk
4637dd151e
caching: add option to cache diffs for commits and pull requests.
...
- new option for vcs settings to enable caching of diffs and commits
- enables auditing of PR after closing it, and removing commits from source repo
- speed up for large PR upto 20x
- reduced memory usage
2018-04-17 18:46:20 +02:00
Marcin Kuzminski
9a54021c80
release: merge back stable branch into default
2018-04-16 09:43:41 +02:00
Marcin Kuzminski
ce45596b35
api: fixed problems with repository fork/create using celery backend.
...
- fixes #5462
2018-04-16 08:54:15 +02:00
Marcin Kuzminski
9f286821ca
diffs: don't use recurred diffset attachment in diffs. This makes this structure much harder to
...
garbage collect since it was before infinitly recursed.
2018-04-10 17:46:15 +02:00
Marcin Kuzminski
35d60afec4
auth-plugins: fixed problem with cache of settings in multi-worker mode.
...
- previous implementation had a bug that cached the settings in each class, caused not refreshing
the update of settings in multi-worker mode. Only restart of rhodecode loaded new settings.
2018-04-10 11:47:00 +02:00
Marcin Kuzminski
5d264e5f21
beaker: patch for better debugging of function locks
2018-04-10 10:52:28 +02:00
Marcin Kuzminski
f7c75e1cf6
auth: use more consistent logging on failed logs.
...
- auth-token, auth-rhodecode uses info for OK, and warn for failed logins.
- using error logs can cause wrong expectations about failure to loging due to an error.
2018-04-09 13:31:57 +02:00
Marcin Kuzminski
173415824b
repo-settings: add hidden view to force re-install hooks.
...
Used mainly for admin tasks that require a support action, and allows
to force reinstall hooks without a remap&rescann option.
2018-04-03 13:33:16 +02:00
Marcin Kuzminski
bdf5f0afb6
svn: enable hooks and integration framework execution.
...
- This change will allow SVN to execute rhodecode integration framework
via executing the builting hooks.
- uses txn_id for svn to provide metadata required via Apache
- Interception of SVN transaction is required to use temporary stores for metadata
- hooks are now part of vcsserver where the install/control logic is stored
2018-04-06 12:44:01 +02:00
Marcin Kuzminski
3ba4262026
timezone: fix issues with timezone detection of current logic.
...
- it was reported that in certain timezones e.g `US/Central` the generated offset was +19:00 which
is incorrect and should be -05:00.
- we now use a special library for detection of local timezone and use logic of pytz to calculate the offset
- fixes #5371
2018-04-09 10:54:07 +02:00
Marcin Kuzminski
a808fedf2d
dependencies: bumped beaker to 1.9.1
2018-04-09 22:56:41 +02:00
Marcin Kuzminski
5bca24da13
processes: use resources library to fetch limits in better way.
2018-04-02 19:29:51 +02:00
Marcin Kuzminski
3667868099
system-info: added ulimit to system info.
2018-03-30 15:35:55 +02:00
Marcin Kuzminski
c8bd6381f6
user-groups: fix sync flag extraction.
2018-03-30 14:21:15 +02:00
Marcin Kuzminski
1f15313ae4
caches: don't use lambda for caching query for easier cache debugging.
2018-03-29 16:16:40 +02:00
Marcin Kuzminski
82b7512635
dependencies: changed pyparsing,mock,functools32 to tar.gz archive
2018-03-29 13:02:01 +02:00
Marcin Kuzminski
384cbeffab
Added tag v4.11.6 for changeset f0609aa5d5d0
2018-03-28 22:45:29 +02:00