1
0
mirror of https://github.com/owncloud/ocis.git synced 2025-04-18 23:44:07 +03:00

66 Commits

Author SHA1 Message Date
Julian Koberg
2ac43542fa fix(ocis): bump golangci-lint version
Signed-off-by: Julian Koberg <jkoberg@MBP-Julian-Koberg.local>
2025-03-06 09:11:09 +01:00
Julian Koberg
0c0c8c5ca3 fix(ocis): update mockery to 2.52.3
Signed-off-by: Julian Koberg <jkoberg@MBP-Julian-Koberg.local>
2025-02-26 15:51:04 +01:00
Michael Barz
e244bd09a7 chore: update buf
Signed-off-by: Michael Barz <mbarz@owncloud.com>
2024-10-14 11:23:46 +02:00
Juan Pablo Villafáñez
3d7440aa47 chore: bump mockery version to 2.43 2024-08-08 15:33:14 +02:00
Florian Schade
df54fa2496 chore: bump bingo dependencies 2024-03-06 11:52:23 +01:00
Ralf Haferkamp
3d3f8949f5 Bump mockery to 2.40.2
to address issues when building with go1.22:
https://github.com/vektra/mockery/pull/753
2024-02-09 11:48:45 +01:00
Jörn Friedrich Dreyer
fad94d2038
bump mockery, add test stub for oidc_auth.go, align mock generation (#8321)
* bump mockery, add test stub for oidc_auth.go

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* use .mockery.yaml for all mocks

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* drop legacy go:generate mockery

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* align mock placement

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-02-01 10:07:44 +01:00
Michael Barz
98b9fce738
test: add govulncheck to makefile 2023-12-28 14:17:50 +01:00
Michael Barz
8518e52196
docs: upgrade calens and cleanup changelog 2023-12-05 23:27:26 +01:00
Florian Schade
ed0dbce978
enhancement: Keyword Query Language (KQL) search syntax support (#7043)
* feat(search): introduce search query package

With the increasing complexity of how we organize our resources, the search must also be able to find them using entity properties.

The query package provides the necessary functionality to do this.

This makes it possible to search for resources via KQL, the microsoft spec is largely covered and can be used for this.

In the current state, the legacy query language is still used, in a future update this will be deprecated and KQL will become the standard
2023-08-28 16:41:36 +02:00
jkoberg
b536f202a5 bump hugo for ci
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-07-12 17:12:33 +02:00
Daniël Franke
e43001fb96
Pass context for reva bump.
Also refresh the generated code.
2023-07-03 11:08:45 +02:00
Florian Schade
a26aea758a
[full-ci] enhancement: add search result content preview and term highlighting. (#6634)
* enhancement: add search result content preview and term highlighting.

* chore: fix changelog

* noop

* enhancement: provide search highlight tests
2023-06-27 15:56:17 +02:00
Jörn Friedrich Dreyer
474c4b848d
upgrade to go1.20 and auto set go mem limit (#5732)
* upgrade to go1.19 and set go mem limit

* create ocis-pkg memlimit package

* use std automemlimit import

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* import automemlimit in every ocis service, drop ocis-pkg/memlimit package

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* bump go to 1.20

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* drop unused config options and env vars

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* update all version numbers, add doc

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* fix lint

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* update bingo and mockery

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* bump golangci-lint

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* fix selector test

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Update changelog/unreleased/enhancement-memlimit.md

Co-authored-by: kobergj <juliankoberg@googlemail.com>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Willy Kloucek <wkloucek@owncloud.com>
Co-authored-by: kobergj <juliankoberg@googlemail.com>
2023-03-20 17:22:02 +01:00
Michael Barz
230977e406
add empty locale folder, add reader pkg to bingo
add empty locale for de_DE

add reader pkg to bingo, add empty german translation
2023-03-14 00:08:29 +01:00
Michael Barz
29501b2cfe
make the default settings bundles part of the config 2023-02-16 13:24:31 +01:00
Willy Kloucek
d74b879d4f
update tooling (#5038)
* update tooling

* update nodejs version
2022-11-11 15:01:45 +01:00
jkoberg
66ff20442f use .golangci.yml
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-08-17 14:20:05 +02:00
Ralf Haferkamp
757fbcf9b5 Bump protoc-gen-microweb to include latest fixes
Closes #4276
2022-08-08 13:41:08 +02:00
Willy Kloucek
14ee864dfb
update protoc-gen-micro 2022-07-25 12:04:00 +02:00
Willy Kloucek
1548226654
update golangci-lint 2022-07-19 13:15:34 +02:00
Willy Kloucek
97220e63e6
check if cfg.Commons is nil 2022-05-16 09:32:12 +02:00
Jörn Friedrich Dreyer
acab143050 use command -v instead of which
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-13 11:16:40 +00:00
Willy Kloucek
d86a86a884
update documentation 2022-04-29 10:56:48 +02:00
Willy Kloucek
622218ef49
add changelog 2022-04-29 09:58:01 +02:00
Willy Kloucek
3054875a05
move config validation into a separate function 2022-04-28 11:10:39 +02:00
Willy Kloucek
634d557279
update bingo (#3573) 2022-04-25 13:42:32 +02:00
Willy Kloucek
1866b38c1c
update protoc-gen-openapiv2 2022-04-08 14:17:50 +02:00
Willy Kloucek
ab9e1302a9
update protoc-gen-go 2022-04-08 14:16:31 +02:00
Willy Kloucek
cb19ec35e9
update mutagen 2022-04-08 14:15:59 +02:00
Willy Kloucek
a89c55e05c
update hugo 2022-04-08 14:15:11 +02:00
Willy Kloucek
509d367973
update golangci-lint 2022-04-08 14:09:45 +02:00
Willy Kloucek
d8e5f87d5f
update go-licenses 2022-04-08 14:02:48 +02:00
Willy Kloucek
574227287d
update bingo 2022-04-08 14:01:12 +02:00
Willy Kloucek
f57b31e167
update buildifier 2022-04-08 13:59:55 +02:00
Willy Kloucek
40de115155
update mockery 2022-04-08 13:58:04 +02:00
Willy Kloucek
1508568369
fix and exclude packages from check 2022-04-08 08:56:50 +02:00
Willy Kloucek
b646aace45
check go licenses 2022-04-07 19:43:52 +02:00
Willy Kloucek
6317df4705
fix protoc-gen-microweb by including owncloud/protoc-gen-microweb#11 2022-04-07 08:59:29 +02:00
Willy Kloucek
dc9eed8228
configure reva gateway endpoint for sharing driver 2022-04-01 19:00:51 +02:00
Willy Kloucek
cdd72e3a3d
use trimpath and buildmode=pie for binaries 2022-03-29 09:16:47 +02:00
Jörn Friedrich Dreyer
9b4fae1704 add mockery for minimal graph testing
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-18 12:42:49 +00:00
Willy Kloucek
604e29a96f
update tooling / remove unused tooling 2021-12-22 09:07:05 +01:00
Florian Schade
a5438849b9 fix(cleanup): get rid of fileb0x leftovers
get rid of dev leftovers
2021-10-20 12:06:52 +02:00
Willy Kloucek
db2c4d8bb1
update protoc-gen-micro and regenerate assets 2021-10-14 15:56:19 +02:00
Willy Kloucek
d6adbb3068
ugrade to GO 1.17 2021-10-11 14:50:37 +02:00
Willy Kloucek
10fdcafc8e
revert flaex downgrade 2021-09-27 10:02:06 +02:00
Willy Kloucek
633632629d
update tooling 2021-09-25 14:37:40 +02:00
Ralf Haferkamp
8042db13ad Bump protoc-gen-microweb to the latest commit
To be able to move to chi/v5
2021-08-24 17:47:57 +02:00
Willy Kloucek
d68b942832
remove goverage 2021-08-11 09:21:59 +02:00