Commit Graph

10612 Commits

Author SHA1 Message Date
Willy Kloucek
ae7c5cbda9 update reva 2022-07-26 10:15:53 +02:00
Jörn Friedrich Dreyer
9b99a61cdb Merge pull request #4266 from wkloucek/update-go-micro
update go-micro
2022-07-26 06:51:25 +00:00
Phil Davis
0eb8d4dac9 Merge pull request #4258 from owncloud/add-tests-removed-by-core-40226
[tests-only] Add tests removed by core 40226
2022-07-26 11:20:23 +05:45
Phil Davis
1d945025ec Merge pull request #4179 from owncloud/addSpacesTestFormoverequest
[tests-only][full-ci]Added implementation and Scenarios for `MOVE` request operation
2022-07-26 11:11:47 +05:45
Willy Kloucek
1cdea6582d Automated changelog update [skip ci] 2022-07-26 05:18:45 +00:00
Willy Kloucek
ed49e1766a Merge pull request #4279 from wkloucek/mail-insecure
introduce insecure flag for smtp email notifications
2022-07-26 07:18:18 +02:00
Swikriti Tripathi
b83dfe9f73 Add etag related tests removed by core-40226 2022-07-26 09:55:04 +05:45
sagargurung1001@gmail.com
2b1f6bc513 Move Implementation operation 2022-07-26 09:55:04 +05:45
Willy Kloucek
7365d6cb13 short error return syntax 2022-07-25 16:38:02 +02:00
Willy Kloucek
863ddda4bb add inbucket as mail server to traefik deployment example 2022-07-25 16:28:41 +02:00
Willy Kloucek
26d50b5623 switch to different mail lib to add insecure flag 2022-07-25 16:22:27 +02:00
Michael Barz
771d6d65c2 Merge pull request #4273 from wkloucek/master
update code owners and continous deployment config
2022-07-25 12:50:17 +02:00
Willy Kloucek
589a047471 remove pascalwengerter from code owners and continous deployment config 2022-07-25 12:23:16 +02:00
Willy Kloucek
bee33638ef remove Body from endpoint, see 3381a9f3db 2022-07-25 12:16:37 +02:00
Willy Kloucek
14ee864dfb update protoc-gen-micro 2022-07-25 12:04:00 +02:00
Willy Kloucek
0ea11527ac update go-micro 2022-07-25 11:17:57 +02:00
sagargurung1001@gmail.com
23fa99cc79 Move Feature scenarios 2022-07-25 12:39:46 +05:45
Willy Kloucek
f7c89d1b42 Merge pull request #4257 from owncloud/dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.11.0
Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.10.3 to 2.11.0
2022-07-25 08:10:07 +02:00
sagargurung1001@gmail.com
c0d53fbd44 Move Implementation operation 2022-07-25 11:29:51 +05:45
Phil Davis
39282e046d Merge pull request #4264 from owncloud/bump-core-commit-id-20220723
[tests-only] [full-ci] Bump CORE_COMMITID for API tests
2022-07-23 22:01:06 +05:45
Phil Davis
24b3d6d5d5 Bump CORE_COMMITID for AI tests 2022-07-23 15:29:19 +05:45
Ralf Haferkamp
b4a90b132b Demote demo user "moss" from admin to space-admin
Fixes: #3625
2022-07-22 16:47:04 +02:00
Phil Davis
5db4b3aa17 Merge pull request #4259 from kobergj/AddSearchUnittestsToCI
[tests-only] Add search unit test to ci
2022-07-22 15:47:44 +05:45
jkoberg
e6ef03fb43 add Makefile
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-07-22 11:25:04 +02:00
jkoberg
fdaa55865c add search unit test to ci
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-07-22 11:16:53 +02:00
Martin
1c98198bc2 Merge pull request #4248 from kobergj/EventsDescription
[docs-only] Update description for event structs
2022-07-22 10:06:45 +02:00
dependabot[bot]
55dbac2c4f Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.10.3 to 2.11.0
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.10.3 to 2.11.0.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/.goreleaser.yml)
- [Commits](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.10.3...v2.11.0)

---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 06:23:04 +00:00
Viktor Scharf
d736747ae6 [tests-only] ApiTest. Share space via link (#4241)
* add test share space via link
* Bump core commit
2022-07-21 17:42:39 +02:00
Martin
3d26b46e17 Automated changelog update [skip ci] 2022-07-21 15:38:33 +00:00
Martin
90c06eb106 Merge pull request #4254 from kobergj/AddConfigOptionToExcludeServices 2022-07-21 17:33:15 +02:00
jkoberg
f64ea7dc1b make runset a map
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-07-21 16:19:36 +02:00
kobergj
db363b6800 Update ocis-pkg/config/config.go
Co-authored-by: Phil Davis <phil@jankaritech.com>
2022-07-21 15:54:56 +02:00
jkoberg
4b8d1acdf4 allow providing list of services not to start
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-07-21 15:51:17 +02:00
Michael Barz
0f3d6d5a97 Merge pull request #4232 from owncloud/dependabot/go_modules/github.com/sirupsen/logrus-1.9.0
Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
2022-07-21 13:36:21 +02:00
Michael Barz
b8a13f71c5 Merge pull request #4242 from owncloud/dependabot/go_modules/github.com/urfave/cli/v2-2.11.1
Bump github.com/urfave/cli/v2 from 2.11.0 to 2.11.1
2022-07-21 13:35:56 +02:00
Phil Davis
346b53817d Merge pull request #4246 from owncloud/retry-dependcies
[full-ci][tests-only] Add retry option
2022-07-21 15:46:09 +05:45
Swikriti Tripathi
c3ff4261b4 Add retry option 2022-07-21 15:03:23 +05:45
jkoberg
e56632681b update description for event structs
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-07-21 10:27:43 +02:00
Phil Davis
a538b98597 Merge pull request #4247 from owncloud/adjust-retry-in-drone
[tests-only] [full-ci] Do not fetch the retry script in CI
2022-07-21 13:17:30 +05:45
Phil Davis
7946c8e0f3 Merge pull request #4238 from owncloud/cache-web-for-tests
[tests-only][full-ci]Cache web repo for tests
2022-07-21 12:42:59 +05:45
Phil Davis
fbfae89638 Do not fetch the retry script in CI 2022-07-21 11:42:37 +05:45
Swikriti Tripathi
7b51c16f6e Allow all the tests 2022-07-21 09:45:23 +05:45
Swikriti Tripathi
a0ec85dc16 add depends on 2022-07-21 09:45:23 +05:45
Swikriti Tripathi
a6069760ef skip piplines 2022-07-21 09:45:22 +05:45
Swikriti Tripathi
f24a6e96a5 Cache web repo for tests 2022-07-21 09:45:22 +05:45
Artur Neumann
176dd321b1 Merge pull request #4126 from owncloud/addSpacesTestForCOPYReq
[tests-only][full-ci]Added test scenarios for copy Request
2022-07-21 08:19:49 +05:45
Phil Davis
b698aa6b3a Merge pull request #4243 from owncloud/core-commit-id-20220720
[tests-only] [full-ci] Bump CORE_COMMITID for API tests
2022-07-20 23:16:03 +05:45
Phil Davis
35f94365f7 Remove passing web tests from expected-failures 2022-07-20 22:38:00 +05:45
Phil Davis
ad3b455742 Bump CORE_COMMITID for API tests 2022-07-20 20:07:33 +05:45
dependabot[bot]
dc312c8a7c Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 13:17:27 +00:00