unrhodecode/rhodecode/tests
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
..
config release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
controllers release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
database db: ensure migrations are executed and steps are tested 2018-03-05 21:10:03 +01:00
events release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
fixtures diffs: fixed problem with rendering no newline at the end of file markers. 2017-11-19 15:23:38 +01:00
functional release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
integrations pull-request-events: expose pr title and uid for commits inside. 2018-02-16 19:22:21 +01:00
lib svn: enable hooks and integration framework execution. 2018-04-06 12:44:01 +02:00
load release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
models caching: add option to cache diffs for commits and pull requests. 2018-04-17 18:46:20 +02:00
other ldap: remove not used test reference for ldap library 2018-03-01 13:25:17 +01:00
scripts release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
vcs tests: improved vcs tests 2018-02-20 13:52:44 +01:00
vcs_operations tests: use more random ports created at start of rc-web server to stabilize the tests. 2018-02-20 14:57:23 +01:00
__init__.py ldap: remove not used test reference for ldap library 2018-03-01 13:25:17 +01:00
auth_external_test.py logging: improve consistency of auth plugins logs. 2018-02-19 14:49:21 +01:00
fixture.py my-account: security change, added select filed with email from extra emails while editing user profile, now adding extra emails required type password. Task #5386 2018-02-15 18:40:03 +01:00
plugin.py integrations: use classmethod for icon extraction for easier code readability. 2018-02-16 01:22:52 +01:00
pylons_plugin.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
rhodecode.ini ini: remove deprecated ini setting. 2018-02-11 20:42:17 +01:00
run_full_tests.sh project: added all source files and assets 2016-05-24 15:56:53 +02:00
server_utils.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_vcs_operations.sh project: added all source files and assets 2016-05-24 15:56:53 +02:00
utils.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
vcsserver_http.ini tests: use gunicorn for testing. This is close to production testing 2017-12-18 12:29:33 +01:00