Project

Profile

Help

31+ Ideas (post MVP) » History » Sprint/Milestone 7

bmbouter, 05/23/2017 06:08 PM

1 1 bmbouter
# 3.1+ Ideas (post MVP)
2
3
### Authentication
4
5
  - External
6
  - Expiring passwords
7
  - REMOTE_USER support?
8
9
### Authorization
10
11
\<put ideas here\>
12
13 6 bmbouter
### Versioned Repository
14 1 bmbouter
15 6 bmbouter
<span style="color:red;">As an authenticated user, I can get a list of a repo's versions.</span>
16
17
<span style="color:red;">As an authenticated user, I can specify how many versions to keep at a time.</span>
18
19 7 bmbouter
<span style="color:red;">As an authenticated user, I can get a reference to a new repo version from any task that adds or removes content.</span>
20 6 bmbouter
21
<span style="color:red;">As an authenticated user, I can publish a repo and have it default to the latest version.</span>
22
23
<span style="color:red;">As an authenticated user, I can run a publisher with a repository version.</span>
24 1 bmbouter
25 2 bmbouter
### Content Manipulation
26
27
  - Sync can have "sync" options.
28
  - Sync options are different than "importer" attributes.
29
30 5 bmbouter
### Upload
31
32
  - Allow for a large single file to have its chunks uploaded in parallel.
33
34 1 bmbouter
### Importers
35
36
  - Sync from multiple importers
37 2 bmbouter
  - We need to support multiple importers to properly support distributions and ostree (with distributions).
38
  - add auto-publish feature
39 1 bmbouter
40 3 bmbouter
### Task Management
41
42
Allow filtering of tasks on 'completed' or 'started'. These 'meta' states are not states directly, but they represent a group of states. For instance 'completed' would be represent 'skipped', 'completed', 'failed', and 'canceled'.
43
44
Additional filtering support:
45
46
  - worker
47
  - started_at, filtered by less than, greater than
48
  - finished_at, filtered by less than, greater than
49
  - resource field on an associated ReservedResource
50
51
As an authenticated user I can DELETE a task
52
53 1 bmbouter
### Task Scheduling
54 5 bmbouter
55
  - As an authenticated user, I can schedule a task.
56 1 bmbouter
57 4 bmbouter
### Data Exports
58
59
As an authenticated user, I can export a group of published repositories to a single media
60
61
As an authenticated user, I can export an incremental publish of a group of repositories to a single media
62
63
For both use cases \^, the layout needs some more discussion.
64
65
  - maybe it is specified by the user?
66
  - maybe it is maintains the published filesystem tree structure?
67
68
Also there are two main options in this area.
69
70
1\. One is a publish bundler that bundles up all the units published to disk. Then this media (e.g. an iso) is mounted and brought into another Pulp installation using a sync. This will only work for content types that don't require 'live APIs'
71
72
2\. Another option is to export database model data and disk content units from one Pulp to media and then import by directly adding those units to another Pulp. This could be done through the API possibly. This would allow things like Docker to be exported and imported, but it may not work for OSTree??
73
74
Also there was discussion about OSTree possibly never supporting and incremental export/import due to how OSTree stores content.
75
76 1 bmbouter
### Server Plugins (which content types are available and importers and publishers)
77
78
### Plugin Download API
79
80
  - FTP