Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Feature/ub 211 move build script to git #288

Closed
wants to merge 6 commits into from

Conversation

tikolsky
Copy link
Contributor

@tikolsky tikolsky commented Dec 25, 2018

This change is Reviewable

olgashtivelman and others added 5 commits December 13, 2018 11:41
Currently, the pvc unit is gib in yaml file, but ubiquity sent to scb with unit gb.
That caused the volume size is not correct.
As confirmed with SCB developer, SCB support both unit gib and gb.
I just modify the unit from gb to gib in this patch.
Fix for "concurrent map writes" error causing Ubiquity restart
Changing postgresql max_connection to 1000 from current default 100.
…ting map at same time. (#282)

Fixing error concurrent map iteration and map write error
@coveralls
Copy link

coveralls commented Dec 25, 2018

Coverage Status

Coverage remained the same at 58.798% when pulling 8460ded on feature/UB-211_move_build_script_to_git into e031aec on master.

Copy link
Contributor

@shay-berman shay-berman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 6 files reviewed, 1 unresolved discussion (waiting on @tikolsky, @beckmani, and @shay-berman)


database/migrate.go, line 47 at r4 (raw file):

			logger.ErrorRet(err, "failed")
		}
		delete(migrations, k)

lihi, this PR include many other changes that not related to this PR.
to avoid it, please delete you PR and branch feature/UB-211_move_build_script_to_git" (save you single file build_images.sh) and then create new branch from dev (make sure you did "git pull origin dev" before to get the latest changes) and then create new PR.

@tikolsky tikolsky closed this Dec 26, 2018
@tikolsky tikolsky deleted the feature/UB-211_move_build_script_to_git branch December 26, 2018 07:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants