Debian Package Tracker
Register | Log in
Subscribe

debusine

Choose email to subscribe with

general
  • source: debusine (main)
  • version: 0.1.0
  • maintainer: Raphaël Hertzog (DMD)
  • arch: all
  • std-ver: 4.6.1
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • exp: 0.1.0
versioned links
  • 0.1.0: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • debusine-client
  • debusine-doc
  • debusine-server
  • debusine-worker
  • python3-debusine
  • python3-debusine-server
action needed
20 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit e124b40ed8dbf184e996ab11e73b56756a845bd6
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Sat Jan 14 08:09:53 2023 +0000

    Add API endpoints to manage ArtifactRelation

commit 30da2fb01ac3758c9569ad0209a47db80c55e435
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Fri Jan 6 15:26:35 2023 +0000

    Allow to download files without a token if the Artifact's workspace is public

commit 94ad9cf40998778e12478576e2973b32c733c2e7
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Fri Jan 6 14:43:28 2023 +0000

    Implement HTML view of artifacts
    
    The HTML view lists all the files within the artifact and provide
    links to download them.

commit 671e92fb30d53cadeff9b97208e87ed0c82e364b
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Fri Jan 6 13:39:01 2023 +0000

    Implement artifact download: as tar.gz and as individual files
    
    For the .tar.gz download, we create the files on disk on the fly,
    adding more content to it as it is downloaded (file by file).

commit e75414dd1144aa1289a6c52a698cffafd335f8ac
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Fri Dec 30 16:21:37 2022 +0000

    client: implement upload of files to a newly created artifact

commit 0107ee3ff1099320c61f25a12fdbc83a96db6c12
Author: Raphaël Hertzog <raphael@freexian.com>
Date:   Thu Dec 1 23:51:14 2022 +0100

    Install the AUTHORS file in all binary packages
    
    As recommended by ftpmasters who reviewed the package.

commit 4bd439b8cfe551860c5c23a9e0ec42be83188dca
Author: Raphaël Hertzog <raphael@freexian.com>
Date:   Thu Dec 1 23:45:05 2022 +0100

    Harmonize license to be GPL-3+ everywhere

commit f3816efd8f3e5a82a87f4816057759bd8f3bcb38
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Sun Nov 6 11:25:12 2022 +0100

    Create ArtifactSerializerResponse and use it to serialize the response

commit 3402dc43333f0f137123b6812b591b5977f4a4dd
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Wed Nov 9 17:56:26 2022 +0000

    Fix upload file in subdirectory

commit ce7bd5e738bd5356df8e7c563c36a89bfc6eb4f5
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Wed Nov 9 17:22:30 2022 +0000

    Implement artifact upload in debusine-client

commit 029c654576eb82b8087a4d9bedff5f32fe56091b
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Wed Nov 2 09:41:38 2022 +0000

    create-artifact server's response include the workspace where it was created

commit 61dab8cbdb69295c7bea581d34a1567850ee7b0b
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Mon Oct 31 08:13:34 2022 +0000

    API endpoints (and related model changes) to upload files to the artifact

commit 1346ece5cd3bf9a52e658a7f5d5cbcedffe90e2a
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Sun Oct 23 14:11:05 2022 +0000

    Add Artifact, FileInArtifact and Workspace models
    
    Also add basic serializers and views to create an Artifact.

commit 42ffea9ffde055b535f9e91721efd6906b415243
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Fri Oct 14 08:38:31 2022 +0000

    Delete lintian "mismatched-overrides"

commit 654804065f76889d817f490364ceaeaed9278e14
Author: Raphaël Hertzog <raphael@freexian.com>
Date:   Fri Sep 23 19:05:32 2022 +0200

    Document package-build-log artifact in ontology

commit e674f903b2f4be365792343efcd21b9ce779732c
Author: Raphaël Hertzog <raphael@freexian.com>
Date:   Fri Sep 23 18:45:49 2022 +0200

    design: drop the "slug" field and the "repository" type
    
    The concept of a global unique name (slug) doesn't make sense. I expect
    that we will introduce the concept of names in a later step with another
    currently undefined concept named "collections".
    
    We drop the "repository" type too because I expect that representing a
    repository as an artifact with thousands of relationships is going to
    be counter-productive. Again a dedicated concept meant to aggregate many
    artifacts is likely needed.

commit 3a6192121b1ff46dc374865e003ecd1bedf71bcc
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Fri Sep 23 16:49:40 2022 +0000

    Implement file storage: models, interface, and a local file store
    
    Fixes #63

commit 0e27d1649a5e2163dabc8d58c06cc59b7a80c608
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Tue Sep 20 15:07:11 2022 +0000

    Simplify transaction.atomic decorator

commit 9c2171eb6ba504d07dcbe81e78e1bf7a26dd0522
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Mon Sep 19 09:44:57 2022 +0100

    Rename from CreateTokenCommandTest to CreateTokenCommandTests

commit 0c373b2136ff4fe87d7514e9592218c8bb410f56
Author: Raphaël Hertzog <raphael@freexian.com>
Date:   Fri Sep 9 15:22:59 2022 +0200

    Bump Standards-Version to 4.6.1
Created: 2022-12-16 Last update: 2023-02-01 18:16
news
[rss feed]
  • [2022-10-16] Accepted debusine 0.1.0 (source all) into experimental (Debian FTP Masters) (signed by: Raphaël Hertzog)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • buildd: logs, exp
  • popcon
  • browse source code
  • edit tags
  • other distros

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing