โšก๏ธ Live updates comments, jobs, and issues, tagged with #DDEV will update issues and activities on this page.

Issues

The last 100 updated issues.

Activities

The last 7 days of comments and CI jobs.

  • Automatically closed - issue fixed for 2 weeks with no activity.

  • ๐Ÿ‡ฎ๐Ÿ‡นItaly robertoperuzzo ๐Ÿ‡ฎ๐Ÿ‡น Tezze sul Brenta, VI

    When contributing to fix an issue, we usually need to clone the corresponding forked issue branch on GitLab
    (for example: this one). Because of this, I think the ddev drupal-get-module command might benefit from an additional parameterโ€”not just the "version," but also one to specify the issue forked branch. That way, contributors (not only maintainers) could more easily work on open issues.

    Maybe Iโ€™m stretching the purpose of the ddev command a bit, but I find it really helpful to have two remotes set up like this:

    ai-3532795  git@git.drupal.org:issue/ai-3532795.git (fetch)
    ai-3532795  git@git.drupal.org:issue/ai-3532795.git (push)
    origin      git@git.drupal.org:project/ai.git (fetch)
    origin      git@git.drupal.org:project/ai.git (push)
    
    • origin: so I can rebase my branch on 1.2.x and pull in the latest community changes.
    • ai-3532795: so I can push my own changes to the issue fork.

    What do you think?

Production build 0.71.5 2024