Commit Graph

1473 Commits

Author SHA1 Message Date
Sebastian Sdorra
49a7aab45c merge branch heads and added ui-polyfill 2019-10-11 07:34:19 +02:00
Sebastian Sdorra
43295f9007 fix core-plugin test execution 2019-10-10 15:16:31 +02:00
Sebastian Sdorra
7bfd9862a5 merge branch heads 2019-10-10 14:33:13 +02:00
Sebastian Sdorra
631f2f6482 implemented jest-preset 2019-10-10 14:32:37 +02:00
Florian Scholdei
2a3e5e4ded Merge with 2.0.0-m3 2019-10-10 10:59:04 +02:00
Sebastian Sdorra
b330bceac1 use babel-preset 2019-10-10 10:53:38 +02:00
Sebastian Sdorra
6a2ad50be1 update react-syntax-highlighter and split languages out of webapp bundle 2019-10-09 14:19:26 +02:00
Rene Pfeuffer
38f0ed3bbd Use constant from jgit 2019-10-09 13:56:44 +02:00
Sebastian Sdorra
76a6bba80c fix core plugin test execution 2019-10-09 12:14:41 +02:00
Rene Pfeuffer
5eab6f5af4 Fix sonar issues 2019-10-09 11:47:56 +02:00
Rene Pfeuffer
c5bbfa8af9 Merge with 2.0.0-m3 2019-10-09 11:46:17 +02:00
Rene Pfeuffer
369ad9e788 Reduce log levels 2019-10-09 11:27:54 +02:00
Sebastian Sdorra
9a56ea50e7 fix tests for core plugins 2019-10-09 11:22:16 +02:00
Rene Pfeuffer
a81049eea3 Register own git config 2019-10-09 10:57:58 +02:00
Sebastian Sdorra
d7e62fadb0 merge repository heads 2019-10-09 10:20:06 +02:00
Sebastian Sdorra
e1390d68c9 jest configuration for ui-packages 2019-10-09 10:19:46 +02:00
Florian Scholdei
dff18b1710 Merge with upstream 2019-10-08 16:42:52 +02:00
Florian Scholdei
1b6392defc Switch from ReactJSS to styled-components in ui-components 2019-10-08 16:42:08 +02:00
Rene Pfeuffer
7af882fe8e Insert some logging 2019-10-08 16:19:30 +02:00
Sebastian Sdorra
cc645f8e0b added flow typing for styled-components 2019-10-08 14:05:07 +02:00
Sebastian Sdorra
aac264224c configure flow 2019-10-08 14:02:01 +02:00
Rene Pfeuffer
76c7821ed2 Reduce code redundancy 2019-10-08 11:58:13 +02:00
Rene Pfeuffer
ffcb96820e Merge with 2.0.0-m3 2019-10-08 10:49:15 +02:00
Sebastian Sdorra
f218e8b64c addded central eslint-config 2019-10-08 09:29:11 +02:00
Sebastian Sdorra
0da8ac2fab remove unused prop classes 2019-10-08 08:45:22 +02:00
Sebastian Sdorra
8f8072d760 rename bundles folder into assets 2019-10-08 08:36:53 +02:00
Sebastian Sdorra
03b10b8c5f use styled-components for scm-git-plugin instead of react-jss 2019-10-08 08:15:37 +02:00
Rene Pfeuffer
24e18b4414 Use no-op filter as default for lfs 2019-10-07 18:45:12 +02:00
Rene Pfeuffer
a1da5eaddb Simplify 2019-10-07 18:25:31 +02:00
Sebastian Sdorra
6e99182b4e use new plugin bundle format 2019-10-07 17:06:00 +02:00
Eduard Heimbuch
cb6f1bfa22 remove unused move-method from ModifyCommand / create interface for CommandRequests with Author 2019-10-07 14:59:46 +02:00
Sebastian Sdorra
c05798e254 scm-ui: new repository layout 2019-10-07 10:57:09 +02:00
Eduard Heimbuch
34169fb21c merged 2019-10-07 10:48:07 +02:00
René Pfeuffer
100c73c336 Add missing test repository 2019-10-06 19:41:23 +02:00
René Pfeuffer
3ac267c2ab Add missing test repository 2019-10-06 16:57:45 +02:00
René Pfeuffer
3dea971e10 Checkout target branch while cloning repository
This will prevent the checkout of a wrong initial branch and therefore
safe some unnecessary io
2019-10-06 16:29:50 +02:00
René Pfeuffer
9120d492ab LFS upload POC 2019-10-04 19:46:16 +02:00
Rene Pfeuffer
a9559f5fad Merge with 2.0.0-m3 2019-10-02 11:48:37 +02:00
Eduard Heimbuch
6417ab57e8 remove unnecessary handler from HgModifyCommand / move NoChangesMadeException to scm-core 2019-10-02 10:43:35 +02:00
Sebastian Sdorra
a632350d32 added message to NoCommonHistoryException 2019-10-02 07:43:17 +02:00
Sebastian Sdorra
34177be6f7 merge with 2.0.0-m3 2019-10-01 17:09:53 +02:00
Sebastian Sdorra
151049657a Merged in bugfix/postpone_writing_to_stream (pull request #322)
Postpone writing to output stream in diff command
2019-10-01 12:52:25 +00:00
Sebastian Sdorra
273b5fd2c6 Merged in feature/cat_with_lfs (pull request #324)
cat with lfs
2019-10-01 12:12:04 +00:00
Sebastian Sdorra
6605cc2b6b remove unused imports 2019-10-01 13:58:33 +02:00
Rene Pfeuffer
1b797e7de4 Fix unit test 2019-09-25 14:25:44 +02:00
Rene Pfeuffer
3d27938e80 Postpone writing to output stream in diff command
Without this, the gzip filter would write the first bytes to the
response output stream, before the diff command is triggered and
potential exceptions may be thrown. When exceptions are thrown too late,
filters like the GZip filter may already have sent bytes to the response
stream. Afterwards this cannot be undone and the response created by an
exception mapper may not be valid anymore.
2019-09-25 12:15:30 +02:00
René Pfeuffer
5b4d1d6003 Get correct sizes for lfs files 2019-09-25 08:31:42 +02:00
René Pfeuffer
7e5e45b488 Detect and load lfs files 2019-09-24 20:50:54 +02:00
René Pfeuffer
1c922d637e Ignore '\ No newline at end of file' in diff 2019-09-23 17:25:01 +02:00
Rene Pfeuffer
e533820ae6 Check for unrelated histories 2019-09-23 12:16:07 +02:00