Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Feb 25, 2025
1 parent d430258 commit 6a370c2
Show file tree
Hide file tree
Showing 17 changed files with 68 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-kings-speak.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fair-deers-marry.md

This file was deleted.

7 changes: 7 additions & 0 deletions integration-tests/execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/integration-tests-execute

## 1.0.17

### Patch Changes

- Updated dependencies [2667710]
- @openfn/runtime@1.6.3

## 1.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/execute/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openfn/integration-tests-execute",
"private": true,
"version": "1.0.16",
"version": "1.0.17",
"description": "Job execution tests",
"author": "Open Function Group <[email protected]>",
"license": "ISC",
Expand Down
10 changes: 10 additions & 0 deletions integration-tests/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @openfn/integration-tests-worker

## 1.0.78

### Patch Changes

- Updated dependencies [d430258]
- Updated dependencies [2667710]
- @openfn/engine-multi@1.5.1
- @openfn/ws-worker@1.11.1
- @openfn/lightning-mock@2.1.1

## 1.0.77

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openfn/integration-tests-worker",
"private": true,
"version": "1.0.77",
"version": "1.0.78",
"description": "Lightning WOrker integration tests",
"author": "Open Function Group <[email protected]>",
"license": "ISC",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openfn/cli

## 1.11.3

### Patch Changes

- 2667710: Fix an issue where step completion time is logged with double units (ie, `2msms`)
- Updated dependencies [2667710]
- @openfn/runtime@1.6.3

## 1.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/cli",
"version": "1.11.2",
"version": "1.11.3",
"description": "CLI devtools for the openfn toolchain.",
"engines": {
"node": ">=18",
Expand Down
8 changes: 8 additions & 0 deletions packages/engine-multi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# engine-multi

## 1.5.1

### Patch Changes

- d430258: Fix an issue where Lightning log level options don't get fed to the engine properly
- Updated dependencies [2667710]
- @openfn/runtime@1.6.3

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-multi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/engine-multi",
"version": "1.5.0",
"version": "1.5.1",
"description": "Multi-process runtime engine",
"main": "dist/index.js",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/lightning-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @openfn/lightning-mock

## 2.1.1

### Patch Changes

- Updated dependencies [d430258]
- Updated dependencies [2667710]
- @openfn/engine-multi@1.5.1
- @openfn/runtime@1.6.3

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lightning-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/lightning-mock",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"description": "A mock Lightning server",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/runtime

## 1.6.3

### Patch Changes

- 2667710: Fix an issue where step completion time is logged with double units (ie, `2msms`)

## 1.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/runtime",
"version": "1.6.2",
"version": "1.6.3",
"description": "Job processing runtime.",
"type": "module",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/ws-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ws-worker

## 1.11.1

### Patch Changes

- d430258: Fix an issue where Lightning log level options don't get fed to the engine properly
- 2667710: Fix an issue where step completion time is logged with double units (ie, `2msms`)
- Updated dependencies [d430258]
- Updated dependencies [2667710]
- @openfn/engine-multi@1.5.1
- @openfn/runtime@1.6.3

## 1.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/ws-worker",
"version": "1.11.0",
"version": "1.11.1",
"description": "A Websocket Worker to connect Lightning to a Runtime Engine",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions packages/ws-worker/src/util/convert-lightning-plan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ export default (
engineOpts.jobLogLevel = run.options.job_log_level;
}
}
// TMP
engineOpts.jobLogLevel = 'none';

const plan: Partial<ExecutionPlan> = {
id: run.id,
Expand Down

0 comments on commit 6a370c2

Please sign in to comment.