forked from fl00r/go-tarantool-1.6
-
Notifications
You must be signed in to change notification settings - Fork 60
Set up simple CI based on GitHub Actions #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
feature
A new functionality
Comments
ylobankov
added a commit
that referenced
this issue
Dec 2, 2021
In the provided workflow we install tarantool (1.10, 2.8, 2.9) and just run tests from the module against it. Closes #114
ylobankov
added a commit
that referenced
this issue
Dec 2, 2021
In the provided workflow we install tarantool (1.10, 2.8, 2.9) and just run tests from the connector against it. Closes #114
ylobankov
added a commit
that referenced
this issue
Dec 2, 2021
In the provided workflow we install tarantool (1.10, 2.8, 2.9) and just run tests from the connector against it. Closes #114
ylobankov
added a commit
that referenced
this issue
Dec 2, 2021
In the provided workflow we install tarantool (1.10, 2.8, 2.9) and just run tests from the connector against it. Closes #114
ylobankov
added a commit
that referenced
this issue
Dec 3, 2021
In the provided workflow we install tarantool (1.10, 2.8, 2.9) and just run tests from the connector against it. Closes #114
ylobankov
added a commit
that referenced
this issue
Dec 7, 2021
In the provided workflow we install tarantool (1.10, 2.8, 2.9) and just run tests from the connector against it. Closes #114
ylobankov
added a commit
that referenced
this issue
Dec 7, 2021
In the provided workflow we install tarantool (1.10, 2.8, 2.9) and just run tests from the connector against it. Closes #114
ligurio
pushed a commit
that referenced
this issue
Mar 7, 2022
In the provided workflow we install tarantool (1.10, 2.8, 2.9) and just run tests from the connector against it. Closes #114
ligurio
pushed a commit
that referenced
this issue
Mar 30, 2022
In the provided workflow we install tarantool (1.10, 2.8, 2.9) and just run tests from the connector against it. Closes #114
ligurio
pushed a commit
that referenced
this issue
Apr 7, 2022
In the provided workflow we install tarantool (1.10, 2.8, 2.9) and just run tests from the connector against it. Closes #114
oleg-jukovec
added a commit
that referenced
this issue
Jun 1, 2022
Overview This release adds a number of features and updates documentation. Breaking changes There are no breaking changes in the release. New features Coveralls support (#149). Reusable testing workflow (integration testing with latest Tarantool) (#123). Simple CI based on GitHub actions (#114). Support UUID type in msgpack (#90). Go modules support (#91). queue-utube handling (#85). Master discovery (#113). SQL support (#62). Handle everything with `go test` (#115). Update API documentation: comments and examples (#123). Bugfixes Reset buffer if its average use size smaller than quater of capacity (#95). Fix queue tests (#107). Make test case consistent with comments (#105).
oleg-jukovec
added a commit
that referenced
this issue
Jun 1, 2022
Overview This release adds a number of features and updates documentation. Breaking changes There are no breaking changes in the release. New features Coveralls support (#149). Reusable testing workflow (integration testing with latest Tarantool) (#123). Simple CI based on GitHub actions (#114). Support UUID type in msgpack (#90). Go modules support (#91). queue-utube handling (#85). Master discovery (#113). SQL support (#62). Handle everything with `go test` (#115). Update API documentation: comments and examples (#123). Bugfixes Reset buffer if its average use size smaller than quater of capacity (#95). Fix queue tests (#107). Make test case consistent with comments (#105).
oleg-jukovec
added a commit
that referenced
this issue
Jun 1, 2022
Overview This release adds a number of features and updates documentation. Breaking changes There are no breaking changes in the release. New features Coveralls support (#149). Reusable testing workflow (integration testing with latest Tarantool) (#123). Simple CI based on GitHub actions (#114). Support UUID type in msgpack (#90). Go modules support (#91). queue-utube handling (#85). Master discovery (#113). SQL support (#62). Handle everything with `go test` (#115). Update API documentation: comments and examples (#123). Bugfixes Reset buffer if its average use size smaller than quater of capacity (#95). Fix queue tests (#107). Make test case consistent with comments (#105).
Merged
oleg-jukovec
added a commit
that referenced
this issue
Jun 1, 2022
Overview This release adds a number of features and updates documentation. Breaking changes There are no breaking changes in the release. New features Coveralls support (#149). Reusable testing workflow (integration testing with latest Tarantool) (#112). Simple CI based on GitHub actions (#114). Support UUID type in msgpack (#90). Go modules support (#91). queue-utube handling (#85). Master discovery (#113). SQL support (#62). Handle everything with `go test` (#115). Update API documentation: comments and examples (#123). Bugfixes Reset buffer if its average use size smaller than quater of capacity (#95). Fix queue tests (#107). Make test case consistent with comments (#105).
oleg-jukovec
added a commit
that referenced
this issue
Jun 2, 2022
Overview This release adds a number of features. Also it significantly improves testing, CI and documentation. Breaking changes There are no breaking changes in the release. New features Support UUID type in msgpack (#90). queue-utube handling (#85). Master discovery (#113). SQL support (#62). Bugfixes Reset buffer if its average use size smaller than quater of capacity (#95). Testing Coveralls support (#149). Reusable testing workflow (integration testing with latest Tarantool) (#112). Simple CI based on GitHub actions (#114). Handle everything with `go test` (#115). Fix queue tests (#107). Make test case consistent with comments (#105). Other Go modules support (#91). Update API documentation: comments and examples (#123).
oleg-jukovec
added a commit
that referenced
this issue
Jun 2, 2022
Overview This release adds a number of features. Also it significantly improves testing, CI and documentation. Breaking changes There are no breaking changes in the release. New features Support UUID type in msgpack (#90). queue-utube handling (#85). Master discovery (#113). SQL support (#62). Bugfixes Reset buffer if its average use size smaller than quater of capacity (#95). Testing Coveralls support (#149). Reusable testing workflow (integration testing with latest Tarantool) (#112). Simple CI based on GitHub actions (#114). Handle everything with `go test` (#115). Fix queue tests (#107). Make test case consistent with comments (#105). Other Go modules support (#91). Update API documentation: comments and examples (#123).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to set up a simple CI for the project to verify code changes.
The text was updated successfully, but these errors were encountered: