Commit graph

3100 commits

Author SHA1 Message Date
Marcin Kuzminski
9c9c8c16b7 docs: added SVN-http instructions also for centos/redhat 2018-10-03 15:28:40 +02:00
Marcin Kuzminski
1f61d09d20 integrations: implement retry to HTTP[S] calls for integrations. 2018-10-02 21:38:43 +02:00
Marcin Kuzminski
1cb99da048 webhook: handle ${commit_id} variable independent from ${branch}.
- in some cases we want non-branched individual commits to be posted.
2018-10-02 21:35:05 +02:00
Marcin Kuzminski
628a59828e exceptions: fixed py3 incompatible calls 2018-10-02 22:48:13 +02:00
Marcin Kuzminski
1875621ddb pygments: disable the error border on token errors. This mostly confuses the users, and is not usefull that much. 2018-10-02 08:08:41 +02:00
Marcin Kuzminski
2c9cb64742 vcs: don't use deprecated .revisions calls. 2018-10-01 16:10:45 +02:00
Marcin Kuzminski
d793ec4f31 core: stop using deprecated .revision 2018-10-01 15:57:56 +02:00
Marcin Kuzminski
df27625f07 exceptions: use python3 compatible exception handling 2018-10-02 11:03:22 +02:00
Marcin Kuzminski
25148be103 diffs: seperate visually diff pills for better readability 2018-10-01 14:51:26 +02:00
Marcin Kuzminski
04f5394041 diffs: we should use removed instead of deleted. 2018-10-01 13:27:14 +02:00
Marcin Kuzminski
4da7905b37 vcs: use a real two part name for merge operation.
- expose settings into vcs_settings for easier override later
2018-10-01 13:54:51 +02:00
Marcin Lulek
e9f80c1525 diffs: added handy quick file selector in diffs views. 2018-10-01 10:15:33 +02:00
Daniel Dourvaris
3801dc220e pyramid: fixed some deprecated calls. 2018-10-01 10:16:57 +02:00
Daniel Dourvaris
1db967ddb0 tests: fixed some pytest deprecated calls, and warnings. 2018-10-01 12:23:47 +02:00
Marcin Kuzminski
5e3a70e588 dependencies: bumped rhodecode-tools to 1.0.0 release 2018-09-26 19:01:34 +02:00
Marcin Kuzminski
ccf656e56f dependencies: bumped few libraries.
- atomicwrites==1.2.1
- attrs==18.2.0
- dogpile.cache==0.6.7
- psutil==5.4.7
- pathlib2==2.3.2
- subprocess32==3.5.2
- gevent==1.3.6
- greenlet==0.4.15
- pytest==3.8.1
- py==1.6.0
- pytest-cov==2.6.0
- pytest-timeout==1.3.2
- coverage==4.5.1
- psycopg2==2.7.5
2018-09-26 17:44:06 +02:00
Marcin Kuzminski
93fe457930 tests: use safer test id generator.
- this should handle pure boolean ids
2018-09-26 15:08:09 +02:00
Marcin Kuzminski
3a43ded6b6 hooks: pass in store_path into env for hooks. 2018-09-26 12:14:37 +02:00
Marcin Kuzminski
5653c130c7 scm_app: add more debug info when unhandled errors happen on vcsserver. 2018-09-26 12:11:09 +02:00
Marcin Kuzminski
98ef71f157 diffs: limit commit line context to MAX_DIFF to prevent packetOverflow errors. 2018-09-26 10:23:07 +02:00
Marcin Kuzminski
dffd66bf18 routing: fix default argument mutability. 2018-09-25 14:02:31 +02:00
Marcin Kuzminski
2910f510dc repositories: added option to archive repositories instead of deleting them.
- closes #5493
2018-09-25 17:28:11 +02:00
Marcin Kuzminski
39d181f715 repository: add check preventing of removal of repo with attached pull requests.
- fixes #5493
2018-09-25 12:05:44 +02:00
Marcin Kuzminski
4c45a5dbea users: use new session store for temporary settings for users.
- use for clone url type selection
- use for diffs mode
2018-09-24 23:18:38 +02:00
Marcin Kuzminski
7ec8856f00 users: in case of multiple personal groups, return the first instead of an error.
- backward compat fix from previous error we had
2018-09-24 19:02:52 +02:00
Marcin Kuzminski
e9cb071b85 users: when deleting users ensure we also clear personal flag so we don't have multiple personal groups
for super-admin who inherits the detached objects.
2018-09-24 19:02:21 +02:00
Marcin Kuzminski
6f01bfd58b users: ensure get_first_superadmin actually gets the 1st created super-admin. 2018-09-24 19:01:50 +02:00
Marcin Kuzminski
b8e6227327 caches: show full paths for super-admin, hide paths for regular users for security. 2018-09-24 15:51:18 +02:00
Marcin Kuzminski
25edeca2ca diffs: small UI fixes 2018-09-24 15:35:37 +02:00
Marcin Kuzminski
01bb7220b2 diffs: don't use highlite on the new ops lines 2018-09-24 17:49:14 +02:00
Marcin Kuzminski
4f428a0e1a comments: allow commenting on empty files without content. 2018-09-24 14:34:02 +02:00
Marcin Kuzminski
7da6de8350 comments: ensure we ALWAYS display unmatched comments. 2018-09-24 12:40:08 +02:00
Marcin Kuzminski
b4ef64817c diffs: make validation of version, so we can change diffs and force re-cache if diffs are in old version. 2018-09-24 15:59:38 +02:00
Marcin Kuzminski
5a4a98b40e git: use a fetch_sync based creation of remote repos.
- skips fragile dulwich code that has problems with large repos
- is in sync with logic that does remote fetch
- is faster and more efficient
2018-09-21 13:35:45 +02:00
Marcin Kuzminski
c5f41094fe mail: use faster detection of email misconfiguration. This should be done at earliest
possible step to prevent from DB query for recipients if we wont send email anyway.
2018-09-21 12:34:35 +02:00
Marcin Kuzminski
65e339e9fd core: handle edge case requesting matched routes but with hg/svn/git or api context.
- before we error out with 500
2018-09-20 11:47:03 +02:00
Marcin Kuzminski
4ef9056d69 docs: updated example hooks line 2018-09-20 04:34:37 +02:00
Marcin Kuzminski
59312acf82 import/repo-checks: skip validating storage path in detection of SCMs. 2018-09-19 14:19:45 +02:00
Marcin Kuzminski
8d4e2dda3a license: update license metadata and generation code 2018-09-20 21:48:08 +02:00
Marcin Kuzminski
da91bab5d6 validators: fix url_validator tests and make it flag controllable. 2018-09-19 10:52:06 +02:00
Marcin Kuzminski
8ab9a65878 scm-model: add extra validation logic for remote uri to filter out bad scheduler entries. 2018-09-18 20:23:32 +02:00
Marcin Kuzminski
7c6caede87 packages: update setuptools to latest release 2018-09-18 19:51:52 +02:00
Marcin Kuzminski
cc757f4470 release: merge back stable branch into default 2018-09-18 19:46:43 +02:00
Marcin Kuzminski
81ca383900 Added tag v4.13.2 for changeset 610d62155052 2018-09-18 13:27:47 +02:00
Marcin Kuzminski
62bf76f9f1 release: Finish preparation for 4.13.2 2018-09-18 13:27:46 +02:00
Marcin Kuzminski
c143a872e4 release: updated pip2nix output for 4.13.2 2018-09-18 13:27:43 +02:00
Marcin Kuzminski
326fb491eb release: Start preparation for 4.13.2 2018-09-18 13:19:01 +02:00
Marcin Kuzminski
3e18692b8d docs: added release notes for 4.13.2 release 2018-09-18 12:15:05 +02:00
Marcin Kuzminski
bb3af9d7ff config: updated example configs 2018-09-18 11:58:59 +02:00
Marcin Kuzminski
a3e123e7d0 docs: update instructions for shared exception store in cluster setup 2018-09-18 10:09:37 +02:00