Skip to content

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

Closed
ylobankov opened this issue Nov 19, 2021 · 0 comments · Fixed by #116
Closed

Set up simple CI based on GitHub Actions #114

ylobankov opened this issue Nov 19, 2021 · 0 comments · Fixed by #116
Assignees
Labels
feature A new functionality

Comments

@ylobankov
Copy link

We need to set up a simple CI for the project to verify code changes.

@ylobankov ylobankov added feature A new functionality teamQ labels Nov 19, 2021
@ylobankov ylobankov self-assigned this Nov 19, 2021
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).
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
Labels
feature A new functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant