-
Notifications
You must be signed in to change notification settings - Fork 4
Refactor how table data is stored #68
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
Merged
Changes from 33 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
32bdc58
Add new Table utility.. represent a table / build a table from data
bkdotcom f36f54c
markupIdentifier & parseIdentifier - utilize the Type::TYPE_IDENTIFIE…
bkdotcom 4fed522
add missing array typehints
bkdotcom b6a0faa
Updates to \bdk\Table
bkdotcom 62be99f
Table refactor (WIP)
bkdotcom 385f7b3
Zest.extend() not removing duplicate values after merging two arrays
bkdotcom e02d921
WampCrate - recurse Type::TYPE_TABLE
bkdotcom 926ed54
Zest: typeof object / null bug
bkdotcom 986a9e7
update MysqliTest
bkdotcom e34cb66
cleanup / coding standards
bkdotcom 37df69c
coding standards
bkdotcom 5f4f2f1
SoapClient CompatTrait
bkdotcom 145bac7
Merge branch 'master' into Table
bkdotcom a4aafa2
Move Table Abstraction to Object\Subscriber
bkdotcom d9df6bd
New Table/Factory option: inclIndex (true)
bkdotcom 743e6bc
update unit test
bkdotcom 10ebcfd
Update unit tests
bkdotcom 85234d6
Unit test fix
bkdotcom 540cf62
DoctrineMiddleware params class issue
bkdotcom 916d8ed
Troubleshoot DoctrineMiddlewareTest issues
bkdotcom 40a9dc1
Update Method/TableTest (Closure signature changes not important)
bkdotcom 1c64a06
TableCell::objectToString - remove object typehint
bkdotcom 99a9bc0
Table tests - remove anonymous classes
bkdotcom 7707e58
Table tests - use AssertionTrait
bkdotcom bdbe7a5
Table/FactoryTest - use AssertionTrait
bkdotcom cd7c08d
tweak ChromeLoggerTest
bkdotcom c265aa7
remove use of null coalescing operator
bkdotcom 5449e1f
TableCellTest - remove DateTimeImmutable test
bkdotcom 2035d6c
Troubleshoot unit tests
bkdotcom b7f02cd
update Table/ElementTest
bkdotcom cfd8127
phpunit - add --testdox-summary flat
bkdotcom bba9a94
remove --testdox-summary flag
bkdotcom 873adca
use ExpectExceptionTrait
bkdotcom 8340f6b
Merge branch '3.6' into Table
bkdotcom fe80625
implement a couple code-review suggestions
bkdotcom 3a1bd94
Don't needlessly serialize unused classDefinitions (ie Table, TableR…
bkdotcom dfa2bb8
LogRequest & LogResponse no longer create channel if not logging
bkdotcom f4e7c62
Update SerializationLogTest
bkdotcom e3fd3b6
Update comments
bkdotcom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.