summaryrefslogtreecommitdiff
path: root/buildstream/_exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* _sourcecache.py: Introduce SourceCache classRaoul Hidalgo Charman2019-03-141-0/+9
* Don't register exceptions when not running the testsuitebschubert/cleanup-local-stateBenjamin Schubert2019-02-131-5/+11
* _artifactelement.py: New ArtifactElement object (derived from Element)James Ennis2019-02-131-0/+9
* sandbox/sandbox.py: Display failed commands in the detail stringtristan/error-message-regressionTristan Van Berkom2019-01-161-2/+2
* casremote.py: Move remote CAS classes into its own fileRaoul Hidalgo Charman2019-01-161-0/+15
* Split up artifact cache and CAS cacheJürg Billeter2018-11-051-0/+10
* Element: Use cached buildtree in build shells and failure shellsJonathan Maw2018-10-301-4/+2
* Rework Skipped usageJosh Smith2018-09-191-0/+9
* element: validate configuration variablesTiago Gomes2018-09-101-0/+3
* Add cyclic check within variable resolutionJosh Smith2018-08-291-0/+3
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-021-0/+3
* plugin: bake API to get and validate a project pathTiago Gomes2018-08-021-1/+9
* Add the virtual directory class 'Directory' and one implementation.Jim MacArthur2018-08-011-0/+1
* plugin.py: Extend Plugin.call() APIJosh Smith2018-07-271-2/+2
* cascache.py: Update cache push/pull errors to be temporaryJosh Smith2018-07-271-2/+2
* _exceptions.py: Modify BstError API to allow optional retryJosh Smith2018-07-271-1/+6
* _exceptions.py: Add `detail` to ArtifactErrorsTristan Maat2018-07-181-2/+2
* Add error message when running commands on directoriesFrancisco Redondo Marchena2018-06-281-0/+3
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-081-2/+13
* More specific exceptions when a project.conf is missing.Tristan Van Berkom2018-04-081-3/+9
* _exceptions.py: Added LoadErrorReason.INVALID_SYMBOL_NAMETristan Van Berkom2018-04-061-0/+3
* _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
* _exceptions.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-9/+29
* _exceptions.py: Adding new AppError exception and error domainTristan Van Berkom2018-04-021-0/+10
* Include initialization time in the total session time of the build logTristan Van Berkom2018-04-011-1/+3
* pylint - dealt with global-statement warningJames Ennis2018-03-141-0/+2
* Add junction support for subprojectsJürg Billeter2018-02-081-0/+3
* _exceptions.py: Added `detail` member to base BstError class.Tristan Van Berkom2018-01-111-3/+8
* Exceptions refactoringTristan Van Berkom2017-12-291-14/+62
* utils.py: Add UtilErrorTristan Van Berkom2017-12-201-13/+0
* Refactoring: Renamed _BstError -> BstErrorTristan Van Berkom2017-11-061-9/+25
* Refactoring: Rename _ArtifactError -> ArtifactErrorTristan Van Berkom2017-11-061-1/+1
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-0/+170