tarantool / migrations

BSD 2-Clause "Simplified" License
21 stars 5 forks source link

api: add hardcoded versioning support #62

Closed GRISHNOV closed 1 year ago

GRISHNOV commented 1 year ago

Add versioning support, now the module api has _VERSION hardcoded variable. Is part of the task [1].

  1. https://github.com/tarantool/roadmap-internal/issues/204
GRISHNOV commented 1 year ago

note: Run tests / all (push) in ci/cd have a problem that not caused by the current task

DifferentialOrange commented 1 year ago

note: Run tests / all (push) in ci/cd have a problem that not caused by the current task

It seems like it could be fixed with one-line commit. Let's do it

DifferentialOrange commented 1 year ago

Bump test workflow OS to Ubuntu 20.04 and install gcc/g++. If there are more work will be discovered, let's ignore it.

GRISHNOV commented 1 year ago

Let's not fix CI any longer. File an issue, tarantool/http@c08227d is likely to be the reason. You may also add test xfail/skip to get a green light.

Done