summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add nominal del for version"lachlanmackenzie/CheckBotBehaviourLachlan Mackenzie2020-02-101-4/+0
* Increase timeout to prevent delays causing test failuresLachlan Mackenzie2020-02-101-1/+1
* Add delay into appLachlan Mackenzie2020-02-101-1/+2
* Add nominal del for versionLachlan Mackenzie2020-02-101-0/+4
* Merge branch 'tlater/CASdiff' into 'master'Jürg Billeter2020-02-0555-19/+335
|\
| * _casbaseddirectory.py: Use the new _add_entry where possibletlater/CASdiffTristan Daniël Maat2020-02-051-9/+2
| * tests/internals/storage.py: Add merge testsTristan Maat2020-02-0554-0/+207
| * _casbaseddirectory.py: Implement `_apply_changes`Tristan Maat2020-02-051-3/+112
| * _casbaseddirectory.py: Refactor _add_fileTristan Maat2020-02-051-7/+14
|/
* Merge branch 'traveltissues/1216' into 'master'Jürg Billeter2020-02-0521-519/+1367
|\
| * tests/remoteexecution/workspace.py: Improve testDarius Makovsky2020-02-051-79/+96
| * tests/remoteexecution: Remove xfail for non-incremental-time workspaceDarius Makovsky2020-02-051-6/+1
| * tests/internals/storage_vdir_import.py: Test mtimesDarius Makovsky2020-02-051-4/+15
| * workspace.py: Import mtimes when stagingDarius Makovsky2020-02-051-1/+1
| * element.py: Do not discard explicitly set mtime of source filesDarius Makovsky2020-02-051-4/+3
| * storage: Support mtime property in Directory.import_files()Darius Makovsky2020-02-053-20/+86
| * storage: Use specified mtime in import_filesDarius Makovsky2020-02-054-11/+8
| * cascache.py: Parse timestamp and update mtimes in checkoutDarius Makovsky2020-02-051-1/+9
| * cascache.py: Add properties to CaptureTree requestsDarius Makovsky2020-02-051-2/+9
| * utils.py: Add file timestamp helpersDarius Makovsky2020-02-054-1/+101
| * local_cas: Update protoDarius Makovsky2020-02-053-117/+158
| * remote_execution: Update protoDarius Makovsky2020-02-054-267/+873
| * tests: Avoid testing file times along with umaskDarius Makovsky2020-02-052-10/+11
|/
* Merge branch 'juerg/update-plugins' into 'master'Jürg Billeter2020-02-052-2/+2
|\
| * .gitlab-ci.yml: Update bst-plugins-experimental version to 1.93.1.1juerg/update-pluginsJürg Billeter2020-02-051-1/+1
| * tox.ini: Update bst-plugins-experimental version to 1.93.1.1Jürg Billeter2020-02-051-1/+1
|/
* Merge branch 'juerg/1.93.1' into 'master'1.93.1Jürg Billeter2020-02-051-0/+11
|\
| * NEWS: Add mark for 1.93.1juerg/1.93.1Jürg Billeter2020-02-051-0/+5
| * NEWS: Add note about the new buildstream.exceptions APIJürg Billeter2020-02-051-0/+6
|/
* Merge branch 'juerg/buildbox-run-bind-mount' into 'master'Jürg Billeter2020-02-033-4/+48
|\
| * tests/integration/shell.py: xfail updateJürg Billeter2020-02-031-3/+12
| * _sandboxbuildboxrun.py: Bind mount /dev in interactive modeJürg Billeter2020-02-031-0/+5
| * _sandboxbuildboxrun.py: Support host-filesJürg Billeter2020-02-031-1/+20
| * _sandboxbuildboxrun.py: Check buildbox-run capabilitiesJürg Billeter2020-02-031-1/+9
| * _sandboxreapi.py: Do not create directories for host-filesJürg Billeter2020-02-031-0/+3
|/
* Merge branch 'juerg/buildbox-run-test' into 'master'Jürg Billeter2020-02-031-2/+1
|\
| * tests/integration/interactive_build.py: Relax expect for buildbox-runjuerg/buildbox-run-testJürg Billeter2020-02-031-2/+1
|/
* Merge branch 'juerg/buildbox' into 'master'Jürg Billeter2020-02-031-7/+7
|\
| * .gitlab-ci.yml: Update BuildBox components to 0.0.6Jürg Billeter2020-02-031-7/+7
|/
* Merge branch 'jjardon/overnigth_cargo' into 'master'Javier Jardón2020-02-011-1/+1
|\
| * .gitlab-ci.yml: build fdsdk needs cargo plugin and its dependenciesJavier Jardón2020-02-011-1/+1
|/
* Merge branch 'coldtom/fix-overnight-test' into 'master'Javier Jardón2020-02-011-3/+2
|\
| * .gitlab-ci.yml: Bump bst-plugins-experimentalcoldtom/fix-overnight-testThomas Coldrick2020-01-291-3/+2
|/
* Merge branch 'tmewett/git-source' into 'master'jjardon/fedora-30-removalBenjamin Schubert2020-01-293-74/+201
|\
| * Add Git source test for depth=1 fetch with exact tag reftmewett/git-sourceTom Mewett2020-01-241-0/+28
| * Document my changes to the Git source plugin in NEWSTom Mewett2020-01-242-0/+17
| * _gitsourcebase.py: Refactor latest_commit_with_tagsTom Mewett2020-01-241-19/+49
| * _gitsourcebase.py: Strip git-describe tag info from cache keyTom Mewett2020-01-241-1/+10
| * _gitsourcebase.py: Fetch with depth=1 when an available tag is givenTom Mewett2020-01-241-16/+88
| * _gitsourcebase.py: Refactor fetching and trackingTom Mewett2020-01-241-44/+15
|/