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: microsoft/rushstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b9274acf6e50748053293c866a83c57779f51836
Choose a base ref
...
head repository: microsoft/rushstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8b64754c308cc1b10607cead2d54cbcb29d6a931
Choose a head ref
  • 12 commits
  • 177 files changed
  • 7 contributors

Commits on Jul 16, 2024

  1. Update changelogs [skip ci]

    rushbot committed Jul 16, 2024
    Copy the full SHA
    b930984 View commit details
  2. Bump versions [skip ci]

    rushbot committed Jul 16, 2024
    Copy the full SHA
    13d852a View commit details
  3. Upgrade to Rush 5.129.7 (#4833)

    * Upgrade to latest Rush
    
    * PR feedback: Enable "ensureConsistentVersions"=true
    octogonz authored Jul 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5dedfcb View commit details
  4. [rush] unassigned operations can ignore weighting constraints (#4821)

    * feat(rush-lib): adjust scheduling for remote executing operations.
    
    * allow customization of polling interval
    
    * adjusting logic to sit at the operationexecutionrecord
    
    * fix test cases
    
    * remove unassigned operation entirely and use an interval
    
    * move polling logic to the execution manager
    
    * fix linting
    
    * Revert "move polling logic to the execution manager"
    
    This reverts commit ad619fe.
    
    * update to be a new status and have an interval in cacheableoperationplugin instead
    
    * use setTimeout to run the remote executing branches
    
    * fix test case
    
    * fix build error
    
    * remove remoteexecuting operations entirely
    
    * remove unused property
    
    * Update common/changes/@microsoft/rush/sennyeya-unassigned-operation-weight_2024-06-28-14-34.json
    
    ---------
    
    Co-authored-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
    aramissennyeydd and aramissennyeydd authored Jul 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    835ca5b View commit details
  5. [heft] Handle errors when IPC messaging host (#4832)

    Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
    dmichon-msft and dmichon-msft authored Jul 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4d62faa View commit details

Commits on Jul 17, 2024

  1. Update changelogs [skip ci]

    rushbot committed Jul 17, 2024
    Copy the full SHA
    b201b8c View commit details
  2. Bump versions [skip ci]

    rushbot committed Jul 17, 2024
    Copy the full SHA
    3eb454e View commit details
  3. [rush] Initial implementation of Rush alerts feature (#4801)

    * feat: rush alerts - print alerts
    
    * feat: rush alerts prototype
    
    * chore: rush change
    
    * chore: fix bugs
    
    * Simplify experiment name
    
    * Rename alerts-config.json to rush-alerts.json
    
    * Draft of `rush init` template
    
    * feat: register rushAlerts template in rush init action
    
    * feat: add rush alerts schema
    
    * Fix an issue where rush-alerts.json could not be loaded when the "$schema" field is present; fix an issue where loading errors were silently discarded
    
    * Use node-core-library APIs which provide better error handling
    
    * Fix a bug where RushAlerts did not work correctly when optional settings were omitted in rush-alerts.json
    
    * Invoke the conditionScript with robust error-checking and report its execution time
    
    * Improve error reporting for various script mistakes
    
    * More debugging
    
    * Add a failing test
    
    * Fix a word-wrapping edge case
    
    * Fix a bug where the "message" setting didn't accept both a string and array of strings
    
    * Improve formatting of messages
    
    * Improve changelog wording and prepare to publish a MINOR release of Rush
    
    * rush change
    
    ---------
    
    Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
    g-chao and octogonz authored Jul 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c8fc530 View commit details
  4. Update changelogs [skip ci]

    rushbot committed Jul 17, 2024
    Copy the full SHA
    b7da0df View commit details
  5. Bump versions [skip ci]

    rushbot committed Jul 17, 2024
    Copy the full SHA
    946343e View commit details
  6. Update changelogs [skip ci]

    rushbot committed Jul 17, 2024
    Copy the full SHA
    391000f View commit details
  7. Bump versions [skip ci]

    rushbot committed Jul 17, 2024
    Copy the full SHA
    8b64754 View commit details
Loading