Commit Graph

39 Commits (master)

Author SHA1 Message Date
Denis Kirillov 5a87ee7625 [#115] Fix ci build go version
/ DCO (pull_request) Successful in 1m31s Details
/ Vulncheck (pull_request) Successful in 1m38s Details
/ Builds (1.21) (pull_request) Successful in 1m28s Details
/ Builds (1.22) (pull_request) Successful in 2m27s Details
/ Lint (pull_request) Successful in 3m34s Details
/ Tests (1.21) (pull_request) Successful in 2m13s Details
/ Tests (1.22) (pull_request) Successful in 2m5s Details
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2024-06-05 15:28:06 +03:00
Marina Biryukova d219943542 [#73] Uploader, downloader structures refactoring
/ Vulncheck (pull_request) Successful in 1m32s Details
/ Lint (pull_request) Successful in 2m28s Details
/ Tests (1.20) (pull_request) Successful in 1m52s Details
/ Tests (1.21) (pull_request) Successful in 1m21s Details
/ DCO (pull_request) Successful in 3m25s Details
/ Builds (1.20) (pull_request) Successful in 5m38s Details
/ Builds (1.21) (pull_request) Successful in 1m23s Details
Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
2023-09-05 18:18:04 +03:00
Marina Biryukova add07a21ed [#71] Add log constants linter
Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
2023-09-05 13:15:12 +00:00
Marina Biryukova 7d47e88e36 [#76] Add go1.21 to CI
/ DCO (pull_request) Successful in 1m0s Details
/ Vulncheck (pull_request) Successful in 1m22s Details
/ Lint (pull_request) Successful in 8m22s Details
/ Tests (1.20) (pull_request) Successful in 1m53s Details
/ Tests (1.21) (pull_request) Successful in 1m43s Details
/ Builds (1.20) (pull_request) Successful in 1m58s Details
/ Builds (1.21) (pull_request) Successful in 9m1s Details
Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
2023-08-31 14:35:21 +03:00
Denis Kirillov 202ef5cc54 [#59] Drop sync-tree
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2023-06-09 10:06:10 +03:00
Pavel Pogodaev 8c3c3782f5 [#30] add object name resolving
Signed-off-by: Pavel Pogodaev <p.pogodaev@yadro.com>
2023-05-12 12:52:57 +03:00
Denis Kirillov cc37c34396 [#29] metrics: Support dump descriptions
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2023-04-20 11:06:06 +03:00
Denis Kirillov 7c16ffa250 [#26] Fix pre-commit issues
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2023-03-24 15:35:42 +03:00
Denis Kirillov 6f35d7198d [#24] Use build tags to run integration tests
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2023-03-24 12:27:17 +03:00
Egor Funtikov 1f66149316 [#17] Add pre-commit config 2023-03-24 08:13:56 +00:00
Denis Kirillov 31d396a125 [#2] Update building
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2022-12-20 13:34:42 +03:00
Dmitriy Zabolotskiy f88fe1092d [#223] Debian packaging
Debian package includes:
 - user creation;
 - directories and permissions;
 - unit file for systemd

Signed-off-by: Dmitriy Zabolotskiy <d.zabolotskiy@yadro.com>
2022-11-29 17:37:33 +03:00
Angira Kekteeva 1b172e5811 [#213] Makefile: Add help
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2022-10-17 19:15:31 +03:00
Alexey Vanin 00a08c1bad [#199] Fix commit abbrev length in version
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2022-09-06 13:44:39 +03:00
Denis Kirillov 4dcdb8ef02 [#197] Update lint to v1.49.0
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2022-08-30 16:41:09 +03:00
Denis Kirillov fdfcc7a474 [#197] Update go version to 1.19
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2022-08-30 16:41:09 +03:00
anikeev-yadro 6789dbc6a9 [#190] Filter version tags for version calculation
Signed-off-by: anikeev-yadro <a.anikeev@yadro.com>
2022-08-12 12:51:17 +03:00
Alex Vanin f0e8bde761 [#182] Drop GO111MODULE from builds
It is enabled by default since go1.16

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-07-28 09:11:34 +03:00
Denis Kirillov a2d667acf9 [#169] Update VERSION calculating
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2022-07-18 13:35:05 +03:00
Alex Vanin 0a0af13bea [#159] Unify docker targets for binary building
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-06-15 13:21:13 +03:00
Alex Vanin 6684ea1e3a [#159] Add docker/all target
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-06-15 13:21:13 +03:00
Alex Vanin 40e86fbfd6 [#159] Tidy Makefile
- Remove help target. Help target will always ignore variable targets,
  it is confusing.
- Remove imports target. Go fmt is enough.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-06-15 13:21:13 +03:00
Alex Vanin 5baa2774d5 [#159] Add docker/$(BINS) target
Use this target to build binaries in clean docker environment.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-06-15 13:21:13 +03:00
Denis Kirillov 0bdc72cb28 [#161] Fix lint
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2022-06-07 13:10:12 +03:00
Roman Khimov 6c73296012 misc: drop Build variable
Makes builds reproducible.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2021-05-25 13:20:01 +03:00
Roman Khimov b5c08a8e73 misc: drop unused Debug variable
Fix deadcode warning:
misc.go:8:2                   deadcode  `Debug` is unused

We have logging options and this one is not really needed.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2021-05-13 18:57:42 +03:00
Roman Khimov 37fa2c6757
Merge pull request #34 from roman-khimov/fix-tests
Fix tests, add workflow and makefile targets
2021-04-30 19:19:07 +03:00
Roman Khimov 93fcaffaaa Makefile: add simple image-push target
And use it in workflow.
2021-04-30 19:00:05 +03:00
Roman Khimov ebd3ad8842 Makefile: add test and cover targets 2021-04-30 18:59:21 +03:00
Stanislav Bogatyrev b2e7a2cb61 Clean up Makefile and image build
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2021-04-12 17:09:39 +03:00
Evgeniy Kulikov 3b8d684e7c
Update README
Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
2021-02-05 17:13:37 +03:00
Evgeniy Kulikov dc7aa694b8
Update Makefile and targets
- add `help.mk` to show information about all targets
- update Makefile

Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
2021-02-05 16:51:20 +03:00
Evgeniy Kulikov 758006dea0
update makefile dev command 2020-02-29 13:25:22 +03:00
Evgeniy Kulikov dd213b0c41
update makefile commands: dev, image, version 2020-02-28 19:51:49 +03:00
Evgeniy Kulikov a584012d50
update makefile commands: dev, image, version 2020-02-28 19:50:54 +03:00
Evgeniy Kulikov 4715468f3a
add grpc version to image, add command to build gw with multiple grpc versions 2020-02-25 18:38:47 +03:00
Evgeniy Kulikov 798b9c9646
docker: update dockerfile and make command 2019-12-13 19:18:45 +03:00
Evgeniy Kulikov 3f8e696433
update proto / crypto / makefile 2019-11-18 19:59:59 +03:00
Evgeniy Kulikov b4ac08d341
initial 2019-11-06 15:33:46 +03:00