Commit 229b4b8
Station plugin (#250)
* Add plugin .gitignore to exclude build artifacts and log files
* Add PluginAPI to int/api with plugin registration and station middleware
Will later be used to also to put a plugin specific front end page
* Add initial plugin implementation
* Add plugin manifest file and favicon
* Add Taskfile for plugin
* Add README.md for DeWeb Station Plugin with setup and installation instructions
* Add basic plugin frontend
* Add homePage serving from plugin
* Remove useless commands for moving zip files in Taskfile.yml
* Add GitHub Actions workflow to build and upload plugin artifacts for multiple OS targets
* Add working-directory input to GitHub Actions install action and update workflows to utilize it
* Improve plugin favicon
* Add default route handling
* Remove unnecessary blank line in configurePluginAPI function
* Update GitHub Actions workflow to include additional plugin files in artifact upload
* Update ubuntu to 22.04 in build workflow
* Fix artifact naming and path in GitHub Actions build workflow
* Add network info fetching and enhance UI in App component
* Remove useless public/ from favicon path in home index.html
* Set mainnet as default for deweb plugin
* Fix artifact naming convention in GitHub Actions build workflow
* Add config file handling for DeWeb plugin
* Apply review suggestions
* Add missing font
* Apply UI/UX review suggestions
* Update DeWeb plugin home page README.md
* Refacto workflows (#261)
* Disable old workflows
* Divide build and release workflow into a server and a plugin workflow
* Add missing task generate
* Add CLI workflow
* Update plugin release workflow to use new artifact path for zip files
* Add job needs in plugin release workflows
* Remove obsolete GitHub workflows for build, linting, and testing
* Apply CR comments
* Update plugin go.mod
* Update golangci-lint version to v1.64 in GitHub workflows
* Move cache init at API init
* Update plugin config structure to use CacheConfig object
* Fix misnamed variables in config
* Add example configuration file for DeWeb plugin
* audit fix server pages and plugin home
* Fix plugin build
* Update plugin/config.yaml.example
Co-authored-by: Andrei <34773578+fleandrei@users.noreply.github.com>
* Fix PluginDir not returning errors during stat if not IsNotExist
* Remove duplicated cacheKeyType and cacheKey constants from API definition
* Add command-line flags for configuration and log file paths; enhance cache path resolution in config processing
* Add network information to DeWebInfo endpoint
* Add Plugin API spec and generated files
* Update plugin frontend to show server status and build output to plugin api dir
* Add plugin API implem and configuration management
* Remove now useless old plugin config code and example file
* Add build-server task and update file copy commands to add the server binary to the archive
* Add mkdir command to create build directory in Taskfile.yml
* Refactor workflows for building and releasing server and plugin
* Fix wrong path for downloaded artifacts in plugin workflow
* Use Ubuntu to build windows
* Update server command to include --accept-disclaimer flag
* Remove deprecated PluginAPI implementation from the server API package.
* Remove useless helloworld plugin from server go mod
* Add private kill function and improve error handling at start in server manager
* Update plugin manifest to reflect new name and description, and change version to 0.4.4
* Update favicon and manifest description, and adjust environment paths for local DeWeb provider
* Update title in index.html to and update favicon for plugin frontend
* Add AWS S3 upload step and configure AWS credentials in release workflow
---------
Co-authored-by: Andrei <34773578+fleandrei@users.noreply.github.com>1 parent 6d0d9ac commit 229b4b8
File tree
87 files changed
+11005
-232
lines changed- .github/workflows
- plugin
- api
- models
- restapi
- operations
- home
- public
- src
- types
- int
- api
- html
- server
- server
- server
- api
- read
- models
- restapi
- cmd/server
- int/api
- config
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
87 files changed
+11005
-232
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
7 | 17 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 18 | | |
17 | 19 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
Lines changed: 25 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | | - | |
16 | | - | |
| 20 | + | |
17 | 21 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | | - | |
| 33 | + | |
30 | 34 | | |
31 | | - | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | | - | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | | - | |
| 51 | + | |
50 | 52 | | |
51 | | - | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
This file was deleted.
0 commit comments