Commit Graph

7066 Commits

Author SHA1 Message Date
René Pfeuffer
cf7e44c04f Merge with 2.0.0-m3 2019-03-11 16:52:14 +01:00
René Pfeuffer
856f564c8d Merge with upstream 2019-03-11 16:49:53 +01:00
René Pfeuffer
9d03d756b8 Fix case 2019-03-11 16:39:46 +01:00
René Pfeuffer
e5fe28942a Add global admin permission 2019-03-11 16:39:27 +01:00
René Pfeuffer
d82f38e0f9 Fix unit test 2019-03-11 16:00:16 +01:00
Mohamed Karray
20abd2b410 Merged in bugfix/no_technical_id_in_repo_exception (pull request #209)
Use namespace and name for exceptions instead of technical id
2019-03-11 14:46:12 +00:00
Mohamed Karray
dcd45cdc1e Close branch bugfix/no_technical_id_in_repo_exception 2019-03-11 14:46:12 +00:00
Mohamed Karray
d52a617b29 merge 2019-03-11 15:38:40 +01:00
Sebastian Sdorra
c7f6f60e1e Merged in bugfix/check_revisions_in_dry_run (pull request #212)
Fix NPE in dry run for missing branches
2019-03-11 14:31:13 +00:00
Sebastian Sdorra
eaec25609e Close branch bugfix/check_revisions_in_dry_run 2019-03-11 14:31:13 +00:00
René Pfeuffer
83baac3b18 Check permissions for git repository configuration 2019-03-11 15:05:31 +01:00
René Pfeuffer
6cf79bf5c6 Disable default branch config without permission 2019-03-11 14:56:59 +01:00
René Pfeuffer
087aa35617 Attach merge link only when user has push permission 2019-03-11 14:19:23 +01:00
René Pfeuffer
28d7467e18 Throw not found exceptions for log between branches 2019-03-11 14:17:03 +01:00
René Pfeuffer
90635f9743 Add logging for missing permission 2019-03-11 10:55:50 +01:00
René Pfeuffer
ec2aff6aa9 Fix NPE in dry run for missing branches 2019-03-11 09:07:57 +01:00
René Pfeuffer
3c22ad2393 Merged in feature/extensionPoint_Readme (pull request #210)
add extension points to
2019-03-08 15:04:51 +00:00
René Pfeuffer
83e31516a2 Close branch feature/extensionPoint_Readme 2019-03-08 15:04:51 +00:00
Sebastian Sdorra
9f10a2cff2 merge repository heads 2019-03-08 09:10:03 +01:00
Sebastian Sdorra
b18a93ae2b merge with branch feature/diff_annotations 2019-03-08 09:09:26 +01:00
Sebastian Sdorra
67eed493b1 close branch feature/diff_annotations 2019-03-08 09:08:48 +01:00
Sebastian Sdorra
28778624b5 fixes wrong type definition 2019-03-08 09:06:39 +01:00
René Pfeuffer
b0f95fbcc6 Expose conflict errors 2019-03-08 08:58:09 +01:00
Sebastian Sdorra
b9b544b7f0 pass function to toggle collpase state to FileControlFactory 2019-03-08 08:27:20 +01:00
Sebastian Sdorra
57454f9aa9 adds option to request focus for a textarea 2019-03-08 08:10:34 +01:00
Sebastian Sdorra
7729960a00 merge with 2.0.0-m3 2019-03-08 08:07:47 +01:00
Mohamed Karray
c02bf1120c fix Redirect to repo redirection url 2019-03-07 17:49:20 +01:00
René Pfeuffer
67431b1e2b Merge with 2.0.0-m3 2019-03-07 17:20:02 +01:00
René Pfeuffer
13695a8671 Keep protocol in variable
We encountered many test failures in Jenkins due to git saying that it
cannot handle scm://. This is a try and error approach.
2019-03-07 17:19:08 +01:00
René Pfeuffer
7ff192b8b1 Close branch feature/diff_annotations 2019-03-07 12:11:56 +00:00
René Pfeuffer
230caf9cbd Merged in feature/diff_annotations (pull request #211)
Feature/diff annotations
2019-03-07 12:11:56 +00:00
Sebastian Sdorra
3440a0b5db Merged in feature/changes_for_ssh_plugin (pull request #208)
Changes for ssh plugin
2019-03-07 10:24:58 +00:00
Sebastian Sdorra
9be12d8ac8 Close branch feature/changes_for_ssh_plugin 2019-03-07 10:24:58 +00:00
Sebastian Sdorra
77d79610d2 moves more git specific classes from ssh-plugin to git-plugin 2019-03-07 10:34:13 +01:00
Mohamed Karray
ab79b94bc0 add extension points to
- redirect the repo route
- add a repo top level navigation
2019-03-06 17:24:50 +01:00
René Pfeuffer
7adbc4df51 Add some unit test 2019-03-06 16:01:15 +01:00
René Pfeuffer
e6894490e5 Remove ssh from class names
The classes do not have anything to do with ssh.
2019-03-06 15:34:51 +01:00
Sebastian Sdorra
b1335b17ee makes only the title clickable for collapse instead the whole panel header 2019-03-06 15:03:08 +01:00
Sebastian Sdorra
c672b6603e adds file annotations and file controls to diff 2019-03-06 14:57:17 +01:00
Mohamed Karray
186738ad14 Merged in bugfix/delete_repository_permissions (pull request #207)
Fix deletion of permissions after modification
2019-03-05 17:17:29 +00:00
Mohamed Karray
2416a063ec Close branch bugfix/delete_repository_permissions 2019-03-05 17:17:29 +00:00
René Pfeuffer
a1e43ee571 Simplify interpreter 2019-03-05 17:57:38 +01:00
Sebastian Sdorra
75fe4de478 added option to disable scrollToTop 2019-03-05 16:31:41 +01:00
René Pfeuffer
a16bb0d0af Wrap parser and handler into interpreter 2019-03-05 15:01:57 +01:00
René Pfeuffer
dd71fb4c3b Expose ScmCommandProtocol as extension point
This is necessary so that multiple providers (git, hg, ...) can
implement this. The using class has to find the matching implementation.
2019-03-05 14:20:31 +01:00
René Pfeuffer
ebb21ee308 Modify test to test base, not specific class
This was necessary after extracting base class.
2019-03-05 13:47:46 +01:00
René Pfeuffer
0c46d639da Extract base class for ReceivePackFactory implementations 2019-03-05 13:29:57 +01:00
René Pfeuffer
8928ca9676 Use namespace and name for exceptions instead of technical id 2019-03-05 10:42:06 +01:00
René Pfeuffer
08c35fa0ce Merge with 2.0.0-m3 2019-03-05 08:58:43 +01:00
René Pfeuffer
4e6dd62cb5 Merged in feature/ui-error-handling (pull request #203)
Feature/ui error handling
2019-03-04 16:12:30 +00:00