Clemens Rabe
66f51d2b17
Added option --skip-existing-packages to speed up mirror update.
2017-03-23 21:55:22 +01:00
Andrey Smirnov
52f7c83f95
Release 0.9.7.
v0.9.7
2016-04-18 12:30:36 +03:00
Andrey Smirnov
d7665119e4
Few more fixes.
2016-03-28 13:44:19 +03:00
Andrey Smirnov
587086beb4
Misc style and simple mistakes fixes.
2016-03-28 13:34:05 +03:00
Andrey Smirnov
644d24d1cc
Attempt to lower memory usage when publishing with contents.
2016-03-28 13:28:26 +03:00
Andrey Smirnov
2fe8cfdc12
Allow credentials for S3 SigV2 to be specified in config once again. #356
2016-03-28 12:52:50 +03:00
Andrey Smirnov
2ecd933d50
Merge pull request #372 from amalakar/add_sbt_aptly
...
Add link to scala sbt plugin
2016-03-27 23:02:15 +03:00
Andrey Smirnov
90ea1111e2
Merge pull request #371 from smira/s3-list-fix
...
Replace object listing with SDK-standard iteration.
2016-03-27 23:01:53 +03:00
Andrey Smirnov
165a1c53b5
Merge pull request #368 from smira/225-duplicates-package-search
...
Fix package search missing duplicate packages. #225
2016-03-27 23:01:38 +03:00
Arup Malakar
876935050a
Add link to scala sbt plugin
2016-03-26 10:35:32 -07:00
Andrey Smirnov
d9a1299f6b
Replace object listing with SDK-standard iteration.
2016-03-24 13:04:16 +03:00
Andrey Smirnov
ff52d2655a
Fix package search missing duplicate packages. #225
...
Implement package list with duplicate entries, use it when
initiating search from PackageCollection.
2016-03-22 12:23:13 +03:00
Andrey Smirnov
bc438ff694
Add @bentoi and @geofft to AUTHORS. [ci skip]
2016-03-20 22:12:28 +03:00
Andrey Smirnov
0db3cac281
Merge pull request #366 from geofft/signing
...
gpg: Sign with SHA-256 for compatibility with APT 1.2.7
2016-03-20 22:10:48 +03:00
Andrey Smirnov
9ed6e8dbbd
Merge pull request #367 from bentoi/mkdir_mask_bug
...
Fixed mkdir mode from 755 to 777
2016-03-20 22:10:32 +03:00
Andrey Smirnov
7294241c08
Merge branch 's3-sigv2-debug'
2016-03-20 22:02:03 +03:00
Andrey Smirnov
60cca0245b
Fix system tests.
2016-03-20 22:01:41 +03:00
Andrey Smirnov
75b860e0b1
Support SigV2 and S3 debug for publishing.
2016-03-20 20:11:19 +03:00
Benoit Foucher
7f5a7323a6
Fixed mkdir mode from 755 to 777
2016-03-18 09:37:18 +00:00
Geoffrey Thomas
1069458aee
gpg: Sign with SHA-256 for compatibility with APT 1.2.7
2016-03-15 17:04:15 -04:00
Andrey Smirnov
76edf9649b
Update goleveldb with latest fix.
2016-03-15 12:47:47 +03:00
Andrey Smirnov
8b0d293c6a
Update public key ID for repo.aptly.info
2016-03-15 12:30:32 +03:00
Andrey Smirnov
281d0dd68d
Merge branch 'apachelogger-issue/361'
2016-03-10 18:42:49 +03:00
Andrey Smirnov
cfaa8f3881
Fix system tests.
2016-03-10 18:42:40 +03:00
Harald Sitter
f1b6841757
add Checksums-Sha512 to isMultilineField
...
Otherwise line breaks are not properly handled and the output contains
excess newlines
Fixes #361
2016-03-10 14:40:10 +01:00
Andrey Smirnov
b966b2eabf
Fix HOME expansion.
2016-03-02 13:56:11 +03:00
Andrey Smirnov
a4e573bb07
Fix system tests after squeeze->squeeze-lts move.
2016-03-02 13:25:12 +03:00
Andrey Smirnov
067d197dac
Update to latest version of goleveldb.
2016-03-01 12:53:25 +03:00
Andrey Smirnov
18d04c7977
Fix failure not being reported from API. #290
2016-03-01 12:52:54 +03:00
Andrey Smirnov
a29453805c
Publish under root using :. explicit prefix. #339
2016-03-01 12:34:59 +03:00
Andrey Smirnov
05b1296144
Merge pull request #354 from smira/313-sha512
...
Support for SHA-512 hashes on publishing/downloads.
2016-02-18 13:06:44 +03:00
Andrey Smirnov
29e33069aa
Merge pull request #355 from smira/remove-s3-retrying-client
...
Remove S3 retrying client which is leftover from goamz times.
2016-02-18 13:05:46 +03:00
Andrey Smirnov
ee05bb23c9
Fix Swift tests for SHA512.
2016-02-18 12:29:12 +03:00
Andrey Smirnov
505da096e6
Remove S3 retrying client which is leftover from goamz times.
...
Also workaround go vet warnings in s3/sever_test.go
2016-02-18 12:03:04 +03:00
Andrey Smirnov
77be7b9e3b
Support for SHA-512 hashes on publishing/downloads.
2016-02-18 12:01:51 +03:00
Andrey Smirnov
ffafed472c
Merge pull request #347 from smira/skip-contents
...
Make 'skipContents' configurable in API. #345
2016-02-14 15:06:49 +03:00
Andrey Smirnov
8c9cc41099
Fix nil pointer dereference on S3 publishing. #338
2016-02-14 14:52:49 +03:00
Andrey Smirnov
f50e008763
Make 'SkipContents' configurable in API. #345
...
Also add global configuration to disable 'skipContents' by
default for all new published repos/snapshots.
2016-02-14 14:49:16 +03:00
Andrey Smirnov
64b04c2764
Merge pull request #346 from smira/api-no-lock-fix
...
Flush collection contents on each DB unlock in API.
2016-02-14 14:13:52 +03:00
Andrey Smirnov
d6c7a9a89c
Flush collection contents on each DB unlock in API.
...
See #343
2016-02-13 13:36:35 +03:00
Andrey Smirnov
0339f0fe23
Allow additional options for goxc [ci skip]
2016-02-11 12:46:09 +03:00
Andrey Smirnov
fcedaa3fc5
Merge branch 'bitglue-aws_sdk' #344
2016-02-09 12:00:16 +03:00
Andrey Smirnov
7acfc84c9d
Add @bitglue to AUTHORS. [ci skip]
2016-02-09 11:47:29 +03:00
Andrey Smirnov
02b937ad17
Fix unit-tests.
2016-02-08 14:42:30 +03:00
Andrey Smirnov
7ad1c1ad17
Fix dependencies. #344
2016-02-04 11:05:37 +03:00
Phil Frost
640bd2b530
Use official AWS SDK; support STS credentials
...
Now that there's an official Go AWS SDK from Amazon, use that instead of
goamz. goamz isn't getting much love these days.
Implement support for STS credentials, as in assumed roles and EC2
instance profiles. The configuration is extended to support a session
token, though I'm not sure why anyone would put temporary credentials in
a configuration file. More likely, no credentials will be explicitly
configured at all, and they will be discovered through the standard SDK
mechanisms described at
<https://blogs.aws.amazon.com/security/post/Tx3D6U6WSFGOK2H/A-New-and-Standardized-Way-to-Manage-Credentials-in-the-AWS-SDKs >.
Resolves #342 .
2016-02-03 15:13:01 -05:00
Andrey Smirnov
06149ef2bb
Merge pull request #340 from bryanhong/master
...
another example of aptly in Docker
2016-02-03 17:44:00 +03:00
Bryan Hong
b271e8fe31
another example of aptly in Docker
2016-02-03 00:33:03 -08:00
Andrey Smirnov
efc6ab27db
goxc-based build system
2016-02-02 13:03:18 +03:00
Andrey Smirnov
05c063839d
Update to smira/lzma with import path fixed.
2016-02-02 11:56:13 +03:00