You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/01/22 08:05:02 UTC

[buildstream] branch master updated (89d3af2 -> 7dd7690)

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


    from 89d3af2  Merge pull request #1433 from apache/tristan/fix-recursive-artifact-pull
     add 19cd578  Allow certain operations to work without loading a project
     add 1c648cf  tests/frontend/artifact_list_contents.py: Use parametrized tests
     add 4eb2c07  tests/frontend/artifact_list_contents.py: Test listing artifact content without a project
     add 953c0ee  tests/frontend/artifact_checkout.py: Test artifact checkout without project
     add 15f0301  tests/frontend/artifact_delete.py: Test artifact deletion without a project
     add 1e4a48a  tests/frontend/artifact_log.py: Test artifact log without a project
     add 724337b  tests/frontend/artifact_pull.py: Test artifact pull without a project
     add cc66f9e  tests/frontend/artifact_show.py: Test artifact show without a project
     new 7dd7690  Merge pull request #1442 from apache/tristan/optional-project

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/buildstream/_frontend/app.py         |  23 +++----
 src/buildstream/_frontend/widget.py      |  12 +++-
 src/buildstream/_stream.py               |  72 +++++++++++++++------
 src/buildstream/_workspaces.py           |  10 ++-
 tests/format/project.py                  |   7 +-
 tests/frontend/artifact_checkout.py      |   7 +-
 tests/frontend/artifact_delete.py        |   7 +-
 tests/frontend/artifact_list_contents.py | 107 ++++++++++++++-----------------
 tests/frontend/artifact_log.py           |  34 +++++-----
 tests/frontend/artifact_pull.py          |  28 ++++++--
 tests/frontend/artifact_show.py          |   7 +-
 11 files changed, 192 insertions(+), 122 deletions(-)


[buildstream] 01/01: Merge pull request #1442 from apache/tristan/optional-project

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 7dd7690d9f9897e269614b5dcaf5132b25277bed
Merge: 89d3af2 cc66f9e
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Jan 22 17:04:53 2021 +0900

    Merge pull request #1442 from apache/tristan/optional-project
    
    Stop requiring project.conf for all commands

 src/buildstream/_frontend/app.py         |  23 +++----
 src/buildstream/_frontend/widget.py      |  12 +++-
 src/buildstream/_stream.py               |  72 +++++++++++++++------
 src/buildstream/_workspaces.py           |  10 ++-
 tests/format/project.py                  |   7 +-
 tests/frontend/artifact_checkout.py      |   7 +-
 tests/frontend/artifact_delete.py        |   7 +-
 tests/frontend/artifact_list_contents.py | 107 ++++++++++++++-----------------
 tests/frontend/artifact_log.py           |  34 +++++-----
 tests/frontend/artifact_pull.py          |  28 ++++++--
 tests/frontend/artifact_show.py          |   7 +-
 11 files changed, 192 insertions(+), 122 deletions(-)