summaryrefslogtreecommitdiff
path: root/ick2
AgeCommit message (Expand)AuthorFilesLines
2019-07-26Prepare to release version 0.54ick2-0.54Lars Wirzenius1-2/+2
2019-07-25Drop: unused PersistentState.get_resource_kinds methodLars Wirzenius3-16/+3
2019-07-25Fix: call superclass method with correct argsLars Wirzenius1-2/+2
2018-10-02Fix: shut up pylint3Lars Wirzenius2-3/+1
2018-09-17Fix: unit test for apt server in /versionLars Wirzenius1-1/+1
2018-09-17Fix: get apt server from correct /version keyLars Wirzenius1-1/+2
2018-09-17Fix: how we write dput config fileLars Wirzenius1-1/+2
2018-09-17Fix: add missing importLars Wirzenius1-0/+1
2018-09-17Fix: module nameLars Wirzenius1-1/+1
2018-09-17Fix: method name (for real?)Lars Wirzenius1-2/+2
2018-09-17Fix: method nameLars Wirzenius1-1/+1
2018-09-17Refactor: how we configure dput on the fly, make is more debuggableLars Wirzenius1-13/+21
2018-09-17Change: worker-manager gets APT server from controllerLars Wirzenius6-1/+51
2018-09-08Change: build notification mails to have status at start of subjectLars Wirzenius1-1/+1
2018-07-29Add: OUT and ERR and OUTERR functions to Python actionsLars Wirzenius1-0/+11
2018-07-29Add: python actions define a RUN() functionLars Wirzenius1-1/+6
2018-07-29Fix: format message with argvLars Wirzenius1-1/+1
2018-07-29Fix: add missing newlines to build log messagesLars Wirzenius1-5/+5
2018-07-29Fix: call to reportLars Wirzenius1-2/+2
2018-07-29Add: more build log output to git_mirror action, for debuggingLars Wirzenius1-0/+8
2018-07-26Change: return 409 if project is missing parameters, not 404Lars Wirzenius1-1/+1
2018-07-26Change: upon triggering build, check project defines all parametersLars Wirzenius4-0/+20
2018-07-25Fix: get the correct name to archiveLars Wirzenius1-2/+1
2018-07-25Add: -v to tar creating tarball for archivingLars Wirzenius1-1/+2
2018-07-25Fix: type in messageLars Wirzenius1-1/+1
2018-07-25Add: log blob name when creating artifactLars Wirzenius1-0/+1
2018-07-25Fix: variable nameLars Wirzenius1-1/+1
2018-07-25Add: "archive: systree" action, name_from field to populate actionsLars Wirzenius1-9/+35
2018-07-24Change: use the libyaml bindings for yaml loading, dumpingLars Wirzenius1-2/+3
2018-07-23Change: allow projects, pipelines, etc, have a foo/bar/baz syntaxLars Wirzenius2-6/+5
2018-07-21Fix: break long lineLars Wirzenius1-1/+3
2018-07-21Change: disable pylint3 until it works in Debian sid againLars Wirzenius1-0/+1
2018-07-21Add: GitMirrorActionLars Wirzenius1-0/+64
2018-07-18Bump version number post-release to 0.53.2+gitLars Wirzenius1-2/+2
2018-07-18Prepare to release version 0.53.2ick2-0.53.2Lars Wirzenius1-2/+2
2018-07-18Bump version number post-release to 0.53.1+gitLars Wirzenius1-2/+2
2018-07-18Prepare to release version 0.53.1ick2-0.53.1Lars Wirzenius1-2/+2
2018-07-18Bump version number post-release to 0.53+gitLars Wirzenius1-2/+2
2018-07-18Prepare to release version 0.53ick2-0.53Lars Wirzenius1-2/+2
2018-07-09Change: make NotFound args to not be optionalLars Wirzenius1-1/+1
2018-07-09Change: give NotMuch its optional args everywhereLars Wirzenius2-3/+3
2018-07-09Change: when raising NotFound, optionally say which resourceLars Wirzenius1-3/+5
2018-07-09Change: if triggered project doesn't exist, raise NotFoundLars Wirzenius1-0/+2
2018-07-04Change: "archive: workspace" gets artifact name via name_from fieldLars Wirzenius1-1/+3
2018-07-04Fix: actually use globs in "archive: workspace"Lars Wirzenius1-1/+1
2018-07-04Add: optional glob field to "archive: workspace" actionLars Wirzenius1-1/+17
2018-06-24Refactor: use existing variable instead of .get()ing it againLars Wirzenius1-1/+1
2018-06-24Change: set build exit code when an action ends, override laterLars Wirzenius1-1/+5
2018-06-24Change: mangle build status for notificationsLars Wirzenius1-1/+13
2018-06-24Change: drop build status from notificationLars Wirzenius1-1/+0