Sylvain Baubeau
6a1a871dda
Lock snapshot collection before sorting
2015-01-06 18:06:59 +01:00
Sylvain Baubeau
6bc7048166
Fix wrong method comment
2015-01-06 18:06:53 +01:00
Andrey Smirnov
87fbd5201b
Add Chris Read to authors.
2015-01-05 14:24:47 +03:00
Andrey Smirnov
dcf5798229
Merge remote-tracking branch 'cread/gocheck'
2015-01-05 14:23:38 +03:00
Andrey Smirnov
382ad10cf7
Update man page.
2014-12-28 13:44:24 +03:00
Antonio Santos
ddb2dd7eb6
Fix typo
2014-12-26 17:51:51 +01:00
Andrey Smirnov
9b1b43c8b4
Add custom JSON representation of PublishedRepo. #116
2014-12-26 00:58:23 +03:00
Andrey Smirnov
ee7d84205b
Update system test.
2014-12-23 01:19:37 +03:00
Andrey Smirnov
93e8e18ca6
Document lock order acquisition. #116 [ci skip]
2014-12-23 00:59:29 +03:00
Andrey Smirnov
d586f31247
Move ParsePrefix into common code. #116
2014-12-23 00:50:28 +03:00
Sylvain Baubeau
dd9fc8e40e
Allow API creation of snapshots using package references
2014-12-18 18:17:43 +01:00
Sylvain Baubeau
d847cba870
Make repos and snapshots API return JSON objects for packages when asked
2014-12-18 18:16:35 +01:00
Sylvain Baubeau
d983e10d08
Add snapshots API test suite
2014-12-18 16:33:15 +01:00
Sylvain Baubeau
a6fc65ff4e
Sanitize snapshots API return codes
2014-12-18 12:05:16 +01:00
Sylvain Baubeau
85f38cd739
Allow setting description on snapshots using API
2014-12-18 11:55:54 +01:00
Sylvain Baubeau
acde6ff2b2
Fix wrong methods comments
2014-12-18 11:55:45 +01:00
Sylvain Baubeau
c733129de9
Add search API for packages in snapshots
2014-12-18 11:16:49 +01:00
Sylvain Baubeau
e138212593
Make files hash a type for proper JSON serialization
2014-12-18 11:14:56 +01:00
Sylvain Baubeau
64ef342121
Add /snapshots/ API. #116
...
Implements :
- CRUD
- Difference between snapshots
2014-12-15 10:47:35 +01:00
Sylvain Baubeau
66c9bb86f5
Move command line snapshot sorting to common snapshot code
2014-12-15 10:44:46 +01:00
Andrey Smirnov
923e2e1e50
Update system test.
2014-12-12 09:27:17 +03:00
Andrey Smirnov
0e552eda55
When merging reflists, never allow duplicate (name, version, arch) tuples. #154
...
Even for conficting packages.
2014-12-11 21:56:50 +03:00
Andrey Smirnov
ba32d16c8a
Fix system test.
2014-12-09 11:44:40 +03:00
Andrey Smirnov
4320144024
Merge pull request #155 from davewongillies/master
...
Typo in an error message fix
2014-12-09 11:26:18 +03:00
David Gillies
2564564601
Typo in an error message fix
2014-12-09 15:57:26 +11:00
Andrey Smirnov
f228ad811b
Accept MD5 in package from 'MD5Sum' as well. #151
2014-11-29 16:18:23 +03:00
Andrey Smirnov
5fe442f191
Fix issue with missing comma in JSON.
2014-11-28 22:57:01 +03:00
Andrey Smirnov
50c4aba9ab
Upgrade to latest goleveldb. #150
2014-11-28 22:56:28 +03:00
Andrey Smirnov
b3627738c2
Add Gitter.im badge. [ci skip]
2014-11-27 01:25:58 +03:00
Andrey Smirnov
eec6743fe4
Use ${HOME}, fix test. #146
2014-11-27 00:55:28 +03:00
Andrey Smirnov
42bf2f5e98
Fix one more system test. #147
2014-11-27 00:53:31 +03:00
Andrey Smirnov
35b9a8ea91
Don't sign repo in test. #146
2014-11-27 00:34:04 +03:00
Andrey Smirnov
26c0502307
Introduce new flag -force-components to aptly mirror create to ignore
...
components in Release file while doing checks. #147
2014-11-27 00:32:34 +03:00
Andrey Smirnov
5fa487e2dc
Add gitter.im notification.
2014-11-26 23:51:21 +03:00
Andrey Smirnov
d9c62780c2
When doing db cleanup, consider package references stored in PublishedRepos
...
of local repo publishes. #146
2014-11-26 23:41:18 +03:00
Andrey Smirnov
8c54e15a11
Add information about nightly builds, go 1.3. [ci skip]
2014-11-25 23:46:58 +03:00
Andrey Smirnov
cc2cc16004
Fix system test.
2014-11-18 12:16:47 +03:00
Andrey Smirnov
726f12c537
Repos APIs: searching for packages, adding and deleting packages from the repo. #116
2014-11-18 00:50:59 +03:00
Andrey Smirnov
f1c235f5c5
Fix error message.
2014-11-16 14:01:46 +03:00
Andrey Smirnov
9072ba5981
Revert part of test that shouldn't have been comitted yet. #140
2014-11-14 00:25:40 +03:00
Andrey Smirnov
7beb90d4fc
Strings() for PackageList: turning list into sequence of package Ids. #116
2014-11-14 00:19:58 +03:00
Andrey Smirnov
61e22743af
Fix for stripping part with slashes from component names. #140
...
Now aptly won't strip by default, but if distribution contains slash (like 'wheezy/updates')
and component starts with last part of distribution ('updates/main'), it would be stripped.
2014-11-14 00:13:58 +03:00
Andrey Smirnov
036baa2264
Exclude "source" architecture from list of Release architectures. #140
2014-11-14 00:01:41 +03:00
Andrey Smirnov
ccd8c2551f
Update location of go tool cover.
2014-11-11 01:25:52 +03:00
Andrey Smirnov
74f9787884
Implementation of upload file to local repo APIs. #116
2014-11-11 01:12:52 +03:00
Andrey Smirnov
83af66a8f6
Refactoring: move package files importing code to common deb from command. #116
2014-11-06 00:13:16 +03:00
Chris Read
daf887e54f
Upgrade gocheck
2014-11-05 13:27:15 -06:00
Andrey Smirnov
552b11e28d
Workaround for '+' escaping in Amazon S3. #130
2014-11-05 02:46:01 +03:00
Andrey Smirnov
80a88a2248
Merge branch 'shadeslayer-master'
2014-10-26 19:54:11 +03:00
Andrey Smirnov
4c1d6d1463
Fix operator precedence. #131
2014-10-26 19:53:49 +03:00