summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/artifactcache/expiry.py: Test that expiry happens firsttristan/cache-managementTristan Van Berkom2019-01-241-0/+64
* _frontend/widget.py: Render core messages more like other messagesTristan Van Berkom2019-01-243-21/+17
* _scheduler/scheduler.py: Run cache size exclusively at startupTristan Van Berkom2019-01-241-2/+59
* _scheduler/resources.py: Dont error out in unregister_exclusive_interest()Tristan Van Berkom2019-01-241-1/+1
* Merge branch 'issue-638-validate-all-files' into 'master'Jürg Billeter2019-01-2432-45/+519
|\
| * NEWS: Add entry for default target featurePhillip Smyth2019-01-241-0/+4
| * tests/frontend/buildcheckout.py: Add default target test with junctionJürg Billeter2019-01-244-0/+56
| * tests/frontend/pull.py: Add default target test for bst push/pullJürg Billeter2019-01-241-0/+50
| * tests/frontend/fetch.py: Add default target test for bst source fetchJürg Billeter2019-01-241-0/+35
| * tests/frontend: Add default target tests for bst show and buildPhillip Smyth2019-01-2419-0/+179
| * format_project.rst: Add documentation for default targetsJürg Billeter2019-01-241-0/+38
| * _frontend/cli.py: Ignore junctions in default targets where appropriateJürg Billeter2019-01-241-2/+17
| * _stream.py: Add ignore_junction_targets parameterJürg Billeter2019-01-241-0/+15
| * _project.py: Add get_default_target() and get_default_targets() methodsJürg Billeter2019-01-243-41/+115
| * projectconfig.yaml: Add key for default targetsPhillip Smyth2019-01-242-1/+9
| * _frontend/cli.py: Guess element also for bst build --allJürg Billeter2019-01-241-1/+1
|/
* Merge branch 'jonathan/test-missing-workspace-guessing' into 'master'Jürg Billeter2019-01-241-25/+46
|\
| * tests: Test that fetching an open workspace will fetch its dependenciesJonathan Maw2019-01-241-21/+34
| * Test that tracking in workspaces actually worksJonathan Maw2019-01-241-4/+12
|/
* Merge branch 'tristan/track-test-reduce' into 'master'Tristan Van Berkom2019-01-241-4/+3
|\
| * tests/frontend/track.py: test_track_error_cannot_write_file() fixupTristan Van Berkom2019-01-241-4/+3
|/
* Merge branch 'tristan/test-element-states' into 'master'Tristan Van Berkom2019-01-248-68/+94
|\
| * tests/frontend/workspace.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-12/+16
| * tests/frontend/track.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-8/+12
| * tests/frontend/push.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-6/+9
| * tests/frontend/pull.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-4/+4
| * tests/sources/remote.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-6/+13
| * tests/elements/filter.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-4/+6
| * tests/artifactcache/expiry.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-23/+30
| * tests/testutils/runcli.py: Make get_element_states() take a list of targetsTristan Van Berkom2019-01-242-5/+4
|/
* Merge branch 'tristan/insufficient-storage-error' into 'master'Tristan Van Berkom2019-01-244-58/+60
|\
| * _artifactcache.py: Raise ArtifactError() when quota size exceeds disk space.tristan/insufficient-storage-errorTristan Van Berkom2019-01-233-26/+34
| * tests: Migrated cache quota test into artifactcache/cache_size.pyTristan Van Berkom2019-01-232-34/+28
|/
* Merge branch 'chandan/unpin-sphinx' into 'master'Chandan Singh2019-01-231-3/+3
|\
| * tox.ini: Unpin sphinx dependencyChandan Singh2019-01-231-3/+3
|/
* Merge branch 'tristan/fix-pullbuildtrees-test' into 'master'Tristan Van Berkom2019-01-221-42/+42
|\
| * tests/integration/pullbuildtrees.py: Fix the non-integration case.Tristan Van Berkom2019-01-221-42/+42
|/
* Merge branch 'tristan/fix-terminated-status' into 'master'Tristan Van Berkom2019-01-222-1/+11
|\
| * _scheduler: Fix dont display a failure for terminated jobstristan/fix-terminated-statusTristan Van Berkom2019-01-222-1/+11
|/
* Merge branch 'jennis/add_obsoletion_note' into 'master'James Ennis2019-01-221-5/+5
|\
| * cli.py: Add an obsoletion note to our deprecated commands.James Ennis2019-01-221-5/+5
|/
* Merge branch 'jennis/migrate_pull_push_commands' into 'master'James Ennis2019-01-2282-485/+732
|\
| * man: Regenerate all of our man pagesjennis/migrate_pull_push_commandsJames Ennis2019-01-2228-151/+274
| * Change bst checkout/pull/push references to bst artifact checkout/pull/pushJames Ennis2019-01-223-4/+4
| * using_commands.rst: Add artifact log subcommandJames Ennis2019-01-221-0/+7
| * using_commands.rst: Split out the artifact subcommandsJames Ennis2019-01-223-22/+31
| * Add NEWS entry describing the deprecation of checkout, pull and pushJames Ennis2019-01-221-0/+10
| * Mark 'old' checkout command as obsoleteJames Ennis2019-01-2238-182/+156
| * cli: Add artifact checkout subcommandJames Ennis2019-01-221-0/+69
| * Move push and pull to the new artifact subcommand groupJames Ennis2019-01-2211-120/+156