~ricardokirkner/click-toolbelt/fix-storeapi-upload-missing-config

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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
0.5.0 (2016-01-08)
------------------
- split store api into standalone namespace for easier vendoring

0.4.0 (2015-12-22)
------------------
- decouple api from cli commands
- updated channels command to allow channel updates
- added initial command for channels handling
- updated upload command to expect revision instead of sequence
- allow .snap packages uploads
- added channel info command
- updated upload command to display sequence on success

0.3.5 (2015-09-23)
------------------
- do not register command in setuptools hooks
- remove mention of register command from README

0.3.4 (2015-04-20)
------------------
- update info command to not expect endpoint path in response data
- remove register command and cleanup/refactor upload code

0.3.3 (2015-04-13)
------------------
- use new upload api endpoint to submit uploads for new applications and new versions
- raise exception on errors to ensure command exits with proper return code

0.3.2 (2014-03-26)
------------------
- better reporting of package scan status
- use web status url for redirecting the user when package scan is aborted

0.3.1 (2014-03-26)
------------------
- fixed incorrect url for production click-upload url
- fixed command entrypoint for upload command

0.3.0 (2014-03-24)
------------------
- remove old upload command and replaced it for the scan-upload version
- added scan-upload command

0.2 (2014-03-07)
----------------
- added register command
- poll scan status using automatic retry with exponential backoff
- only consider registration successful if there are no errors during scan
- updated message on registration success
- added info command to consume api metadata
- Added framework param to upload command.
- send all metadata along with registration request
- expand info command to allow fetching a subset of the data
- allow uploading multiple files with the same name (or a list of files)
- allow skipping source file but including metadata file

0.1.1 (2014-02-06)
------------------
- renamed click namespace to click_toolbelt to avoid colliding with existing click package

0.1 (2013-10-10)
----------------
- initial import of click-toolbelt repository
- provide 'click' command implementing basic upload subcommand.
- added license headers
- updated upload command to use authentication
- added login command
- expanded the README file with details about the normal use case
- Create config dir if necessary
- Updated/fixed SSO login integration to work with updated ssoclient.
- Added missing parameters (architectures, changelog).