Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / xataio/pgroll issues and pull requests

#97 - Remove `setup-go` step from `lint` job

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#96 - Add `build` to the list of required checks

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#95 - [Launch] Get ready for first launch

Issue - State: closed - Opened by monicasarbu over 1 year ago - 1 comment

#93 - Move `set_not_null` operation into `alter_column`

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#91 - Add 'alter column' operation to combine some existing operations

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#90 - Add `build` and `release` jobs to the workflow

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#89 - Rename workflow from `build` to `test`

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 1 comment

#88 - Add job to run example migrations in CI

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 2 comments

#87 - Improve validation for the add column operation

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#86 - Take `up`, `down` as `string` in set `NOT NULL` op

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#85 - Allow the set `NOT NULL` operation to take `down` SQL

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#84 - Make the set `NOT NULL` operation always run `up` SQL

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#83 - Implement adding check constraints to existing columns

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#81 - Support multi-column foreign keys

Issue - State: closed - Opened by andrew-farries over 1 year ago - 5 comments
Labels: enhancement

#78 - Remove unused `Schema.Replace` method

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#77 - Fix a minor formatting issue with `down` triggers

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#76 - Change 'simple up SQL' testcase example

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#75 - Support column aliasing in trigger template code

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#74 - Implement the 'change column type' operation

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#73 - Rollback operation on Start failure

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 3 comments

#72 - Fix raw SQL merge conflicts

Pull Request - State: closed - Opened by exekias over 1 year ago

#71 - Make `(Must|MustNot)Insert` helper functions

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#70 - Add docs skeleton

Pull Request - State: closed - Opened by exekias over 1 year ago - 1 comment

#69 - Add extra validation for the set `NOT NULL` op

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#68 - Remove duplicated `ptr` function from tests

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#67 - Store schema name in `pg-roll`'s internal schema representation

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#66 - Use text templates to generate triggers

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#65 - Take explicit locks when doing changes

Issue - State: closed - Opened by exekias over 1 year ago - 1 comment
Labels: bug, enhancement

#64 - Add guards for names max length

Issue - State: closed - Opened by exekias over 1 year ago - 1 comment
Labels: bug

#63 - Implement the set column `NOT NULL` operation

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#62 - Implement validation for the set `NOT NULL` operation

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#61 - Fix `wantError` logic in test infrastructure

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#60 - Change module name

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#59 - Make index name mandatory on create index operation

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#58 - Allow 'create index' migrations to specify the index name

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#57 - Store indexes in internal schema representation

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#56 - Improve test case names

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#55 - Implement adding `NOT NULL` constraints to columns

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 3 comments

#54 - Upgrade to Go 1 21

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#53 - Implement adding uniqueness constraints to columns

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 5 comments

#52 - Implement 'rename column' migrations

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#51 - Implement 'drop index' migrations

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#50 - Improve test failure messages

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#49 - Implement 'create index' migrations

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#48 - Implement 'drop column' migrations

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#47 - Project logo

Issue - State: closed - Opened by philkra over 1 year ago - 1 comment
Labels: help wanted

#46 - Matrix test against supported Postgres versions in CI

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 3 comments

#45 - Implement the drop table operation

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#44 - Don't declare variables for temporary columns in `up` trigger SQL

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 1 comment

#43 - Add raw SQL operation

Pull Request - State: closed - Opened by exekias over 1 year ago - 6 comments

#42 - Views don't respect default values

Issue - State: open - Opened by exekias over 1 year ago
Labels: bug

#41 - Remove `up` sql triggers on add column completion

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#40 - Pin Go to 1.20.5 to work around testcontainers/Go breakage

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#35 - Delete trigger and trigger function on add column operation rollback

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 1 comment

#34 - Support `up` SQL on add column operations

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 1 comment

#33 - Add a `--complete` flag to to the `start` command

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#32 - Allow `MustSelect` to return arbitrary field types

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#31 - Use common test infrastructure for the add column operation tests

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#30 - Support adding columns with `UNIQUE`, `NOT NULL` and `DEFAULT` constraints

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 6 comments

#29 - Sort keys before constructing `INSERT` statement in `MustInsert`

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#28 - Use table tests for create table operation

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#27 - Add migrations validation before executing them

Pull Request - State: closed - Opened by exekias over 1 year ago

#26 - Respect `--schema` flag

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 1 comment

#25 - Add `status` subcommand

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#24 - Reimplement `analyze` subcommand

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#23 - Rename table op

Pull Request - State: closed - Opened by exekias over 1 year ago

#22 - Add json lint step to the pipeline

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#21 - Format the examples with `jq`

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 2 comments

#20 - Implement 'add column' migrations for nullable columns

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 1 comment

#19 - Add rename table op

Pull Request - State: closed - Opened by exekias over 1 year ago

#18 - Bump google.golang.org/grpc from 1.47.0 to 1.53.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#17 - Restructure tests

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#16 - Qualify versioned schema names

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#15 - Namespace version schemas

Issue - State: closed - Opened by exekias over 1 year ago

#14 - Initial release

Issue - State: closed - Opened by exekias over 1 year ago - 1 comment

#13 - Remove old schema version on `pg-roll complete`

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 1 comment

#12 - Make migrations schema aware

Pull Request - State: closed - Opened by exekias over 1 year ago

#11 - Add a sentinel error for no active migration

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#10 - Add test cleanup of `Migrations` value

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#9 - Add linter to tests

Pull Request - State: closed - Opened by exekias over 1 year ago

#8 - Fix tests referencing from GitHub branch protections

Pull Request - State: closed - Opened by exekias over 1 year ago

#7 - Add migrations state handling

Pull Request - State: closed - Opened by exekias over 1 year ago - 1 comment

#6 - Add a `rollback` command to the CLI

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 1 comment

#5 - Implement the `Rollback` method for the create table operation

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#4 - Add GitHub settings

Pull Request - State: closed - Opened by exekias over 1 year ago

#3 - Add a simple CI workflow

Pull Request - State: closed - Opened by andrew-farries over 1 year ago

#2 - Add integration tests for the `migrations` package using Testcontainers

Pull Request - State: closed - Opened by andrew-farries over 1 year ago - 1 comment

#1 - Add `analyze` as a hidden subcommand

Pull Request - State: closed - Opened by andrew-farries over 1 year ago