summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* _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
* invoking.rst: renamed to commands.rst (anchors also changed)James Ennis2018-04-173-5/+5
* Consistent titlingJames Ennis2018-04-1712-70/+70
* index.rst: Remove unnecessary toctree blocksJames Ennis2018-04-171-15/+0
* Add a general documentation sectionJames Ennis2018-04-173-5/+20
* main_authoring.rst: move to using buildstreamJames Ennis2018-04-173-6/+3
* main_install.rst: New file with install, docker and artifactsJames Ennis2018-04-175-11/+24
* index.rst: remove captionsJames Ennis2018-04-171-4/+0
* _context.py: Make `fetch_subprojects` public.Tristan Van Berkom2018-04-172-2/+4
* _context.py: Removing unused _platform private variableTristan Van Berkom2018-04-171-1/+0
* _loader package: Splitting up the loader code into separate piecesTristan Van Berkom2018-04-173-360/+494
* _loader package: Creating a new sub package to hold the loader related things.Tristan Van Berkom2018-04-176-13/+35