Skip to content
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

refactor migrate commands #430

Merged
merged 13 commits into from
Sep 14, 2020
Merged

refactor migrate commands #430

merged 13 commits into from
Sep 14, 2020

Conversation

felipeweb
Copy link
Member

@felipeweb felipeweb commented Sep 12, 2020

fixed: #386

  • Remove create command and goto command, refactor migration to use
    transaction to be able rollback when a file with multiple statements
    fail

  • In case of goto we removed because it do the same of next.

  • Create: we need a command that just create a file?

Signed-off-by: Felipe Oliveira fpo@felipeweb.dev

- remove create command and goto command, refactor migration to use
transaction to be able roolback when a file with multiple statements
fail

In case of goto we removed because it do the same of next.
Create: we need a command that just create a file?

Signed-off-by: Felipe Oliveira <fpo@felipeweb.dev>
Signed-off-by: Felipe Oliveira <fpo@felipeweb.dev>
@prest prest deleted a comment from sourcelevel-bot bot Sep 12, 2020
Signed-off-by: Felipe Oliveira <fpo@felipeweb.dev>
Signed-off-by: Felipe Oliveira <fpo@felipeweb.dev>
Signed-off-by: Felipe Oliveira <fpo@felipeweb.dev>
Signed-off-by: Felipe Oliveira <fpo@felipeweb.dev>
@felipeweb felipeweb changed the title refactor migrate commands WIP refactor migrate commands Sep 12, 2020
Signed-off-by: Felipe Oliveira <fpo@felipeweb.dev>
Signed-off-by: Felipe Oliveira <fpo@felipeweb.dev>
@@ -1394,3 +1394,18 @@ func (adapter *Postgres) SchemaTablesOrderBy(order string) (orderBy string) {
}
return
}

func (adapter *Postgres) ShowTable(schema, table string) adapters.Scanner {

Choose a reason for hiding this comment

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

exported method Postgres.ShowTable should have comment or be unexported

@@ -350,6 +350,10 @@ func (m *Mock) BatchInsertCopy(dbname, schema, table string, keys []string, valu
return
}

func (m *Mock) ShowTable(schema, table string) (sc adapters.Scanner) {

Choose a reason for hiding this comment

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

exported method Mock.ShowTable should have comment or be unexported

Signed-off-by: Felipe Oliveira <fpo@felipeweb.dev>
Signed-off-by: Felipe Oliveira <fpo@felipeweb.dev>
@felipeweb felipeweb changed the title WIP refactor migrate commands refactor migrate commands Sep 12, 2020
* set docker registry path
fixed: #431

Signed-off-by: Avelino <t@avelino.xxx>

* fixed travis PR test

Signed-off-by: Avelino <t@avelino.xxx>
Signed-off-by: Avelino <t@avelino.xxx>
@avelino avelino merged commit cfa0f1f into master Sep 14, 2020
@avelino avelino deleted the issue-386 branch September 14, 2020 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: change internal migration package
2 participants