Ecosyste.ms: Issues

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

GitHub / maghead/maghead issues and pull requests

#201 - JOIN inaccuracies

Issue - State: open - Opened by Wintereise over 7 years ago - 5 comments

#199 - Int column deflates the NULL value to 0 because of intval

Issue - State: open - Opened by c9s over 7 years ago
Labels: bug

#198 - Add Schema::junction API method to simplify the junction table creation

Issue - State: open - Opened by c9s over 7 years ago
Labels: feature, user experience

#196 - show schema file path when running migration

Issue - State: open - Opened by c9s over 7 years ago
Labels: probably easy, user experience

#195 - add ability for removing foreign key automatically

Issue - State: open - Opened by c9s over 7 years ago
Labels: probably easy

#194 - fix table schema building with foreign keys

Issue - State: open - Opened by c9s over 7 years ago
Labels: bug, probably easy

#193 - declare relationship by getting primary key field automatically

Issue - State: open - Opened by c9s over 7 years ago
Labels: probably easy, user experience

#192 - ERD Generator

Issue - State: open - Opened by c9s over 7 years ago

#191 - support pre-defined collection generator

Issue - State: open - Opened by c9s almost 8 years ago
Labels: probably easy

#190 - Add shard name generator

Issue - State: closed - Opened by c9s almost 8 years ago - 1 comment
Labels: shard

#189 - Mapping chunks into mysql paritions

Issue - State: closed - Opened by c9s almost 8 years ago - 1 comment

#188 - Add config server support

Issue - State: closed - Opened by c9s almost 8 years ago - 1 comment
Labels: shard

#187 - Implement shard balancer

Issue - State: closed - Opened by c9s almost 8 years ago - 1 comment
Labels: shard

#186 - support default value for insertion statements

Issue - State: open - Opened by c9s almost 8 years ago

#185 - Implement A faster Consistent Hasher

Issue - State: closed - Opened by c9s almost 8 years ago - 1 comment

#184 - index command : remove foreign keys

Issue - State: open - Opened by c9s almost 8 years ago

#183 - Shard Clone Command

Issue - State: closed - Opened by c9s almost 8 years ago - 1 comment
Labels: command, shard

#182 - Shard Move Command

Issue - State: open - Opened by c9s almost 8 years ago
Labels: command, shard

#181 - Shard Split Command

Issue - State: closed - Opened by c9s almost 8 years ago - 1 comment
Labels: command, shard

#180 - Shard Prune Command

Issue - State: closed - Opened by c9s almost 8 years ago - 1 comment
Labels: command, shard

#179 - Shard Allocate Command

Issue - State: closed - Opened by c9s almost 8 years ago - 1 comment
Labels: command, shard

#178 - Implement Read/Write Node Balancer

Issue - State: closed - Opened by c9s almost 8 years ago - 1 comment

#177 - Please add benchmark

Issue - State: open - Opened by Big-Shark about 8 years ago - 3 comments

#176 - format column method generator

Issue - State: open - Opened by c9s about 8 years ago

#175 - Chunk Split

Issue - State: closed - Opened by c9s about 8 years ago - 1 comment
Labels: shard

#174 - Shard Prune

Issue - State: closed - Opened by c9s about 8 years ago - 1 comment
Labels: shard

#173 - ResultAggregator

Issue - State: open - Opened by c9s about 8 years ago
Labels: shard

#172 - QueryDispatcher

Issue - State: open - Opened by c9s about 8 years ago
Labels: shard

#171 - Global Table support in shards

Issue - State: closed - Opened by c9s about 8 years ago - 1 comment
Labels: shard

#170 - Add ShardConfig support

Issue - State: closed - Opened by c9s about 8 years ago - 1 comment
Labels: shard

#169 - Hash-based sharding

Issue - State: closed - Opened by c9s about 8 years ago - 1 comment
Labels: shard

#168 - Range-based sharding

Issue - State: open - Opened by c9s about 8 years ago
Labels: shard

#167 - Implement TableReferenceResolver

Issue - State: open - Opened by c9s about 8 years ago
Labels: shard

#166 - Sharding support

Issue - State: open - Opened by c9s about 8 years ago
Labels: feature, breaking changes, shard

#165 - Add an option for turning on dynamic getTable

Issue - State: open - Opened by c9s about 8 years ago
Labels: performance, breaking changes

#164 - Ability of reusing column definition from the other schema

Issue - State: open - Opened by c9s about 8 years ago
Labels: feature, api

#163 - MySQL 5.7 support

Issue - State: closed - Opened by c9s over 8 years ago - 1 comment
Labels: mysql

#162 - Render Integer field with NumberInput by default

Issue - State: open - Opened by c9s over 8 years ago

#161 - ModelTestCase: rename driver property to $dataSource

Issue - State: open - Opened by c9s over 8 years ago

#160 - timestamp column or datetime column doesn't accept empty string or zero value

Issue - State: open - Opened by c9s over 8 years ago
Labels: improvement

#159 - Refactor findSchemasByConfigLoader to remove config loader dependency

Issue - State: closed - Opened by c9s over 8 years ago - 1 comment

#158 - Generate AppConfig class from YAML file

Issue - State: open - Opened by c9s over 8 years ago - 1 comment

#157 - Fix some typos

Pull Request - State: closed - Opened by rundef over 8 years ago - 1 comment

#156 - Compare column type to see if we can create foreign key index

Issue - State: open - Opened by c9s over 8 years ago

#155 - Ability to create query statement from BaseModel

Issue - State: closed - Opened by c9s over 8 years ago - 1 comment
Labels: improvement

#154 - shorthand class definition in relationship class

Issue - State: closed - Opened by c9s over 8 years ago

#153 - Ensure that the foreign key type is the same type as the referencing column

Issue - State: open - Opened by c9s over 8 years ago
Labels: improvement

#152 - When input date/datetime,timestamp is an empty string, cast it to NULL

Issue - State: open - Opened by c9s over 8 years ago
Labels: improvement

#151 - Remove typeCasting code

Issue - State: open - Opened by c9s over 8 years ago
Labels: improvement

#150 - Add a Gitter chat badge to README.md

Pull Request - State: closed - Opened by gitter-badger over 8 years ago

#149 - UpdateRecordAction: support select for update (lock)

Issue - State: open - Opened by c9s almost 9 years ago
Labels: improvement

#148 - API: BaseCollection::batchLoad method

Issue - State: open - Opened by c9s almost 9 years ago
Labels: feature

#147 - Support schema external injection

Issue - State: open - Opened by c9s almost 9 years ago
Labels: feature

#146 - Add isLoaded method to BaseModel class

Issue - State: closed - Opened by c9s almost 9 years ago - 1 comment
Labels: api

#145 - Column Set support

Issue - State: open - Opened by c9s about 9 years ago - 1 comment
Labels: performance

#144 - Fix format for php example code.

Pull Request - State: closed - Opened by appleboy about 9 years ago

#143 - Add mysql migration helper methods in mysql migration trait

Issue - State: open - Opened by c9s about 9 years ago
Labels: feature, migration, mysql

#142 - MySQL database backup mech support

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment
Labels: feature

#141 - Add "schema changes" to show changed schemas

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment
Labels: command

#140 - Ability to detect column rename

Issue - State: open - Opened by c9s about 9 years ago
Labels: migration

#138 - Command (or option) to dump DSN or command for data source

Issue - State: open - Opened by c9s over 9 years ago
Labels: command

#137 - Refactor Initialization Steps into Bootstrap Class (or even in bootstrap generator)

Issue - State: closed - Opened by c9s over 9 years ago - 1 comment

#135 - Index Query Command

Issue - State: closed - Opened by c9s over 9 years ago - 1 comment

#124 - Add Repository class generator

Issue - State: closed - Opened by c9s over 9 years ago - 1 comment

#123 - Provide insertColumn API to insert a column before specific index

Issue - State: closed - Opened by c9s over 9 years ago - 1 comment
Labels: schema

#113 - Remove ConnectionManager dependency from MigrationRunner

Issue - State: closed - Opened by c9s over 9 years ago - 1 comment

#102 - Add create-conf command to create default config file

Issue - State: closed - Opened by c9s over 9 years ago
Labels: feature

#101 - Add Config Builder support

Issue - State: closed - Opened by c9s over 9 years ago - 1 comment
Labels: feature

#91 - Add --dryrun option to automatic migration command

Issue - State: closed - Opened by c9s almost 10 years ago - 1 comment
Labels: migration

#80 - Add loadByPrimaryKey method to Model

Issue - State: closed - Opened by c9s almost 10 years ago - 1 comment

#79 - Add deleteByPrimaryKey method generator

Issue - State: closed - Opened by c9s almost 10 years ago - 1 comment

#76 - Add geo spatial support

Issue - State: open - Opened by c9s almost 10 years ago
Labels: migration

#71 - Automatic downgrade migration script generator

Issue - State: closed - Opened by c9s almost 10 years ago - 1 comment
Labels: migration

#69 - ModelTestCase should accept different data source

Issue - State: closed - Opened by c9s about 10 years ago - 1 comment
Labels: stability

#67 - Refine Relationship DSL

Issue - State: open - Opened by c9s about 10 years ago
Labels: feature

#66 - SchemaGenerator: build many-to-many accessor methods

Issue - State: closed - Opened by c9s about 10 years ago - 2 comments
Labels: feature, performance, schema

#65 - SchemaGenerator: build has-many accessor methods

Issue - State: closed - Opened by c9s about 10 years ago - 2 comments
Labels: feature, performance, schema

#64 - Implement XML Exporter

Issue - State: closed - Opened by c9s about 10 years ago - 1 comment
Labels: feature

#63 - Improve test plans across different database platforms

Issue - State: closed - Opened by c9s about 10 years ago - 1 comment
Labels: stability

#62 - The `boostrap` config should be in "cli" scope to avoid confusion

Issue - State: closed - Opened by c9s about 10 years ago - 1 comment
Labels: breaking changes

#60 - Add loadWithCache method to BaseModal

Issue - State: closed - Opened by c9s about 10 years ago - 1 comment
Labels: performance

#59 - IndexFinder

Issue - State: open - Opened by c9s about 10 years ago
Labels: feature

#55 - The default primary key should be unsigned int to reduce space

Issue - State: closed - Opened by c9s about 10 years ago - 1 comment

#54 - Generate relationship methods instead of using magic methods

Issue - State: closed - Opened by c9s about 10 years ago - 1 comment

#48 - When calling save() method, it also saves "immutable" columns

Issue - State: open - Opened by c9s about 10 years ago - 1 comment
Labels: bug, critical, shard

#47 - Ensure all relationship info are RelationShip class

Issue - State: closed - Opened by c9s about 10 years ago - 1 comment
Labels: stability

#46 - Fetch relationship by IN expression

Issue - State: closed - Opened by c9s about 10 years ago - 1 comment

#44 - Save data source information as constant in the generated base modal class

Issue - State: closed - Opened by c9s about 10 years ago - 1 comment
Labels: performance

#43 - Save Dirty fields information for save() method to process

Issue - State: closed - Opened by c9s about 10 years ago - 2 comments
Labels: critical, stability

#41 - Add public accessor to get the PDO result instance

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment

#38 - Add backward compatible test suite

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment

#37 - Support Public / Private field definition

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment

#36 - Implement Serializable interface for both BaseModel and BaseCollection

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment
Labels: feature

#19 - Migrate single table from diff.

Issue - State: closed - Opened by c9s almost 11 years ago - 1 comment

#16 - Dirty flags for changed fields

Issue - State: closed - Opened by c9s almost 11 years ago - 1 comment

#13 - Add CurrentUserInterface type constraint for currentUserCan method

Issue - State: open - Opened by c9s almost 12 years ago - 1 comment

#11 - Improve schema data method call performance in model operations.

Issue - State: closed - Opened by c9s almost 12 years ago - 1 comment

#9 - Try to add namespace prefix to class name when class not found.

Issue - State: closed - Opened by c9s almost 12 years ago