Commit Graph

282 Commits

Author SHA1 Message Date
d45bc99be7 wrote a function to detect the number of plugins available for a plugin 2021-10-08 11:54:28 +04:00
Akilan Selvacoumar
dec76d254f Merge pull request #73 from Akilan1999/automaticports
Setting automatic ports
2021-10-03 23:07:47 +04:00
91b15e3bd7 added docs 2021-10-03 23:05:56 +04:00
9d8303d66c add functionality to automatically allocate ports to a plugin 2021-10-03 22:13:45 +04:00
2a7d8e154d plugin copied to tmp and executed from there 2021-10-03 17:18:03 +04:00
Akilan Selvacoumar
be985942b9 Merge pull request #70 from Akilan1999/possibility-custom-variable
added the possiblility to add custom varaibles
2021-09-17 16:53:37 +04:00
1ca73faaed added the possiblility to add custom varaibles 2021-09-17 16:44:34 +04:00
Akilan Selvacoumar
5da700a9d0 Update GenerateImplementation.md 2021-08-31 23:50:54 +04:00
Akilan Selvacoumar
86a266b017 Merge pull request #69 from Akilan1999/customize-p2prc
Extension p2prc you create your own modification
2021-08-31 23:50:07 +04:00
e9cc304d02 Merge branch 'master' of github.com:Akilan1999/p2p-rendering-computation into customize-p2prc 2021-08-31 23:44:50 +04:00
6b43d94e8d added docs for generate module 2021-08-31 23:44:20 +04:00
Akilan Selvacoumar
64580fade0 Merge pull request #68 from cr2007/master
Adds a Discord Banner for more vivid display
2021-08-31 11:58:37 +04:00
CSK
ddf0879f90 Merge branch 'Akilan1999:master' into master 2021-08-30 22:24:58 +04:00
Chandrashekhar R
e9ce832893 Adds an official Discord Banner
Uses Discord's API to display the server details
As well as a hyperlink underneath it too
2021-08-30 22:24:30 +04:00
Akilan Selvacoumar
24b1a1f8b6 Merge pull request #67 from cr2007/master
Changes to `index.html`
2021-08-30 21:35:31 +04:00
Chandrashekhar R
f781cc28fc Multiple commits to meet **HTML5** standards
1. Adds <abbr> tags for abbrieviations
2. Adds <dfn> tag for definitions
3. Minor Edits here and there too
2021-08-30 18:38:22 +04:00
Chandrashekhar R
c83ebbe149 Adds a target attribute within all <a> tags
Opens all the hyperlinks in a new tab/window
2021-08-30 18:09:41 +04:00
9d69aed8ce added usage docs 2021-08-30 18:00:54 +04:00
65de9dda17 fixed errors with generate 2021-08-30 17:57:54 +04:00
c3a3a21132 fixing errors to ensure generate works 2021-08-30 16:59:33 +04:00
Chandrashekhar R
f0bdb44e7c Changed the <font> tag to <span>
Replaces <font> with <span> to add CSS properties to the text
Thereby meeting HTML5 standards
2021-08-30 16:58:35 +04:00
ce5b7aa1af saving current changes for project extension generation 2021-08-30 14:38:27 +04:00
e4b1aaf208 generator import change complete 2021-08-29 00:13:18 +04:00
5823cf2028 added function to get current go module and added test case 2021-08-28 23:32:05 +04:00
5c2b36c086 created test case for go.mod 2021-08-28 21:54:09 +04:00
8fd9ccfa2d added AST feature and test case 2021-08-28 21:46:36 +04:00
85bf56ec01 added generate function to the ClI 2021-08-27 14:01:06 +04:00
e5334cbd3c buit base functions 2021-08-25 13:27:31 +04:00
Akilan Selvacoumar
fd9d5e1419 Merge pull request #65 from FarazzShaikh/patch-1
Update README.md
2021-08-23 20:54:15 +04:00
Faraz Shaikh
111c5ef93c Update README.md 2021-08-23 18:05:37 +05:30
Akilan Selvacoumar
1a7035164b Merge pull request #64 from Akilan1999/executeGroups
Execute groups when running plugins
2021-08-23 14:28:18 +04:00
554b08d6be changed appropriate docs 2021-08-23 14:24:24 +04:00
8b95d05986 added p2prc execute group id or container ID to the cli 2021-08-23 14:21:10 +04:00
ab2bcb393b added test case for either executing group ID or container ID 2021-08-23 14:15:07 +04:00
4ed2e10ac3 added method to check if the ID belongs to a group or container 2021-08-22 18:49:49 +04:00
Akilan Selvacoumar
8a278239ba Merge pull request #63 from cr2007/patch-1
Creates CITATION.cff file
2021-08-21 22:52:23 +04:00
CSK
51e9e38122 Creates CITATION.cff file
Allows easy citation of the repository via the GitHub website
2021-08-21 10:06:12 +04:00
Akilan Selvacoumar
a047c630d7 Merge pull request #61 from Akilan1999/group
Group
2021-08-13 23:17:19 +04:00
6b4b028b6f add note for grouping containers 2021-08-13 23:16:08 +04:00
dab82ae3cf add note for grouping containers 2021-08-13 23:15:00 +04:00
e3088a36e1 added docs for grouping containers 2021-08-13 23:14:00 +04:00
7a9a6b7ac5 added trackcontainers to .gitignore 2021-08-13 22:55:00 +04:00
c7985ed318 fixed when container removed to be removed from the tracked list 2021-08-13 22:52:01 +04:00
a920ff749b intergrated cli functionality 2021-08-13 21:40:00 +04:00
1fe5db06c0 added functionality to remove containers from all groups based on the container ID provided 2021-08-12 20:29:11 +04:00
d288d1f2d6 added functionality to remove container from the group 2021-08-12 18:43:21 +04:00
e2f8df9dcb added functionality to add container to the group 2021-08-12 09:36:06 +04:00
707592195a added functionality to remove group 2021-08-12 00:51:59 +04:00
10e5c72c90 added possibility to add a new container group 2021-08-11 23:16:36 +04:00
Akilan Selvacoumar
fa61b70d41 Update README.md 2021-08-11 14:32:29 +04:00