Commit Graph

6060 Commits

Author SHA1 Message Date
Willy Kloucek
ba438022f0 add argument: integration testing 2021-06-15 08:55:20 +02:00
David Christofas
a218627df2 draft an adr for extension templates 2021-06-11 12:44:31 +02:00
David Christofas
8e11efaa98 Automated changelog update [skip ci] 2021-06-10 11:52:15 +00:00
David Christofas
7062b432c5 Merge pull request #2118 from owncloud/graph-explorer-client-registration
properly configure the graph-explorer openid connect client
2021-06-10 13:51:44 +02:00
David Christofas
68079b7a4b properly configure the graph-explorer openid connect client 2021-06-10 13:11:47 +02:00
Alex Unger
fd8b3d23dd Merge pull request #2136 from owncloud/unify_go_version 2021-06-09 23:34:23 +02:00
Phil Davis
a845cd2a89 Merge pull request #2152 from owncloud/qualify_expected_failures
Move old/new chunking to won't fix in expected failures
2021-06-09 21:09:04 +05:45
Patrick Maier
61466d2c02 Add old/new chunking to won't fix in expected failures 2021-06-09 16:39:25 +02:00
Alex Unger
175062e70c Automated changelog update [skip ci] 2021-06-09 12:09:50 +00:00
Alex Unger
72aa5972b0 Merge pull request #2129 from owncloud/tls-config-location 2021-06-09 14:09:23 +02:00
A.Unger
33f8cd04b2 Merge branch 'master' into tls-config-location 2021-06-09 11:16:27 +02:00
Phil Davis
8251e620c8 Merge pull request #2117 from owncloud/adjustIssuesInExpectedFailures
[Tests-Only]Adjust expected failures file
2021-06-09 09:18:47 +05:45
A.Unger
7efb715af7 fix sonarcloud offenses 2021-06-08 15:25:46 +02:00
A.Unger
f19ed5aede os_test package 2021-06-08 13:38:05 +02:00
A.Unger
3e8198e4c2 check err on persistKey 2021-06-08 13:24:25 +02:00
Jasmine Baral
c170e279e8 Adjust expected failures file 2021-06-08 17:08:34 +05:45
A.Unger
7c0a4bdc0d add test coverage for panics 2021-06-08 13:23:14 +02:00
A.Unger
83f628052d add new os pkg on ocis-pkg 2021-06-08 13:08:32 +02:00
A.Unger
24b94dd2f1 add unit tests 2021-06-08 12:50:15 +02:00
Willy Kloucek
71e2cad13e unifiy go version 2021-06-08 11:49:57 +02:00
A.Unger
5c0aabedd7 Merge branch 'master' into tls-config-location 2021-06-08 11:41:01 +02:00
PKiran
820205dfe5 Merge pull request #2123 from owncloud/full-ci-for-version-tag
[Tests-Only] Check for version tags while running web tests
2021-06-08 15:00:04 +05:45
A.Unger
28ea3b7341 update idp dependencies -> go get github.com/sirupsen/logrus@v1.7.0 2021-06-08 10:58:56 +02:00
A.Unger
6406982ab0 add go get github.com/fsnotify/fsnotify@v1.4.9 2021-06-08 10:54:14 +02:00
A.Unger
65c45caa8d update dependencies 2021-06-08 10:49:37 +02:00
A.Unger
fb31bf4427 namespace user config dir with ocis 2021-06-08 10:45:10 +02:00
A.Unger
c108d6d9f9 dont use all caps... 2021-06-08 10:39:30 +02:00
A.Unger
5518c6cf1c add tests for crypto.GenCert 2021-06-08 10:37:26 +02:00
Parajuli Kiran
76594d375b updated latest web commit id 2021-06-08 14:15:09 +05:45
A.Unger
7028bc4a44 Merge branch 'master' into tls-config-location 2021-06-08 09:31:09 +02:00
Michael Barz
4fa69900a3 Update _index.md 2021-06-08 09:25:43 +02:00
Michael Barz
1c3254a357 Automated changelog update [skip ci] 2021-06-08 06:54:30 +00:00
Michael Barz
75a0345844 Merge pull request #2134 from owncloud/release-1.7.0
Merge back ocis release 1.7.0
2021-06-08 08:53:50 +02:00
Parajuli Kiran
9277a8d6f7 Run full-ci if build event is tag while running web tests 2021-06-08 09:39:09 +05:45
A.Unger
870201902a Merge branch 'master' into tls-config-location 2021-06-07 20:49:06 +02:00
A.Unger
7d94812d1e change log level to info 2021-06-07 20:48:45 +02:00
A.Unger
b64d13c20e more refactoring 2021-06-07 20:00:47 +02:00
A.Unger
d4d1075fdd refactor crypto code 2021-06-07 19:57:18 +02:00
Ilja Neumann
58f8258560 Automated changelog update [skip ci] 2021-06-07 16:44:30 +00:00
Ilja Neumann
073503beb9 Use ocis registry for refresh
The go-micro registry-singleton ignores the ocis configuration and defaults to mdns
2021-06-07 18:43:55 +02:00
Florian Schade
1e79671580 changelog 1.7.0 2021-06-07 17:45:22 +02:00
A.Unger
8d3bbe47fc Merge branch 'master' into tls-config-location 2021-06-07 17:40:01 +02:00
A.Unger
3101c292bb move crypto over to ocis-pkg 2021-06-07 17:11:29 +02:00
Michael Barz
8ec6ac3de9 Merge pull request #2124 from owncloud/refs-patch-1
Update stale.yml
2021-06-07 16:31:05 +02:00
A.Unger
afec556f8d make changelog linter happy 2021-06-07 16:14:02 +02:00
Phil Davis
83e4dbf1e1 Merge pull request #2125 from owncloud/use-different-selenium
[Tests-Only] Used different version of selenium for settings UI test
2021-06-07 19:43:04 +05:45
A.Unger
a1a6dfab5a update readme 2021-06-07 15:46:14 +02:00
A.Unger
150e5f4c01 use os.UserConfigDir 2021-06-07 15:44:45 +02:00
A.Unger
2498a50199 add changelog 2021-06-07 15:04:03 +02:00
A.Unger
2508ce0ef7 use user system config to store tls artifacts 2021-06-07 15:00:52 +02:00