summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: Run doc generation in CI, because it will run nowhere I can providetlater/bump-automakeTristan Maat2019-11-253-542/+400
* doc/examples/{autotools,junctions}: Bump automake versionTristan Maat2019-11-252-4/+4
* .gitlab-ci.yml: Use gitlab's builtin Static Application Security Testing (SAST)Javier Jardón2019-11-231-0/+3
* Merge branch 'jjardon/license_compliance' into 'master'Javier Jardón2019-11-231-0/+1
|\
| * .gitlab-ci.yml: USe gitlab's builtin License Compliance analyzerJavier Jardón2019-11-231-0/+1
|/
* Merge branch 'aevri/casdprocessmanager' into 'master'bst-marge-bot2019-11-225-197/+289
|\
| * CASDChannel: don't need to call GetCapabilitiesAngelos Evripiotis2019-11-221-5/+1
| * CASCache: comment on need for __getstate__Angelos Evripiotis2019-11-221-0/+5
| * cascache: _CASCacheUsageMonitor has channelAngelos Evripiotis2019-11-222-14/+6
| * Extract casd_channel logic to CASDChannelAngelos Evripiotis2019-11-223-71/+113
| * CASDProcessManager: 'release_resources' conventionAngelos Evripiotis2019-11-222-16/+12
| * cascache: extract CASDProcess in new moduleAngelos Evripiotis2019-11-224-141/+202
|/
* Merge branch 'jjardon/debian-10' into 'master'bst-marge-bot2019-11-221-1/+6
|\
| * .gitlab-ci.yml: Use Debian9 instead Debian10Javier Jardón2019-11-231-1/+6
|/
* Merge branch 'jjardon/fedora-31' into 'master'bst-marge-bot2019-11-221-13/+13
|\
| * WIP: Use fedora31 instead older versionsJavier Jardón2019-11-221-13/+13
|/
* Merge branch 'tlater/track-cleanup' into 'master'bst-marge-bot2019-11-2211-354/+198
|\
| * _stream.py: Refactor `Stream._load()` a littleTristan Maat2019-11-221-32/+72
| * Remove `Element._schedule_tracking()`Tristan Maat2019-11-223-42/+8
| * Fix stacktraces during element loadingTristan Maat2019-11-222-11/+16
| * Remove early skipping of already-fetched sourcesTristan Maat2019-11-221-5/+1
| * Simplify queue managementTristan Maat2019-11-222-15/+4
| * Schedule elements instead of "requiring" themTristan Maat2019-11-224-70/+11
| * Remove all `--track` optionsTristan Maat2019-11-225-194/+101
|/
* Merge branch 'jjardon/fix-overnight' into 'master'bst-marge-bot2019-11-191-1/+1
|\
| * .gitlab-ci.yml: Track new version of freedesktop-sdk to fix overnigth testJavier Jardón2019-11-201-1/+1
|/
* Merge branch 'abderrahim/no-sdk-gnome-org-2' into 'master'Javier Jardón2019-11-195-8/+8
|\
| * doc/examples/flatpak-autotools: remove references to sdk.gnome.orgAbderrahim Kitouni2019-11-195-8/+8
|/
* Merge branch 'traveltissues/1170' into 'master'bst-marge-bot2019-11-192-2/+6
|\
| * Improve help message for workspace soft-resetDarius Makovsky2019-11-192-2/+6
|/
* Merge branch 'tlater/annihilate_update_state' into 'master'bst-marge-bot2019-11-186-136/+254
|\
| * element.py: Refactor __update_ready_for_runtime()Tristan Maat2019-11-181-19/+30
| * element.py: Refactor __update_strict_cache_key_of_rdeps()Tristan Maat2019-11-181-14/+26
| * element.py: Reduce calls to __update_cache_key_non_strictTristan Maat2019-11-182-3/+24
| * element.py: Make ex-_update_state() components privateTristan Maat2019-11-181-17/+19
| * element.py: Remove `_update_state()`Tristan Maat2019-11-181-16/+3
| * element.py: Only run `_schedule_assemble()` when necessaryTristan Maat2019-11-181-29/+27
| * element.py: Only `element.__update_artifact_state` when necessaryTristan Maat2019-11-181-7/+9
| * element.py: Only run `element.__update_cache_keys` when necessaryTristan Maat2019-11-181-13/+29
| * Create _initialize_state() to capture an _update_state() use caseTristan Maat2019-11-185-20/+73
| * Only run `element.__update_source_state` when necessaryTristan Maat2019-11-185-7/+24
| * element.py: Remove workspace-specific codeTristan Maat2019-11-182-36/+13
| * element.py: Refactor `_schedule_assemble`Tristan Maat2019-11-181-10/+32
|/
* Merge branch 'chandan/re-enable-import-check' into 'master'bst-marge-bot2019-11-181-1/+1
|\
| * plugins/sources/deb: Re-enable import check for arpyChandan Singh2019-11-151-1/+1
|/
* Merge branch 'tlater/fix-test-env' into 'master'bst-marge-bot2019-11-151-4/+4
|\
| * cascache.py: Use a shebang that won't fail on /bin/bash-less systemsTristan Maat2019-11-151-4/+4
|/
* Merge branch 'traveltissues/1171' into 'master'bst-marge-bot2019-11-151-1/+1
|\
| * _stream: Force workspace removalDarius Makovsky2019-11-151-1/+1
|/
* Merge branch 'chandan/black' into 'master'Chandan Singh2019-11-15285-14002/+12216
|\