summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* element: always attempt to save the workspace configtraveltissues/mr4Darius Makovsky2020-01-161-1/+1
* Rename workspace.last_successful to workspace.last_buildDarius Makovsky2020-01-165-38/+90
* element: fix bug causing workspaces to always reprepareDarius Makovsky2020-01-161-1/+1
* _sandboxreapi: append MTimes to Action output propertiesDarius Makovsky2020-01-161-0/+1
* cascache: append MTimes to capturefiles requestDarius Makovsky2020-01-161-0/+1
* _artifact: import workspaced artifacts with mtimesDarius Makovsky2020-01-161-2/+3
* Replace workspace.prepared callback with attribute markingDarius Makovsky2020-01-163-2/+19
* tests: remove xfails for incremental RE workspacesDarius Makovsky2020-01-161-7/+1
* Reference node properties specification in commentsDarius Makovsky2020-01-163-2/+6
* DEBUG: use new buildbox imageDarius Makovsky2020-01-161-1/+1
* tests: avoid testing utimes along with umaskDarius Makovsky2020-01-162-10/+8
* tests: improve RE workspace testDarius Makovsky2020-01-161-79/+96
* tests: remove xfail for non-incremental-time RE workspaceDarius Makovsky2020-01-161-6/+1
* tests: test mtimes in storageDarius Makovsky2020-01-161-4/+15
* workspace: import mtimes when stagingDarius Makovsky2020-01-161-1/+1
* element: pass arbitrary timestamp to import_filesDarius Makovsky2020-01-161-10/+5
* Use specified mtime in import_filesDarius Makovsky2020-01-163-26/+31
* _filebaseddirectory: support mtimes in `_import_files_from_cas`Darius Makovsky2020-01-161-2/+19
* cascache: parse timestamp and update mtimes in checkoutDarius Makovsky2020-01-161-1/+9
* Add utils for file timestamp supportDarius Makovsky2020-01-166-20/+120
* _casbaseddirectory: Add properties to IndexEntryDarius Makovsky2020-01-163-8/+33
* Support properties in import_files()Darius Makovsky2020-01-163-4/+14
* cascache: Add properties to CaptureTree requestsDarius Makovsky2020-01-161-2/+9
* element: Do not use deterministic times if sources support mtimesDarius Makovsky2020-01-161-1/+5
* local_cas: Update protoDarius Makovsky2020-01-163-117/+158
* remote_execution: Update protoDarius Makovsky2020-01-164-267/+873
* Merge branch 'tpollard/removeassert' into 'master'Tom Pollard2020-01-151-10/+0
|\
| * element.py: Remove unused __staged_sources_directory & asserttpollard/removeassertTom Pollard2020-01-151-10/+0
|/
* Merge branch 'tpollard/messagerate' into 'master'Tom Pollard2020-01-154-13/+62
|\
| * userconfig.yaml: Add bool for disabling console output throttlingtpollard/messagerateTom Pollard2020-01-154-3/+33
| * _frontend/app.py: Make message printing tick drivenTom Pollard2020-01-151-12/+31
|/
* Merge branch 'chandan/gitlab-ci-toxenvs' into 'master'Chandan Singh2020-01-141-5/+2
|\
| * .gitlab-ci.yml: Simplify test environment declarationChandan Singh2020-01-141-5/+2
|/
* Merge branch 'bschubert/optimize-loading-multiple-targets' into 'master'Benjamin Schubert2020-01-142-3/+16
|\
| * loader.py: Optimize sorting of elements when they are multiple targetsbschubert/optimize-loading-multiple-targetsBenjamin Schubert2020-01-142-3/+16
|/
* Merge branch 'bschubert/standardized-tests' into 'master'Benjamin Schubert2020-01-1327-351/+62
|\
| * tox.ini: Add a external plugins environment test and run it in CIBenjamin Schubert2020-01-134-9/+57
| * tox.ini: Move coverage handling in commands_post.Benjamin Schubert2020-01-131-2/+3
| * tox.ini: Remove external plugins testsBenjamin Schubert2020-01-133-91/+3
| * tests: Remove some ostree stuffThomas Coldrick2020-01-132-2/+0
| * Tests: Remove bst-plugins-experimental dependencyThomas Coldrick2020-01-1314-99/+2
| * Remove integration tests for moved pluginsThomas Coldrick2020-01-137-150/+0
| * tox.ini: Remove duplicated move of the coverage fileBenjamin Schubert2020-01-131-1/+0
|/
* Merge branch 'juerg/batch-command-logging' into 'master'Jürg Billeter2020-01-135-7/+17
|\
| * tests/integration/workspace.py: Relax assert for buildbox-runjuerg/batch-command-loggingJürg Billeter2020-01-131-2/+2
| * _sandboxreapi.py: Improve batch command loggingJürg Billeter2020-01-133-5/+9
| * sandbox.py: Add combined_label() method to batch itemsJürg Billeter2020-01-131-0/+6
|/
* Merge branch 'tpollard/loop_exception' into 'master'traveltissues/mr5Tom Pollard2020-01-102-2/+25
|\
| * scheduler.py: Handle exceptions that are caught under the event looptpollard/loop_exceptionTom Pollard2020-01-102-2/+25
|/
* Merge branch 'tpollard/showjunction' into 'master'Tom Pollard2020-01-094-2/+20
|\