Граф коммитов

  • b051e7363e
    Merge 2fa4d8821d into e9ac229a76 dependabot[bot] 2024-11-01 12:24:40 +0000
  • 2fa4d8821d
    Bump the npm-dependencies group with 3 updates dependabot/npm_and_yarn/npm-dependencies-1b94a07fbc dependabot[bot] 2024-11-01 12:24:38 +0000
  • a3c19de2a8
    Merge be0372c7b1 into e9ac229a76 dependabot[bot] 2024-11-01 12:15:57 +0000
  • be0372c7b1
    Bump actions/upload-artifact in the github-actions group dependabot/github_actions/github-actions-a1cff6d793 dependabot[bot] 2024-11-01 12:15:55 +0000
  • e9ac229a76
    Merge pull request #315 from github/commit-time-checks main v9.9.1 v9 Grant Birkinbine 2024-10-21 15:30:04 -0700
  • 9bfda32f6c
    add unit tests GrantBirki 2024-10-21 14:42:32 -0700
  • 1c17604d99
    test coverage for `main.js` GrantBirki 2024-10-21 14:29:16 -0700
  • fe201cd1e8
    raise `getCommit` out of the helper method and into `main` in case it needs to be used in the future GrantBirki 2024-10-21 14:21:52 -0700
  • 683275bc57
    implement extra commit safety checks GrantBirki 2024-10-21 13:51:56 -0700
  • b2ee3bb4ba
    vendor an example of `${JSON.stringify(context)}` GrantBirki 2024-10-21 12:17:54 -0700
  • 9e8e68f2b4
    add `context` debug logs GrantBirki 2024-10-21 12:09:17 -0700
  • 535e75d568
    Merge pull request #314 from github/npm-updates v9.9.0 Grant Birkinbine 2024-10-18 11:05:59 -0700
  • b9804859ce
    update all node deps with `npm update` GrantBirki 2024-10-18 11:04:44 -0700
  • 3897071389
    Merge pull request #309 from github/dependabot/npm_and_yarn/npm-dependencies-db183e97ab Grant Birkinbine 2024-10-18 11:02:52 -0700
  • b87ebd329a
    Merge branch 'main' into dependabot/npm_and_yarn/npm-dependencies-db183e97ab Grant Birkinbine 2024-10-18 11:01:26 -0700
  • 0f855bd20a
    Merge pull request #313 from walkerk1980/main Grant Birkinbine 2024-10-18 09:42:27 -0700
  • a53cb67c45 save state of initial_comment_id Keith Walker 2024-10-18 13:18:20 +0000
  • fae17ea09e issue #312 Include deployment started comment id in output Keith Walker 2024-10-18 12:51:29 +0000
  • e8a031cb97
    Bump @types/node from 22.6.1 to 22.7.4 in the npm-dependencies group dependabot[bot] 2024-10-01 12:50:03 +0000
  • 368e17cf44
    Merge pull request #308 from github/node-updates v9.8.1 Grant Birkinbine 2024-09-24 12:17:26 -0700
  • 11ee5ec0d0
    run `npm update` GrantBirki 2024-09-24 12:16:03 -0700
  • ef4f017db3
    Merge pull request #307 from github/latest-deployments-pagination Grant Birkinbine 2024-09-24 12:14:00 -0700
  • e583b76088
    sprinkle in some debug statements GrantBirki 2024-09-24 11:58:34 -0700
  • a6d2b24f47
    add pagination logic to `latestActiveDeployment()` to make it more robust GrantBirki 2024-09-24 11:45:25 -0700
  • d806f9d7d7
    bundle GrantBirki 2024-09-23 23:04:08 -0700
  • 47882220b3
    rename method for clarity GrantBirki 2024-09-23 23:00:06 -0700
  • 60d5a42b7f
    move comment for clarity GrantBirki 2024-09-23 17:57:54 -0700
  • 409f6defee
    Merge pull request #305 from github/node-updates v9.8.0 Grant Birkinbine 2024-09-20 11:38:27 -0700
  • 0bc987344d
    update all node packages with `npm update` GrantBirki 2024-09-20 11:36:57 -0700
  • a5f65d4986
    Merge pull request #304 from github/enforced-deployment-order Grant Birkinbine 2024-09-20 11:35:02 -0700
  • d98f78d033
    more test improvements GrantBirki 2024-09-20 10:22:50 -0700
  • 05a16b79c1
    unit test improvements GrantBirki 2024-09-20 10:20:25 -0700
  • f04b10b0d4
    re-bundle GrantBirki 2024-09-20 09:58:59 -0700
  • d7dd49c44d
    Update src/functions/valid-deployment-order.js Grant Birkinbine 2024-09-20 09:58:06 -0700
  • 7bd4a2b6cc
    add rollback note GrantBirki 2024-09-19 18:41:07 -0700
  • 13863c0e63
    bypass all enforced order checks in the event of a rollback deploy GrantBirki 2024-09-19 18:37:53 -0700
  • 8283dd4fa4
    clean up deployment order message GrantBirki 2024-09-19 18:20:51 -0700
  • 18d0b5c125
    update usage guide GrantBirki 2024-09-19 18:19:50 -0700
  • e239553ef6
    adding documentation GrantBirki 2024-09-19 18:17:37 -0700
  • 7ec097b969
    remove duplicate log message GrantBirki 2024-09-19 17:39:26 -0700
  • 295a4b92b9
    docs GrantBirki 2024-09-19 17:25:51 -0700
  • dd14a0f5e5
    update outputs GrantBirki 2024-09-19 17:23:25 -0700
  • 2fc371fe40
    tight join for logs GrantBirki 2024-09-19 17:21:28 -0700
  • bac7b0e6be
    add new output `needs_to_be_deployed` to determine which envs need active deployments for usage with enforced deployment order GrantBirki 2024-09-19 17:19:58 -0700
  • 1070c66d46
    100% test coverage GrantBirki 2024-09-19 17:12:56 -0700
  • cc56efc1c7
    map on `.results` GrantBirki 2024-09-19 17:09:29 -0700
  • 7afa7e9c60
    add `validDeploymentOrder` logic GrantBirki 2024-09-19 16:56:51 -0700
  • e82ece7059
    update the help message to reflect changes to `enforced_deployment_order` inputs GrantBirki 2024-09-19 14:53:50 -0700
  • 11be3671b0
    update comment GrantBirki 2024-09-19 14:41:53 -0700
  • 9212a2894a
    add a helper method for checking if the latest deployment is active for the given env and sha GrantBirki 2024-09-19 14:41:17 -0700
  • 34ef4710f8
    complete test coverage for `latestDeployment()` GrantBirki 2024-09-19 14:27:07 -0700
  • f7ad4b4ed2
    improving deployment method tests GrantBirki 2024-09-19 14:23:24 -0700
  • 1217cb7907
    bake the sha into the deployment payload for later reference GrantBirki 2024-09-19 14:02:28 -0700
  • b4558096eb
    enrich the graphql query a bit more for fetching the latest deployment GrantBirki 2024-09-19 13:56:11 -0700
  • 7bca69c3f3
    add a helper method for fetching the latest deployment for a given env GrantBirki 2024-09-19 13:45:02 -0700
  • 32fedf17ea
    code grouping for clarity GrantBirki 2024-09-19 12:58:32 -0700
  • ee74d800ae
    fix typo GrantBirki 2024-09-19 11:36:17 -0700
  • d3d43fd2a7
    adding new `enforced_deployment_order` action input GrantBirki 2024-09-19 11:33:33 -0700
  • 85439e7600
    Merge pull request #302 from github/dependabot/npm_and_yarn/npm-dependencies-503c5f9955 Grant Birkinbine 2024-09-11 09:42:56 -0700
  • 96884633c7
    Merge branch 'main' into dependabot/npm_and_yarn/npm-dependencies-503c5f9955 Grant Birkinbine 2024-09-11 09:41:58 -0700
  • 088b716948
    Merge pull request #301 from github/dependabot/github_actions/github-actions-10fd4221bc Grant Birkinbine 2024-09-03 10:00:43 -0700
  • 7b11f6f191
    Bump @types/node from 22.5.1 to 22.5.2 in the npm-dependencies group dependabot[bot] 2024-09-01 13:00:16 +0000
  • 6acecb4316
    Bump the github-actions group with 2 updates dependabot[bot] 2024-09-01 12:40:59 +0000
  • 4445cd011b
    Merge pull request #300 from github/node-updates v9.7.0 Grant Birkinbine 2024-08-31 11:22:58 -0700
  • 454f590278
    update internal node deps GrantBirki 2024-08-31 11:21:15 -0700
  • a40c82bf97
    Merge pull request #299 from github/lock-branch-validation Grant Birkinbine 2024-08-31 11:19:56 -0700
  • bada9d6386
    additional test GrantBirki 2024-08-31 10:27:41 -0700
  • fbbfcb865e
    tests and bundle GrantBirki 2024-08-31 10:25:44 -0700
  • eaf928587a
    adding debug logs GrantBirki 2024-08-31 10:22:47 -0700
  • ccf16e0c21
    passing branch names through `constructValidBranchName()` GrantBirki 2024-08-30 19:00:14 -0700
  • 7d3b7d8a3b
    Merge pull request #295 from github/node-updates v9.6.0 Grant Birkinbine 2024-08-09 13:55:43 -0700
  • 2072000eaf
    node package updates GrantBirki 2024-08-09 13:54:30 -0700
  • aaba0a863b
    Merge pull request #294 from github/help-improvements Grant Birkinbine 2024-08-09 13:53:23 -0700
  • fd9817e501
    update usage GrantBirki 2024-08-09 13:52:46 -0700
  • b8a1209c77
    help improvements GrantBirki 2024-08-09 13:49:16 -0700
  • cae4756a0c
    Merge pull request #293 from github/inputs Grant Birkinbine 2024-08-09 12:46:20 -0700
  • e96bbe54e5
    log the input name and its value GrantBirki 2024-08-09 12:39:12 -0700
  • 0ec9a77b4e
    basic input validation GrantBirki 2024-08-09 12:32:41 -0700
  • e92b0cf2b7
    move env var GrantBirki 2024-08-09 12:10:43 -0700
  • 0235c429b6
    use `getInputs()` helper function to roll all the inputs into a single object GrantBirki 2024-08-09 12:09:48 -0700
  • a074130e10
    complete the inputs object GrantBirki 2024-08-09 12:00:33 -0700
  • a3220eaa33
    bundle GrantBirki 2024-08-09 11:51:00 -0700
  • 8cc90a6859
    inputs and permissions improvements GrantBirki 2024-08-09 11:50:48 -0700
  • c706e33342
    fix release script v9.5.0 GrantBirki 2024-08-07 12:31:02 -0700
  • 9a9b4cad41
    Merge pull request #291 from github/package-cleanup Grant Birkinbine 2024-08-07 12:28:25 -0700
  • ccddcbed66
    bump `@types/node` GrantBirki 2024-08-07 12:27:38 -0700
  • 8fe871468a
    clean up node deps GrantBirki 2024-08-07 12:26:14 -0700
  • d272c77ccd
    Merge pull request #290 from github/node-updates Grant Birkinbine 2024-08-07 12:22:35 -0700
  • 536313ff6c
    update all node packages GrantBirki 2024-08-07 12:21:05 -0700
  • f05680efaa
    Merge pull request #289 from github/parent-sha Grant Birkinbine 2024-08-07 12:19:22 -0700
  • 87c3749ef6
    add a test case GrantBirki 2024-08-07 12:16:45 -0700
  • 621ca8b56a
    safe access GrantBirki 2024-08-07 12:15:24 -0700
  • ce3afd3c13
    nested one layer deeper under the commit object GrantBirki 2024-08-07 12:14:56 -0700
  • 12b17163e1
    safe access GrantBirki 2024-08-07 11:35:39 -0700
  • 6bcb79752d
    docs GrantBirki 2024-08-07 11:33:43 -0700
  • 803066c6ca
    lint GrantBirki 2024-08-07 11:29:54 -0700
  • 3da726b6db
    add `default_branch_tree_sha` as a new output GrantBirki 2024-08-07 11:26:59 -0700
  • e0ba624905
    Merge pull request #285 from github/dependabot/github_actions/github-actions-a80722a195 Grant Birkinbine 2024-08-06 09:47:27 -0700
  • 903de9295d
    Bump the npm-dependencies group across 1 directory with 7 updates dependabot[bot] 2024-08-01 12:32:39 +0000
  • 0ad7f0c584
    Bump actions/upload-artifact in the github-actions group dependabot[bot] 2024-08-01 12:17:51 +0000