Skip to content
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

Reschedule presubmit targets when base ref is changed #3211

Merged
merged 24 commits into from
Nov 17, 2023

Commits on Jun 1, 2023

  1. Bump retry from 3.1.1 to 3.1.2 in /app_dart

    Bumps [retry](https://github.com/google/dart-neats) from 3.1.1 to 3.1.2.
    - [Commits](google/dart-neats@retry-3.1.1...retry-v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: retry
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    51787de View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Bump github from 9.18.0 to 9.19.0 in /app_dart

    Bumps [github](https://github.com/SpinlockLabs/github.dart) from 9.18.0 to 9.19.0.
    - [Release notes](https://github.com/SpinlockLabs/github.dart/releases)
    - [Changelog](https://github.com/SpinlockLabs/github.dart/blob/master/CHANGELOG.md)
    - [Commits](SpinlockLabs/github.dart@9.18.0...9.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: github
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    97e2a70 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Bump test from 1.24.6 to 1.24.7 in /auto_submit

    Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.24.6 to 1.24.7.
    - [Release notes](https://github.com/dart-lang/test/releases)
    - [Commits](https://github.com/dart-lang/test/commits/test-v1.24.7/pkgs)
    
    ---
    updated-dependencies:
    - dependency-name: test
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ff07134 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #284 from ricardoamador/dependabot/pub/app_dart/re…

    …try-3.1.2
    
    Bump retry from 3.1.1 to 3.1.2 in /app_dart
    ricardoamador authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ff45605 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #344 from ricardoamador/dependabot/pub/app_dart/gi…

    …thub-9.19.0
    
    Bump github from 9.18.0 to 9.19.0 in /app_dart
    ricardoamador authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f585b37 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #347 from ricardoamador/dependabot/pub/auto_submit…

    …/test-1.24.7
    
    Bump test from 1.24.6 to 1.24.7 in /auto_submit
    ricardoamador authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1a3c00b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    793fad4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    16c6713 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    70392e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3705b9a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    f531092 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    b4984e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    7e38655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32c6d69 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    8a1c09f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    b1ea800 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    bda6333 View commit details
    Browse the repository at this point in the history
  2. Reschedule try tests when base ref is changed.

    Ricardo Amador committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4bbd587 View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    Ricardo Amador committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    086757c View commit details
    Browse the repository at this point in the history
  4. Added feedback on test.

    Ricardo Amador committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    cb8a37b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Forgot to push changes.

    Ricardo Amador committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    2a005a3 View commit details
    Browse the repository at this point in the history
  2. Updated test.

    Ricardo Amador committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    8750394 View commit details
    Browse the repository at this point in the history
  3. Updated formatting.

    Ricardo Amador committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ab36367 View commit details
    Browse the repository at this point in the history
  4. Fixed analyzer warnings.

    Ricardo Amador committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    01ac2a1 View commit details
    Browse the repository at this point in the history