Skip to content

Latest commit

 

History

History
301 lines (188 loc) · 17.5 KB

CHANGELOG.md

File metadata and controls

301 lines (188 loc) · 17.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Add skill upload and download commands. a238bb9
  • Get files only instead of detached clone. #341
  • Add commit markers to persistChanges. c97f69b
  • Add pullRequestHandler. bb2f4da
  • Transact PR and check entities. #361
  • Add github.editContent helper. ffc66de
  • Add before and after method. 1f691fb
  • Add sha to persistChanges update callback. c571f7f
  • Credential lookup without org and repo. bfe89d7
  • Support in run command for GCP Cloud Run. #400
  • Check handler can set PR comment. 13f6c96
  • Add helpers to create and track tmp files and dirs. 1ef713a
  • Add global option state handling. 2497452
  • Transact audit result. 0db7b18
  • Add support for Datalog query args. d594a5d
  • New authentication methods. #482
  • Add credentials resolution helpers. #65

Changed

  • Skip payload logging for container skills. ae77043
  • Add ttl to storage api. 8710804
  • Export retry helper. dafea5d
  • Rename handler to handle in index. 53b06db
  • Handle ref and sha errors in pull_request_handler. 5a229db
  • Always push when pullRequest.update is provided. 38f6a87
  • Switch to safe datomic rules. 03c3fde
  • Add rules to datalog queries. 20d8e48
  • Stop transacting check runs into datomic. #452

Fixed

  • Do not raise PR when no files have been changed. 2f76973
  • Fix issue with undefined in subscription result. 12145c1
  • Fix rendering of negative bytes. 6644037
  • Ensure dirs exist when cloneFiles is used. 4a54eb9
  • Create baseDir on project.load. e201264
  • Bind ?ctx. beffcb4
  • Missing staging support in Datalog query client. #429

0.11.0 - 2021-04-26

Added

  • Add delete to storage interface. 7ff45f4
  • Resolve incoming messages from GCS. 4cc2477

Changed

  • Add version information to startup. 4deec03

Removed

  • Change @google-cloud/functions-framework dependency. #153

0.10.0 - 2021-04-21

Added

0.9.1 - 2021-04-01

Added

  • Add truncate helper. 641c6fd
  • Add on_push subscription. 70c9a5b
  • Add link to skill and configuration to PR body. edbca6c
  • Add extension to allow custom mapping. 0f0aedc

Fixed

  • Don't swallow expections in event handlers. 6f53ffd

0.9.0 - 2021-03-01

Added

  • Add support for Secret parameter type. #166
  • Add datalog.entity helper. 73e78f4

Changed

  • Promote transact to a full Datalog client. 7965595

0.8.1 - 2021-02-04

Fixed

  • Forcibly fetching current branch fails. #222

0.8.0 - 2021-02-03

Added

  • Add capabilities to skill definition. e47e128
  • Add support for uploading code scanning results. 01e646a

Changed

  • Update schema. #202
  • Set author and committer using env variables. #215
  • Change ensureBranch behavior when sync false. #214
  • Add ordering to PubSub publishing. #218

Fixed

  • Fix missing await in state hydrate. d6ec184
  • Error committing changes back into repository. #210

0.7.1 - 2021-01-15

Fixed

  • Fix ensureBranch when branch does not exist. ad7fd34
  • Account for all possibilities in ensureBranch. f6cb5c8

0.7.0 - 2021-01-11

Added

  • Add labels to footer. 3bc7412
  • Add git peristChange function. #159

Changed

  • Move text truncation to byte size. 7291c46

0.6.2 - 2020-12-07

Added

  • Add footer to check body. 7efd5c1
  • Add tag and branch filter. 1f84115

Changed

  • Use same config for globs and type generation. #143

0.6.1 - 2020-12-03

Added

  • Add actions to check helper. 819d13a
  • Add config names and workspaceId to Git markers. 9e89243

0.6.0 - 2020-11-24

Added

  • Add retry on DNS issue to GraphQL client. 96556eb

Changed

  • Merge default value into state. 50c1050

0.5.1 - 2020-11-14

Added

  • Add visible to visibility in HandlerStatus. 74f608b

0.5.0 - 2020-11-10

Added

  • Add schema package script. b65c630
  • Add atm-codegen command to remove code gen from skill projects. f12243a

Changed

Fixed

  • Fix case in provider display names. cbc50da

0.4.1 - 2020-10-27

Added

  • Add support for datalogSubscriptions in skill definitions. 3e4ea81

Changed

Fixed

  • Subsequent edits to managed pull requests remove existing labels. #100

0.4.0 - 2020-10-21

Added

  • Add support for datalog subscriptions. #94

0.3.1 - 2020-10-16

Changed

  • Update title for existing PRs. 2958170

0.3.0 - 2020-10-15

Added

  • Remove single dispatch and add support for webhooks. #82

Changed

  • Consolidate skill categories. #90

Removed

  • BREAKING Remove support for single dispatch. #77

0.2.3 - 2020-10-05

Added

  • Add support for nodejs12 runtime. a375d6f
  • Add lifecycle support to Contextual. 1c2d430

0.2.2 - 2020-09-30

Fixed

  • Check that stack fileName exists. f6b9b34

0.2.1 - 2020-09-30

Fixed

  • Fixed graphql path lookup. 371a295

0.2.0 - 2020-09-26

Added

  • Add cache support for store and restore file caches. fc4c69c
  • Export generated types for named triggers. 8ac07c7
  • Allow individual commits with persistChanges. dfa359c

Changed

  • Remove undefined return value from steps. 9dc52c3
  • Consider increasing default runtime memory. #67

Fixed

  • Don't fail on non existing fragments. dbcb33b

Added

  • Add options to set name and email on commit. 762d025
  • Add signals, gates and gateSubscriptions. 5f26261
  • Add new invoke command. 1651e4e
  • Add index.ts and re-structure code. #14
  • Add function to manage a GitHub check. 9ed9428
  • Add pushStrategy parameters helper. 42535da
  • Add persistChanges helper. 1f8c8e2
  • Add closePullRequests helper. 882f8c1
  • Allow parameters to be passed into runSteps. bcf1f83
  • Add support for resources on docker artifacts. d3e0eae
  • Add helper to select skill configuration for commands. #16
  • Add helper to create HandlerStatus instances. 00a6ecf
  • Rexport the slack-messages helpers. c7bde59
  • Add npmJSRegistry resource provider method. 984f406
  • GitHub Check output.summary can only have 65535 characters. #29
  • Add matchesFilter helper for repository filtering. 522afd6
  • Add state backed by storage bucket. 1d2cd72
  • Allow for explicit abort of steps. 3a79edf

Changed

  • Move to skill.ts from index.ts for skill definition. #15
  • Make users and channels optional in Destinations. d0eb283
  • Swap author and committer when user details are provided to git.commit. 1b556eb

Fixed

  • Fix filtering of repos when different org/repos are configured. d111c6a