-
Notifications
You must be signed in to change notification settings - Fork 4
/
TODO.txt
55 lines (35 loc) · 1.97 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
============ Plugin "plugrepo" ============
* Split Repository into RemoteRepository and InternalRepository
RemoteRepository has URL, and maybe other info,
InternalRepository has DataLocation
* Plugin.defaultVersion (PluginRelease)
* Each internal repository may have its own DataLocation
* View containing repository configuration snippet and download link for BuildSettings.groovy:
grails.plugin.repos.discovery.myRepository="http://localhost:8080/plugrepo/local"
grails.plugin.repos.resolveOrder=['myRepository','core']
* View to generate BuildSettings.groovy with specified options (Repositories to include, order, ...). File can be displayed and downloaded.
* Tagging, Rating of plugins
* Auto-download from documentation (Wiki) from upstream repos (grails.org)
* Extract documentation from plugin zip (if available)
* Upload via form
* Upload via HTTP POST from curl, ant task, ...
* Browseable plugins:
User may view plugins, which are currently installed
User may view plugins, which are available in a upstream repository
-> may select one or more and download them for local use
* plugrepo offers two reporitories:
- repo containing all local plugins,
- repo containing all local plugins + all plugins available in upstream repositories
which are transparently downloaded and installed locally for further offline use
* blacklisting of plugins
* Auto-update/download of all or newer version of locally available plugins
from upstream repositories
* policy whether to always retun newest or default plugin version, if not specified otherwise
* Security: Roles for uploading, updating from parent repo, download
* Security: uploading of plugins into local repo and downloading from upstream
repos only for authenticated users
* Security: optionally download of plugins from repository only for authenticated
users
* Periodic update of cached meta data from upstream repos
* mirror of grails, groovy docs with auto-update
* RSS-feed for new or updated plugins, other events