Andrey Smirnov
7efd0de67c
Fix shadowing of variable. #116
2014-10-23 00:57:27 +04:00
Andrey Smirnov
6a9db17460
Stubs for API calls. #116
2014-10-23 00:41:24 +04:00
Andrey Smirnov
b1053826e3
Debian 7.7 has been released, update tests.
2014-10-20 12:22:19 +04:00
Andrey Smirnov
18953c1c90
Merge pull request #128 from rra/master
...
Allow variation of formatting of Debian control.tar.gz
2014-10-20 10:12:23 +04:00
Russ Allbery
aeb85a1b3c
Allow variation of formatting of Debian control.tar.gz
...
While all the normal Debian package building tools create a
control.tar.gz archive member that contains files with a leading
"./" path element, such as "./control", dpkg and other archive tools
like reprepro are happy with omitting the "./" path element and
having files like "control". Allow for either for compatibility
with weird packages that people may want to import into aptly.
2014-10-17 13:36:58 -07:00
Andrey Smirnov
0a6d57ea1a
Fixing system tests.
2014-10-17 02:03:48 +04:00
Andrey Smirnov
aa4dee3c60
Merge branch 'queeno-fix_truncation_bug'
2014-10-17 00:55:09 +04:00
Andrey Smirnov
9fbe33b356
System test for file override from pool. #127
2014-10-17 00:54:42 +04:00
Andrey Smirnov
2a9871e2e9
We should never ever overwrite files in package pool. #127
2014-10-17 00:54:15 +04:00
Simon Aquino
951b6e9004
Test to avoid published file truncation when added to repo
...
This test will make sure that when a published file is added to repo, it
doesn't get truncated.
2014-10-16 16:57:50 +01:00
Simon Aquino
2173d3ab65
Fix file truncation bug
...
This commix prevents files from being truncated when attempting to add
a hard-linked package which already exists inside the pool directory.
2014-10-16 15:01:36 +01:00
Andrey Smirnov
9c834f410c
API for file upload. #116
2014-10-16 00:04:50 +04:00
Andrey Smirnov
eef44f5cd5
Correctly set config override. #123
...
Without that, config override gets set in parent class propagating
to all tests.
2014-10-14 19:27:47 +04:00
Andrey Smirnov
aa77ea2835
Test for config show. #123
2014-10-14 18:28:53 +04:00
Andrey Smirnov
119bb0195b
Merge branch 'queeno-add_config_show_command-2'
2014-10-14 18:26:45 +04:00
Andrey Smirnov
017dca57ed
Re-generate man page. #123 #96
2014-10-14 18:26:27 +04:00
Andrey Smirnov
88351503b0
Fix misprint. #96
2014-10-14 18:26:12 +04:00
Andrey Smirnov
37b2d49aea
A bit more style fixes. #123
2014-10-14 18:22:57 +04:00
Andrey Smirnov
0afb1f4306
Style fixes.
2014-10-14 18:20:09 +04:00
Andrey Smirnov
6ac0658478
Merge branch 'add_config_show_command' of https://github.com/queeno/aptly into queeno-add_config_show_command-2
2014-10-14 18:17:21 +04:00
Andrey Smirnov
50c8e35a90
Re-enable task run command. #96
2014-10-14 00:47:17 +04:00
Andrey Smirnov
d6c3389d7c
First steps towards /files/ API (file upload). #116
2014-10-14 00:47:17 +04:00
Andrey Smirnov
6b83213cf4
Add UploadPath to Context. #116
2014-10-14 00:47:17 +04:00
Simon Aquino
24927f9a29
config_show should output pretty json
...
This commit changes the output of aptly config show to be pretty json
rather than YAML.
2014-10-13 18:29:45 +01:00
Simon Aquino
ecbb9ad20c
Fixed failing system test
...
Added config command to aptly main output.
2014-10-13 15:58:41 +01:00
Simon Aquino
81e9189853
Config show now outputs a clean data structure
2014-10-13 15:58:41 +01:00
Simon Aquino
8efb7903b2
Added map to to_string and tabs to config_show
2014-10-13 15:58:41 +01:00
Simon Aquino
c1995beff1
Config_show prints out strings,structs,ints,bools
...
More development for aptly config show
2014-10-13 15:58:41 +01:00
Simon Aquino
192152b215
Config command created - config show started
2014-10-13 15:58:41 +01:00
Andrey Smirnov
972e8c1373
Merge pull request #124 from queeno/queeno_username_change
...
Change simonaquino's github username to queeno
2014-10-11 20:57:00 +04:00
Simon Aquino
c501fc63f8
Change simonaquino's github username to queeno
...
simonaquino changed its github username to queeno.
2014-10-11 16:39:48 +00:00
Andrey Smirnov
bf08ad800f
Attempt to build in Travis with python & virtualenv. #116
2014-10-10 19:28:04 +04:00
Andrey Smirnov
ebc223a895
System tests for API. #116
2014-10-10 18:35:39 +04:00
Andrey Smirnov
01b1f23d6b
Merge branch '122-gpg-batch'
2014-10-10 17:54:50 +04:00
Andrey Smirnov
6b08b64d62
Add latest contributors.
2014-10-10 17:53:49 +04:00
Andrey Smirnov
89bb20388f
Fix unit tests. #122
2014-10-10 17:52:09 +04:00
Andrey Smirnov
9857789204
Regenerate man page. #122
2014-10-10 17:52:00 +04:00
Andrey Smirnov
6d1efe0200
Docstrings, gofmt. #122
2014-10-10 17:50:43 +04:00
Andrey Smirnov
a85aa11ecd
Update flag description/include it everywhere. #122
2014-10-10 17:50:08 +04:00
Andrey Smirnov
27ea769ad3
Merge branch 'master' of https://github.com/freehck/aptly into 122-gpg-batch
2014-10-10 17:44:55 +04:00
Andrey Smirnov
523d0d0945
Library for API system tests. #116
2014-10-10 17:43:04 +04:00
Andrey Smirnov
53f7fef4cf
Force flag for API repos delete. #116
2014-10-10 17:18:47 +04:00
Dmitrii Kashin
b590efa45f
Merge branch 'master' of https://github.com/freehck/aptly
2014-10-10 04:22:43 +04:00
Dmitrii Kashin
59055d7fbd
Add batch flag for publish commands
2014-10-10 04:04:44 +04:00
Ivan Kurnosov
22bcacf143
Typo in a error message fix
...
`s/Unknwon/Unknown/`
2014-10-09 16:19:15 +13:00
Andrey Smirnov
877109b3b7
Don't build under go1.2 (gin incompatible), use go 1.3.3. #116
2014-10-08 17:27:44 +04:00
Andrey Smirnov
10056b8571
Add first /repos/ API, command api serve. #116
2014-10-08 16:19:15 +04:00
Andrey Smirnov
ac983ff65d
Add RwMutexes to all collections. #116
2014-10-08 16:16:07 +04:00
Andrey Smirnov
2ed76f1e4c
Add method to convert reflist to list of strings. #116
2014-10-08 16:15:54 +04:00
Andrey Smirnov
cb6b18acfe
Add missing dependency to github.com/jlaffaye/ftp.
2014-10-08 16:15:12 +04:00