Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
U
uniset2
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1
    • Issues 1
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • UniSet project repositories
  • uniset2
  • Merge Requests
  • !2

Closed
Opened Sep 04, 2018 by Pavel Vainerman@pv 
  • Report abuse
Report abuse

Ci test build

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b ci-test-build origin/ci-test-build

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff ci-test-build

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 0
  • Commits 2
  • Pipelines 6
  • Changes 11
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Pavel Vainerman @pv

    added 6 commits

    • 6498a4d5...a7ad456f - 4 commits from branch master
    • 92818939 - (CI): added test build
    • fc2cdedd - (CI): minor fixes in tests (for tests in docker)

    Compare with previous version

    · Sep 13, 2018

    added 6 commits

    • 6498a4d5...a7ad456f - 4 commits from branch master
    • 92818939 - (CI): added test build
    • fc2cdedd - (CI): minor fixes in tests (for tests in docker)

    Compare with previous version

    added 6 commits <ul><li>6498a4d5...a7ad456f - 4 commits from branch <code>master</code></li><li>92818939 - (CI): added test build</li><li>fc2cdedd - (CI): minor fixes in tests (for tests in docker)</li></ul> [Compare with previous version](https://gitlab.eterfund.ru/pv/uniset2/merge_requests/2/diffs?diff_id=878&start_sha=6498a4d5772d7810994d935d17d3affee7368d44)
    Toggle commit list
  • Pavel Vainerman @pv

    added 8 commits

    • fc2cdedd...e6b637c7 - 6 commits from branch master
    • 620bdbe5 - (CI): added test build
    • fd679552 - (CI): minor fixes in tests (for tests in docker)

    Compare with previous version

    · Nov 18, 2018

    added 8 commits

    • fc2cdedd...e6b637c7 - 6 commits from branch master
    • 620bdbe5 - (CI): added test build
    • fd679552 - (CI): minor fixes in tests (for tests in docker)

    Compare with previous version

    added 8 commits <ul><li>fc2cdedd...e6b637c7 - 6 commits from branch <code>master</code></li><li>620bdbe5 - (CI): added test build</li><li>fd679552 - (CI): minor fixes in tests (for tests in docker)</li></ul> [Compare with previous version](https://gitlab.eterfund.ru/pv/uniset2/merge_requests/2/diffs?diff_id=1086&start_sha=fc2cdedd5e0f681b3dabfc7f8a88739b2729a405)
    Toggle commit list
  • Pavel Vainerman @pv

    added 3 commits

    • a92eeafd - minor fixes: used 'const' if possible..
    • d053ba91 - (CI): added test build
    • dddb4de3 - (CI): minor fixes in tests (for tests in docker)

    Compare with previous version

    · Nov 26, 2018

    added 3 commits

    • a92eeafd - minor fixes: used 'const' if possible..
    • d053ba91 - (CI): added test build
    • dddb4de3 - (CI): minor fixes in tests (for tests in docker)

    Compare with previous version

    added 3 commits <ul><li>a92eeafd - minor fixes: used &#39;const&#39; if possible..</li><li>d053ba91 - (CI): added test build</li><li>dddb4de3 - (CI): minor fixes in tests (for tests in docker)</li></ul> [Compare with previous version](https://gitlab.eterfund.ru/pv/uniset2/merge_requests/2/diffs?diff_id=1138&start_sha=fd6795521ab66f5b840e094ed86c1d7cfe3ab013)
    Toggle commit list
  • Pavel Vainerman @pv

    added 22 commits

    • dddb4de3...562e8cd4 - 9 commits from branch master
    • 5a4c8d83 - (TSDB): sendBytes() error processing
    • e37b4e1b - new release
    • c530d43c - added new function 'pushMessage(string)' to UniSetObject
    • a63732d3 - release 2.8
    • 8f3305c5 - fix TextMessage specification
    • ed9473bf - Added 'mtype' for TextMessage.
    • be2f0dbe - new minor release
    • 4367a38b - (admin): fix error in "sendText" funciton
    • 217d9a34 - 2.8-alt3
    • d8b85095 - (PGSQL): fix SIGSEGV in flushInsertBuffer()
    • 9d93506f - 2.8-alt4
    • eba2beee - (CI): added test build
    • 6581cf9e - (CI): minor fixes in tests (for tests in docker)

    Compare with previous version

    · Feb 05, 2019

    added 22 commits

    • dddb4de3...562e8cd4 - 9 commits from branch master
    • 5a4c8d83 - (TSDB): sendBytes() error processing
    • e37b4e1b - new release
    • c530d43c - added new function 'pushMessage(string)' to UniSetObject
    • a63732d3 - release 2.8
    • 8f3305c5 - fix TextMessage specification
    • ed9473bf - Added 'mtype' for TextMessage.
    • be2f0dbe - new minor release
    • 4367a38b - (admin): fix error in "sendText" funciton
    • 217d9a34 - 2.8-alt3
    • d8b85095 - (PGSQL): fix SIGSEGV in flushInsertBuffer()
    • 9d93506f - 2.8-alt4
    • eba2beee - (CI): added test build
    • 6581cf9e - (CI): minor fixes in tests (for tests in docker)

    Compare with previous version

    added 22 commits <ul><li>dddb4de3...562e8cd4 - 9 commits from branch <code>master</code></li><li>5a4c8d83 - (TSDB): sendBytes() error processing</li><li>e37b4e1b - new release</li><li>c530d43c - added new function &#39;pushMessage(string)&#39; to UniSetObject</li><li>a63732d3 - release 2.8</li><li>8f3305c5 - fix TextMessage specification</li><li>ed9473bf - Added &#39;mtype&#39; for TextMessage.</li><li>be2f0dbe - new minor release</li><li>4367a38b - (admin): fix error in &quot;sendText&quot; funciton</li><li>217d9a34 - 2.8-alt3</li><li>d8b85095 - (PGSQL): fix SIGSEGV in flushInsertBuffer()</li><li>9d93506f - 2.8-alt4</li><li>eba2beee - (CI): added test build</li><li>6581cf9e - (CI): minor fixes in tests (for tests in docker)</li></ul> [Compare with previous version](https://gitlab.eterfund.ru/uniset/uniset2/merge_requests/2/diffs?diff_id=1426&start_sha=dddb4de36be17ed06fccf95a6bc881272926b1ad)
    Toggle commit list
  • Pavel Vainerman @pv

    closed

    · Dec 07, 2019

    closed

    closed
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Pavel Vainerman
Assignee
Pavel Vainerman @pv
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: uniset/uniset2!2