André Roth
74bc3f5db3
update go.mod
...
and make sure make lint has the VERSION generated
2024-12-11 10:40:44 +01:00
André Roth
a5f8ce2503
doc: import chapters from aptly.info
2024-12-11 10:40:44 +01:00
André Roth
2171c05ef8
fix lint
2024-12-11 10:40:44 +01:00
André Roth
8f8de4bd29
update
2024-12-11 10:40:44 +01:00
André Roth
c055611914
update go.mod
2024-12-11 10:40:44 +01:00
André Roth
9b8f6b1d56
fix conflict
2024-12-11 10:40:43 +01:00
André Roth
096fa47c6d
update doc
2024-12-11 10:40:43 +01:00
André Roth
e677a2e84a
go mod tidy
2024-12-11 10:40:43 +01:00
André Roth
69a1e2561d
docs: improve swagger
...
- use markdown files in swagger
- automate version, use swager.conf template
- embed swagger ui index.html as docs.html
2024-12-11 10:40:43 +01:00
André Roth
2df82e87b7
document aptly.conf
2024-12-11 10:40:43 +01:00
André Roth
cc1fc7ccfe
allow comments in config file
2024-12-11 10:40:43 +01:00
André Roth
ba86851d07
add api documentation stubs
2024-12-11 10:40:43 +01:00
André Roth
f9ae9b323a
Merge pull request #1214 from aptly-dev/fix/1213-aptly-graph-removed-before-exiting
...
Fix: Graph deleted before aptly exits
2024-12-11 10:11:49 +01:00
André Roth
5e91b10c8c
improve test to check for source pkgs with different name
2024-12-11 05:33:38 +01:00
Gordian Schoenherr
568345c396
Add name to AUTHORS
2024-12-10 12:12:23 +09:00
Gordian Schoenherr
8c3fe8dabb
Fix failing system test
...
The fix of the -with-filter flag causes the following previously
missing source files to be downloaded, so I updated the test file.
```
rkward_0.7.5-1~bullseyecran.0.debian.tar.xz
rkward_0.7.5-1~bullseyecran.0.dsc
rkward_0.7.5.orig.tar.gz
rpy2_3.5.12-1~bullseyecran.0.debian.tar.xz
rpy2_3.5.12-1~bullseyecran.0.dsc
rpy2_3.5.12.orig.tar.gz
```
2024-12-10 11:52:55 +09:00
Gordian Schoenherr
ef6815222c
Add unit tests for filtering with source packages
2024-12-09 13:17:41 +09:00
Gordian Schoenherr
0c76677b16
Fix -with-sources not downloading differently named sources
...
Such as e.g. downloading 'glibc' when the sources for 'libc6'
are requested.
2024-12-09 13:17:41 +09:00
Gordian Schoenherr
3b785e4165
Refactor Filter options into a struct
...
It was already a lot of options for one method and I am going to add
another one in the next commit.
2024-12-09 13:17:41 +09:00
André Roth
320307f504
graph: do not remove tempfile when opening in viewer
2024-12-04 17:30:27 +01:00
André Roth
88ef8efba5
Merge pull request #1396 from aptly-dev/fix/debianization
...
Fix/debianization
2024-12-04 09:07:26 +01:00
André Roth
3fad19650d
Merge pull request #1400 from cfiehe/fix/null_pointer_when_dropping_published_repo
...
Fix: Null pointer when dropping a multi-dist published repo
2024-12-02 15:47:30 +01:00
Christoph Fiehe
7d9f020ae8
Fix null pointer when dropping a multi dist published repo.
...
Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de >
2024-12-02 15:09:46 +01:00
André Roth
2f540a8026
debian: do not conflict with gnupg1
2024-12-01 10:54:54 +01:00
André Roth
b2d05828a5
set systemd service file limit to 32768
2024-12-01 10:54:54 +01:00
André Roth
b7e91f0994
Merge pull request #1395 from leighlondon/patching-aws-sdk-go-v2
...
Bulk patch aws/aws-sdk-go-v2 dependencies
2024-11-28 13:57:06 +01:00
Sébastien Delafond
3bfc305df8
Update changelog for 1.6.0+ds1~beta2-1 release
2024-11-21 16:12:02 +01:00
Sébastien Delafond
5ab866f0db
d/control: keep conflicting on gnupg1 & gpgv1
2024-11-21 16:11:40 +01:00
Sébastien Delafond
12855db1a0
Merge branch 'upstream/1.6' into debian/experimental
2024-11-21 16:07:55 +01:00
Sébastien Delafond
e094d79b85
Merge remote-tracking branch 'official/fix/debianization' into upstream/1.6
2024-11-21 16:07:37 +01:00
André Roth
96394ecf38
debian: do not conflict with gnupg1
2024-11-20 13:49:47 +01:00
André Roth
e9600f9d66
set systemd service file limit to 32768
2024-11-20 13:49:26 +01:00
Leigh London
247f5e7c60
update AUTHORS
2024-11-19 15:06:58 +11:00
Leigh London
36121e5643
Bulk patch aws/aws-sdk-go-v2 dependencies
2024-11-19 14:59:26 +11:00
Sébastien Delafond
94ec8c4548
Update changelog for 1.6.0+ds1~beta1-1 release
2024-11-17 18:56:40 +01:00
Sébastien Delafond
bde3dcc5f5
Revert "use new azure-sdk"
2024-11-17 18:56:40 +01:00
Sébastien Delafond
df10066c16
Merge branch 'upstream/1.6' into debian/experimental
2024-11-17 18:50:20 +01:00
Sébastien Delafond
6b52a72359
Merge remote-tracking branch 'official/master' into upstream/1.6
2024-11-17 18:49:51 +01:00
André Roth
763b810ca8
Merge pull request #1392 from aptly-dev/fix/azure-sdk-migration
...
Migrate to azure-sdk-for-go
2024-11-17 18:13:02 +01:00
André Roth
d80b905945
run azure tests in docker
2024-11-17 17:44:31 +01:00
André Roth
e2cbd637b8
use new azure-sdk
2024-11-17 17:43:20 +01:00
André Roth
d96ef0f178
Merge pull request #1393 from aptly-dev/improve/debianization
...
Improve/debianization
2024-11-17 17:38:47 +01:00
André Roth
de181bef0f
Merge pull request #1186 from aptly-dev/feature/384-generate-checksums-for-component-files
...
Feature/384-generate-checksums-for-component-files
2024-11-17 17:33:41 +01:00
Sébastien Delafond
608e0d8610
Update changelog for 1.6.0+ds1~alpha5-1 release
2024-11-17 16:00:20 +01:00
Sébastien Delafond
94c1b2b755
Reduce diff with upstream some more
2024-11-17 16:00:20 +01:00
Sébastien Delafond
c31ab7b43f
Merge branch 'upstream/1.6' into debian/experimental
2024-11-17 15:59:13 +01:00
Sébastien Delafond
0bbf61df95
Merge remote-tracking branch 'official/improve/debianization' into upstream/16.0
2024-11-17 15:54:02 +01:00
André Roth
14e4f3dad8
include more official debianization
2024-11-17 15:44:27 +01:00
Sébastien Delafond
1b58b88b02
Reduce diff with upstream some more
2024-11-17 15:25:50 +01:00
Sébastien Delafond
61ef1fe798
Sort out dependencies on gpg*
2024-11-17 15:11:03 +01:00