Ecosyste.ms: Issues

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

GitHub / hanami/cli issues and pull requests

#238 - Clarify `db version` error for missing migrations

Pull Request - State: closed - Opened by timriley 5 days ago

#237 - Fix db commands acting on same databases multiple times

Pull Request - State: closed - Opened by timriley 5 days ago

#234 - Tweak db prepare/migrate/seed for multiple gateways

Pull Request - State: closed - Opened by timriley 6 days ago

#233 - Fix issue trying to generate migration at /

Pull Request - State: closed - Opened by timriley 6 days ago

#232 - Update DB commands to support multiple gateways per slice

Pull Request - State: closed - Opened by timriley 11 days ago

#231 - Require dry/operation/extensions/rom in default Operation

Pull Request - State: open - Opened by cllns 20 days ago

#230 - Add --template option to generators producing view templates

Issue - State: open - Opened by Atelier-Mirai 28 days ago - 2 comments
Labels: good first issue, help wanted

#228 - Error: Database with the same name as the username does not exist

Issue - State: open - Opened by patorash about 1 month ago - 3 comments

#227 - flags for skipping route generation for both action/slice

Pull Request - State: open - Opened by kyleplump about 1 month ago - 2 comments

#226 - Add MySQL support for `db` commands

Pull Request - State: closed - Opened by timriley about 1 month ago

#225 - Improve output of `db migrate` command

Issue - State: open - Opened by timriley about 1 month ago

#224 - Deleting .keep files using the generators

Pull Request - State: closed - Opened by kyleplump about 2 months ago - 8 comments

#223 - Deleting .keep files using the generators

Pull Request - State: closed - Opened by kyleplump about 2 months ago - 1 comment

#222 - Refactor RubyFileWriter

Pull Request - State: closed - Opened by cllns about 2 months ago

#221 - Fallback for `Process.fork` not being supported on Windows

Pull Request - State: open - Opened by kyleplump 2 months ago - 2 comments

#220 - Provide sample config/db/seeds.rb to guide people

Pull Request - State: open - Opened by francois 2 months ago - 1 comment

#219 - Windows support running `hanami dev`

Issue - State: open - Opened by kyleplump 2 months ago - 3 comments

#218 - Disable auto registration for base classes

Pull Request - State: closed - Opened by cllns 2 months ago - 2 comments

#217 - Remove un-used entities.erb file

Pull Request - State: closed - Opened by cllns 2 months ago - 1 comment

#213 - Add db command for listing migrations with their status

Issue - State: open - Opened by cllns 2 months ago
Labels: enhancement

#212 - Add db reset command

Issue - State: open - Opened by cllns 2 months ago - 2 comments
Labels: enhancement

#211 - Improve db/migrations misconfigurations

Pull Request - State: closed - Opened by cllns 2 months ago - 1 comment

#210 - Add db/*.sqlite to gitignore for sqlite apps

Pull Request - State: closed - Opened by cllns 2 months ago

#208 - Fix redundant name arg in generate commands

Pull Request - State: closed - Opened by timriley 3 months ago - 2 comments

#206 - Generate relation

Pull Request - State: closed - Opened by cllns 3 months ago - 3 comments

#205 - Expand migration generator to support special behavior for create_ prefix

Issue - State: open - Opened by cllns 3 months ago
Labels: enhancement

#204 - Depend on dry-cli v1.1.0

Pull Request - State: closed - Opened by timriley 3 months ago

#203 - Generate struct

Pull Request - State: closed - Opened by cllns 3 months ago

#202 - Use slice.source_path in RubyFileWriter

Issue - State: open - Opened by cllns 3 months ago - 1 comment

#201 - Add `generate migration` command and generator

Pull Request - State: closed - Opened by timriley 3 months ago - 4 comments

#200 - Generate repo

Pull Request - State: closed - Opened by cllns 3 months ago

#199 - Generate struct (with RubyFileGenerator, add RubyFileWriter)

Pull Request - State: closed - Opened by cllns 3 months ago

#198 - Change component generator examples to domain-specific ones

Pull Request - State: open - Opened by cllns 3 months ago

#197 - Generate db files during `hanami generate slice`

Pull Request - State: closed - Opened by cllns 3 months ago - 2 comments

#196 - Add `--skip-route` option to `generate action` command

Issue - State: open - Opened by timriley 3 months ago - 1 comment

#195 - Use dry-cli's :flag type instead of :boolean

Pull Request - State: closed - Opened by cllns 3 months ago - 3 comments

#194 - Generate DatabaseCleaner setup in new apps

Issue - State: open - Opened by timriley 3 months ago - 1 comment

#193 - Move constants used in generators

Pull Request - State: closed - Opened by krzykamil 3 months ago - 1 comment

#192 - Add .keep file for app/relations, reorder expectations

Pull Request - State: closed - Opened by cllns 3 months ago

#190 - `hanami new` should generate `relations/.keep`

Issue - State: closed - Opened by timriley 3 months ago - 1 comment

#189 - `generate repo` command

Issue - State: closed - Opened by timriley 3 months ago

#188 - `generate relation` command

Issue - State: closed - Opened by timriley 3 months ago

#187 - `generate struct` command

Issue - State: closed - Opened by timriley 3 months ago

#185 - Running generators inside slice should infer --slice SLICE_NAME

Issue - State: open - Opened by cllns 3 months ago
Labels: enhancement

#183 - Add sqlite support for db commands

Pull Request - State: closed - Opened by timriley 3 months ago

#182 - [Fix] Console default engine

Pull Request - State: open - Opened by Andsbf 3 months ago

#181 - Prevent file overwriting

Issue - State: open - Opened by cllns 3 months ago
Labels: enhancement

#180 - Generate db files during hanami new

Pull Request - State: closed - Opened by cllns 3 months ago - 7 comments

#179 - Generate migrations with `generate migration`

Issue - State: closed - Opened by timriley 3 months ago

#178 - Remove unused db commands and support code

Pull Request - State: closed - Opened by timriley 3 months ago

#177 - Rationalize all db command output text

Issue - State: open - Opened by timriley 4 months ago

#176 - Add `db prepare` command

Pull Request - State: closed - Opened by timriley 4 months ago

#174 - Enable `db seed` command for new db layer

Pull Request - State: closed - Opened by timriley 4 months ago

#173 - Add `db seed` command

Issue - State: closed - Opened by timriley 4 months ago

#172 - Enable `db drop` command for new db layer

Pull Request - State: closed - Opened by timriley 4 months ago

#171 - Add dry-operation generators

Pull Request - State: closed - Opened by cllns 4 months ago - 7 comments

#170 - Enable `db create` command for new db layer

Pull Request - State: closed - Opened by timriley 4 months ago

#169 - Dump structure after migrating database

Pull Request - State: closed - Opened by timriley 4 months ago

#168 - Improve `db structure dump` output and error handling

Pull Request - State: closed - Opened by timriley 4 months ago

#167 - Add `db structure load` for new db layer

Pull Request - State: closed - Opened by timriley 4 months ago

#165 - Call `db structure dump` from `db migrate`

Issue - State: closed - Opened by timriley 4 months ago

#163 - Enable `db structure dump` for new db layer

Pull Request - State: closed - Opened by timriley 4 months ago - 4 comments

#162 - Adapt component generator to new command defaults

Pull Request - State: closed - Opened by krzykamil 4 months ago - 1 comment

#161 - Update `db version` for new db layer

Pull Request - State: closed - Opened by timriley 4 months ago

#160 - Update `db migrate` for new db layer

Pull Request - State: closed - Opened by timriley 4 months ago

#158 - Add SQLite support for `db` commands

Issue - State: closed - Opened by timriley 4 months ago

#157 - Add MySQL support for `db` commands

Issue - State: closed - Opened by timriley 4 months ago

#156 - Add `db version` command

Issue - State: closed - Opened by timriley 4 months ago

#155 - Add `db structure load` command

Issue - State: closed - Opened by timriley 4 months ago

#154 - Add `db structure dump` command

Issue - State: open - Opened by timriley 4 months ago

#153 - Add `db prepare` command

Issue - State: closed - Opened by timriley 4 months ago

#152 - Add `db rollback` command

Issue - State: open - Opened by timriley 4 months ago

#151 - Add `db migrate` command

Issue - State: closed - Opened by timriley 4 months ago

#150 - Add `db drop` command

Issue - State: closed - Opened by timriley 4 months ago

#149 - Add `db create` command

Issue - State: closed - Opened by timriley 4 months ago

#148 - Generate db files in `generate slice`

Issue - State: closed - Opened by timriley 4 months ago

#147 - Generate db files in `hanami new`

Issue - State: closed - Opened by timriley 4 months ago - 3 comments

#146 - Action generator appends routes even if exists

Issue - State: open - Opened by Lucas-Barret 5 months ago - 1 comment

#145 - Add `generate component` CLI command

Issue - State: closed - Opened by timriley 5 months ago - 3 comments

#144 - Clarify `dev` vs `server` in command descriptions

Pull Request - State: open - Opened by cllns 7 months ago

#143 - Use stringified signal when Ctrl+C received by assets command

Pull Request - State: closed - Opened by radar 7 months ago - 1 comment

#142 - Better default favicon for new apps

Issue - State: closed - Opened by timriley 7 months ago

#141 - Underscore slice names in public asset dirs

Pull Request - State: closed - Opened by timriley 7 months ago

#140 - Don’t namespace asset tags for slice layouts

Pull Request - State: closed - Opened by timriley 8 months ago

#139 - Generate a favicon for slices

Pull Request - State: closed - Opened by timriley 8 months ago

#138 - Remove "assets" from package.json "scripts" section

Pull Request - State: closed - Opened by timriley 8 months ago

#137 - Provide command default args via `.new` instead of `#initialize`

Pull Request - State: closed - Opened by timriley 8 months ago

#136 - Properly detect assets inside app/assets/

Pull Request - State: closed - Opened by timriley 8 months ago