Niraj Acharya
a1df9e6716
add code coverage flag to the debug build and add docs for generating the coverage report
2025-04-11 09:12:09 +05:45
Bastian Beier
dd2d6ad5c2
feat: Implement debug docker for arm64 platform
2025-01-28 13:23:23 +01:00
Ralf Haferkamp
26f3e23b79
dev: Enable VIPS in local docker builds
...
As libvips is not available as a static library we can no longer
create a statically linked ocis binary for the docker images when
libvips is enabled.
We also need to make sure that the base images used for building
ocis needs to match the image where ocis is installed when creating
a shared binary.
2024-10-17 14:05:27 +02:00
Michael Barz
efe4895a98
chore: update validation script for env var annotations
2024-06-04 11:06:44 +02:00
Phil Davis
7a5b61228c
chore: adjust logic for annotation checks
2024-03-06 17:50:20 +05:45
Phil Davis
1d9e76f16f
chore: display line numbers in output of check-env-var-annotations
2024-03-06 17:50:20 +05:45
Phil Davis
fc209bdab8
chore: adjust doc of check-env-var-annotations
2024-03-06 17:50:20 +05:45
Christian Richter
1ef091688a
move semver regex to a dedicated variable
...
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-13 08:52:11 +01:00
Christian Richter
bafb030387
add make step to validate the introductionVersion annotation to env-vars
...
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-13 08:17:32 +01:00
Roman Perekhod
f1ccaa7e98
added ability to debug the ocis in a docker compose stack via delve
2024-01-31 17:59:00 +01:00
Michael Barz
e26989dccb
raise the lint timeout
2023-04-20 15:29:21 +02:00
Michael Barz
29501b2cfe
make the default settings bundles part of the config
2023-02-16 13:24:31 +01:00
Robert Kaussow
9dc6612e95
fix: fix syntax after switching to golang tx client
2022-12-20 09:50:41 +01:00
Jörn Friedrich Dreyer
416f8ed521
add missing whitespace to go makefile
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-11-24 10:09:22 +00:00
Christian Richter
963e0bc894
remove windows release target
...
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-11-10 14:47:17 +01:00
Christian Richter
e00b012f9d
remove windows from ci & release makefile
...
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-11-10 13:14:09 +01:00
jkoberg
66ff20442f
use .golangci.yml
...
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-08-17 14:20:05 +02:00
Willy Kloucek
14ee864dfb
update protoc-gen-micro
2022-07-25 12:04:00 +02:00
Christian Richter
f8f1320501
refactor extensions -> services
...
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-27 14:05:36 +02:00
Michael Barz
efd6619ce2
add latest released version to codebase
2022-05-23 11:04:38 +02:00
Willy Kloucek
9e224849fa
fix compile time options after switch to v2
2022-05-05 12:19:02 +02:00
Willy Kloucek
c710e1f794
load configuration only from one directory
2022-04-26 12:04:12 +02:00
Christian Richter
d84f3043ca
update drone
...
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-04-13 17:04:38 +02:00
Christian Richter
418e32f3d7
refactor makefiles
...
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-04-13 17:04:38 +02:00
Willy Kloucek
bd8357d5b4
fixes the binary naming during the release process, regression introduced in #3415
2022-03-31 07:44:26 +02:00
Willy Kloucek
61cd1a3e13
add comment about buildmode=pie for arm
2022-03-29 09:40:58 +02:00
Willy Kloucek
f66ee2c855
fix os-arch order
2022-03-29 09:28:04 +02:00
Willy Kloucek
cdd72e3a3d
use trimpath and buildmode=pie for binaries
2022-03-29 09:16:47 +02:00
Ralf Haferkamp
02775b72c7
Add embeded libregrah/idm server
...
This add a new service "idm" providing and LDAP service (via ldaps) on
port 9235. If not existing it will bootstrap an initial LDAP tree and
administrative user as well as a self-signed Certificate and Key
(similar to what is done for glauth).
2022-02-25 11:43:03 +01:00
Juan Pablo Villafáñez
4736c88252
Restore old makefile and check custom lock file before the generation
2022-01-31 09:35:40 +01:00
Juan Pablo Villafáñez
8efcbb379a
Cleanup leftovers
2022-01-31 09:35:40 +01:00
Willy Kloucek
c10ca55e8a
simlify dependency installation for buf
2021-12-22 09:07:36 +01:00
Willy Kloucek
ca55576169
fix doc generation and reenable docs pipeline in CI
2021-11-23 11:19:51 +01:00
A.Unger
45a559f707
Revert "comment out .make/docs.mk config-docs-generate target"
...
This reverts commit 9c3fb1cf4cd6aa8e5ab021304f20bd79ba6ae7d3.
2021-11-20 11:40:47 +01:00
A.Unger
9c3fb1cf4c
comment out .make/docs.mk config-docs-generate target
2021-11-20 11:20:36 +01:00
A.Unger
1570e40221
applied review comments by @wkloucek
2021-11-19 17:18:23 +01:00
Willy Kloucek
bd43895212
fix docs-generate skip logic
2021-11-16 11:15:25 +01:00
Willy Kloucek
4747e8b79a
disable install scripts and fix duplicate targets
2021-11-16 10:19:38 +01:00
Willy Kloucek
418b649647
add make target for dev docker image
2021-11-16 10:09:21 +01:00
Willy Kloucek
74e7344221
prevent multiple yarn builds of accounts and settings when running make ci-node-generate
int the repo root
2021-11-16 10:01:12 +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
e3c52af56c
Merge pull request #2590 from owncloud/change_data_path
...
[full-ci] change default paths for oCIS services
2021-10-20 08:24:22 +02:00
Willy Kloucek
cddb334f80
change default paths for oCIS services
2021-10-19 14:37:20 +02:00
A.Unger
ccfd48532e
remove -i flag on build
2021-10-19 14:35:37 +02:00
Willy Kloucek
367ea73166
switch to buf tooling
2021-10-18 07:53:00 +02:00
Willy Kloucek
fcb1c4225b
replace third_party with go get and fix accounts / settings tests
2021-10-14 15:56:19 +02:00
Willy Kloucek
42b60fddb6
replace gogo protobuf and switch linter
2021-10-14 15:56:19 +02:00
Willy Kloucek
68ba24ff73
fix extensions versions
2021-10-05 12:39:31 +02:00
Willy Kloucek
d68b942832
remove goverage
2021-08-11 09:21:59 +02:00
Ishank Arora
f7867e42f5
Add ocs cache warmup config and warn on protobuf ns conflicts
2021-07-26 16:45:43 +02:00