Lines Matching full:project

52   string, which prints the project's ``description:`` value.
75 - ``west.manifest.Project`` now has a ``description`` attribute,
89 - Support for a new ``manifest.project-filter`` configuration option.
94 - Project names which contain comma (``,``) or whitespace now generate
95 warnings. These warnings are errors if the new ``manifest.project-filter``
117 ``manifest.project-filter`` configuration option's value.
324 project. See :ref:`west-project-userdata` for details.
334 - The ``west.manifest.Project.userdata`` attribute was added to support
335 project user data.
347 - The manifest file parser was incorrectly allowing project names which contain
351 Note: if you need to place a project within a subdirectory of the workspace
352 topdir, use the ``path:`` key. If you need to customize a project's fetch URL
365 fetches for project revisions which are `lightweight tags`_ (it already
383 - ``west.manifest.Project.sha()`` now works correctly for tag revisions.
401 project.
412 - the :ref:`west-apis-manifest` module has fixed docstrings for the Project
433 - The ``name`` key in a project's :ref:`submodules list
498 <https://git-scm.com/book/en/v2/Git-Tools-Submodules>`_ into a west project
499 repository in addition to the project repository itself.
501 - West manifests now support :ref:`west-manifest-groups`. Project groups can be
508 to the set of enabled and disabled project groups.
539 - added ``submodules`` attribute to ``west.manifest.Project``, which has
558 the project and its imported repositories in a subdirectory of the workspace.
598 subprocess, time spent in west's Python process for each project, and total
599 time updating each project.
624 - The restriction that no project can be named "manifest" is now enforced; the
628 - It's no longer an error if there is no project named "zephyr". This is
663 - Project: the constructor now takes a topdir argument
664 - Project.format() and its callers are removed. Use f-strings instead.
665 - Project.name_and_path: new
666 - Project.remote_name: new
667 - Project.sha() now captures stderr
705 project fails, these commands now continue to operate on the rest of the
714 format string requires data stored in the project repository, e.g. if it
726 - west.manifest.Project.is_cloned(): new
731 - west.manifest.Project.git() now has a capture_stderr kwarg
762 - name: example-project-name
763 url: https://github.com/example/example-project
765 Project elements with ``url`` attributes set in this way may not also have
767 - Project names must be unique: this restriction is needed to support future
780 - name: project
782 path: remote-1-project
783 - name: project
785 path: remote-2-project
794 - name: remote-1-project
795 url: https://github.com/remote-1/project
796 - name: remote-2-project
797 url: https://github.com/remote-2/project
811 - The ``west.manifest.Project`` constructor's ``remote`` and ``defaults``
813 given, the ``Project`` URL is set to that value, and the ``remote`` kwarg
828 West v0.5.x is the first version used widely by the Zephyr Project as part of