-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve catchup script #236
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe83225 - Browse repository at this point
Copy the full SHA fe83225View commit details -
feat(catchup script): create a script that switch to a new working br…
…anch and update the English branch we need to compare current Ember version and new Ember version
Configuration menu - View commit details
-
Copy full SHA for 468c30e - Browse repository at this point
Copy the full SHA 468c30eView commit details -
feat(catchup script): output the list of files that changed between r…
…ef-upstream and upstream/master and parse it as an array of filenames
Configuration menu - View commit details
-
Copy full SHA for f47af23 - Browse repository at this point
Copy the full SHA f47af23View commit details -
feat(catchup script): make the name of the branch dynamic by passing …
…arguments to the script
Configuration menu - View commit details
-
Copy full SHA for 3839ce8 - Browse repository at this point
Copy the full SHA 3839ce8View commit details -
feat(catchup script): create a directory to put patch files we want t…
…o create for each changed file
Configuration menu - View commit details
-
Copy full SHA for cb0529f - Browse repository at this point
Copy the full SHA cb0529fView commit details -
feat(catchup script): prepare a list of warnings to log all manual ac…
…tions required at the end of the process
Configuration menu - View commit details
-
Copy full SHA for 2fbacb2 - Browse repository at this point
Copy the full SHA 2fbacb2View commit details -
feat(catchup script): create the function that will output the diff f…
…iles in the script/patches folder
Configuration menu - View commit details
-
Copy full SHA for f50ebe2 - Browse repository at this point
Copy the full SHA f50ebe2View commit details -
feat(catchup script): declare an array filesToPost that will be used …
…to track the files to post in a GitHub issue
Configuration menu - View commit details
-
Copy full SHA for cfa8d11 - Browse repository at this point
Copy the full SHA cfa8d11View commit details -
feat(catchup script): create the function that loop on the changed fi…
…les to create the diff files
Configuration menu - View commit details
-
Copy full SHA for 0e401c3 - Browse repository at this point
Copy the full SHA 0e401c3View commit details -
feat(catchup script): once a diff file is create, read its content. W…
…e need to do this because we want to do a replacement in the content
Configuration menu - View commit details
-
Copy full SHA for cbf9d0f - Browse repository at this point
Copy the full SHA cbf9d0fView commit details -
feat(catchup script): for each file, remove the term release/ from th…
…e filename and from the content of the diff
Configuration menu - View commit details
-
Copy full SHA for a88cae1 - Browse repository at this point
Copy the full SHA a88cae1View commit details -
feat(catchup script): for each diff file, rewrite the content with th…
…e updated path, so the file can be patched in our architecture
Configuration menu - View commit details
-
Copy full SHA for 3d25843 - Browse repository at this point
Copy the full SHA 3d25843View commit details -
feat(catchup script): try to apply the patch. If the file is new or i…
…f git apply fails (file translated), then we add to filesToPost to open a GitHub issue later
Configuration menu - View commit details
-
Copy full SHA for 6560ced - Browse repository at this point
Copy the full SHA 6560cedView commit details -
feat(catchup script): add a relevant return to the writeDiffFiles fun…
…ction so we know if there are patch files to commit and push
Configuration menu - View commit details
-
Copy full SHA for 5b3e13a - Browse repository at this point
Copy the full SHA 5b3e13aView commit details -
feat(catchup script): prepare the header to post the GitHub issues. I…
…t requires to read the secret token.
Configuration menu - View commit details
-
Copy full SHA for a7b9619 - Browse repository at this point
Copy the full SHA a7b9619View commit details -
feat(catchup script): prepare the body of the GitHub issue for a give…
…n file and diff. There's no diff block if the file is new
Configuration menu - View commit details
-
Copy full SHA for 374da5d - Browse repository at this point
Copy the full SHA 374da5dView commit details -
feat(catchup script): create the function that will post the GitHub i…
…ssue for a given file
Configuration menu - View commit details
-
Copy full SHA for 05a0c10 - Browse repository at this point
Copy the full SHA 05a0c10View commit details -
feat(catchup script): create and call the function that will post all…
… the GitHub issues
Configuration menu - View commit details
-
Copy full SHA for ac88166 - Browse repository at this point
Copy the full SHA ac88166View commit details -
feat(catchup script): if at least one file could be patched automatic…
…ally, push the changes on GitHub
Configuration menu - View commit details
-
Copy full SHA for 229b92f - Browse repository at this point
Copy the full SHA 229b92fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c060a2a - Browse repository at this point
Copy the full SHA c060a2aView commit details -
feat(catchup script): prepare 3 functions to properly close the proce…
…ss. One reset ref-upstream then the other will switch back to master or the catchup branch depending on the situation
Configuration menu - View commit details
-
Copy full SHA for bbeeb8a - Browse repository at this point
Copy the full SHA bbeeb8aView commit details -
feat(catchup script): properly close the process, update ref-upstream…
… only if we no longer need the current state (all operations to create/edit diff files are ok), and switch back to the best branch
Configuration menu - View commit details
-
Copy full SHA for 7125d5c - Browse repository at this point
Copy the full SHA 7125d5cView commit details
Commits on Jan 10, 2024
-
feat(catchup script): print the warning messages also when the script…
… ends with code 1
Configuration menu - View commit details
-
Copy full SHA for facdee3 - Browse repository at this point
Copy the full SHA facdee3View commit details