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

Merge master #560

Merged
merged 38 commits into from
Nov 30, 2018
Merged

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    eda731b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e849351 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Configuration menu
    Copy the full SHA
    b2ee677 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22f75c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    023d63c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e775083 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Configuration menu
    Copy the full SHA
    18d3339 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Merge pull request phpro#545 from leigh-ols/master

    Fix issue when .git file has absolute path
    veewee authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    be5da30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request phpro#540 from poppabear8883/feat-ascii-1

    feat: Add option to disable all banners by setting ascii to null
    veewee authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    56a29a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa6d1ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3217efd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b318285 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d31d927 View commit details
    Browse the repository at this point in the history
  7. refact: Add docblock to define parameter types and Refactor method name

    Add strict type to $needles to force an array of needles
    Update reference to the method in consideration to renaming
    poppabear8883 committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    2de7427 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Merge pull request phpro#539 from poppabear8883/feat-git-1

    feat: Add additional info parameter
    veewee authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    f6ac36e View commit details
    Browse the repository at this point in the history
  2. refact: Remove private $exceptions declaration per discussion

    Per @veewee:
    "I would avoid the local state since the run method can theoretically be
    called multiple times which causes an issue and we don't really need
    this state internally.
    
    A try/catch over the if statement will solve the issue you are
    addressing as well."
    
    Ref phpro#541 (comment)
    poppabear8883 committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    0056460 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    8ee9e98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e2393 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Merge pull request phpro#541 from poppabear8883/feat-commsg-1

    Commit Message Features and Add new Util class
    veewee authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    d7b57e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Bump minor version requirement of symfony/process to ~3.2

    Because \Symfony\Components\Process\InputStream doesn't exist in previous versions.
    gsomoza committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    60b62be View commit details
    Browse the repository at this point in the history
  2. - Change the mistakes to null instead of ~.

    - Added escaping for the correct markdown presentation.
    cafferata committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    aa46ac3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request phpro#552 from cafferata/mark-down-fixes

    Correct markdown presentation
    Landerstraeten authored Oct 18, 2018
    Configuration menu
    Copy the full SHA
    f6ed53a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    94c2e8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request phpro#557 from veewee/update-version-support

    Add PHP 7.2 EOL to PHP version checker
    Landerstraeten authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    86c4862 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18730ba View commit details
    Browse the repository at this point in the history
  4. Merge pull request phpro#559 from veewee/fix-xsd-tests

    Host our own version of the symfony XSDs
    Landerstraeten authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    4a62b93 View commit details
    Browse the repository at this point in the history
  5. Add phpunit bridge

    dmerchier authored and Lander Vanderstraeten committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    2dd294c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Add missing property

    Lander Vanderstraeten committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    744cb68 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Configuration menu
    Copy the full SHA
    db583c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Merge pull request phpro#564 from phpro/revert-559-fix-xsd-tests

    Revert "Host our own version of the symfony XSDs"
    Landerstraeten authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    ef7af59 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    26eb82b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Added parameter to toggle show info (phpro#573)

    * Added parameter to toggle show info
    
    * Removed duplicated config parameter
    Vesquen authored and Landerstraeten committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    13119bc View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Merge pull request phpro#543 from gsomoza/phplint-input-stream

    Allow PHPLint to handle large number of files
    Landerstraeten authored Nov 30, 2018
    Configuration menu
    Copy the full SHA
    d2d188b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73712a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99924df View commit details
    Browse the repository at this point in the history
  4. Merge pull request phpro#570 from cafferata/php-lint-ignore-patterns

    Add ignore patterns for PHPLint task
    Landerstraeten authored Nov 30, 2018
    Configuration menu
    Copy the full SHA
    cdeeb07 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into grumpy-seventies

    Lander Vanderstraeten committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    442cce4 View commit details
    Browse the repository at this point in the history
  6. Add php unit bridge

    Lander Vanderstraeten committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    6be5019 View commit details
    Browse the repository at this point in the history