Skip to content
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

WIP: Travis Matrix Test + jobs for other platforms #20

Merged
merged 48 commits into from
Aug 5, 2019

Conversation

pvsaintpe
Copy link
Member

@pvsaintpe pvsaintpe commented Jul 19, 2019

  • Testing via Matrix Jobs (for merging coverage from different jobs)

    • added jobs for testing PHP 7.2, 7.3, 7.4
    • added jobs for testing PostgreSQL 9.2, 9.3, 9.4, 9.5, 9.6, 10.0, 11.0
  • New features in Blueprint:

    • added auto-convert values with USING after ALTER COLUMN CHANGE TYPE
    • added support method: ->using() for converting values between different types
    • added support Expression for default values: ->default(new Expression(''))
  • Resolved issues: Fix ChangeColumn Compiler for support using Expression in default() #8, Add using statement #10

@pvsaintpe pvsaintpe added refactoring Refactoring components feature New Features tests labels Jul 19, 2019
@pvsaintpe pvsaintpe added this to the 2.5.0 milestone Jul 19, 2019
@pvsaintpe pvsaintpe requested a review from 0exp July 19, 2019 13:12
@pvsaintpe pvsaintpe self-assigned this Jul 19, 2019
@pvsaintpe pvsaintpe changed the title Travis Matrix Test + jobs for other platforms WIP: Travis Matrix Test + jobs for other platforms Jul 19, 2019
add abstract components for extensions
@pvsaintpe pvsaintpe requested review from lazeevv and cugrif July 19, 2019 14:36
@pvsaintpe pvsaintpe modified the milestones: 2.5.0, 2.3.0 Jul 23, 2019
@pvsaintpe
Copy link
Member Author

@lazeevv В общем все смотри - думаю пока это финальная версия по тем нововведениям - что тут представлены.

@pvsaintpe pvsaintpe assigned pvsaintpe and lazeevv and unassigned pvsaintpe Jul 24, 2019
Copy link
Member Author

@pvsaintpe pvsaintpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ревью от @Zlob (резюме)

@pvsaintpe pvsaintpe changed the title Travis Matrix Test + jobs for other platforms WIP: Travis Matrix Test + jobs for other platforms Jul 25, 2019
@pvsaintpe pvsaintpe self-assigned this Jul 25, 2019
@pvsaintpe
Copy link
Member Author

@Zlob, @lazeevv глянье пож - я дописал Unit-ы и отрефачил тесты

@lazeevv lazeevv merged commit 9b419f2 into master Aug 5, 2019
@lazeevv lazeevv deleted the doctrine/refactor branch August 5, 2019 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Features refactoring Refactoring components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants