Commit Graph

  • 9004f8578c Detect if bulk-delete is supported Sylvain Baubeau 2015-01-13 18:12:06 +0100
  • 7f038be1cb Add swift backend for repository publishing Sebastien Badia 2015-01-07 17:26:21 +0100
  • 13fc1122f0 Use Python requests URL params instead of manual GET params. #168 Andrey Smirnov 2015-02-05 01:56:55 +0300
  • cb99cbec58 Fix final system test. #168 Andrey Smirnov 2015-02-05 01:53:07 +0300
  • 5d16cf06cf Gobuild is gone. [ci skip] Andrey Smirnov 2015-02-05 01:49:29 +0300
  • b0489117c8 Update system tests for new Package serialization. #168 Andrey Smirnov 2015-02-05 01:48:14 +0300
  • fa2eef564c Enhance Package JSON representation with Key, ShortKey and FilesHash. #168 Andrey Smirnov 2015-02-05 01:47:10 +0300
  • d20300b152 Whitespace fix. #168 Andrey Smirnov 2015-02-05 01:46:57 +0300
  • 398303235a Custom JSON marshalling for PackageDiff, updated test for snapshot diff API. #168 Andrey Smirnov 2015-02-05 01:34:02 +0300
  • 25d048fe49 Add Package serialization to JSON via stanza. #168 Andrey Smirnov 2015-02-05 01:26:55 +0300
  • 8c15a0ca95 Add AlekSi/pointer to dependencies. #168 Andrey Smirnov 2015-02-05 01:24:44 +0300
  • 8e8ff8ba65 Revert "Make files hash a type for proper JSON serialization" Andrey Smirnov 2015-02-05 00:27:14 +0300
  • 1b0eb9d45a Attempt to fix #189 and #130: disable Amazon workaround when using proxy. Andrey Smirnov 2015-02-03 21:49:55 +0300
  • 403c7272cd When loading package index for the mirror, ignore duplicate packages (and print about them). #183 Andrey Smirnov 2015-01-31 21:27:26 +0300
  • 0412646151 Add @bcandrea to list of authors. Andrey Smirnov 2015-01-30 19:26:57 +0300
  • 0725003107 Merge pull request #186 from bcandrea/master Andrey Smirnov 2015-01-30 19:24:56 +0300
  • 7a1553dc55 Update dependency definition in conflicts (fixes #185) Andrea Bernardo Ciddio 2015-01-30 16:22:27 +0000
  • 8375a2c30f Update system test. Andrey Smirnov 2015-01-30 18:39:50 +0300
  • 5bbbdb3c19 Use long gpg key IDs. #178 Andrey Smirnov 2015-01-30 18:33:05 +0300
  • 1fd80c40d0 Add --no-default-keyring to example command. #182 Andrey Smirnov 2015-01-30 18:24:30 +0300
  • ae5ab2d138 Use https:// in example when talking about Release.key download. #179 Andrey Smirnov 2015-01-30 18:19:28 +0300
  • eb087fd291 When generating index files, make udeb forced false for "source" architecture. #180 Andrey Smirnov 2015-01-26 21:16:44 +0300
  • 3f6491b8a3 Non-working test on format=details. Andrey Smirnov 2015-01-26 21:06:28 +0300
  • 9250479846 Extract common part of show and search packages from snapshots and repos. #168 Andrey Smirnov 2015-01-24 22:23:16 +0300
  • 9c60421bd6 Python style fixes. #168 Andrey Smirnov 2015-01-24 21:53:06 +0300
  • ebea4f10a0 Make snapshot diff GET, not POST (as it doesn't change anything in the system). #168 Andrey Smirnov 2015-01-24 21:51:33 +0300
  • d828732307 Refactoring: make snapshot sorting non-intrusive to collection contents. #168 Andrey Smirnov 2015-01-22 22:01:00 +0300
  • 7c3629337c Merge branch 'snapshot-api' of https://github.com/lebauce/aptly into lebauce-snapshot-api Andrey Smirnov 2015-01-22 21:29:58 +0300
  • a29034caa5 Implemented apiPublishUpdateSwitch. Michael Koval 2015-01-20 03:21:21 -0500
  • c1fd633ed7 Add Sylvain Baubeau to authors. [ci skip] Andrey Smirnov 2015-01-19 22:06:15 +0300
  • bd2cc45524 Fix order of 'Component' and 'Architecture' fields. #172 Andrey Smirnov 2015-01-19 22:03:31 +0300
  • 0665f2231a Sort packages when generating Packages index file. #172 Andrey Smirnov 2015-01-19 21:39:02 +0300
  • 836abdc81e Bring back "Archive" into canonical order. #172 Andrey Smirnov 2015-01-19 21:33:00 +0300
  • 876eeedb14 Update canonical order of fields in stanza to match what apt tools generate. #172 Andrey Smirnov 2015-01-19 21:17:58 +0300
  • fd502264a9 Install graphviz in Travis. #169 Andrey Smirnov 2015-01-13 22:16:30 +0300
  • b155eaa91c Merge branch 'lebauce-graph-api' Andrey Smirnov 2015-01-13 22:15:37 +0300
  • a0d7ae28bf Simple tests for graph generation API. #169 Andrey Smirnov 2015-01-13 22:15:06 +0300
  • 2816647809 Allow to generate graph in formats supported by dot. #169 Andrey Smirnov 2015-01-13 19:22:24 +0300
  • 67ce828eeb Lock collections before building graph. #169 Andrey Smirnov 2015-01-13 19:17:19 +0300
  • 427c42f4b8 Move graph into deb/ package, passing collection factory. #169 Andrey Smirnov 2015-01-13 19:10:39 +0300
  • b50cb70a0e Merge branch 'graph-api' of https://github.com/lebauce/aptly into lebauce-graph-api Andrey Smirnov 2015-01-13 19:04:07 +0300
  • c832a5cdc4 Add missed file. #167 Andrey Smirnov 2015-01-13 18:50:09 +0300
  • 1bd625f17f Merge branch 'lebauce-api-version' Andrey Smirnov 2015-01-13 18:49:57 +0300
  • a0fa0becc2 Add system test on version API. #167 Andrey Smirnov 2015-01-13 18:49:32 +0300
  • d489694ea9 Refactoring: simplify version generation. Rename API to /api/version. #167 Andrey Smirnov 2015-01-13 18:47:41 +0300
  • 982b5dc886 Merge branch 'api-version' of https://github.com/lebauce/aptly into lebauce-api-version Andrey Smirnov 2015-01-13 18:44:10 +0300
  • 1ddaecfb94 New Debian version: update system tests. Andrey Smirnov 2015-01-12 20:14:18 +0300
  • 129c34806c Pass --no-use-agent when running with --passphare flag. #162 Andrey Smirnov 2015-01-12 20:00:18 +0300
  • b61a5bd6d3 Keep original variable names in mirrors API Sylvain Baubeau 2015-01-12 13:55:23 +0100
  • 6c7f3b3bbd Add /api route to show API version #116 Sylvain Baubeau 2015-01-12 10:36:59 +0100
  • 38cb6bd133 Graph REST API #116 Sylvain Baubeau 2015-01-12 10:26:36 +0100
  • 0216a14b58 Add mirrors API test suite Sylvain Baubeau 2015-01-07 17:16:24 +0100
  • faf55acf61 Return code 403 when asking packages of a never downloaded mirror Sylvain Baubeau 2015-01-07 17:14:35 +0100
  • 8a7ba70674 Update the download date of a fetched mirror Sylvain Baubeau 2015-01-07 17:12:55 +0100
  • 98ca0cdf33 Publish repo REST API. #116 Andrey Smirnov 2015-01-07 16:11:34 +0300
  • 6e32e3dcf4 Fix some variable shadowing. Andrey Smirnov 2015-01-07 16:11:13 +0300
  • 11c7316d28 Add /mirrors/ API. #116 Sylvain Baubeau 2015-01-06 18:04:55 +0100
  • c0199edf6e Fetch context parameters from URL Sylvain Baubeau 2015-01-06 18:02:39 +0100
  • 6a1a871dda Lock snapshot collection before sorting Sylvain Baubeau 2015-01-06 18:01:11 +0100
  • 6bc7048166 Fix wrong method comment Sylvain Baubeau 2015-01-06 18:00:04 +0100
  • 87fbd5201b Add Chris Read to authors. Andrey Smirnov 2015-01-05 14:24:47 +0300
  • dcf5798229 Merge remote-tracking branch 'cread/gocheck' Andrey Smirnov 2015-01-05 14:23:38 +0300
  • 382ad10cf7 Update man page. Andrey Smirnov 2014-12-28 13:44:24 +0300
  • ddb2dd7eb6 Fix typo Antonio Santos 2014-12-26 17:51:51 +0100
  • 9b1b43c8b4 Add custom JSON representation of PublishedRepo. #116 Andrey Smirnov 2014-12-26 00:58:23 +0300
  • ee7d84205b Update system test. Andrey Smirnov 2014-12-23 01:19:37 +0300
  • 93e8e18ca6 Document lock order acquisition. #116 [ci skip] Andrey Smirnov 2014-12-23 00:59:29 +0300
  • d586f31247 Move ParsePrefix into common code. #116 Andrey Smirnov 2014-12-23 00:50:28 +0300
  • dd9fc8e40e Allow API creation of snapshots using package references Sylvain Baubeau 2014-12-18 18:17:43 +0100
  • d847cba870 Make repos and snapshots API return JSON objects for packages when asked Sylvain Baubeau 2014-12-18 18:16:35 +0100
  • d983e10d08 Add snapshots API test suite Sylvain Baubeau 2014-12-18 11:42:11 +0100
  • a6fc65ff4e Sanitize snapshots API return codes Sylvain Baubeau 2014-12-18 11:41:11 +0100
  • 85f38cd739 Allow setting description on snapshots using API Sylvain Baubeau 2014-12-18 11:40:09 +0100
  • acde6ff2b2 Fix wrong methods comments Sylvain Baubeau 2014-12-18 11:18:37 +0100
  • c733129de9 Add search API for packages in snapshots Sylvain Baubeau 2014-12-18 11:12:13 +0100
  • e138212593 Make files hash a type for proper JSON serialization Sylvain Baubeau 2014-12-18 11:13:16 +0100
  • 64ef342121 Add /snapshots/ API. #116 Sylvain Baubeau 2014-12-15 10:47:35 +0100
  • 66c9bb86f5 Move command line snapshot sorting to common snapshot code Sylvain Baubeau 2014-12-15 10:44:46 +0100
  • 923e2e1e50 Update system test. Andrey Smirnov 2014-12-12 09:27:17 +0300
  • 0e552eda55 When merging reflists, never allow duplicate (name, version, arch) tuples. #154 Even for conficting packages. Andrey Smirnov 2014-12-11 21:56:50 +0300
  • ba32d16c8a Fix system test. Andrey Smirnov 2014-12-09 11:44:40 +0300
  • 4320144024 Merge pull request #155 from davewongillies/master Andrey Smirnov 2014-12-09 11:26:18 +0300
  • 2564564601 Typo in an error message fix David Gillies 2014-12-09 15:57:26 +1100
  • f228ad811b Accept MD5 in package from 'MD5Sum' as well. #151 Andrey Smirnov 2014-11-29 16:18:23 +0300
  • 5fe442f191 Fix issue with missing comma in JSON. Andrey Smirnov 2014-11-28 22:57:01 +0300
  • 50c4aba9ab Upgrade to latest goleveldb. #150 Andrey Smirnov 2014-11-28 22:56:28 +0300
  • b3627738c2 Add Gitter.im badge. [ci skip] Andrey Smirnov 2014-11-27 01:25:58 +0300
  • eec6743fe4 Use ${HOME}, fix test. #146 Andrey Smirnov 2014-11-27 00:55:28 +0300
  • 42bf2f5e98 Fix one more system test. #147 Andrey Smirnov 2014-11-27 00:53:31 +0300
  • 35b9a8ea91 Don't sign repo in test. #146 Andrey Smirnov 2014-11-27 00:34:04 +0300
  • 26c0502307 Introduce new flag -force-components to aptly mirror create to ignore components in Release file while doing checks. #147 Andrey Smirnov 2014-11-27 00:32:34 +0300
  • 5fa487e2dc Add gitter.im notification. Andrey Smirnov 2014-11-26 23:51:21 +0300
  • d9c62780c2 When doing db cleanup, consider package references stored in PublishedRepos of local repo publishes. #146 Andrey Smirnov 2014-11-26 23:41:18 +0300
  • 8c54e15a11 Add information about nightly builds, go 1.3. [ci skip] Andrey Smirnov 2014-11-25 23:46:58 +0300
  • 4a3645d65f Added Gitter badge The Gitter Badger 2014-11-20 08:56:03 +0000
  • cc2cc16004 Fix system test. Andrey Smirnov 2014-11-18 12:16:47 +0300
  • 726f12c537 Repos APIs: searching for packages, adding and deleting packages from the repo. #116 Andrey Smirnov 2014-11-18 00:50:59 +0300
  • f1c235f5c5 Fix error message. Andrey Smirnov 2014-11-16 14:01:46 +0300
  • 9072ba5981 Revert part of test that shouldn't have been comitted yet. #140 Andrey Smirnov 2014-11-14 00:25:40 +0300
  • 7beb90d4fc Strings() for PackageList: turning list into sequence of package Ids. #116 Andrey Smirnov 2014-11-14 00:19:58 +0300