[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][deploy] 28 commits: chore: replace star imports with explicit imports



Title: GitLab

Ansgar pushed to branch deploy at Debian FTP Team / dak

Commits:

  • e110d152
    by Ansgar at 2025-03-30T00:01:56+01:00
    chore: replace star imports with explicit imports
    
    This makes static code analysis tools like ruff happier.
    
  • 220375b8
    by Ansgar at 2025-03-30T10:12:37+02:00
    feat: add initial configuration for black and isort
    
  • 52d01f4f
    by Ansgar at 2025-03-30T10:25:09+02:00
    feat: add CI jobs for black, isort
    
  • d8da3f09
    by Ansgar at 2025-03-30T10:28:45+02:00
    chore: initial run of isort
    
  • 3604fdf1
    by Ansgar at 2025-03-30T10:29:49+02:00
    chore: intial run of black
    
  • e77ea685
    by Ansgar at 2025-03-30T10:37:33+02:00
    feat: disable formatting check in flake8 (conflicts with black)
    
  • 3139f3cd
    by Ansgar at 2025-03-30T10:38:15+02:00
    fix: move `noqa` markers to correct location after reformatting
    
  • e45221e1
    by Ansgar at 2025-03-30T12:28:39+02:00
    fix: address ruff warnings about unused local variables
    
  • a0738ab3
    by Ansgar at 2025-03-30T13:03:26+02:00
    fix: address ruff warnings about unused imports
    
  • 78428c6b
    by Ansgar at 2025-03-30T13:03:29+02:00
    fix: address ruff warnings about ambiguous variable names
    
  • fef53907
    by Ansgar at 2025-03-30T13:03:29+02:00
    fix: address ruff warnings about undefined names
    
  • 37ebf168
    by Ansgar at 2025-03-30T13:46:48+02:00
    fix: address more warnings about undefined names
    
    The code is probably not working correctly for setups with multiple
    archives, but it should not be more broken than before.
    
  • be41afb8
    by Ansgar at 2025-03-30T13:46:50+02:00
    feat: add CI job for ruff
    
  • c7d698a7
    by Ansgar at 2025-04-06T15:34:06+02:00
    feat(gpg): add support for validating detached signatures
    
  • 0a1f0168
    by Ansgar at 2025-04-27T21:42:27+02:00
    fix(dbconn): import `Deb822` from `debian.deb822`
    
    The class is no longer exported from `debian.debfile`
    in Debian 13/trixie.
    
  • adcd732b
    by Ansgar at 2025-04-27T21:42:30+02:00
    feat(archive): introduce `authorized_by_fingerprint`
    
    This is used in preference to `fingerprint` when checking ACLs.
    
  • 0d4dd7c7
    by Ansgar at 2025-04-27T21:42:31+02:00
    feat(announce): also sent mail to person authorizing the upload
    
  • 7597e75f
    by Ansgar at 2025-04-27T21:42:31+02:00
    refactor(archive): restructure `ArchiveUpload.check`
    
  • 4ca4c33b
    by Ansgar at 2025-04-27T21:42:31+02:00
    refactor(archive): factor out `ArchiveTransaction._add_dsc_files`
    
  • e9c8bc50
    by Ansgar at 2025-04-27T21:42:32+02:00
    refactor(checks): factor out timestamp check in a separate function
    
  • c36240ab
    by Ansgar at 2025-04-27T21:42:32+02:00
    feat: add Postgresql 17, remove ancient versions
    
  • 3c43d7c5
    by Ansgar at 2025-04-27T21:42:33+02:00
    feat(tag2upload): add wrapper around mini-git-tag-fsck
    
  • efab16be
    by Ansgar at 2025-04-27T21:42:33+02:00
    feat(tag2upload): add test package for tag2upload
    
  • 43833471
    by Ansgar at 2025-05-04T11:24:58+02:00
    feat(tag2upload): add support for tag2upload
    
  • 78f4cf3c
    by Ansgar at 2025-05-04T11:25:02+02:00
    feat(tag2upload): add integration test
    
  • 6db1f85e
    by Ansgar at 2025-05-04T11:55:56+02:00
    feat(tag2upload): add configuration for tag2upload keyring
    
  • fb1a3d9c
    by Ansgar at 2025-05-09T23:21:49+02:00
    fix: change keyring location
    
  • 0d268081
    by Ansgar at 2025-05-10T11:08:24+02:00
    Merge branch 'master' into deploy
    

242 changed files:

The diff was not included because it is too large.

Reply to: