Issue #2920285: Update module can get 'stuck' with 'no releases available'
2 open threads
Merge request reports
Activity
added 1 commit
- 7fa2cf3f - Added \Drupal::keyValue('update_fetch_task')->deleteAll(); to update_uninstall()
427 427 $this->assertEquals(2, $queue->numberOfItems(), 'Queue contains two items'); 428 428 // Try to add a project again. 429 429 update_create_fetch_task($projecta); 430 $this->assertEquals(2, $queue->numberOfItems(), 'Queue still contains two items'); 430 $this->assertEquals(3, $queue->numberOfItems(), 'Queue still contains three items'); 431 431 432 432 // Clear storage and try again. 433 433 update_storage_clear(); 434 434 update_create_fetch_task($projecta); 435 $this->assertEquals(2, $queue->numberOfItems(), 'Queue contains two items'); 435 $this->assertEquals(4, $queue->numberOfItems(), 'Queue contains four items'); added 622 commits
-
7fa2cf3f...0893b9b2 - 621 commits from branch
project:9.4.x
- 03745743 - Merge branch '9.4.x' into 2920285-update-module-can
-
7fa2cf3f...0893b9b2 - 621 commits from branch
added 278 commits
-
03745743...7b59ff86 - 276 commits from branch
project:9.4.x
- 21bb7c07 - Used 2920285-23.patch as base for the Merge Request.
- 741455c4 - Added \Drupal::keyValue('update_fetch_task')->deleteAll(); to update_uninstall()
-
03745743...7b59ff86 - 276 commits from branch
added 6 commits
-
68c95d07 - 1 commit from branch
project:9.4.x
- ee4d523a - Used 2920285-23.patch as base for the Merge Request.
- 7fa2cf3f - Added \Drupal::keyValue('update_fetch_task')->deleteAll(); to update_uninstall()
- 03745743 - Merge branch '9.4.x' into 2920285-update-module-can
- 1a47cf03 - Merge branch '9.4.x' into 2920285-update-module-can
- 44fc2dee - Merge branch '2920285-update-module-can' of...
Toggle commit list-
68c95d07 - 1 commit from branch
added 605 commits
-
44fc2dee...fefb05b7 - 603 commits from branch
project:9.4.x
- 2249d671 - Used 2920285-23.patch as base for the Merge Request.
- 33aba91f - Added \Drupal::keyValue('update_fetch_task')->deleteAll(); to update_uninstall()
-
44fc2dee...fefb05b7 - 603 commits from branch
Please register or sign in to reply