Lines Matching full:project

14 - Support for a new ``manifest.project-filter`` configuration option.
19 - Project names which contain comma (``,``) or whitespace now generate
20 warnings. These warnings are errors if the new ``manifest.project-filter``
42 ``manifest.project-filter`` configuration option's value.
249 project. See :ref:`west-project-userdata` for details.
259 - The ``west.manifest.Project.userdata`` attribute was added to support
260 project user data.
272 - The manifest file parser was incorrectly allowing project names which contain
276 Note: if you need to place a project within a subdirectory of the workspace
277 topdir, use the ``path:`` key. If you need to customize a project's fetch URL
290 fetches for project revisions which are `lightweight tags`_ (it already
308 - ``west.manifest.Project.sha()`` now works correctly for tag revisions.
326 project.
337 - the :ref:`west-apis-manifest` module has fixed docstrings for the Project
358 - The ``name`` key in a project's :ref:`submodules list
423 <https://git-scm.com/book/en/v2/Git-Tools-Submodules>`_ into a west project
424 repository in addition to the project repository itself.
426 - West manifests now support :ref:`west-manifest-groups`. Project groups can be
433 to the set of enabled and disabled project groups.
464 - added ``submodules`` attribute to ``west.manifest.Project``, which has
483 the project and its imported repositories in a subdirectory of the workspace.
523 subprocess, time spent in west's Python process for each project, and total
524 time updating each project.
549 - The restriction that no project can be named "manifest" is now enforced; the
553 - It's no longer an error if there is no project named "zephyr". This is
588 - Project: the constructor now takes a topdir argument
589 - Project.format() and its callers are removed. Use f-strings instead.
590 - Project.name_and_path: new
591 - Project.remote_name: new
592 - Project.sha() now captures stderr
630 project fails, these commands now continue to operate on the rest of the
639 format string requires data stored in the project repository, e.g. if it
651 - west.manifest.Project.is_cloned(): new
656 - west.manifest.Project.git() now has a capture_stderr kwarg
687 - name: example-project-name
688 url: https://github.com/example/example-project
690 Project elements with ``url`` attributes set in this way may not also have
692 - Project names must be unique: this restriction is needed to support future
705 - name: project
707 path: remote-1-project
708 - name: project
710 path: remote-2-project
719 - name: remote-1-project
720 url: https://github.com/remote-1/project
721 - name: remote-2-project
722 url: https://github.com/remote-2/project
736 - The ``west.manifest.Project`` constructor's ``remote`` and ``defaults``
738 given, the ``Project`` URL is set to that value, and the ``remote`` kwarg
753 West v0.5.x is the first version used widely by the Zephyr Project as part of