GitRoot
craft your forge, build your project, grow your community freely
1---
2target: main
3status: draft
4---
5
6# Want to merge pollenPlugin
7
8Please add description of your work here.
9
10When your changes are ready to be reviewed, add at the end of this file a comment with:
11
12```markdown
13---
14
15/review
16```
17
18---
19
20## Push 1 commit
21
22### :sparkles: new plugin pollen
23
24- introduce assemblyscript lib
25- create some helper in host
26- add test
27
282f7a2dc1dcfcc5ce81998674993ea2cf81cae194
29
30- +- [CHANGELOG.md](../CHANGELOG.md)
31- +- [app/libs/golang/plugin/exports.go](../app/libs/golang/plugin/exports.go)
32- +- [app/libs/golang/plugin/imports.go](../app/libs/golang/plugin/imports.go)
33- +- [app/libs/golang/plugin/server.go](../app/libs/golang/plugin/server.go)
34- ++ [app/libs/ts/plugin/.gitignore](../app/libs/ts/plugin/.gitignore)
35- ++ [app/libs/ts/plugin/exports.ts](../app/libs/ts/plugin/exports.ts)
36- ++ [app/libs/ts/plugin/fs.ts](../app/libs/ts/plugin/fs.ts)
37- ++ [app/libs/ts/plugin/package-lock.json](../app/libs/ts/plugin/package-lock.json)
38- ++ [app/libs/ts/plugin/package.json](../app/libs/ts/plugin/package.json)
39- ++ [app/libs/ts/plugin/plugin.ts](../app/libs/ts/plugin/plugin.ts)
40- ++ [app/libs/ts/plugin/server.ts](../app/libs/ts/plugin/server.ts)
41- ++ [app/libs/ts/plugin/tsconfig.json](../app/libs/ts/plugin/tsconfig.json)
42- +- [app/plugins/apex/makefile](../app/plugins/apex/makefile)
43- +- [app/plugins/apex/resources/good.languages.yml](../app/plugins/apex/resources/good.languages.yml)
44- +- [app/plugins/grafter/makefile](../app/plugins/grafter/makefile)
45- +- [app/plugins/ladybug/makefile](../app/plugins/ladybug/makefile)
46- ++ [app/plugins/pollen/.gitignore](../app/plugins/pollen/.gitignore)
47- ++ [app/plugins/pollen/asconfig.json](../app/plugins/pollen/asconfig.json)
48- ++ [app/plugins/pollen/assembly/index.ts](../app/plugins/pollen/assembly/index.ts)
49- ++ [app/plugins/pollen/assembly/tsconfig.json](../app/plugins/pollen/assembly/tsconfig.json)
50- ++ [app/plugins/pollen/makefile](../app/plugins/pollen/makefile)
51- ++ [app/plugins/pollen/package-lock.json](../app/plugins/pollen/package-lock.json)
52- ++ [app/plugins/pollen/package.json](../app/plugins/pollen/package.json)
53- ++ [app/plugins/pollen/tests/index.js](../app/plugins/pollen/tests/index.js)
54- +- [app/plugins/silo/makefile](../app/plugins/silo/makefile)
55- +- [app/server/background/plugin.go](../app/server/background/plugin.go)
56- +- [app/server/background/postpush.go](../app/server/background/postpush.go)
57- +- [app/server/logger/logger.go](../app/server/logger/logger.go)
58- +- [app/server/plugin/commandfordiff.go](../app/server/plugin/commandfordiff.go)
59- +- [app/server/plugin/runtime.go](../app/server/plugin/runtime.go)
60- +- [app/server/plugin/runtimeforconf.go](../app/server/plugin/runtimeforconf.go)
61- +- [app/server/plugin/runtimefordiff.go](../app/server/plugin/runtimefordiff.go)
62- +- [app/server/plugin/runtimeforworktree.go](../app/server/plugin/runtimeforworktree.go)
63- ++ [app/testsuite/assemblescript.sh](../app/testsuite/assemblescript.sh)
64- +- [app/testsuite/proxy.sh](../app/testsuite/proxy.sh)
65- ++ [issues/3986-pollen-rss-grow-infinite.md](../issues/3986-pollen-rss-grow-infinite.md)
66- +- [issues/81cd-security-fs-outside-root.md](../issues/81cd-security-fs-outside-root.md)
67- ++ [issues/894b-plugin-replaceFsContent.md](../issues/894b-plugin-replaceFsContent.md)
68- ++ [issues/a716-conf-external-addr.md](../issues/a716-conf-external-addr.md)
69- issues/e0fd-plugin-pollen.md -> [issues/close/e0fd-plugin-pollen.md](../issues/close/e0fd-plugin-pollen.md)
70- +- [issues/close/e0fd-plugin-pollen.md](../issues/close/e0fd-plugin-pollen.md)
71- ++ [issues/eacf-pollen-link-item.md](../issues/eacf-pollen-link-item.md)
72- +- [makefile](../makefile)
73
74---
75
76## Push 1 commit
77
78### issue metadata added
79
80de6f11bc2b73e0fd5b30ecd75cd3e60a986fc24a
81
82- -> [issues/3986-pollen-rss-grow-infinite.md](../issues/3986-pollen-rss-grow-infinite.md)
83- +- [issues/3986-pollen-rss-grow-infinite.md](../issues/3986-pollen-rss-grow-infinite.md)
84- -> [issues/894b-plugin-replaceFsContent.md](../issues/894b-plugin-replaceFsContent.md)
85- +- [issues/894b-plugin-replaceFsContent.md](../issues/894b-plugin-replaceFsContent.md)
86- -> [issues/a716-conf-external-addr.md](../issues/a716-conf-external-addr.md)
87- +- [issues/a716-conf-external-addr.md](../issues/a716-conf-external-addr.md)
88- -> [issues/eacf-pollen-link-item.md](../issues/eacf-pollen-link-item.md)
89- +- [issues/eacf-pollen-link-item.md](../issues/eacf-pollen-link-item.md)
90
91---
92
93/merge