Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Side by Side Diff: History.md

Issue 1451373002: Updating mozdownload (excluding tests) (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/mozdownload@master
Patch Set: Updated README.md Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « CONTRIBUTING.md ('k') | PKG-INFO » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 1.19 / 2015-10-23
2 =================
3
4 * Fix parser and scraper to handle new S3 based archive.mozilla.org (#329)
5
6 1.18.1 / 2015-10-21
7 ===================
8
9 * Workaround for downloading files via ftp-origin-scl3.mozilla.org (#329)
10
11 1.18 / 2015-09-14
12 =================
13
14 * Improve API and documentation (#324)
15 * Create Factory class for various Scraper instances (#320)
16 * Switch from optparse to argparse (#318)
17 * Move CLI into its own module (#316)
18 * test_direct_scraper.py should make use of local http server (#214)
19 * Add instructions for contribution (#310)
20 * Enhance documentation for developers (#307)
21
22 1.17 / 2015-08-03
23 =================
24
25 * Remove dependency for mozlog (#304)
26 * Replace ftp.mozilla.org with archive.mozilla.org (#302)
27 * Removed all unused variables from get_build_info_for_version (#169)
28 * Adapt to mozlog 3.0 (#300)
29 * Re-add scraper.cli to __init__.py (#298)
30
31 1.16 / 2015-06-30
32 =================
33
34 * Remove support for Python 2.6 (#250)
35 * Enhance Travis CI job with more validity checks (#157)
36 * Add support for downloading Fennec (Firefox Mobile) daily builds (#292)
37 * Update dependencies for python packages for test environment (#293)
38 * Add waffle.io badge to README
39 * Remove support for unsigned candidate builds (#108)
40
41 1.15 / 2015-06-02
42 =================
43
44 * Daily Scraper: Limit Check for non-empty build dirs (#255)
45 * Use -stub suffix for release and candidate builds (#167)
46 * Upgrade dependency for requests module to 2.7.0 (#271)
47 * Ensure that --destination is always using an absolute path (#267)
48 * Test for correct choice of scraper (#257)
49 * Ensure to close the HTTP connection also in case of failures (#275)
50 * Close HTTP connections after traversing directories on ftp.mozilla.org (#272)
51
52 1.14 / 2015-03-05
53 =================
54
55 * Allow download of files with specified extension for Tinderbox builds on Wind ows (#264)
56 * Replace --directory option with --destination to allow a filename for the tar get file (#92)
57 * Always show correct build number for candidate builds (#232)
58 * Add test for invalid branches of daily builds (#236)
59 * `mac` platform option for tinderbox builds should default to `macosx64` (#215 )
60 * Reverse check for non-empty tinderbox build directories (#253)
61
62 1.13 / 2015-02-11
63 =================
64
65 * Add support for Firefox try server builds (#239)
66 * If latest tinderbox folder is empty, get the next folder with a build (#143)
67 * Add official support for win64 builds (#243)
68 * Support downloading from sites with optional authentication (#195)
69 * Update all PLATFORM_FRAGMENTS values to regex (#154)
70 * Catch KeyboardInterrupt exception for user abort (#226)
71
72 1.12 / 2014-09-10
73 =================
74
75 * Display selected build when downloading (#149)
76 * Add support for downloading B2G desktop builds (#104)
77 * Download candidate builds from candidates/ and not nightly/ (#218)
78 * Add Travis CI build status and PyPI version badges to README (#220)
79 * Add Python 2.6 to test matrix (#210)
80 * Fix broken download of mac64 tinderbox builds (#144)
81 * Allow download even if content-length header is missing (#194)
82 * Convert run_tests script to Python (#168)
83 * Ensure that --date option is a valid date (#196)
84
85 1.11.1 / 2014-02-04
86 ===================
87
88 * Revert "Adjust mozbase package dependencies to be more flexible (#206)"
89
90 1.11 / 2014-02-03
91 =================
92
93 * Adjust mozbase package dependencies to be more flexible (#201)
94 * Log the name of the output file for discovery (#199)
95 * Changed logger info level in tests to ERROR (#175)
96 * PEP8 fixes in test_daily_scraper (#188)
97
98 1.10 / 2013-11-19
99 =================
100
101 * Allow to download files with different extensions than exe (#119)
102 * Added stub support for TinderboxScraper (#180)
103 * Add tests for TinderboxScraper class (#161)
104 * Add tests for ReleaseCandidateScraper class (#160)
105 * Update run_tests.sh to force package version to our dependencies (#177)
106 * Add method to get the latest daily build (#163)
107 * Add tests for DailyScraper class (#159)
108 * Add target_url to ReleaseScraper tests (#171)
109 * Add tests for ReleaseScraper class (#156)
110 * Adding new tests using mozhttpd server
111 * Use mozlog as default logger (#116)
112 * Show user instructions when calling mozdownload without arguments (#150)
113 * Display found candidate builds when build number is given (#148)
114
115 1.9 / 2013-08-29
116 ================
117
118 * Invalid branch or locale should display proper error message (#115)
119 * Fix PEP8 issues and add checking to Travis-CI (#140)
120 * Add support for stub installer on Windows (#29)
121 * On linux64 a 64-bit tinderbox build has to be downloaded (#138)
122 * Removed date_validation_regex from TinderboxScraper (#130)
123 * Add Travis-CI configuration for running the tests (#132)
124 * Added urljoin method for handling URLs (#123)
125 * Added test harness and first test (#10)
126 * Unable to download tinderbox builds by timestamp (#103)
127
128 1.8 / 2013-07-25
129 ================
130
131 * Multiple matches are shown when specifying a unique build ID (#102)
132 * Filter potential build dirs by whether or not they contain a build (#11)
133 * Download the file specified with --url to the correct target folder (#105)
134 * Add pause between initial attempt and first retry (#106)
135 * Output details of matching builds (#17)
136 * Fallback to hostname if downloading from a URL without specifying a path (#8 9)
137 * Removed default timeout for downloads (#91)
138 * Fixed issues with --retry-attempts when download fails (#81)
139 * Add timeout for network requests (#86)
140 * Comply with PEP 8 (#63)
141 * Disable caching when fetching build information (#13)
142 * Add support for python requests (#83)
143
144 1.7.2 / 2013-05-13
145 ==================
146
147 * Add support for hidden release candidate builds (#77)
148
149 1.7.1 / 2013-04-30
150 ==================
151
152 * total_seconds is not an attribute on timedelta in Python 2.6 (#73)
153
154 1.7 / 2013-04-24
155 ==================
156
157 * Revert to no retries by default (#65)
158 * Add a percentage completion counter (#48)
159 * Remove default=None from OptionParser options (#43)
160 * Added full command line options to README (#44)
161 * Added version number to docstring and --help output (#34)
162 * Implement automatic retries for locating the binary (#58)
163 * Implemented a download timeout (#50)
164
165 1.6 / 2013-02-20
166 ==================
167
168 * Automatically retry on failure (#39)
169 * Improve handling of exceptions when temporary file does not exist (#51)
170
171 1.5 / 2012-12-04
172 ==================
173
174 * Don't download stub installer for tinderbox builds (#41)
175 * Support basic authentication (#36)
176 * Support downloading from an arbitrary URL (#35)
177
178 1.4 / 2012-10-08
179 ==================
180
181 * Don't download stub installer by default (#31)
182 * Move build-id to option group (#28)
183
184 1.3 / 2012-10-04
185 ==================
186
187 * Put --build-id option into Daily Build option group, where it appears to bel ong (#25)
188 * Ignore the build/ and dist/ directories created by setup.py (#24)
189 * Add support for downloading b2g builds (#23)
190
191 1.2 / 2012-08-16
192 ==================
193
194 * Download of builds via build-id fails if more than one subfolder is present for that day (#19)
195
196 1.1 / 2012-07-26
197 ==================
198
199 * Use last, not 1st .txt file in latest- dirs. Fixes issue #14.
200
201 1.0 / 2012-05-23
202 ==================
203
204 * Initial version
OLDNEW
« no previous file with comments | « CONTRIBUTING.md ('k') | PKG-INFO » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698