Skip to content

Commit 5982794

Browse files
Merge pull request #1034 from Green-Software-Foundation/cleanup
Cleanup
2 parents cf83951 + 02635c9 commit 5982794

26 files changed

+78
-895
lines changed

Refactor-migration-guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ export const PluginFactory =
212212
mapping: MappingParams
213213
) => ({
214214
metadata: {
215-
kind: 'execute',
216215
inputs: {...params.metadata.inputs, ...parametersMetadata?.inputs},
217216
outputs: parametersMetadata?.outputs || params.metadata.outputs,
218217
},

github-processes.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,18 @@
33

44
- [`if`](https://github.com/Green-Software-Foundation/if)
55
- source code for the IF
6+
- [`if-core`](https://github.com/Green-Software-Foundation/if-core)
7+
- helper types, interfaces and utilities for IF and plugin development
68
- [`if-plugins`](https://github.com/Green-Software-Foundation/if-plugins) **DEPRECATED**
79
- source code for standard library of plugins
810
- IF core team commit to maintaining these plugins
9-
- [`if-unofficial-plugins`](https://github.com/Green-Software-Foundation/if-unofficial-plugins)
11+
- [`if-unofficial-plugins`](https://github.com/Green-Software-Foundation/if-unofficial-plugins) **DEPRECATED**
1012
- source code for plugins relying on third-party data/APIs
1113
- intended to be deprecated and removed in mid-term future
1214
- plugins in this repo should be handed over to relevant organizations to maintain
1315
- [`if-plugin-template`](https://github.com/Green-Software-Foundation/if-plugin-template)
1416
- template for new plugins
1517
- intended for builders to bootstrap IF-compatible plugin development
16-
- [`if-standards`](https://github.com/Green-Software-Foundation/if-standards)
17-
- not currently used, but intended to be the home of params.ts
18-
- will have a dedicated discussion board and governance to set IF standards
19-
- [`if-exhaust plugins`](https://github.com/Green-Software-Foundation/if-exhaust-plugins)
20-
- not currently used
21-
- intended to become a separate repo just for exhaust plugins
22-
- requires strict rules from if
23-
2418

2519
## Branch names and purposes
2620

grafana/IF_GRAFANA_SETUP.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)