Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webdevops/clitools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: webdevops/clitools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Jun 26, 2017

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

Commits on Jul 18, 2017

  1. Ignore DB table sys_registry on DB sync (#115)

    * Ignore DB table sys_registry on DB sync
    
    To prevent errors like this:
     ===> Restoring dump "/tmp/.clisync-9705/typo3.sql.dump" into database "typo3"
       -  Creating database
       -  Using GZIP decompression
       -  Reading dump
    ERROR 1062 (23000) at line 5271: Duplicate entry 'tx_scheduler-lastRun' for key 'entry_identifier'
    
    * Ignore sys_registry on DB sync
    kitzberger authored and mblaschke committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    88a6bb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    d4d72df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98fa78b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #120 from garfieldius/bugfix/db-sync

    Bugfix/db sync and fix compiling by disabling gz compression (like composer do it)
    josefglatz authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    e33aae0 View commit details
    Browse the repository at this point in the history
Loading