This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #283 from hardcoreeng/actions
Initial actions implementation
- Loading branch information
Showing
117 changed files
with
2,924 additions
and
191 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/action-impl/actions-engine_2021-08-17-16-21.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/action-impl", | ||
"comment": "Introduce action plugin", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/action-impl" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/action-plugin/actions-engine_2021-08-17-16-21.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/action-plugin", | ||
"comment": "Introduce action plugin", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/action-plugin" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/action/actions-engine_2021-08-17-16-21.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/action", | ||
"comment": "Introduce action package", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/action" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/calendar-action/actions_2021-09-03-07-01.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/calendar-action", | ||
"comment": "Add calendar action", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/calendar-action" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/calendar-impl/actions_2021-09-03-07-01.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/calendar-impl", | ||
"comment": "Add calendar action", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/calendar-impl" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/calendar/actions_2021-09-03-07-01.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/calendar", | ||
"comment": "Add calendar action", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/calendar" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/chunter-impl/actions_2021-09-16-05-59.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/chunter-impl", | ||
"comment": "Add chunterbot", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/chunter-impl" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/chunter/actions_2021-09-16-05-59.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/chunter", | ||
"comment": "Add chunterbot", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/chunter" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/core/actions_2021-09-20-20-24.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/core", | ||
"comment": "Extract DeferredPromise", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/core" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/fsm", | ||
"comment": "Add actions to fsm state", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/fsm" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/model-action/actions-engine_2021-08-17-16-21.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/model-action", | ||
"comment": "Introduce action plugin", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/model-action" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/model-fsm/actions_2021-09-03-07-01.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/model-fsm", | ||
"comment": "Add actions to fsm state", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/model-fsm" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/model-recruiting/actions-engine_2021-08-17-16-21.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/model-recruiting", | ||
"comment": "Add sample actions to recruiting plugin", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/model-recruiting" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/presentation/actions_2021-09-16-05-59.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/presentation", | ||
"comment": "Add chunterbot", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/presentation" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/recruiting-action/actions-engine_2021-08-17-16-21.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/recruiting-action", | ||
"comment": "Add sample actions to recruiting plugin", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/recruiting-action" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/recruiting-assets/actions_2021-09-03-07-01.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/recruiting-assets", | ||
"comment": "Add intl texts", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/recruiting-assets" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/recruiting-impl/actions-engine_2021-08-17-16-21.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/recruiting-impl", | ||
"comment": "Add sample actions to recruiting plugin", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/recruiting-impl" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/recruiting-mappers/actions_2021-09-16-05-59.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/recruiting-mappers", | ||
"comment": "Add feedback mappers", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/recruiting-mappers" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/recruiting/actions-engine_2021-08-17-16-21.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/recruiting", | ||
"comment": "Add sample actions to recruiting plugin", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/recruiting" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/rpc", | ||
"comment": "Extract DeferredPromise", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/rpc" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/server/actions-engine_2021-08-17-16-21.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/server", | ||
"comment": "Add actions runtime", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/server" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/ui", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@anticrm/ui" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@anticrm/workbench/actions_2021-09-16-05-59.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@anticrm/workbench", | ||
"comment": "Adjust userSpace type", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@anticrm/workbench" | ||
} |
Oops, something went wrong.