Andrey Smirnov
13fc1122f0
Use Python requests URL params instead of manual GET params. #168
2015-02-05 01:56:55 +03:00
Andrey Smirnov
cb99cbec58
Fix final system test. #168
2015-02-05 01:53:07 +03:00
Andrey Smirnov
b0489117c8
Update system tests for new Package serialization. #168
2015-02-05 01:48:14 +03:00
Andrey Smirnov
398303235a
Custom JSON marshalling for PackageDiff, updated test for snapshot diff API. #168
2015-02-05 01:34:02 +03:00
Andrey Smirnov
3f6491b8a3
Non-working test on format=details.
2015-01-26 21:06:28 +03:00
Andrey Smirnov
9c60421bd6
Python style fixes. #168
2015-01-24 21:53:06 +03:00
Andrey Smirnov
ebea4f10a0
Make snapshot diff GET, not POST (as it doesn't change anything in the system). #168
2015-01-24 21:51:33 +03:00
Andrey Smirnov
7c3629337c
Merge branch 'snapshot-api' of https://github.com/lebauce/aptly into lebauce-snapshot-api
...
Conflicts:
api/router.go
system/t12_api/__init__.py
2015-01-22 21:29:58 +03:00
Andrey Smirnov
a0d7ae28bf
Simple tests for graph generation API. #169
2015-01-13 22:15:06 +03:00
Andrey Smirnov
c832a5cdc4
Add missed file. #167
2015-01-13 18:50:09 +03:00
Andrey Smirnov
a0fa0becc2
Add system test on version API. #167
2015-01-13 18:49:32 +03:00
Andrey Smirnov
98ca0cdf33
Publish repo REST API. #116
2015-01-07 16:11:34 +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
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
9072ba5981
Revert part of test that shouldn't have been comitted yet. #140
2014-11-14 00:25:40 +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
74f9787884
Implementation of upload file to local repo APIs. #116
2014-11-11 01:12:52 +03:00
Andrey Smirnov
9c834f410c
API for file upload. #116
2014-10-16 00:04:50 +04:00
Andrey Smirnov
ebc223a895
System tests for API. #116
2014-10-10 18:35:39 +04:00