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

migrate code from googleapis/nodejs-scheduler #2848

Closed
wants to merge 64 commits into from

Commits on Nov 13, 2018

  1. initial commit

    jkwlui committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    6a43cfe View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. chore: clean up lint rules (#2)

    JustinBeckwith authored and jkwlui committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    f7f5848 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Release v0.1.1 (#21)

    jkwlui authored Dec 7, 2018
    Configuration menu
    Copy the full SHA
    7d569f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Release v0.1.2 (#29)

    jkwlui authored Jan 3, 2019
    Configuration menu
    Copy the full SHA
    e517173 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

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

Commits on Feb 19, 2019

  1. chore(deps): update dependency mocha to v6

    chore(deps): update dependency mocha to v6
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change | References |
    |---|---|---|---|---|
    | mocha | devDependencies | major | `^5.2.0` -> `^6.0.0` | [homepage](https://mochajs.org/), [source](https://togithub.com/mochajs/mocha) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mochajs/mocha</summary>
    
    ### [`v6.0.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;600--2019-02-18)
    
    [Compare Source](https://togithub.com/mochajs/mocha/compare/v5.2.0...v6.0.0)
    
    #### 🎉 Enhancements
    
    -   [#&#8203;3726](https://togithub.com/mochajs/mocha/issues/3726): Add ability to unload files from `require` cache ([**@&#8203;plroebuck**](https://togithub.com/plroebuck))
    
    #### 🐛 Fixes
    
    -   [#&#8203;3737](https://togithub.com/mochajs/mocha/issues/3737): Fix falsy values from options globals ([**@&#8203;plroebuck**](https://togithub.com/plroebuck))
    -   [#&#8203;3707](https://togithub.com/mochajs/mocha/issues/3707): Fix encapsulation issues for `Suite#_onlyTests` and `Suite#_onlySuites` ([**@&#8203;vkarpov15**](https://togithub.com/vkarpov15))
    -   [#&#8203;3711](https://togithub.com/mochajs/mocha/issues/3711): Fix diagnostic messages dealing with plurality and markup of output ([**@&#8203;plroebuck**](https://togithub.com/plroebuck))
    -   [#&#8203;3723](https://togithub.com/mochajs/mocha/issues/3723): Fix "reporter-option" to allow comma-separated options ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    -   [#&#8203;3722](https://togithub.com/mochajs/mocha/issues/3722): Fix code quality and performance of `lookupFiles` and `files` ([**@&#8203;plroebuck**](https://togithub.com/plroebuck))
    -   [#&#8203;3650](https://togithub.com/mochajs/mocha/issues/3650), [#&#8203;3654](https://togithub.com/mochajs/mocha/issues/3654): Fix noisy error message when no files found ([**@&#8203;craigtaub**](https://togithub.com/craigtaub))
    -   [#&#8203;3632](https://togithub.com/mochajs/mocha/issues/3632): Tests having an empty title are no longer confused with the "root" suite ([**@&#8203;juergba**](https://togithub.com/juergba))
    -   [#&#8203;3666](https://togithub.com/mochajs/mocha/issues/3666): Fix missing error codes ([**@&#8203;vkarpov15**](https://togithub.com/vkarpov15))
    -   [#&#8203;3684](https://togithub.com/mochajs/mocha/issues/3684): Fix exiting problem in Node.js v11.7.0+ ([**@&#8203;addaleax**](https://togithub.com/addaleax))
    -   [#&#8203;3691](https://togithub.com/mochajs/mocha/issues/3691): Fix `--delay` (and other boolean options) not working in all cases ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    -   [#&#8203;3692](https://togithub.com/mochajs/mocha/issues/3692): Fix invalid command-line argument usage not causing actual errors ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    -   [#&#8203;3698](https://togithub.com/mochajs/mocha/issues/3698), [#&#8203;3699](https://togithub.com/mochajs/mocha/issues/3699): Fix debug-related Node.js options not working in all cases ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    -   [#&#8203;3700](https://togithub.com/mochajs/mocha/issues/3700): Growl notifications now show the correct number of tests run ([**@&#8203;outsideris**](https://togithub.com/outsideris))
    -   [#&#8203;3686](https://togithub.com/mochajs/mocha/issues/3686): Avoid potential ReDoS when diffing large objects ([**@&#8203;cyjake**](https://togithub.com/cyjake))
    -   [#&#8203;3715](https://togithub.com/mochajs/mocha/issues/3715): Fix incorrect order of emitted events when used programmatically ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    -   [#&#8203;3706](https://togithub.com/mochajs/mocha/issues/3706): Fix regression wherein `--reporter-option`/`--reporter-options` did not support comma-separated key/value pairs ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    
    #### 📖 Documentation
    
    -   [#&#8203;3652](https://togithub.com/mochajs/mocha/issues/3652): Switch from Jekyll to Eleventy ([**@&#8203;Munter**](https://togithub.com/Munter))
    
    #### 🔩 Other
    
    -   [#&#8203;3677](https://togithub.com/mochajs/mocha/issues/3677): Add error objects for createUnsupportedError and createInvalidExceptionError ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    -   [#&#8203;3733](https://togithub.com/mochajs/mocha/issues/3733): Removed unnecessary processing in post-processing hook ([**@&#8203;wanseob**](https://togithub.com/wanseob))
    -   [#&#8203;3730](https://togithub.com/mochajs/mocha/issues/3730): Update nyc to latest version ([**@&#8203;coreyfarrell**](https://togithub.com/coreyfarrell))
    -   [#&#8203;3648](https://togithub.com/mochajs/mocha/issues/3648), [#&#8203;3680](https://togithub.com/mochajs/mocha/issues/3680): Fixes to support latest versions of [unexpected](https://npm.im/unexpected) and [unexpected-sinon](https://npm.im/unexpected-sinon) ([**@&#8203;sunesimonsen**](https://togithub.com/sunesimonsen))
    -   [#&#8203;3638](https://togithub.com/mochajs/mocha/issues/3638): Add meta tag to site ([**@&#8203;MartijnCuppens**](https://togithub.com/MartijnCuppens))
    -   [#&#8203;3653](https://togithub.com/mochajs/mocha/issues/3653): Fix parts of test suite failing to run on Windows ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: "after 9am and before 3pm" (UTC).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR is stale, or if you modify the PR title to begin with "`rebase!`".
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#googleapis/nodejs-scheduler).
    
    #51 automerged by dpebot
    renovate[bot] authored and yoshi-automation committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    dce58b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. chore(deps): update dependency supertest to v4

    chore(deps): update dependency supertest to v4
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change | References |
    |---|---|---|---|---|
    | supertest | devDependencies | major | [`^3.3.0` -> `^4.0.0`](https://diff.intrinsic.com/supertest/3.4.2/4.0.0) | [source](https://togithub.com/visionmedia/supertest) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>visionmedia/supertest</summary>
    
    ### [`v4.0.0`](https://togithub.com/visionmedia/supertest/releases/v4.0.0)
    
    [Compare Source](https://togithub.com/visionmedia/supertest/compare/v3.4.2...v4.0.0)
    
    -   Merge pull request [#&#8203;539](https://togithub.com/visionmedia/supertest/issues/539) from ozzywalsh/fix-agent-defaults  [`abf6bc3`](https://togithub.com/visionmedia/supertest/commit/abf6bc3)
    -   Merge pull request [#&#8203;554](https://togithub.com/visionmedia/supertest/issues/554) from visionmedia/use-trust-localhost  [`5914936`](https://togithub.com/visionmedia/supertest/commit/5914936)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: "after 9am and before 3pm" (UTC).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR is stale, or if you modify the PR title to begin with "`rebase!`".
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#googleapis/nodejs-scheduler).
    
    #58 automerged by dpebot
    renovate[bot] authored and yoshi-automation committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    e6c0c1a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Release v0.2.0 (#61)

    JustinBeckwith authored Mar 11, 2019
    Configuration menu
    Copy the full SHA
    7c36507 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Release v0.3.0 (#71)

    jkwlui authored and JustinBeckwith committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    c9204a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a1c5e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

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

Commits on Apr 24, 2019

  1. docs: update to useful quickstart

    docs: update to useful quickstart
    
    * adds a quickstart that does more than simply pull in the library.
    * demonstrates the new `sample-metadata:` stanza we can provide in samples.
    
    - [x] Tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    CC: @steffnay
    
    #78 automerged by dpebot
    bcoe authored and yoshi-automation committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    1a103e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

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

Commits on May 13, 2019

  1. chore: release 1.0.0 (#95)

    * updated CHANGELOG.md
    
    * updated package.json
    
    * updated samples/package.json
    
    * switch to ga, which we're exporting now
    
    * docs: regenerate README to reflect GA
    bcoe authored and JustinBeckwith committed May 13, 2019
    Configuration menu
    Copy the full SHA
    f595e20 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. chore: release 1.1.0 (#105)

    * updated CHANGELOG.md
    
    * updated package.json
    
    * updated samples/package.json
    yoshi-automation authored and JustinBeckwith committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    ec53613 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

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

Commits on Jun 14, 2019

  1. chore: release 1.1.1 (#109)

    * updated CHANGELOG.md
    
    * updated package.json
    
    * updated samples/package.json
    yoshi-automation authored and JustinBeckwith committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    665887c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. chore: release 1.1.2 (#112)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and JustinBeckwith committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    2ba9bd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. chore: release 1.1.3 (#121)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and JustinBeckwith committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    55789f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. chore: release 1.1.4 (#123)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and JustinBeckwith committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    a7536d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. chore: release 1.2.0 (#128)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and JustinBeckwith committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    14c5938 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. chore: release 1.3.2 (#148)

    release-please[bot] authored and bcoe committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    e64f9f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. chore: release 1.3.3 (#157)

    release-please[bot] authored and bcoe committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    abf3b04 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

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

Commits on Dec 30, 2019

  1. refactor: use explicit mocha imports (#173)

    * refactor: use explicit mocha imports
    
    * fix imports
    JustinBeckwith authored and bcoe committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    7dc8bce View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. chore: release 1.4.0

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    release-please[bot] authored and alexander-fenster committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    c8fe1df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1212041 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. chore: release 1.4.1 (#177)

    release-please[bot] authored and bcoe committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    64ea960 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. fix(samples): delete stale comment from sample (#182)

    Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
    2 people authored and bcoe committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    9905bfd View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. chore: release 1.4.2 (#186)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    release-please[bot] authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    76cc46e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

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

Commits on Mar 3, 2020

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

Commits on Mar 11, 2020

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

Commits on Mar 31, 2020

  1. feat!: drop node8 support, support for async iterators (#227)

    BREAKING CHANGE: The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
    
    New feature: methods with pagination now support async iteration.
    alexander-fenster authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    84b4505 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

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

Commits on Jun 2, 2020

  1. chore: release 2.0.0 (#228)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    33ca8c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. chore(deps): update dependency mocha to v8 (#259)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | devDependencies | major | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/mocha/7.2.0/8.0.1) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mochajs/mocha</summary>
    
    ### [`v8.0.1`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;801--2020-06-10)
    
    [Compare Source](https://togithub.com/mochajs/mocha/compare/v8.0.0...v8.0.1)
    
    The obligatory patch after a major.
    
    #### 🐛 Fixes
    
    -   [#&#8203;4328](https://togithub.com/mochajs/mocha/issues/4328): Fix `--parallel` when combined with `--watch` ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    
    ### [`v8.0.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;800--2020-06-10)
    
    [Compare Source](https://togithub.com/mochajs/mocha/compare/v7.2.0...v8.0.0)
    
    In this major release, Mocha adds the ability to _run tests in parallel_. Better late than never! Please note the **breaking changes** detailed below.
    
    Let's welcome [**@&#8203;giltayar**](https://togithub.com/giltayar) and [**@&#8203;nicojs**](https://togithub.com/nicojs) to the maintenance team!
    
    #### 💥 Breaking Changes
    
    -   [#&#8203;4164](https://togithub.com/mochajs/mocha/issues/4164): **Mocha v8.0.0 now requires Node.js v10.0.0 or newer.** Mocha no longer supports the Node.js v8.x line ("Carbon"), which entered End-of-Life at the end of 2019 ([**@&#8203;UlisesGascon**](https://togithub.com/UlisesGascon))
    
    -   [#&#8203;4175](https://togithub.com/mochajs/mocha/issues/4175): Having been deprecated with a warning since v7.0.0, **`mocha.opts` is no longer supported** ([**@&#8203;juergba**](https://togithub.com/juergba))
    
        ✨ **WORKAROUND:** Replace `mocha.opts` with a [configuration file](https://mochajs.org/#configuring-mocha-nodejs).
    
    -   [#&#8203;4260](https://togithub.com/mochajs/mocha/issues/4260): Remove `enableTimeout()` (`this.enableTimeout()`) from the context object ([**@&#8203;craigtaub**](https://togithub.com/craigtaub))
    
        ✨ **WORKAROUND:** Replace usage of `this.enableTimeout(false)` in your tests with `this.timeout(0)`.
    
    -   [#&#8203;4315](https://togithub.com/mochajs/mocha/issues/4315): The `spec` option no longer supports a comma-delimited list of files ([**@&#8203;juergba**](https://togithub.com/juergba))
    
        ✨ **WORKAROUND**: Use an array instead (e.g., `"spec": "foo.js,bar.js"` becomes `"spec": ["foo.js", "bar.js"]`).
    
    -   [#&#8203;4309](https://togithub.com/mochajs/mocha/issues/4309): Drop support for Node.js v13.x line, which is now End-of-Life ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    -   [#&#8203;4282](https://togithub.com/mochajs/mocha/issues/4282): `--forbid-only` will throw an error even if exclusive tests are avoided via `--grep` or other means ([**@&#8203;arvidOtt**](https://togithub.com/arvidOtt))
    
    -   [#&#8203;4223](https://togithub.com/mochajs/mocha/issues/4223): The context object's `skip()` (`this.skip()`) in a "before all" (`before()`) hook will no longer execute subsequent sibling hooks, in addition to hooks in child suites ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    -   [#&#8203;4178](https://togithub.com/mochajs/mocha/issues/4178): Remove previously soft-deprecated APIs ([**@&#8203;wnghdcjfe**](https://togithub.com/wnghdcjfe)):
        -   `Mocha.prototype.ignoreLeaks()`
        -   `Mocha.prototype.useColors()`
        -   `Mocha.prototype.useInlineDiffs()`
        -   `Mocha.prototype.hideDiff()`
    
    #### 🎉 Enhancements
    
    -   [#&#8203;4245](https://togithub.com/mochajs/mocha/issues/4245): Add ability to run tests in parallel for Node.js (see [docs](https://mochajs.org/#parallel-tests)) ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    
        ❗ See also [#&#8203;4244](https://togithub.com/mochajs/mocha/issues/4244); [Root Hook Plugins (docs)](https://mochajs.org/#root-hook-plugins) -- _root hooks must be defined via Root Hook Plugins to work in parallel mode_
    
    -   [#&#8203;4304](https://togithub.com/mochajs/mocha/issues/4304): `--require` now works with ES modules ([**@&#8203;JacobLey**](https://togithub.com/JacobLey))
    
    -   [#&#8203;4299](https://togithub.com/mochajs/mocha/issues/4299): In some circumstances, Mocha can run ES modules under Node.js v10 -- _use at your own risk!_ ([**@&#8203;giltayar**](https://togithub.com/giltayar))
    
    #### 📖 Documentation
    
    -   [#&#8203;4246](https://togithub.com/mochajs/mocha/issues/4246): Add documentation for parallel mode and Root Hook plugins ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    
    #### 🐛 Fixes
    
    (All bug fixes in Mocha v8.0.0 are also breaking changes, and are listed above)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    📅 **Schedule**: "after 9am and before 3pm" (UTC).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻️ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-scheduler).
    renovate-bot authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    3e6e8b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. chore: release 2.1.0 (#260)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    cbe7bd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. chore: release 2.1.1 (#264)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    d7c9e28 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

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

Commits on Nov 19, 2020

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

Commits on Dec 2, 2020

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

Commits on Dec 9, 2020

  1. chore: release 2.1.3 (#315)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    881c6ad View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

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

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    a5ac2de View commit details
    Browse the repository at this point in the history
  2. Revert "test: intentional break to test flake bot (#324)" (#326)

    This reverts commit a622fc6eb2f8a4af755a45580968324269fa89a1.
    bcoe authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    6ea4e6b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. chore: release 2.2.1 (#359)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 13, 2021
    Configuration menu
    Copy the full SHA
    2b30a5c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. chore: release 2.2.2 (#368)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    8a52c36 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

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

Commits on Jun 30, 2021

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

Commits on Jul 1, 2021

  1. test: run system and sample tests with cloud build (#383)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    JustinBeckwith and bcoe authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    611dcdc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. chore: release 2.2.5 (#389)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    34a57ae View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

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

Commits on Sep 10, 2021

  1. chore: release 2.3.0 (#400)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    0a05328 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. docs(samples): add auto-generated samples for Node with api short nam…

    …e in region tag (#408)
    
    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 399287285
    
    Source-Link: googleapis/googleapis@1575986
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/b27fff623a5d8d586b703b5e4919856abe7c2eb3
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjI3ZmZmNjIzYTVkOGQ1ODZiNzAzYjVlNDkxOTg1NmFiZTdjMmViMyJ9
    gcf-owl-bot[bot] authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    9e5b653 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. chore: update sample (#449)

    * chore: update sample
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    averikitsch and gcf-owl-bot[bot] authored May 13, 2022
    Configuration menu
    Copy the full SHA
    277cded View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. build!: update library to use Node 12 (#452)

    * build!: Update library to use Node 12
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    sofisl and gcf-owl-bot[bot] authored May 20, 2022
    Configuration menu
    Copy the full SHA
    3c915fb View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. chore(main): release 3.0.0 (#453)

    * chore(main): release 3.0.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored May 26, 2022
    Configuration menu
    Copy the full SHA
    92b317d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. chore(main): release 3.0.1 (#458)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [3.0.1](googleapis/nodejs-scheduler@v3.0.0...v3.0.1) (2022-06-30)
    
    
    ### Bug Fixes
    
    * **docs:** describe fallback rest option ([#457](googleapis/nodejs-scheduler#457)) ([e8e4c14](googleapis/nodejs-scheduler@e8e4c14))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    cfb2608 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. chore(main): release 3.0.2 (#462)

    * chore(main): release 3.0.2
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    5e534ff View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. chore(main): release 3.0.3 (#466)

    * chore(main): release 3.0.3
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    9ffb06c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. chore(main): release 3.0.4 (#470)

    * chore(main): release 3.0.4
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    64b9fcb View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. chore(main): release 3.0.5 (#482)

    * chore(main): release 3.0.5
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    1d53730 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

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