UNPKG

41.1 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/)
6and this project adheres to [Semantic Versioning](http://semver.org/).
7
8## [Unreleased](https://github.com/atomist/automation-client-ts/compare/1.5.3...HEAD)
9
10### Added
11
12- Add statsd metric to indicate WS backoff. [d0701de](https://github.com/atomist/automation-client/commit/d0701de2fecb730e1ca659913acac771c4ec3b0b)
13
14## [1.5.3](https://github.com/atomist/automation-client-ts/compare/1.5.2...1.5.3) - 2019-06-04
15
16### Changed
17
18- Allow configuration to be a `Promise<Configuration>`. [#564](https://github.com/atomist/automation-client/issues/564)
19- Rework github helpers to not use axios. [7d854b6](https://github.com/atomist/automation-client/commit/7d854b6ef8a931308d93618941963feb432c81c7)
20
21### Deprecated
22
23- Deprecate `atomist://github/default_repo_visibility` mapped parameter. [#559](https://github.com/atomist/automation-client/issues/559)
24
25## [1.5.2](https://github.com/atomist/automation-client-ts/compare/1.5.1...1.5.2) - 2019-05-30
26
27### Fixed
28
29- Ensure query params are passed when retrieving default reviewers. [#556](https://github.com/atomist/automation-client/issues/556)
30- Improve behavior when immediate shutdown requested. [7055ec1](https://github.com/atomist/automation-client/commit/7055ec155f9f1aefd0254fc64509543495538391)
31
32## [1.5.1](https://github.com/atomist/automation-client-ts/compare/1.5.0...1.5.1) - 2019-05-29
33
34### Changed
35
36- Update to graphql-codegen 0.18.2. [a9101f8](https://github.com/atomist/automation-client/commit/a9101f8eff0f4c02a087cbec8ffc602e4292735f)
37
38### Fixed
39
40- Allow for normal exit with async hooks. [#553](https://github.com/atomist/automation-client/issues/553)
41
42## [1.5.0](https://github.com/atomist/automation-client-ts/compare/1.4.0...1.5.0) - 2019-05-27
43
44### Added
45
46- Support sending response messages back into a thread. [dc005f2](https://github.com/atomist/automation-client/commit/dc005f2237b650d2f96ea5206db9a31b7453b1c9)
47- Redact outgoing messages. [#527](https://github.com/atomist/automation-client/issues/527)
48- Expose integration point for different statsd client libraries. [#533](https://github.com/atomist/automation-client/issues/533)
49- Improvements to message sending protocol. [#546](https://github.com/atomist/automation-client/issues/546)
50- Add default reviewer mechanism for BitBucket. [#542](https://github.com/atomist/automation-client/issues/542)
51
52### Changed
53
54- Consolidate and make test running smarter. [#517](https://github.com/atomist/automation-client/issues/517)
55- MsgIds should not contain spaces. [#539](https://github.com/atomist/automation-client/issues/539)
56
57### Removed
58
59- Remove remoteRepoFrom. [#522](https://github.com/atomist/automation-client/issues/522)
60
61### Fixed
62
63- Safely serialze response data from workers. [d827034](https://github.com/atomist/automation-client/commit/d827034a22f091b9136ae6385ff23ca86d2d7737)
64- Messages should not be sent to "null" users. [#530](https://github.com/atomist/automation-client/issues/530)
65- configurationValue does not allow the use of a falsey default value. [#534](https://github.com/atomist/automation-client/issues/534)
66- Send valid statsd metrics. [#532](https://github.com/atomist/automation-client/issues/532)
67- edit-all fails if a branch already exists on one repo. [#168](https://github.com/atomist/automation-client/issues/168)
68- Rework cluster shutdown. [#549](https://github.com/atomist/automation-client/issues/549)
69- Improve cluster shutdown behavior. [#550](https://github.com/atomist/automation-client/issues/550)
70
71## [1.4.0](https://github.com/atomist/automation-client-ts/compare/1.3.0...1.4.0) - 2019-04-15
72
73### Added
74
75- Maintain internal priority queue of command/event invocations [#512](https://github.com/atomist/automation-client/issues/512)
76- BitBucketServerRepoRef support cloning from specific branch. [#482](https://github.com/atomist/automation-client/issues/482)
77- Support web user_agent in source of incoming command request. [#498](https://github.com/atomist/automation-client/issues/498)
78- Identity tokens in CommandHandlerRequest maps. [#497](https://github.com/atomist/automation-client/issues/497)
79- Create single interface for creating RemoteRepoRef. [#513](https://github.com/atomist/automation-client/issues/513)
80
81### Changed
82
83- Clearer description for generated repo name. [#493](https://github.com/atomist/automation-client/issues/493)
84- Hide secrets in messages. [ae43b4f](https://github.com/atomist/automation-client/commit/ae43b4ff21e11cd6493b8acac657a440904baf7c)
85
86### Deprecated
87
88- Session ID being used as Bearer in Authorization header. [#491](https://github.com/atomist/automation-client/issues/491)
89
90### Fixed
91
92- Handle empty parameter list on incoming command. [#490](https://github.com/atomist/automation-client/issues/490)
93
94## [1.3.0](https://github.com/atomist/automation-client-ts/compare/1.2.0...1.3.0) - 2019-03-14
95
96### Added
97
98- Provide a dummy id to InMemoryProject. [#438](https://github.com/atomist/automation-client/issues/438)
99- Allow boolean and number parameters types in command requests. [#446](https://github.com/atomist/automation-client/issues/446)
100- Set WebSocketLifecycle on configuration. [6c009bf](https://github.com/atomist/automation-client/commit/6c009bf30f89b3685c208636337d6810338f917e)
101- Provide a way to globally modify chat messages. [#470](https://github.com/atomist/automation-client/issues/470)
102- Add getContentBuffer method to File. [#476](https://github.com/atomist/automation-client/issues/476)
103- Test failure case in doWithFiles. [#471](https://github.com/atomist/automation-client/issues/471)
104- Allow configurationValue without path. [128f8e4](https://github.com/atomist/automation-client/commit/128f8e49081574e5709298fe10b23fa244bc0a0a)
105- Add Namespace support for Gitlab. [#477](https://github.com/atomist/automation-client/issues/477)
106
107### Changed
108
109- Allow matchIterator to be used to change matches. [#442](https://github.com/atomist/automation-client/issues/442)
110- Various fixes to better support targeting in command handlers. [#441](https://github.com/atomist/automation-client/issues/441)
111- Add support for latest Chooser API contract. [17549fd](https://github.com/atomist/automation-client/commit/17549fdb9ba12b707898e8cfb49e1f1ba61c5d37)
112- Update failure logging for failed repo creations. [#461](https://github.com/atomist/automation-client/issues/461)
113- Fall through to no creds for cloneUrl. [b31ba59](https://github.com/atomist/automation-client/commit/b31ba59eca489d9bfea5528046ed52800f6a7bc5)
114- Remove axios usage and use HttpClientFactory. [#464](https://github.com/atomist/automation-client/issues/464)
115- Update dependencies. [d68fef3](https://github.com/atomist/automation-client/commit/d68fef3d64974677d7ac4b7f1d957b24c65f6a26)
116- Update all deps including graphql-code-generator. [#474](https://github.com/atomist/automation-client/issues/474)
117
118### Deprecated
119
120- Add support for latest Chooser API contract. [17549fd](https://github.com/atomist/automation-client/commit/17549fdb9ba12b707898e8cfb49e1f1ba61c5d37)
121- Deprecated Chooser type. [60739fc](https://github.com/atomist/automation-client/commit/60739fccd95f0cb8515cf1aea9214daa015de491)
122
123### Removed
124
125- Remove addAtomistWebhook from see generator params. [4ebe315](https://github.com/atomist/automation-client/commit/4ebe315eda8555dcaad43e910a8ac903c90677f3)
126
127### Fixed
128
129- Errors in machine function can get swallowed and ignored . [#449](https://github.com/atomist/automation-client/issues/449)
130- Do not swallow exceptions thrown by transforms in generators. [#465](https://github.com/atomist/automation-client/issues/465)
131- Fix typo that crashed it. [#475](https://github.com/atomist/automation-client/issues/475)
132- WebSocket can be destroyed before message sent. [#483](https://github.com/atomist/automation-client/issues/483)
133- Disable TSLint on generated types. [#485](https://github.com/atomist/automation-client/issues/485)
134
135## [1.2.0](https://github.com/atomist/automation-client-ts/compare/1.1.0...1.2.0) - 2018-12-27
136
137### Added
138
139- Add thread_ts to MessageOptions to address threads. [49b9be7](https://github.com/atomist/automation-client/commit/49b9be713fa6395d16892787958c4f1cf6a444d4)
140- Disable graphql-tag fragment warning. [#419](https://github.com/atomist/automation-client/issues/419)
141- Allow to print out configuration sources during startup. [a255171](https://github.com/atomist/automation-client/commit/a255171da3b88a2bd4422672422f5ad228183bbb)
142- Add HEAD method to HttpClient. [32fbc96](https://github.com/atomist/automation-client/commit/32fbc9654178c8f3425e95ccc07228d8e1f2227b)
143- Gracefully queue messages when the WS disconnects. [#426](https://github.com/atomist/automation-client/issues/426)
144- Introduce `targets.branch` and fix `project.id` to point to correct project. [#434](https://github.com/atomist/automation-client/issues/434)
145- Stronger typing for parameters. [#437](https://github.com/atomist/automation-client/issues/437)
146
147### Changed
148
149- Tighten typing on menuForCommand and buttonForCommand. [de3b582](https://github.com/atomist/automation-client/commit/de3b5821e69aee02952487aec63759d4ec7faffd)
150- Update registration timeout to 30s. [65d9ba9](https://github.com/atomist/automation-client/commit/65d9ba9fe353c6c4609c35a1cb455bb9f31e26dc)
151
152### Fixed
153
154- Boolean parameter types are not supported. [#423](https://github.com/atomist/automation-client/issues/423)
155- Introduce `targets.branch` and fix `project.id` to point to correct project. [#434](https://github.com/atomist/automation-client/issues/434)
156- Fix defaulting of targetBranch when raising PR. [6c80f10](https://github.com/atomist/automation-client/commit/6c80f10c5656b8b9d1c838808d65d20020297e54)
157- Logging setting can cause startup hangs. [#435](https://github.com/atomist/automation-client/issues/435)
158
159## [1.1.0](https://github.com/atomist/automation-client-ts/compare/1.0.1...1.1.0) - 2018-12-08
160
161### Added
162
163- Add review comment sorter. [#402](https://github.com/atomist/automation-client/issues/402)
164- Add gc stats onto statsd. [7639432](https://github.com/atomist/automation-client/commit/7639432a321e8add351f24539b8a5c0b6434d9d7)
165- Add initial Gitlab support. [#399](https://github.com/atomist/automation-client/issues/399)
166- Add low-level child_process promise functions. [#406](https://github.com/atomist/automation-client/issues/406)
167- Add autoSubmit to CommandDetails. [ee0e474](https://github.com/atomist/automation-client/commit/ee0e474a0fede4142fb1c62509ebacccf716b289)
168- Add auth endpoints to configuration. [1680df8](https://github.com/atomist/automation-client/commit/1680df8c434ffff350b3cb4a62a9c985e9dbf282)
169- Add `GraphClientFactory`. [#410](https://github.com/atomist/automation-client/issues/410)
170- Introduce Commit editMode and allow PR to specify base. [#414](https://github.com/atomist/automation-client/issues/414)
171- Introduce promise pool to limit number of concurrent executions. [#417](https://github.com/atomist/automation-client/issues/417)
172
173### Changed
174
175- Update to latest graphql-code-generator. [#401](https://github.com/atomist/automation-client/issues/401)
176- Extract creation of HTTP and WS clients for registration to proper factories. [#409](https://github.com/atomist/automation-client/issues/409)
177- Introduce Commit editMode and allow PR to specify base. [#414](https://github.com/atomist/automation-client/issues/414)
178- Chunk editAll operations. [#416](https://github.com/atomist/automation-client/issues/416)
179
180### Deprecated
181
182- Mark existing spawn and exec functions and interfaces as deprecated. [#406](https://github.com/atomist/automation-client/issues/406)
183
184### Fixed
185
186- Namespace our in process messages. [d0cf724](https://github.com/atomist/automation-client/commit/d0cf724245cd60dddb15de115a2f809481815297)
187
188## [1.0.1](https://github.com/atomist/automation-client-ts/compare/1.0.0-RC.2...1.0.1) - 2018-11-09
189
190### Added
191
192- Fingerprint api docs added. [#396](https://github.com/atomist/automation-client/issues/396)
193
194## [1.0.0-RC.2](https://github.com/atomist/automation-client-ts/compare/1.0.0-RC.1...1.0.0-RC.2) - 2018-10-30
195
196### Changed
197
198- Exclude ingesters from gql-gen. [#395](https://github.com/atomist/automation-client/issues/395)
199
200### Removed
201
202- Delete out-of-date documentation. [#394](https://github.com/atomist/automation-client/issues/394)
203
204## [1.0.0-RC.1](https://github.com/atomist/automation-client-ts/compare/1.0.0-M.5a...1.0.0-RC.1) - 2018-10-15
205
206### Added
207
208- Add more exports to index. [#389](https://github.com/atomist/automation-client/issues/389)
209
210### Changed
211
212- **BREAKING** Scope wildcard exports having common names. [#390](https://github.com/atomist/automation-client/issues/390)
213
214### Removed
215
216- **BREAKING** Clean up exports in index. [#391](https://github.com/atomist/automation-client/issues/391)
217
218### Fixed
219
220- Error when creating pull request under GitCommandGitProject. [#387](https://github.com/atomist/automation-client/issues/387)
221
222## [1.0.0-M.5a](https://github.com/atomist/automation-client-ts/compare/1.0.0-M.5...1.0.0-M.5a) - 2018-09-28
223
224### Changed
225
226- Upgrade axios to 0.19.0-beta.1. [#386](https://github.com/atomist/automation-client-ts/issues/386)
227
228## [1.0.0-M.5](https://github.com/atomist/automation-client-ts/compare/1.0.0-M.4...1.0.0-M.5) - 2018-09-26
229
230### Added
231
232- Export cross-spawn as spawn. [#382](https://github.com/atomist/automation-client-ts/pull/382)
233
234### Changed
235
236- Use os.homedir() and 127.0.0.1. [#381](https://github.com/atomist/automation-client-ts/pull/381)
237
238### Fixed
239
240- Make killing processes more cross-platform. [#385](https://github.com/atomist/automation-client-ts/pull/385)
241
242## [1.0.0-M.4](https://github.com/atomist/automation-client-ts/compare/1.0.0-M.3...1.0.0-M.4) - 2018-09-16
243
244### Added
245
246- Add depth for cloning the master branch. [#9ed45d8](https://github.com/atomist/automation-client-ts/commit/9ed45d8baa91572eec2424987f22368a6101f69b)
247- Add startupSuccessful event. [#9768eaf](https://github.com/atomist/automation-client-ts/commit/9768eafeb185e9b4acb58bf9e0fafb2e23125c8e)
248- Print stack before munching error. [#365](https://github.com/atomist/automation-client-ts/issues/365)
249- Augment and organize export in index. [#378](https://github.com/atomist/automation-client-ts/issues/378)
250
251### Changed
252
253- Set all execute bits in makeExecutable. [#345](https://github.com/atomist/automation-client-ts/issues/345)
254- Don't default sha to master when cloning repos. [#4410c0b](https://github.com/atomist/automation-client-ts/commit/4410c0b45544536766d061ded92bc2e530caa677)
255- Keep the branch from the RepoRef. [#366](https://github.com/atomist/automation-client-ts/issues/366)
256- **BREAKING** `~/.atomist/client-config.json` should take precedence over `atomist-config.ts`. [#371](https://github.com/atomist/automation-client-ts/issues/371)
257- **BREAKING** Update to Winston 3 and make logging configuration explicit. [#370](https://github.com/atomist/automation-client-ts/issues/370)
258- Upgrade tree-path library. [#375](https://github.com/atomist/automation-client-ts/issues/375)
259- **BREAKING** Make running git commands safer. [#374](https://github.com/atomist/automation-client-ts/issues/374)
260- Change location of schema.json. [#c6ee2b4](https://github.com/atomist/automation-client-ts/commit/c6ee2b4843a193002319796f5b1815d3cfb83454)
261- Replace continuation-local-storage with async hooks for better tracking across async/await calls. [#377](https://github.com/atomist/automation-client-ts/issues/377)
262- **BREAKING** Update to more-standard node project format. [#328](https://github.com/atomist/automation-client-ts/issues/328)
263
264### Fixed
265
266- Make sure Apollo propagates the GraphQL errors. [#448f89a](https://github.com/atomist/automation-client-ts/commit/448f89aa8bf9c8bcf226f29882dad26267fe665e)
267- No such file or directory `~/.atomist/log`. [#361](https://github.com/atomist/automation-client-ts/issues/361)
268- Running multiple local SDMs causes port collisions. [#364](https://github.com/atomist/automation-client-ts/issues/364)
269- Resolve exec promise when process stdio is closed. [#70145f2](https://github.com/atomist/automation-client-ts/commit/70145f2b2d7a5d0b2fa689f5d561f88416781ec8)
270
271## [1.0.0-M.3](https://github.com/atomist/automation-client-ts/compare/1.0.0-M.2...1.0.0-M.3) - 2018-09-04
272
273### Added
274
275- On startup, tell people how to get an API key. [#348](https://github.com/atomist/automation-client-ts/issues/348)
276- Add ConfigurationPostProcessor type. [#4dfbb0f](https://github.com/atomist/automation-client-ts/commit/4dfbb0f0cffae9fc45748c558d05d497361bd8c9)
277- Add generic return type to ConfigurationPostProcessor. [#a564fce](https://github.com/atomist/automation-client-ts/commit/a564fce96107017001e4d47afc9dd229c36ba34a)
278- Add support for marking branch commits to auto merge. [#4c8f677](https://github.com/atomist/automation-client-ts/commit/4c8f677d2857f301abedd65d7fe9fe5eb37da56f)
279- Cleanup own tmp directories. [#0de0100](https://github.com/atomist/automation-client-ts/commit/0de0100a7f26d296df808e128d2e785060e4de62)
280- projectUtils.gatherFromMatches to build up data based on pieces of code
281
282### Changed
283
284- Support author as string or object. [#346](https://github.com/atomist/automation-client-ts/issues/346)
285- If no event handlers are found, return 404 not 500. [#347](https://github.com/atomist/automation-client-ts/issues/347)
286- Do not show links in startup if not registered. [#da0c942](https://github.com/atomist/automation-client-ts/commit/da0c9425b5493588f39a1565d964dc7b17ca67c5)
287- Log under user home directory.
288- Remove dimensions on metrics. [#349](https://github.com/atomist/automation-client-ts/issues/349)
289- **BREAKING** Pull up id to RepoId and remove unused code. [#351](https://github.com/atomist/automation-client-ts/issues/351)
290- Export all of MessageClient. [#352](https://github.com/atomist/automation-client-ts/issues/352)
291- **BREAKING** Remove all deprecations. [#350](https://github.com/atomist/automation-client-ts/issues/350)
292- renamed saveFromFiles to gatherFromFiles, deprecating the old function.
293
294### Fixed
295
296- Fail when tests fail, remove team/token. [#354](https://github.com/atomist/automation-client-ts/issues/354)
297
298## [1.0.0-M.2](https://github.com/atomist/automation-client-ts/compare/1.0.0-M.1...1.0.0-M.2) - 2018-08-27
299
300### Changed
301
302- Update Atomist dependencies to 1.0.0-M.1.
303
304### Fixed
305
306- Properly read client package.json.
307
308## [1.0.0-M.1](https://github.com/atomist/automation-client-ts/compare/0.21.8...1.0.0-M.1) - 2018-08-27
309
310### Changed
311
312- Prepare for 1.0.0 release.
313
314## [0.21.8](https://github.com/atomist/automation-client-ts/compare/0.21.7...0.21.8) - 2018-08-24
315
316## [0.21.7](https://github.com/atomist/automation-client-ts/compare/0.21.6...0.21.7) - 2018-08-23
317
318## [0.21.6](https://github.com/atomist/automation-client-ts/compare/0.21.5...0.21.6) - 2018-08-23
319
320### Fixed
321
322- Immediately shut down when no hooks are registered. [#c010ce1](https://github.com/atomist/automation-client-ts/commit/c010ce1ed2f5a888d7c7b605461e53093d35c58f)
323
324## [0.21.5](https://github.com/atomist/automation-client-ts/compare/0.21.4...0.21.5) - 2018-08-23
325
326## [0.21.4](https://github.com/atomist/automation-client-ts/compare/0.21.3...0.21.4) - 2018-08-21
327
328## [0.21.3](https://github.com/atomist/automation-client-ts/compare/0.21.2...0.21.3) - 2018-08-21
329
330### Added
331
332- Expose ChildProcess on ChildProcessResult to allow it to be killed. [#342](https://github.com/atomist/automation-client-ts/issues/342)
333- Add support for proxy authentication. [#343](https://github.com/atomist/automation-client-ts/issues/343)
334
335## [0.21.2](https://github.com/atomist/automation-client-ts/compare/0.21.1...0.21.2) - 2018-08-21
336
337### Fixed
338
339- Get rid of deprecation warnings when installing cli. [#340](https://github.com/atomist/automation-client-ts/issues/340)
340
341## [0.21.1](https://github.com/atomist/automation-client-ts/compare/0.21.0...0.21.1) - 2018-08-18
342
343## [0.21.0](https://github.com/atomist/automation-client-ts/compare/0.20.4...0.21.0) - 2018-08-17
344
345### Changed
346
347- Install scripts in bin. [#339](https://github.com/atomist/automation-client-ts/issues/339)
348
349## [0.20.4](https://github.com/atomist/automation-client-ts/compare/0.20.3...0.20.4) - 2018-08-17
350
351### Deprecated
352
353- Move scripts to bin directory. [#338](https://github.com/atomist/automation-client-ts/issues/338)
354
355## [0.20.3](https://github.com/atomist/automation-client-ts/compare/0.20.2...0.20.3) - 2018-08-16
356
357### Changed
358
359- Use cross-spawn to better support Windows. [#337](https://github.com/atomist/automation-client-ts/issues/337)
360
361## [0.20.2](https://github.com/atomist/automation-client-ts/compare/0.20.1...0.20.2) - 2018-08-16
362
363### Fixed
364
365- Fix start.gql-gen.ts script for MS Windows.
366
367## [0.20.1](https://github.com/atomist/automation-client-ts/compare/0.20.0...0.20.1) - 2018-08-10
368
369### Added
370
371- Add git-info and gql-gen scripts. [#1ac65e6](https://github.com/atomist/automation-client-ts/commit/1ac65e68679e63ecf470f57f3014e96abb0630f1)
372
373### Changed
374
375- Move types to dependencies. [#f9b3331](https://github.com/atomist/automation-client-ts/commit/f9b3331fbc8e53362d535e045a17993a6e3bf178)
376
377## [0.20.0](https://github.com/atomist/automation-client-ts/compare/0.19.7...0.20.0) - 2018-08-09
378
379### Fixed
380
381- Allow local-sdm "new sdm" command to run from any directory.
382
383## [0.19.7](https://github.com/atomist/automation-client-ts/compare/0.19.6...0.19.7) - 2018-08-09
384
385### Added
386
387- Add more exports to index.ts
388
389### Changed
390
391- **BREAKING** Feedback on graphClient.executeQueryFromFile versus graphClient.query. [#334](https://github.com/atomist/automation-client-ts/issues/334)
392
393## [0.19.6](https://github.com/atomist/automation-client-ts/compare/0.19.5...0.19.6) - 2018-08-07
394
395### Changed
396
397- Update microgrammar dependency.
398
399### Removed
400
401- Reference to slalom
402
403## [0.19.5](https://github.com/atomist/automation-client-ts/compare/0.19.4...0.19.5) - 2018-08-06
404
405### Fixed
406
407- Logging initialization when `ATOMIST_DISABLE_LOGGING` is true
408
409## [0.19.4](https://github.com/atomist/automation-client-ts/compare/0.19.3...0.19.4) - 2018-08-02
410
411### Changed
412
413- Updated schema.
414
415## [0.19.3](https://github.com/atomist/automation-client-ts/compare/0.19.2...0.19.3) - 2018-08-02
416
417### Fixed
418
419- More workspace/team ID fixes
420
421## [0.19.2](https://github.com/atomist/automation-client-ts/compare/0.19.1...0.19.2) - 2018-08-02
422
423### Changed
424
425- Configuration workspaceIds will be set to teamIds if no workspaceIds are set.
426
427## [0.19.1](https://github.com/atomist/automation-client-ts/compare/0.19.0...0.19.1) - 2018-08-01
428
429### Fixed
430
431- Restore start.command.ts.
432
433## [0.19.0](https://github.com/atomist/automation-client-ts/compare/0.18.1...0.19.0) - 2018-07-31
434
435### Added
436
437- **BREAKING** Initial support for apiKeys. [#329](https://github.com/atomist/automation-client-ts/issues/329)
438
439### Deprecated
440
441- **BREAKING** Initial support for apiKeys. [#329](https://github.com/atomist/automation-client-ts/issues/329)
442
443## [0.18.1](https://github.com/atomist/automation-client-ts/compare/0.18.0...0.18.1) - 2018-07-31
444
445## [0.18.0](https://github.com/atomist/automation-client-ts/compare/0.17.1...0.18.0) - 2018-07-26
446
447### Added
448
449- Allow to set timeout on spawned commands. [#312](https://github.com/atomist/automation-client-ts/issues/312)
450- Add command to install kube utilities. [#311](https://github.com/atomist/automation-client-ts/issues/311)
451- HTTP client and factory abstraction. [#321](https://github.com/atomist/automation-client-ts/issues/321)
452
453### Changed
454
455- Open up configuration. [#320](https://github.com/atomist/automation-client-ts/issues/320)
456
457### Deprecated
458
459- Migrate atomist CLI to its own package. [#315](https://github.com/atomist/automation-client-ts/issues/315)
460- Replace run.ts with start.command.ts. [#325](https://github.com/atomist/automation-client-ts/issues/325)
461
462### Removed
463
464- Remove dependency to config module. [#317](https://github.com/atomist/automation-client-ts/issues/317)
465- **BREAKING** `Project` no longer extends `AbstractScriptedFlushable`. This is no longer necessary given async/await. [#318](https://github.com/atomist/automation-client-ts/issues/318)
466
467### Fixed
468
469- Github's email setting "Block command line pushes that expose my email" breaks `@atomist generate`. [#322](https://github.com/atomist/automation-client-ts/issues/322)
470
471## [0.17.1](https://github.com/atomist/automation-client-ts/compare/0.17.0...0.17.1) - 2018-06-04
472
473### Deprecated
474
475- Ingester and IngesterBuilder are deprecated in favor of GraphQL SDM definitions.
476
477## [0.17.0](https://github.com/atomist/automation-client-ts/compare/0.16.0...0.17.0) - 2018-06-04
478
479### Fixed
480
481- Checking out a branch sets the branch. [#293](https://github.com/atomist/automation-client-ts/issues/293)
482
483## [0.16.0](https://github.com/atomist/automation-client-ts/compare/0.15.1...0.16.0) - 2018-05-15
484
485### Added
486
487- Options for Git push().
488- Token-based authentication.
489
490### Changed
491
492- Change generator seed repository parameters to include Git provider.
493
494### Deprecated
495
496- `BitBucketServerRepoRef`.
497- `allReposInTeam()`.
498- `generatorHandler()`.
499
500### Fixed
501
502- Default @Value handling.
503
504## [0.15.1](https://github.com/atomist/automation-client-ts/compare/0.15.0...0.15.1) - 2018-05-09
505
506### Changed
507
508- Repo handles both basic and token credentials.
509- Default log file name is now simple client name.
510
511### Fixed
512
513- Make sure teamIds and groups are set in configuration.
514- Put SDM configuration under "sdm".
515
516## [0.15.0](https://github.com/atomist/automation-client-ts/compare/0.14.1...0.15.0) - 2018-05-07
517
518### Added
519
520- The config command now probes environment for known SDM variables.
521
522### Changed
523
524- Reduce default websocket grace period to 10 seconds.
525- Default for `--install` command-line options is to install if the.
526- Support `ATOMIST_config_path` environment variables.
527- Support injection of configuration values.
528- Support arbitrary top-level configuration.
529- **BREAKING** moved `automationClientInstance()` to `globals.ts`.
530
531## [0.14.1](https://github.com/atomist/automation-client-ts/compare/0.14.0...0.14.1) - 2018-04-30
532
533### Added
534
535- Developer can control banner.
536
537### Changed
538
539- Upgrade to TypeScript 2.8.3.
540
541## [0.14.0](https://github.com/atomist/automation-client-ts/compare/0.13.1...0.14.0) - 2018-04-27
542
543### Added
544
545- Provided automation client instance via `automationClientInstance()`.
546- Support for raising PR against any branch.
547- Provider type to RemoteRepoRef.
548- Support for AtomistLog events.
549
550### Changed
551
552- Print stack trace if loading configuration fails.
553
554### Removed
555
556- **BREAKING** `runningAutomationClient`, use `automationClientInstance()`.
557
558### Fixed
559
560- Call listeners on workers in cluster mode.
561- Fix team vs chatTeam usage.
562- Add enums to ingester. [#276](https://github.com/atomist/automation-client-ts/issues/276)
563
564## [0.13.1](https://github.com/atomist/automation-client-ts/compare/0.13.0...0.13.1) - 2018-04-12
565
566### Fixed
567
568- Fix running node on MS Windows. [#271](https://github.com/atomist/automation-client-ts/issues/271)
569- Ensure gql-fetch works in clients.
570
571## [0.13.0](https://github.com/atomist/automation-client-ts/compare/0.12.1...0.13.0) - 2018-04-10
572
573### Added
574
575- Production and testing configurations keyed on ATOMIST_ENV or.
576
577### Changed
578
579- Made more configuration properties optional.
580- Check org webhook before adding repo webhook.
581
582### Fixed
583
584- statsd reporting in workers.
585
586## [0.12.1](https://github.com/atomist/automation-client-ts/compare/0.12.0...0.12.1) - 2018-04-03
587
588### Fixed
589
590- Removed removed scripts from package "bin".
591
592## [0.12.0](https://github.com/atomist/automation-client-ts/compare/0.11.2...0.12.0) - 2018-04-03
593
594### Added
595
596- reduceResults to combine handler results.
597- Functions for posting Atomist webhooks.
598
599### Removed
600
601- Remove previously deprecated command-line utilities now superseded.
602
603## [0.11.2](https://github.com/atomist/automation-client-ts/compare/0.11.1...0.11.2) - 2018-03-28
604
605### Added
606
607- ID to ingester messages.
608
609### Changed
610
611- Clean up logging.
612
613### Fixed
614
615- Silent `atomist config` crash.
616
617## [0.11.1](https://github.com/atomist/automation-client-ts/compare/0.11.0...0.11.1) - 2018-03-26
618
619### Fixed
620
621- Do not immediately exit client.
622
623## [0.11.0](https://github.com/atomist/automation-client-ts/compare/0.10.0...0.11.0) - 2018-03-26
624
625### Changed
626
627- Improved configuration error messages. [#253](https://github.com/atomist/automation-client-ts/issues/253)
628- Provide user configuration if reporting it is valid. [#251](https://github.com/atomist/automation-client-ts/issues/251)
629- Error and exit if any provided configuration is invalid. [#254](https://github.com/atomist/automation-client-ts/issues/254)
630
631## [0.10.0](https://github.com/atomist/automation-client-ts/compare/0.9.0...0.10.0) - 2018-03-26
632
633### Added
634
635- CLI gql-fetch command to download team schema with custom types.
636
637### Changed
638
639- Better worker shutdown behavior.
640- Cleaner logs.
641
642## [0.9.0](https://github.com/atomist/automation-client-ts/compare/0.8.0...0.9.0) - 2018-03-21
643
644### Added
645
646- GraphQL calls use proxy.
647- Startup banner.
648- Log level for logging to file.
649- GitProject revert method.
650- Support for GraphQL fragments.
651- Default gracePeriod of 60s.
652
653### Changed
654
655- Export combineEditResults.
656
657## [0.8.0](https://github.com/atomist/automation-client-ts/compare/0.7.0...0.8.0) - 2018-03-19
658
659### Added
660
661- Mapped parameters for all repos.
662- Print banner on successful registration.
663- Branch as optional parameter in RepoRef.
664- statsd support.
665- Logging to file.
666
667### Changed
668
669- Custom ingester types now use array arguments.
670- At least one user/channel is required when sending messages.
671- Make configuration more composable and user config more powerful.
672
673### Fixed
674
675- \--version command-line option.
676
677## [0.7.0](https://github.com/atomist/automation-client-ts/compare/0.6.6...0.7.0) - 2018-03-07
678
679### Added
680
681- Variable parameters in subscriptions.
682- Card support.
683
684### Deprecated
685
686- config --slack-team command-line option, use --team instead. [#234](https://github.com/atomist/automation-client-ts/issues/234)
687
688## [0.6.6](https://github.com/atomist/automation-client-ts/compare/0.6.5...0.6.6) - 2018-01-31
689
690### Changed
691
692- Retry HTTP server startup.
693
694### Fixed
695
696- Make config command-line options optional. [#208](https://github.com/atomist/automation-client-ts/issues/208)
697- Git branch regular expression. [#211](https://github.com/atomist/automation-client-ts/issues/211)
698- Properly shutdown and restart cluster workers.
699
700## [0.6.5](https://github.com/atomist/automation-client-ts/compare/0.6.4...0.6.5) - 2018-01-24
701
702### Changed
703
704- Make seed repository parameters visible to users.
705
706## [0.6.4](https://github.com/atomist/automation-client-ts/compare/0.6.3...0.6.4) - 2018-01-23
707
708### Changed
709
710- Updated k8 schema.
711
712### Fixed
713
714- `setChatUserPreference` mutation.
715
716## [0.6.3](https://github.com/atomist/automation-client-ts/compare/0.6.2...0.6.3) - 2018-01-16
717
718### Added
719
720- Allow for GHE.
721
722### Fixed
723
724- Some log statements.
725
726## [0.6.2](https://github.com/atomist/automation-client-ts/compare/0.6.1...0.6.2) - 2018-01-15
727
728### Added
729
730- Upload files to Slack.
731
732### Changed
733
734- Migrate from `update_only` to `post_mode` when creating Slack messages.
735- Further decouple GitHub operations from project creation.
736
737## [0.6.1](https://github.com/atomist/automation-client-ts/compare/0.6.0...0.6.1) - 2018-01-12
738
739### Fixed
740
741- Slack message timestamp and TTL.
742- Connecting via proxy.
743
744## [0.6.0](https://github.com/atomist/automation-client-ts/compare/0.5.2...0.6.0) - 2018-01-11
745
746### Added
747
748- Basic BitBucket support, thanks @kbristow!.
749- Support for connecting via a proxy.
750
751### Changed
752
753- Many changes to make more portable, i.e., runnable on MS Windows.
754- Trying to get Git information on a non-git project will now return.
755- Allow GraphQL glob pattern to return no files when generation code.
756- Update to latest GraphQL data model.
757
758## [0.5.2](https://github.com/atomist/automation-client-ts/compare/0.5.0...0.5.2) - 2017-12-04
759
760### Added
761
762- GitHubUserLogin and AtomistWebhookUrlBase mapped parameter helpers.
763- add support for configurable command handlers.
764
765### Changed
766
767- remove hard dependency to heapdump; this will make `npm install` easier on Windows.
768- add userId to HandlerContext.
769- Run all tests without GITHUB_TOKEN.
770- Reduce tmp directory retention.
771
772### Fixed
773
774- keep newlines in commit messages.
775
776## [0.5.0](https://github.com/atomist/automation-client-ts/compare/0.4.0...0.5.0) - 2017-12-07
777
778### Added
779
780- Optionally add Atomist webhook to create GitHub repo.
781- Generator benchmark tests.
782- Caching metrics.
783- afterAction to generate.
784
785### Changed
786
787- **Breaking** Removed old class hierarchy for editors, generators.
788- The `AllFiles` glob pattern was simplified to `**`.
789- Move cache directory to ~/.atomist/cache.
790- Generators now cache seed.
791- Several improvements to reviewer interfaces.
792- Scan all commands and events directories for command and event.
793
794### Removed
795
796- RemoveSeedFiles as it was not generic nor provided much convenience.
797
798### Fixed
799
800- Issues with deleting files and directories in an InMemoryProject.
801- Ensure GitHub sees a token in a clone URL as a token.
802
803## [0.4.0](https://github.com/atomist/automation-client-ts/compare/0.3.5...0.4.0) - 2017-11-28
804
805### Added
806
807- Support for parsing and manipulating JavaScript, JSX and TSX via `TypeScriptFileParser`.
808- Support for parsing and manipulating JSON via `jsonUtils` functions.
809- Support for specifying shutdown behavior with `configuration.ws.termination`.
810
811### Changed
812
813- **Breaking** `editorHandler` now takes a function to create a `ProjectEditor`.
814
815### Removed
816
817- **Breaking** Removed Spring and Java related generators and.
818- **Breaking** Removed embedded dashboard web ui.
819
820## [0.3.5](https://github.com/atomist/automation-client-ts/compare/0.3.4...0.3.5) - 2017-11-22
821
822### Changed
823
824- Moved `@types/continuation-local-storage` to dependencies since it.
825- Added more types to default exports in index.ts.
826
827## [0.3.4](https://github.com/atomist/automation-client-ts/compare/0.3.3...0.3.4) - 2017-11-22
828
829### Added
830
831- `isBinary` method on `File` interface.
832
833### Changed
834
835- **Breaking** `successfulEdit` function `edited` argument is now required instead of defaulting.
836- `EditResult.edited` is now optional. An undefined value is valid.
837- Moved `@types/graphql` to dependencies since its types are exported.
838- Command parameters now provided as PARAM=VALUE on `exec` command line.
839
840### Fixed
841
842- Bug where a `SimpleProjectEditor` that did not return an `EditResult`.
843- Add missing team ID to BuildableAutomationServer GraphQL endpoint.
844
845## [0.3.3](https://github.com/atomist/automation-client-ts/compare/0.3.2...0.3.3) - 2017-11-20
846
847### Added
848
849- Support for nested parameters via initialized object properties on parameters.
850
851### Changed
852
853- `generate` utility function now takes `RepoId` argument before optional params.
854- Split out tests into test and test-api so non-Atomist developers.
855- Improve `atomist config` handling of existing config file so it.
856- Run `config` and `git` commands in same node process.
857- Added "repo" scope to GitHub personal access token created by config command.
858- @Parameter() will default to empty options, so you don't have to pass {}.
859
860## [0.3.2](https://github.com/atomist/automation-client-ts/compare/0.3.1...0.3.2) - 2017-11-13
861
862### Added
863
864- Unified `atomist` CLI.
865
866### Changed
867
868- Improved TypeScript parsing.
869
870### Deprecated
871
872- atomist-cli, atomist-client, atomist-config, and git-info CLI.
873
874### Fixed
875
876- Make tests more reliable.
877
878## [0.3.1](https://github.com/atomist/automation-client-ts/compare/0.3.0...0.3.1) - 2017-11-13
879
880### Added
881
882- Reintroduced exports for backwards compatibility to 0.2.7.
883
884## [0.3.0](https://github.com/atomist/automation-client-ts/compare/0.2.8...0.3.0) - 2017-11-13
885
886### Added
887
888- Upgraded tree-path library (more support for abbreviated syntax, union path expression support, additional axis specifiers).
889- Support for parsing TypeScript, including path expression support.
890
891### Changed
892
893- allow `handle` to return `Promise<any>`.
894- enable graphql client-side caching.
895
896### Fixed
897
898- Fixed #86: Preserved empty directories when caching in memory project. Ability to cache a projcect in memory.
899- Fix #79: Check permissions from seed project. (#83)
900
901## [0.2.8](https://github.com/atomist/automation-client-ts/compare/0.2.5...0.2.7) - 2017-11-07
902
903## [0.2.7](https://github.com/atomist/automation-client-ts/compare/0.2.5...0.2.8) - 2017-11-07
904
905## [0.2.5](https://github.com/atomist/automation-client-ts/compare/0.2.4...0.2.5) - 2017-10-26
906
907### Fixed
908
909- Much closer to backward compatible with 0.2.3 project operations than 0.2.4.
910
911## [0.2.4](https://github.com/atomist/automation-client-ts/compare/0.2.3...0.2.4) - 2017-10-26
912
913### Changed
914
915- Project copying no longer blocks.
916- Update package dependencies and scripts for portability.
917- Git provider is now pluggable.
918
919### Fixed
920
921- Various generator issues.
922- Handler metadata inheritance.
923
924## [0.2.3](https://github.com/atomist/automation-client-ts/compare/0.2.2...0.2.3) - 2017-10-24
925
926### Changed
927
928- Generator and editor refactoring.
929- Update command page.
930
931## [0.2.2](https://github.com/atomist/automation-client-ts/compare/0.2.1...0.2.2) - 2017-10-24
932
933### Added
934
935- Administrative endpoints for health, info, etc.
936
937### Changed
938
939- Pulled up ProjectOperationCredentials and DirectoryManager.
940
941### Fixed
942
943- Create client config in proper directory on win32. [#44](https://github.com/atomist/automation-client-ts/issues/44),
944
945## [0.2.1](https://github.com/atomist/automation-client-ts/compare/0.2.0...0.2.1) - 2017-10-23
946
947### Added
948
949- Allow `CommandHandler` instances to be created from functions.
950- Allow a class to be passed into a command handler list, as well as.
951- Add channel mutations.
952
953### Changed
954
955- Improved reconnect handling.
956
957### Fixed
958
959- RepoId included in InMemory project. [#33](https://github.com/atomist/automation-client-ts/issues/33)
960- Can continue after failed attempt to load a repo. [#30](https://github.com/atomist/automation-client-ts/issues/30)
961- Updated docs after removal of RunOrDefer. [#24](https://github.com/atomist/automation-client-ts/issues/24)
962- Documentation for editors and generators. [#32](https://github.com/atomist/automation-client-ts/issues/32)
963
964## [0.2.0](https://github.com/atomist/automation-client-ts/compare/0.1.50...0.2.0) - 2017-10-18
965
966### Changed
967
968- Make atomist-setup script quieter and more robust.
969- Align generators with ProjectEditor.
970
971## [0.1.50](https://github.com/atomist/automation-client-ts/compare/0.1.49...0.1.50) - 2017-10-19
972
973### Added
974
975- RepoId to Project.
976
977### Changed
978
979- More currying.
980- Overhauled edit and review models.
981
982### Fixed
983
984- Issue with SpringBootSeed.
985
986## [0.1.49](https://github.com/atomist/automation-client-ts/compare/0.1.48...0.1.49) - 2017-10-18
987
988### Changed
989
990- Moved moveFile from AbstractProject to Project.
991- Exec npm start in atomist-setup script.
992
993## [0.1.48](https://github.com/atomist/automation-client-ts/compare/0.1.47...0.1.48) - 2017-10-18
994
995### Changed
996
997- Spring and Java inference improvements.
998
999## [0.1.47](https://github.com/atomist/automation-client-ts/compare/0.1.46...0.1.47) - 2017-10-18
1000
1001### Changed
1002
1003- Update tree-path dependency.
1004
1005## [0.1.46](https://github.com/atomist/automation-client-ts/compare/0.1.44...0.1.46) - 2017-10-18
1006
1007### Added
1008
1009- Scripts to setup and configure Atomist API client.
1010
1011### Changed
1012
1013- The client will look for config under ~/.atomist/client.config.json.
1014- Handlers can be called via instance or class name in addition to.
1015- Improve error messages.
1016- Various project operation improvements.
1017
1018## [0.1.44](https://github.com/atomist/automation-client-ts/compare/0.1.43...0.1.44) - 2017-10-16
1019
1020### Added
1021
1022- Publish master and PR builds as pre-release versions to Atomist.
1023
1024### Changed
1025
1026- Updated @atomist/microgrammar to 0.7.0.
1027- Cleaned up dependencies.
1028- Dashboard improvements.
1029
1030## [0.1.43](https://github.com/atomist/automation-client-ts/compare/0.1.42...0.1.43) - 2017-10-11
1031
1032### Added
1033
1034- Mutation support in GraphQL.
1035
1036### Changed
1037
1038- GraphClient executeFile is now executeQueryFromFile.
1039
1040### Removed
1041
1042- Tree and path expression support moved to own module.
1043
1044## [0.1.37](https://github.com/atomist/automation-client-ts/compare/0.1.36...0.1.37) - 2017-10-02
1045
1046### Added
1047
1048- File replace and replaceAll.
1049
1050## [0.1.0](https://github.com/atomist/automation-client-ts/tree/0.1.0) - 2017-09-19
1051
1052### Added
1053
1054- Totally revamped command and event handler model.
1055- Added new `@Ingestor` automation type.
1056- Switched to GraphQL for querying data.