summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Overwrite sys.excepthook to handle exceptions in the main application.tristan/except-hook-no-testTristan Van Berkom2018-04-231-0/+21
* tests/pipeline/preflight-error: Fixing typo in error string formattingTristan Van Berkom2018-04-231-1/+1
* doc/source/index.rst: Make main documentation title sober again.Tristan Van Berkom2018-04-231-3/+3
* HACKING.rst: Add a note about arpy being required for docsTristan Maat2018-04-201-2/+8
* deb.py: Make pylint stop complaining about arpyTristan Maat2018-04-201-1/+1
* doc/source/install.rst: Mention bwrap version requirementsmilloni2018-04-201-1/+6
* setup.py: Assert Bubblewrap versionmilloni2018-04-201-4/+35
* .pylintrc: Enable attribute-defined-outside-init messagesTristan Van Berkom2018-04-201-1/+0
* _scheduler/job.py: Disable attribute-defined-outside-init lint errorTristan Van Berkom2018-04-201-0/+1
* _artifactcache/pushreceive.py: Fixed ProcessWithPipes to declare attributes i...Tristan Van Berkom2018-04-201-0/+3
* _pipeline.py: Declare tracking related members in the constructorTristan Van Berkom2018-04-201-1/+2
* _context.py: Properly declare and document log_message_format in the constructorTristan Van Berkom2018-04-201-0/+3
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-2014-0/+15
* Add example formatsdevcurmudgeon2018-04-191-1/+2
* .pylintrc: Enable linting for unused variablesTristan Van Berkom2018-04-191-1/+0
* buildstream/utils.py: Fixing unused variablesTristan Van Berkom2018-04-191-2/+2
* buildstream/sandbox/_mount.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* buildstream/plugins/sources/_downloadablefilesource.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* buildstream/plugin.py: Fixing unused variablesTristan Van Berkom2018-04-191-7/+2
* buildstream/element.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* buildstream/_options/optionpool.py: Fixing unused variablesTristan Van Berkom2018-04-191-3/+5
* buildstream/_loader/loader.py: Fixing unused variablesTristan Van Berkom2018-04-191-2/+1
* buildstream/_frontend/status.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* buildstream/_frontend/app.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* buildstream/_context.py: Fixing unused variablesTristan Van Berkom2018-04-191-2/+2
* buildstream/_artifactcache/pushreceive.py: Fixing unused variablesTristan Van Berkom2018-04-191-5/+5
* tests/frontend/track.py: Added test for `bst track --deps none`Tristan Van Berkom2018-04-191-0/+40
* _frontend/cli.py: Set the track_selection argument to the deps parameterTristan Van Berkom2018-04-191-1/+1
* _pipeline.py, _frontend/app.py: Added track_selection initialization argumentTristan Van Berkom2018-04-192-15/+33
* _pipeline.py: Added PipelineSelectionTristan Van Berkom2018-04-192-14/+41
* doc/source/index.rst: Replace welcome paragraphjjardon/doc_readmeJavier Jardón2018-04-181-10/+7
* Add about pageJavier Jardón2018-04-183-2/+4
* Update NEWSRichard Maw2018-04-181-0/+3
* frontend: Log which elements resolved new keysRichard Maw2018-04-181-0/+15
* README.rst: Add pipeline status badgeJavier Jardón2018-04-181-0/+3
* HACKING.rst: Fixing profiling section to follow rst formatting policyTristan Van Berkom2018-04-181-2/+2
* HACKING.rst: move location of useful linksJames Ennis2018-04-181-5/+2
* HACKING.rst: Include Documentation Formatting PolicyJames Ennis2018-04-181-1/+22
* HACKING.rst: Clarify policy that related issues must be mentioned in commit m...Tristan Van Berkom2018-04-181-0/+3
* _scheduler/fetchqueue.py: Adhere to policy on private symbolstristan/scheduler-private-refactorTristan Van Berkom2018-04-181-2/+2
* _scheduler/scheduler.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-182-160/+209
* _scheduler/job.py: Don't mess with scheduler loop when forkingTristan Van Berkom2018-04-181-7/+12
* _scheduler/queue.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-184-62/+123
* _scheduler: Adding Queue.dequeue_ready() to avoid peeking into private queue ...Tristan Van Berkom2018-04-182-1/+4
* _scheduler/job.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-181-135/+246
* _scheduler: Slightly changing the Job / Queue API contractsTristan Van Berkom2018-04-187-56/+89
* _scheduler: Move job.shutdown() calling responsibility inside of Job.Tristan Van Berkom2018-04-182-3/+3
* main_core.rst: Change title and moved authoring, sandboxing and cachekeys doc...James Ennis2018-04-174-19/+6
* core_framework.rst: New file containing content that was in main_core.rstJames Ennis2018-04-172-20/+19
* config.rst: Renamed to user_config.rst and anchors changedJames Ennis2018-04-173-3/+3