- First commit to issue fork.
- last update
over 1 year ago Custom Commands Failed - Status changed to Needs review
over 1 year ago 2:27pm 16 August 2023 - last update
over 1 year ago Custom Commands Failed - Status changed to Needs work
over 1 year ago 2:32pm 20 August 2023 The Needs Review Queue Bot โ tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
- last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago 30,056 pass - Status changed to Needs review
over 1 year ago 11:26am 22 August 2023 - last update
over 1 year ago 30,056 pass - Status changed to Needs work
over 1 year ago 5:54pm 26 August 2023 - ๐บ๐ธUnited States smustgrave
Moving to NW for the open threads.
+1 for pointing to docs for once()
- last update
over 1 year ago 30,060 pass - Status changed to Needs review
over 1 year ago 8:13am 28 August 2023 - Status changed to Needs work
over 1 year ago 8:13pm 30 August 2023 - ๐บ๐ธUnited States smustgrave
Can the changes to core/lib/Drupal/Core/Command/GenerateTheme.php be reverted?
- last update
over 1 year ago Custom Commands Failed - Status changed to Needs review
over 1 year ago 10:45am 5 September 2023 - Status changed to Needs work
over 1 year ago 11:27am 5 September 2023 The Needs Review Queue Bot โ tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
- last update
over 1 year ago 30,136 pass - Status changed to Needs review
over 1 year ago 12:24pm 5 September 2023 Thank you mister robot.
Added the missing new line at the end of the file.
Needs review.
- Status changed to RTBC
over 1 year ago 1:15pm 5 September 2023 - First commit to issue fork.
- last update
over 1 year ago 30,136 pass - last update
over 1 year ago 30,136 pass - ๐ท๐บRussia kostyashupenko Omsk
Rebased
I see issues with eslint onyarn lint:core-js
/var/www/html/drupal/core/themes/starterkit_theme/js/reading-time.js 6:2 warning Unexpected unnamed function func-names 30:6 warning Use @return instead valid-jsdoc 65:9 warning Unexpected console statement no-console
Second warning is fixed, what to do with the rest warnings?
- Status changed to Needs review
over 1 year ago 7:05am 8 September 2023 - Status changed to Needs work
over 1 year ago 2:38pm 12 September 2023 - ๐บ๐ธUnited States smustgrave
@matthieuscarset I think that sounds like a great idea and a good example.
Oups! sorry, this is actually already what I did! ๐คฆโโ๏ธ I forgot to re-read myself.
@lauriii's question is still relevant.
Do we want to keep
console.log()
or should we use something more visual, such asalert()
orDrupal.message
?- ๐บ๐ธUnited States smustgrave
Think console.log and maybe Drupal.message would be good examples.
Console.log for debugging
Drupal.message for themers - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - Status changed to Needs review
about 1 year ago 9:07am 21 September 2023 - last update
about 1 year ago 30,167 pass, 2 fail - last update
about 1 year ago 30,204 pass, 2 fail - Status changed to Needs work
about 1 year ago 1:50pm 25 September 2023 - ๐บ๐ธUnited States smustgrave
Reran tests and they still fail, so think failure is related to the change.
- last update
about 1 year ago 30,362 pass, 2 fail - last update
about 1 year ago 30,362 pass, 2 fail - Status changed to Needs review
about 1 year ago 9:34am 26 September 2023 Just rebase on top of
11.x
and rerun the whole pipeline.The failures are not related to changes on this issue.
Not sure how to handle this situation... but unless I'm wrong, the current issue is done and can be RTBC .
- last update
about 1 year ago 30,362 pass, 2 fail - ๐บ๐ธUnited States smustgrave
Rerunning again but I donโt see that HEAD is broken. So if this canโt pass all the tests canโt mark it RTBC
- Status changed to Needs work
about 1 year ago 2:45pm 26 September 2023 - ๐บ๐ธUnited States smustgrave
Ran here again and locally and it fails. Somehow this change is being picked up.
- Status changed to Needs review
about 1 year ago 9:31am 19 November 2023 I need help to understand why an unrelated test is constantly failing in this MR
I merged latest code from
11.x
and run the pipeline again but it is still failing atDrupal\FunctionalJavascriptTests\Core\JsMessageTest
.If I run the test locally, it passes without errors (see screenshot below).
Any help much appreciated! TY
- Status changed to Needs work
about 1 year ago 2:19am 26 November 2023 - ๐บ๐ธUnited States smustgrave
Posted a comment on the MR, hopefully that helps some.
- First commit to issue fork.