summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _ostree.py: Mention the remote URL when we fail to fetch remote refsjmac/artifact_cache_error_messageJim MacArthur2018-04-031-1/+2
* tests/frontend/workspace.py: Reduce unneeded coverage here.Tristan Van Berkom2018-04-021-10/+7
* tests/frontend/workspace.py: Test that we can remove a workspace for a nonexi...Tristan Van Berkom2018-04-021-0/+20
* tests/frontend/workspace.py: Fix inaccurate commentsTristan Van Berkom2018-04-021-6/+3
* source.py: Remove unused method Source._del_workspace()Tristan Van Berkom2018-04-021-9/+0
* Refactoring of highlevel workspace codeTristan Van Berkom2018-04-025-194/+150
* _exceptions.py: Adding new AppError exception and error domainTristan Van Berkom2018-04-021-0/+10
* _frontend/app.py: Split up initialization into two parts.Tristan Van Berkom2018-04-021-78/+101
* _frontend/app.py: Renamed from main.pyTristan Van Berkom2018-04-023-2/+2
* _frontend/widget.py: Change heading separator to use '=' instead of '~'Tristan Van Berkom2018-04-021-1/+1
* _frontend/widget.py: Add "Strict Build Plan" setting to session headingTristan Van Berkom2018-04-021-0/+1
* _workspaces.py: Dont unconditionally create workspace local state file at sta...Tristan Van Berkom2018-04-011-7/+9
* Include initialization time in the total session time of the build logTristan Van Berkom2018-04-015-188/+140
* HACKING.rst: Be specific about the only pip packages required are the python3...Javier Jardón2018-03-291-3/+3
* source/index.rst: Add resources page to "contributing" sectionJavier Jardón2018-03-291-0/+1
* Add basic resources pageJavier Jardón2018-03-291-0/+10
* element.py: Make artifact lowercase in time_activity()James Ennis2018-03-282-3/+3
* _workspaces.py: Fix fallout from using python3.4Tristan Maat2018-03-282-4/+6
* .gitlab-ci.yml: Use debian-8 for tests to test python3.4Tristan Maat2018-03-281-2/+5
* _project.py: Move format version assertion before any validationTristan Van Berkom2018-03-281-9/+10
* docs: Remove orphan tag from all pagesJavier Jardón2018-03-2815-15/+0
* source/main_authoring.rst: Use toctree instead normal listJavier Jardón2018-03-281-33/+9
* source/main_using.rst: Use toctree instead normal listJavier Jardón2018-03-281-3/+5
* source/main_core.rst: Use toctree instead normal listJavier Jardón2018-03-281-4/+5
* install.rst: Change ~ for $HOME just incase it expands to characters bash doe...James Ennis2018-03-271-1/+1
* install.rst: Inform the user to restart their terminal once their PATH is adj...James Ennis2018-03-271-0/+4
* frontend/workspace.py: Adjust tests to new workspace formatTristan Maat2018-03-271-7/+35
* integration/workspace.py: Add updated dependency testsTristan Maat2018-03-277-0/+265
* element.py: Disallow incremental builds for caches that can't diffTristan Maat2018-03-271-3/+9
* Add list of running files to workspace metadataTristan Maat2018-03-272-6/+39
* element.py: Update mtimes of modified dependency files (#216)Tristan Maat2018-03-271-1/+39
* Allow stage_artifact to update mtimesTristan Maat2018-03-272-5/+38
* Record last successful workspace build keyTristan Maat2018-03-272-3/+15
* Make workspaces use objects instead of pipeline helper methodsTristan Maat2018-03-276-253/+376
* _artifactcache: Add diff() interfaceTristan Maat2018-03-272-0/+64
* _ostree.py: Add diff_dirs functionTristan Maat2018-03-271-0/+167
* Generate unique subdirs for built elementsPhillip Smyth2018-03-2612-31/+28
* man: Regenerating man pages for release1.1.2Tristan Van Berkom2018-03-2516-46/+46
* Docs: Adding deb source plugin to the docs indexTristan Van Berkom2018-03-251-1/+1
* NEWS: Added news entry for newly added `deb` sourceTristan Van Berkom2018-03-251-0/+4
* .pylintrc: Enable unused-import checkerJürg Billeter2018-03-251-1/+0
* Remove unused importsJürg Billeter2018-03-2511-19/+8
* tests/sources/deb.py: Skip tests if arpy is not availableJürg Billeter2018-03-251-1/+8
* tests/testutils/site.py: Add HAVE_ARPYJürg Billeter2018-03-251-0/+6
* tests/cachekey: Added test to exercise new sandbox contributions to cache keyTristan Van Berkom2018-03-254-1/+18
* Consider new sandbox configuration in cache keys.Tristan Van Berkom2018-03-252-9/+35
* sandbox/_config.py: Replace docstring with comment.Tristan Van Berkom2018-03-251-5/+4
* NEWS: Add mention of the new sandbox optionjmac/build-uid-2Jim MacArthur2018-03-231-0/+3
* Increase BST_FORMAT_VERSION to 6Jim MacArthur2018-03-231-1/+1
* Add documentation on sandbox optionJim MacArthur2018-03-232-0/+53