Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / jfischoff/trek issues and pull requests
#77 - Add a `--verbose` flag to `apply` to help debugging
Issue -
State: open - Opened by jfischoff about 4 years ago
#76 - Add a name for the migrations #75
Pull Request -
State: closed - Opened by jfischoff about 4 years ago
#75 - Add migration name
Issue -
State: closed - Opened by jfischoff about 4 years ago
#74 - Expose buildMigrations #73
Pull Request -
State: closed - Opened by jfischoff about 4 years ago
#73 - Expose the creation of InputMigration from a directory as a function `buildInputMigrations`
Issue -
State: closed - Opened by jfischoff about 4 years ago
#72 - Add statement timeout configuration
Issue -
State: open - Opened by jfischoff about 4 years ago
#71 - Pass in `Options` to extra migrations in `apply`
Issue -
State: closed - Opened by jfischoff about 4 years ago
#70 - for evaluation of file that is read
Pull Request -
State: closed - Opened by jfischoff about 4 years ago
#69 - readFile keeps sql file handle open
Issue -
State: closed - Opened by jfischoff about 4 years ago
#69 - readFile keeps sql file handle open
Issue -
State: closed - Opened by jfischoff about 4 years ago
#68 - Use `list` to better test `setMigrate`
Issue -
State: open - Opened by jfischoff about 4 years ago
#68 - Use `list` to better test `setMigrate`
Issue -
State: open - Opened by jfischoff about 4 years ago
#67 - Fix doc to show apply returns a list of application groups
Issue -
State: open - Opened by jfischoff about 4 years ago
#67 - Fix doc to show apply returns a list of application groups
Issue -
State: open - Opened by jfischoff about 4 years ago
#66 - Add list #50
Pull Request -
State: closed - Opened by jfischoff about 4 years ago
#65 - Create no-transaction migrations and update README
Pull Request -
State: closed - Opened by shterrett about 4 years ago
#64 - Add set-migrated command #61
Pull Request -
State: closed - Opened by jfischoff about 4 years ago
#63 - Document NO_TRANSACTION behavior
Issue -
State: closed - Opened by jfischoff about 4 years ago
#62 - Allow migrations to not use transactions
Pull Request -
State: closed - Opened by shterrett about 4 years ago
#62 - Allow migrations to not use transactions
Pull Request -
State: closed - Opened by shterrett about 4 years ago
#61 - Add a command line option to set a range of migrations as already migrated
Issue -
State: closed - Opened by jfischoff about 4 years ago
#60 - Add extra migrations to eval #58
Pull Request -
State: closed - Opened by jfischoff about 4 years ago
#59 - Extend trek to not use transactions optionally
Issue -
State: closed - Opened by jfischoff about 4 years ago
#59 - Extend trek to not use transactions optionally
Issue -
State: closed - Opened by jfischoff about 4 years ago
#58 - Extend the trek-app library to take in a list of additional `[InputMigration]`
Issue -
State: closed - Opened by jfischoff about 4 years ago
Labels: enhancement
#57 - Add a `hash` command that returns the hash of all of the application groups' hashes
Issue -
State: open - Opened by jfischoff over 4 years ago
#56 - change name
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#55 - Catch any exception and print it and exit #47
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#54 - print errors to stderr #48
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#53 - Add to stackage
Issue -
State: open - Opened by jfischoff over 4 years ago
#53 - Add to stackage
Issue -
State: open - Opened by jfischoff over 4 years ago
#52 - Add dry-run option
Issue -
State: open - Opened by jfischoff over 4 years ago
#51 - Integration tests apply 33
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#51 - Integration tests apply 33
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#50 - Add list command
Issue -
State: closed - Opened by jfischoff over 4 years ago
#49 - Switch group id to SERIAL
Issue -
State: closed - Opened by jfischoff over 4 years ago
- 1 comment
#48 - Print errors to stderr instead of stdout
Issue -
State: closed - Opened by jfischoff over 4 years ago
#48 - Print errors to stderr instead of stdout
Issue -
State: closed - Opened by jfischoff over 4 years ago
#47 - Catch all errors for `create` and return error code 1 and print the error
Issue -
State: closed - Opened by jfischoff over 4 years ago
#46 - Implement hash errors and fixes
Issue -
State: open - Opened by jfischoff over 4 years ago
#45 - Switch to `hasql`
Issue -
State: open - Opened by jfischoff over 4 years ago
#45 - Switch to `hasql`
Issue -
State: open - Opened by jfischoff over 4 years ago
#44 - Skip non sql files #34
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#43 - Implement and test apply 31
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#42 - Removed submodule #37
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#41 - add pretty printing #38 and remove readme #39
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#40 - `create` should retry once on failure
Issue -
State: closed - Opened by jfischoff over 4 years ago
- 1 comment
#39 - remove old trek readme
Issue -
State: closed - Opened by jfischoff over 4 years ago
#38 - Pretty print JSON output better
Issue -
State: closed - Opened by jfischoff over 4 years ago
#37 - Remove hspec-monad-throw submodule
Issue -
State: closed - Opened by jfischoff over 4 years ago
#37 - Remove hspec-monad-throw submodule
Issue -
State: closed - Opened by jfischoff over 4 years ago
#36 - Implement error if there are zero *.sql files in the directory
Issue -
State: closed - Opened by jfischoff over 4 years ago
- 1 comment
#35 - Create options for configuring is migration uses a transaction or not
Issue -
State: closed - Opened by jfischoff over 4 years ago
#34 - Ignore files in a directory that are not *.sql files
Issue -
State: closed - Opened by jfischoff over 4 years ago
#33 - Integration test for `apply`
Issue -
State: closed - Opened by jfischoff over 4 years ago
#32 - Implement and test apply 31
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
- 1 comment
#31 - Implement and test `apply`
Issue -
State: closed - Opened by jfischoff over 4 years ago
#30 - use a path for create. Don't add extension #27
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#29 - Create should put date first #28
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#28 - `create` should put the date first
Issue -
State: closed - Opened by jfischoff over 4 years ago
#27 - `create` should take in a path not a name
Issue -
State: closed - Opened by jfischoff over 4 years ago
#26 - Implement prettier date format and add the app #25
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#25 - Use a prettier date format for `create`
Issue -
State: closed - Opened by jfischoff over 4 years ago
#24 - Simplify
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#23 - get rid of the extra backpack stuff. Write the parser. Write the tests
Pull Request -
State: closed - Opened by jfischoff over 4 years ago
#22 - Replace `aroundAll` with the newer less buggy version
Issue -
State: closed - Opened by jfischoff over 4 years ago
#21 - Add test that checks order is preserved even when there are duplicates.
Issue -
State: open - Opened by jfischoff about 5 years ago
#20 - modify no-setup apply test interface
Issue -
State: closed - Opened by jfischoff about 5 years ago
- 1 comment
#19 - Remove setup apply #13
Pull Request -
State: closed - Opened by jfischoff about 5 years ago
#18 - Document that `create` will retry one time if the file exists.
Issue -
State: closed - Opened by jfischoff about 5 years ago
#17 - application_id should be a hash of the migration hashes
Issue -
State: closed - Opened by jfischoff about 5 years ago
- 2 comments
#16 - Add more descriptive readmes and synposis for each library.
Issue -
State: closed - Opened by jfischoff about 5 years ago
#15 - Add per project changelog after we release
Issue -
State: open - Opened by jfischoff about 5 years ago
#14 - Fix License
Issue -
State: closed - Opened by jfischoff about 5 years ago
#13 - Remove setup apply
Issue -
State: closed - Opened by jfischoff about 5 years ago
#12 - Add a `fromFilePath :: FilePath -> DB ()` to Database.Trek.Db.Interface.hsig
Issue -
State: closed - Opened by jfischoff about 5 years ago
#11 - Change cmdline interface
Issue -
State: closed - Opened by jfischoff about 5 years ago
- 1 comment
#10 - Document that the standard postgres env vars are used for connections.
Issue -
State: closed - Opened by jfischoff about 5 years ago
#9 - Finish CmdLineSpec.hs
Issue -
State: closed - Opened by jfischoff about 5 years ago
#8 - Document Design for 1.0.0.0
Issue -
State: closed - Opened by jfischoff about 5 years ago
#7 - The hash should be the primary key of the migration
Issue -
State: closed - Opened by jfischoff about 5 years ago
- 1 comment
#6 - Remove `rollback` from output
Issue -
State: closed - Opened by jfischoff about 5 years ago
#5 - Make cmd line output parser.
Issue -
State: closed - Opened by jfischoff about 5 years ago
- 1 comment
#4 - Pass in created_at instead of generating in the db.
Issue -
State: closed - Opened by jfischoff about 5 years ago
#3 - Write issues
Issue -
State: closed - Opened by jfischoff about 5 years ago
#2 - Simpler cmd line interface
Pull Request -
State: closed - Opened by jfischoff about 5 years ago
#1 - Add CI
Issue -
State: closed - Opened by jfischoff about 5 years ago
- 4 comments
Labels: infrastructure