Commit Graph

  • 66d1f40a49 Support for config file in any file. Andrey Smirnov 2014-02-07 19:59:26 +04:00
  • 610940ae5d Mention create empty in command help. Andrey Smirnov 2014-02-07 13:50:20 +04:00
  • cddce9a5f7 Fix system test: skip gpg. Andrey Smirnov 2014-02-07 13:50:12 +04:00
  • 36892a2797 Fix tests. Andrey Smirnov 2014-02-07 13:41:53 +04:00
  • f3bad4ee2c Style fixes. Andrey Smirnov 2014-02-07 13:36:10 +04:00
  • bb13462f7b Fix error message. Andrey Smirnov 2014-02-07 13:33:15 +04:00
  • a3dbc8444b Publishing empty snapshot should fail. Andrey Smirnov 2014-02-07 13:33:01 +04:00
  • 9dccf2a4ee System test for aptly snapshot create empty. Andrey Smirnov 2014-02-07 13:28:09 +04:00
  • 919dc53814 aptly snapshot create .. empty command Andrey Smirnov 2014-02-07 13:27:47 +04:00
  • 87c0430628 Import keys as trusted. Andrey Smirnov 2014-02-07 12:17:55 +04:00
  • ca4736674e Make gpg be less chattly about untrusted keys. Andrey Smirnov 2014-02-07 12:17:33 +04:00
  • cf3dc6be27 Tests for mirroring repositories with signatures. Andrey Smirnov 2014-02-07 12:06:38 +04:00
  • d4307ad03c Test on publishing with --skip-signing. Andrey Smirnov 2014-02-07 11:37:01 +04:00
  • 47225a0e2d Add keyring parameter to supress help messages on empty default keyring. Andrey Smirnov 2014-02-07 10:58:01 +04:00
  • f4bf144145 Revert "Use non-default keyring in test, so that we don't have extra messages." Andrey Smirnov 2014-02-07 10:57:19 +04:00
  • ad623f7d74 Use non-default keyring in test, so that we don't have extra messages. Andrey Smirnov 2014-02-07 02:07:49 +04:00
  • 3a51116881 Use better words. Andrey Smirnov 2014-02-07 02:07:41 +04:00
  • 39d2dd2483 Update system tests not to fail with GPG verification. Andrey Smirnov 2014-02-07 01:23:11 +04:00
  • b532cb19ee Verifying and signing releases with GPG, new flags. Andrey Smirnov 2014-02-07 01:22:53 +04:00
  • f5ee710098 Major rework of GnuPG interface: support verifying, more help to the user. Andrey Smirnov 2014-02-07 01:22:13 +04:00
  • 7cbba33fe7 Fetching mirror (Release files) with crypto signatures. Andrey Smirnov 2014-02-06 22:12:31 +04:00
  • a9c812a1b3 Style fix. Andrey Smirnov 2014-02-06 21:58:56 +04:00
  • 09648044db Test for new config options. Andrey Smirnov 2014-02-06 21:58:40 +04:00
  • a97365377f New configuration options to disable gpg usage in aptly. Andrey Smirnov 2014-02-06 19:56:26 +04:00
  • 0e9ccb4481 Publishing repository without signer (no signed files). Andrey Smirnov 2014-02-06 19:55:55 +04:00
  • c4a30ce0ce Update docs, we have more features. [ci skip] Andrey Smirnov 2014-02-04 14:12:00 +04:00
  • d350e9edba Fix broken code due to addition of Progress. Andrey Smirnov 2014-02-04 13:06:55 +04:00
  • ab468bcac4 Use progress when downloading repo. Andrey Smirnov 2014-02-04 12:38:32 +04:00
  • 679fc3e5fd Bind progress into Downloader. Andrey Smirnov 2014-02-04 12:38:14 +04:00
  • e99fee3908 Progress reporter: progress bar + messages. Andrey Smirnov 2014-02-04 12:37:55 +04:00
  • c3bcc9f7cb Tests for downloading from broken mirror (checksums). Andrey Smirnov 2014-02-03 23:16:41 +04:00
  • 62d3c625ed Support for internal webserver in tests. Andrey Smirnov 2014-02-03 23:15:50 +04:00
  • 3a9ce36662 Fix broken test: nil.Close() Andrey Smirnov 2014-02-03 21:18:30 +04:00
  • b4d7f8ec55 Add flag "-ignore-cheksums" to aptly mirror update. Andrey Smirnov 2014-02-03 21:00:12 +04:00
  • 79eaf5d460 Parsing Release files for checksums of Packages files. Andrey Smirnov 2014-02-03 20:57:34 +04:00
  • 502ed4366a ignoreMismatch flag for downloading. Andrey Smirnov 2014-02-03 20:56:51 +04:00
  • d65de9bd30 Rename serve test names. Andrey Smirnov 2014-02-03 17:42:51 +04:00
  • c1feb4210c Pass expected checksums for package files to downloader. Andrey Smirnov 2014-02-03 17:42:12 +04:00
  • 360e09cc7d Update to new non-pointer interfaces. Andrey Smirnov 2014-02-03 17:41:54 +04:00
  • 182a4bd39c Update tests. Andrey Smirnov 2014-02-03 17:41:39 +04:00
  • 35976f5ff1 Trim hashes when parsing packages, export package expected checksums. Andrey Smirnov 2014-02-03 17:41:12 +04:00
  • 982a25992e Checksum verification while downloading files. Andrey Smirnov 2014-02-03 17:40:41 +04:00
  • 08123ef5e3 Use values instead of pointers and use io.MultiWriter instead of homegrown impl. Andrey Smirnov 2014-02-03 17:39:49 +04:00
  • 0dd44f98b8 Restore old function check_file. Andrey Smirnov 2014-02-02 20:08:51 +04:00
  • 996fc445be Refactor download test to use internal HTTP server. Andrey Smirnov 2014-01-31 22:26:26 +04:00
  • df0a678863 Refactor checksum calculation to implement transparent checksum writer. Andrey Smirnov 2014-01-31 21:46:38 +04:00
  • 89ac907ca3 Sytem test for aptly publish list/drop. Andrey Smirnov 2014-01-31 21:14:48 +04:00
  • 7ce8b0ff7b Add note that repo has been dropped. Andrey Smirnov 2014-01-31 21:14:35 +04:00
  • a1258f2125 Revert: run all tests. Andrey Smirnov 2014-01-31 21:14:13 +04:00
  • 59d72c8112 System tests for aptly publish snapshot. Andrey Smirnov 2014-01-31 19:04:44 +04:00
  • 5bd0546fb7 Add note about aptly serve to command output Andrey Smirnov 2014-01-31 19:04:25 +04:00
  • 67422642ef Fix order of fields. Andrey Smirnov 2014-01-31 19:03:50 +04:00
  • de5e39818e Fix description to be more readable. Andrey Smirnov 2014-01-31 19:03:30 +04:00
  • cfdcf84fa5 Fix help message. Andrey Smirnov 2014-01-30 13:16:35 +04:00
  • 043ed13c18 aptly serve command: handle publishing of repositories, with system test. Andrey Smirnov 2014-01-30 13:10:19 +04:00
  • 0271456ca4 Add 2014 to LICENSE file. Andrey Smirnov 2014-01-30 11:59:19 +04:00
  • 08bf46e486 Clarify command line usage a bit. Andrey Smirnov 2014-01-29 19:22:56 +04:00
  • 93eef2cc80 aptly snapshot drop with system tests. Andrey Smirnov 2014-01-29 19:04:53 +04:00
  • c4f1179b65 Lookup PublishedRepo by snapshot. Andrey Smirnov 2014-01-29 18:11:40 +04:00
  • 2487d5da37 Fix option name in error message. Andrey Smirnov 2014-01-29 18:05:22 +04:00
  • 772035ad44 Find snapshot by source. Andrey Smirnov 2014-01-29 18:00:53 +04:00
  • e49afbcd2d Snapshot dropping. Andrey Smirnov 2014-01-29 17:13:42 +04:00
  • 1803252f33 Command aptly mirror drop with system tests. Andrey Smirnov 2014-01-29 16:57:10 +04:00
  • 555256c1fe Search snapshots by source repo. Andrey Smirnov 2014-01-29 16:16:24 +04:00
  • 26267802e9 Dropping remote repos. Andrey Smirnov 2014-01-29 15:57:19 +04:00
  • 69eb6a85b0 Add comment to exported function. Andrey Smirnov 2014-01-29 14:34:56 +04:00
  • 78c7bf6af1 Double delete is not a problem. Andrey Smirnov 2014-01-29 14:34:30 +04:00
  • d5bc13751b Update version in test as well. Andrey Smirnov 2014-01-28 19:21:42 +04:00
  • b04027edad Bump version: waiting for 0.3 Andrey Smirnov 2014-01-28 18:33:49 +04:00
  • 5c6e4fffc4 Better words. Andrey Smirnov 2014-01-28 13:02:05 +04:00
  • 0da53a2d87 Add '+' to list of skipped symbols. Andrey Smirnov 2014-01-28 12:41:31 +04:00
  • db4ccce9e4 Remove updated at while comparing. Andrey Smirnov 2014-01-28 12:35:20 +04:00
  • c538ca8cc6 Add options --with-packages to show list of packages in snapshot & mirror. Andrey Smirnov 2014-01-28 12:26:05 +04:00
  • 00bb27fcea Don't run fixtured DB on go1.1. Andrey Smirnov 2014-01-27 20:05:01 +04:00
  • b571e4d79b Clone from https url. Andrey Smirnov 2014-01-27 19:51:55 +04:00
  • 29cb5d9c9e Prepare Travis with all files to run aptly system tests with DB fixture. Andrey Smirnov 2014-01-27 19:45:35 +04:00
  • 899a28cc27 Clarify go version required in README. #2 Andrey Smirnov 2014-01-25 23:10:22 +04:00
  • 898f726659 Update and fix integrated help in aptly. v0.2 Andrey Smirnov 2014-01-24 21:49:51 +04:00
  • 5a9e13265f Snapshot merge tests. Andrey Smirnov 2014-01-24 19:24:20 +04:00
  • 17f5afb494 Tests for aptly snapshot diff. Andrey Smirnov 2014-01-24 18:56:59 +04:00
  • d87fc1be21 System tests for snapshot create, show, lit, pull and verify. Andrey Smirnov 2014-01-24 18:33:19 +04:00
  • c3b3e580bd Leave color reset on the same line. Andrey Smirnov 2014-01-24 18:33:03 +04:00
  • abc117531d Correctly spli command line as shell. Andrey Smirnov 2014-01-24 18:32:43 +04:00
  • 03b800882c Deduplicate variants slice before processing it. Andrey Smirnov 2014-01-24 17:45:33 +04:00
  • 6ffc6056c4 StrSlice deduplication. Andrey Smirnov 2014-01-24 17:45:16 +04:00
  • 2fe8f5cc1a Script to re-create fixture. Andrey Smirnov 2014-01-24 14:14:20 +04:00
  • a738d4843d Add 'mirror already exists' test. Andrey Smirnov 2014-01-24 14:13:40 +04:00
  • 86f3a0b463 Add support for pool/db fixtures, outuput match prepare. Andrey Smirnov 2014-01-24 14:12:52 +04:00
  • 121f93957d Fix multiple subtle bugs in dependency verification. Andrey Smirnov 2014-01-24 14:12:03 +04:00
  • be3cd88a31 Sort dependencies when displaying result of verify. Andrey Smirnov 2014-01-24 14:09:28 +04:00
  • 81d75ccba4 Sort snapshots when listing. Andrey Smirnov 2014-01-24 13:21:41 +04:00
  • a3df28ec4b aptly mirror update tests. Andrey Smirnov 2014-01-21 18:07:06 +04:00
  • 06ed37225a Fix config test dependency on $HOME. Andrey Smirnov 2014-01-21 17:21:01 +04:00
  • a9cb70dc08 Build aptly before system-testing it. Andrey Smirnov 2014-01-21 17:13:55 +04:00
  • 845ef28a79 Add go's binpath when running system test. Andrey Smirnov 2014-01-21 17:10:49 +04:00
  • c9e8d98e37 Inlcude system tests in Travis CI and regular make all. Andrey Smirnov 2014-01-21 16:37:00 +04:00
  • 1728691462 Don't hard require colors, exit with 1 on errors. Andrey Smirnov 2014-01-21 16:36:40 +04:00
  • 4197af902e Tests for mirror list/show. Andrey Smirnov 2014-01-21 15:33:22 +04:00
  • 656dddda53 Sort mirrors when listing. Andrey Smirnov 2014-01-21 15:33:05 +04:00
  • e1ca459329 aptly mirror create system tests. Andrey Smirnov 2014-01-21 14:21:22 +04:00