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: justafish/ddev-drupal-core-dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.11
Choose a base ref
...
head repository: justafish/ddev-drupal-core-dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 8 commits
  • 17 files changed
  • 4 contributors

Commits on Apr 5, 2024

  1. Update README.md

    justafish authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9b52716 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. fix: Make tests run successfully

    rfay committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5fae0bf View commit details
    Browse the repository at this point in the history
  2. Remove broken Setup SSH section

    rfay committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5a93398 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge pull request #25 from rfay/20240428_tests

    fix: Make tests run successfully
    justafish authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    90582df View commit details
    Browse the repository at this point in the history
  2. fix: make removal smoother and successful (#26)

    Co-authored-by: Sally Young <git@justa.fish>
    rfay and justafish authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    311758c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 23, 2024

  1. Final config for use with DDEV v1.23.1, replaces #30, replaces #23 (#31)

    * DDEV 1.23 compatiblity, Drupal core yarn/sqlite compatibility. Docs.
    
    * Need to use sqlite now b/c no mysql. From /pull/27/files.
    
    * Remove install of sqlite3 and make dependent on DDEV v1.23.1
    
    * Run tests now that sqlite 3.45 in DDEV release
    
    * Dockerfile is gone, don't try to install it
    
    * add back in omit_containers, can remove farther down the line
    
    * Remove --verbose from phpunit command, not supported in phpunit 10
    
    ---------
    
    Co-authored-by: Simon Hobbs <simon@hobbs.id.au>
    rfay and simesy authored May 23, 2024
    Configuration menu
    Copy the full SHA
    cd06f6c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. feat: Add a new phpcs command to run phpcs analysis (#28)

    * Create PhpCsCommand.php
    
    * Update install.yaml
    
    * Update drupal
    
    * Update PhpCsCommand.php
    
    * Add more linting commands
    
    * Fixes to lint commands and add documentation
    
    ---------
    
    Co-authored-by: Sally Young <git@justa.fish>
    plopesc and justafish authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5fff83a View commit details
    Browse the repository at this point in the history
Loading