Commit Graph

10054 Commits

Author SHA1 Message Date
René Pfeuffer
fde26cd8b7 Create new hunks instead of expanding the existing ones
This is necessary to distinguish between "real" diff lines and those
created due to expansion.
2020-06-10 11:37:22 +02:00
René Pfeuffer
586d9ac0d3 Remove log 2020-06-10 11:37:22 +02:00
René Pfeuffer
4b54597e26 Fix expanding diffs without 'normal' line at the end 2020-06-10 11:37:21 +02:00
René Pfeuffer
2ad3773340 Fix unit test 2020-06-10 11:37:21 +02:00
René Pfeuffer
a672716299 update storyshots 2020-06-10 11:37:21 +02:00
René Pfeuffer
f48ee91776 Fix types 2020-06-10 11:37:21 +02:00
René Pfeuffer
751a2bfa9b Implement option to load rest of files completely 2020-06-10 11:37:21 +02:00
René Pfeuffer
b86c025b37 Remove expand marker at bottom when fully expanded 2020-06-10 11:37:21 +02:00
René Pfeuffer
8c1d463e09 Give two options for diff expansion (some or all lines) 2020-06-10 11:37:21 +02:00
René Pfeuffer
e7f03378a4 Fix line number calculation for patch 2020-06-10 11:37:21 +02:00
René Pfeuffer
5bf624d087 Simplify test data 2020-06-10 11:37:21 +02:00
René Pfeuffer
83145d953b Handle following "real" line breaks correctly 2020-06-10 11:37:21 +02:00
René Pfeuffer
ebfc267b93 Patch hunks with new lines 2020-06-10 11:37:21 +02:00
René Pfeuffer
2efd21d466 Handle added and deleted files correctly 2020-06-10 11:37:21 +02:00
René Pfeuffer
abca9e9746 Show number of lines that can be expanded 2020-06-10 11:37:21 +02:00
René Pfeuffer
99b7b92fbe Introduce expandable diffs 2020-06-10 11:37:21 +02:00
René Pfeuffer
4093e734eb Create links to load more lines in diffs 2020-06-10 11:37:21 +02:00
René Pfeuffer
d09b254f00 Add line limits to content endpoint 2020-06-10 11:37:21 +02:00
Florian Scholdei
e419f6d922 Fix small typo 2020-06-09 09:38:08 +02:00
Sebastian Sdorra
869aa8ba77 Merge pull request #1176 from scm-manager/bugfix/dont_cache_browser_language
avoid caching of detected browser language
2020-06-08 13:33:39 +02:00
Sebastian Sdorra
a3a90eb869 Merge pull request #1175 from scm-manager/feature/docker_configure_jvm_parameter
Added option to configure jvm parameter of docker image
2020-06-08 13:33:19 +02:00
Sebastian Sdorra
2cd4ce8c23 added pr link to changelog 2020-06-08 11:46:24 +02:00
Sebastian Sdorra
435a2ceea6 avoid caching of detected browser language 2020-06-08 11:41:51 +02:00
Sebastian Sdorra
4a8daf0259 fixed typo 2020-06-08 11:15:40 +02:00
Sebastian Sdorra
e9a4068e76 added documentation and add pr link to the changelog 2020-06-08 11:05:22 +02:00
Sebastian Sdorra
073d317c9f Added option to configure jvm parameter of docker image 2020-06-08 10:55:56 +02:00
René Pfeuffer
d5e3279032 Merge pull request #1174 from scm-manager/bugfix/jetty_listener_config
pickup system property to configure jetty host
2020-06-08 07:42:09 +02:00
Sebastian Sdorra
9fcfafbdbd update changelog 2020-06-07 17:09:02 +02:00
Sebastian Sdorra
f8f71fcb1f pickup system property to configure jetty host 2020-06-07 17:04:46 +02:00
René Pfeuffer
3f2dee6530 Update versions in package.json files 2020-06-05 07:47:55 +02:00
René Pfeuffer
4052a87693 Exclude vagrant working directories from license check 2020-06-05 07:38:44 +02:00
René Pfeuffer
8d9b6a5f5d Simplify commands 2020-06-04 20:10:19 +02:00
René Pfeuffer
b05da30098 Simplify calls 2020-06-04 19:06:16 +02:00
Sebastian Sdorra
917051c2fa fixed wrong download urls 2020-06-04 14:39:12 +02:00
Sebastian Sdorra
306c643c3e fixed wrong package type for helm, use k8s instead of helm 2020-06-04 12:34:59 +02:00
CES Marvin
a3e4c1ddf4 prepare for next development iteration 2020-06-04 09:41:11 +00:00
CES Marvin
4ae098e3b6 release version 2.0.0 2.0.0 2020-06-04 09:03:17 +00:00
Sebastian Sdorra
c54de87f4d update yarn.lock 2020-06-04 11:02:10 +02:00
Sebastian Sdorra
cdd5a4033f update changelog 2020-06-04 10:49:12 +02:00
Sebastian Sdorra
ef8317d30b Revert "added support for python3"
This reverts commit c924d73115.
2020-06-04 09:53:26 +02:00
Sebastian Sdorra
8a1496f8da use mercurial 4.9.1 with python 2 2020-06-04 09:52:17 +02:00
Sebastian Sdorra
c924d73115 added support for python3 2020-06-04 07:18:42 +02:00
Sebastian Sdorra
5ead04e0db Merge branch 'develop' of github.com:scm-manager/scm-manager into develop 2020-06-03 16:41:46 +02:00
Sebastian Sdorra
c16c431f63 Merge branch 'feature/release_descriptor' into develop 2020-06-03 16:41:15 +02:00
Sebastian Sdorra
4d5f709c56 Merge pull request #1166 from scm-manager/feature/support_workdir_cache
Support workdir cache
2020-06-03 16:40:32 +02:00
Sebastian Sdorra
897003d9bf fixed deployment with helm 2020-06-03 16:39:23 +02:00
René Pfeuffer
4ba3977ccc Fix unix packaging 2020-06-03 15:53:47 +02:00
Sebastian Sdorra
f085cb7dae write release descriptor to website repository during deploy 2020-06-03 14:41:03 +02:00
René Pfeuffer
c5d4109d98 Merge pull request #1172 from scm-manager/snyk-upgrade-1e644879b3952c785b427b0763dbbced
[Snyk] Upgrade @pmmmwh/react-refresh-webpack-plugin from 0.2.0 to 0.3.0
2020-06-03 09:24:21 +02:00
René Pfeuffer
8528c0cfc1 Fix sonar issues 2020-06-02 21:48:28 +02:00