summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* _loader.py: Some fixes in how we load sources for junctionsTristan Van Berkom2018-04-052-3/+30
* _exceptions.py: Allow detail strings in LoadError exceptionsTristan Van Berkom2018-04-051-2/+2
* _exceptions.py: Added new LoadErrorReasons for junction load failuresTristan Van Berkom2018-04-051-0/+6
* _frontend/app.py: More consistent error reportingTristan Van Berkom2018-04-051-6/+10
* doc/source/projectrefs.rst: Ammended documentation for project.refsTristan Van Berkom2018-04-051-22/+25
* _platform/linux.py: Fix fallout from context private symbols refactorTristan Van Berkom2018-04-051-1/+1
* element.py: Removing Element._workspace_dirs()Tristan Van Berkom2018-04-051-7/+0
* _frontend/widget.py: Print the workspace directory for %{workspace-dirs}Tristan Van Berkom2018-04-051-5/+4
* _frontend/widget.py: Defend against empty string message detailTristan Van Berkom2018-04-051-1/+1
* _platform package: Adhere to policy on private symbolsTristan Van Berkom2018-04-053-23/+23
* _options package: Adhere to policy on private symbolsTristan Van Berkom2018-04-053-53/+84
* _scheduler/buildqueue.py: Dont call Element._update_state() hereTristan Van Berkom2018-04-051-2/+0
* element.py: Updating comment for _assemble_done()Tristan Van Berkom2018-04-051-1/+3
* tests/frontend/workspace.py: Exercise the build test in strict and non-strict...Tristan Van Berkom2018-04-051-1/+14
* element.py: Fix _update_state() to consider whether an element is to be built...Tristan Van Berkom2018-04-051-2/+2
* Fix strict setting to be consistent throughout the pipeline.Tristan Van Berkom2018-04-043-24/+13
* _artifactcache modules: Adhere to policy on private symbolstristan/private-refactor-2Tristan Van Berkom2018-04-044-339/+251
* _variables.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-041-10/+10
* _plugincontext.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-041-41/+46
* _pipeline.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-267/+334
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-0315-149/+203
* _exceptions.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-034-17/+37
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-0315-75/+80
* _workspaces.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-5/+5
* HACKING.rst: Documenting naming policy for private symbolsTristan Van Berkom2018-04-031-0/+95
* 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