agola/CHANGELOG.md

20 KiB

Changelog

v0.6.0

  • *: update to go 1.16 (@sgotti) #257
  • gitserver: fix fetchfile error handling (@sgotti) #258
  • Remove WaitingApproval for stopped tasks (@camandel) #253
  • example: fix gitserverURL in example config (@sgotti) #250
  • add content-type header for /config.js (@ftsell) #249
  • vendor: update gitea sdk v0.11.0 -> 0.12.0 (@6543) #241
  • *: update to go 1.14 (@sgotti) #217
  • config: check max config size (@sgotti) #239
  • config: add starlark config support (@sgotti) #232
  • run: export also ref type environment variable to runs (@sgotti) #231
  • run: export also pull request id environment variable to runs (@sgotti) #230
  • config: provide jsonnet context top level argument (@sgotti) #141
  • runconfig: disable password authentication in clone step (@sgotti) #229
  • runservice: correctly handle skipped tasks in fetcher (@sgotti) #226
  • github: add issue templates config (@sgotti) #227
  • runservice: fix handling of wrong executortask status (@sgotti) #225
  • executor: use cancellable context in executetask (@sgotti) #224
  • executor: fix stopping of not running tasks (@sgotti) #223
  • runservice: use all scheduled tasks in scheduleRun (@sgotti) #220
  • executor: fix reporting of stopped tasks and steps (@sgotti) #222
  • executor: serialize task handling (@sgotti) #221
  • runservice: minimize scheduling of tasks that will be queued by the executor (@sgotti) #218
  • runservice: mark not running tasks as skipped when run marked to stop (@sgotti) #219
  • gateway: move authentication apis to /api/v1alpha/auth (@sgotti) #215
  • go.mod: update dependencies (@sgotti) #213

v0.5.0

  • gitsources: handle skipverify also in oauth2 requests (@sgotti) #208
  • github: handle nil user email (@sgotti) #207
  • cmd: remotesource create don't force github defaults (@sgotti) #205
  • github: use the provided api url (@sgotti) #206
  • vendor: update gitea sdk (@6543) #203
  • makefile: remove test target (@sgotti) #202
  • cmd: project option to disable passing variables to PR from forked repo (@camandel) #198
  • doc: document supported go versions. (@sgotti) #201
  • Update github.com/opencontainers/runc (@MitaliBo) #195
  • cmd: fix token create help message (@camandel) #196
  • tests: add unique name for logs of the third ConfigStore instance (@camandel) #197
  • tests: improve services logging (@sgotti) #194
  • docker: create a toolbox volume for every pod (@sgotti) #193
  • datamanager tests: don't wait for etcd down (@sgotti) #189
  • cmd: add TaskID to run list output (@camandel) #188
  • cmd: add details to run list (@camandel) #185
  • cmd: add log get and delete subcommands (@camandel) #187
  • gateway: fix api used by GetRunTask (@camandel) #186
  • cmd: fix project visibility switch (@camandel) #184

v0.4.0

  • gateway/runservice: add api to delete step logs #157
  • *: write and flush header on log handlers (@sgotti) #180
  • runservice: improve errors in logsHandler (@sgotti) #179
  • runservice: use etcd mutex TryLock on fetching (@sgotti) #177
  • gateway: add api to get log status (@camandel) #175
  • *: use etcd mutex TryLock (@sgotti) #176
  • datamanager: skip already applied wals in writeDataSnapshot (@sgotti) #167
  • readdb: improve HandleEvents goroutine exiting (@sgotti) #172
  • datamanager tests: increase etcd waitdown timeout (@sgotti) #174
  • *: improve error handling (@sgotti) #169
  • objectstorage: use a single package (@sgotti) #170
  • datamanager: refactor ReadWal (@sgotti) #168
  • datamanager: check wal previouswalsequence is correct in initEtcd (@sgotti) #165
  • datamanager: don't create ost wal checkpointed files (@sgotti) #164
  • datamanager: clean old data files (@sgotti) #160
  • datamanager: fix index creation on multiple data files (@sgotti) #163
  • services: check config only for enabled services (@camandel) #162
  • datamanager: add data sequence to data file name (@sgotti) #158
  • sequence: add tests for String and Parse methods (@sgotti) #159
  • go.mod: update dependencies (@sgotti) #150
  • run config: add tty option for run steps (@camandel) #149
  • README: issue link points to templates (@camandel) #156
  • objectstorage: add WriteObject tests (@sgotti) #155
  • objectstorage: return object size in objectinfo (@sgotti) #154
  • objectstorage posix: use limitreader only when size is specified. (@sgotti) #153
  • objectstorage s3: use limitreader in write object (@sgotti) #152

v0.3.0

  • gitea: use GetRepoRefs instead of GetRepoRef (@sgotti) #146
  • when: fix typo in tag matching (@sgotti) #147
  • cmd: add run create command (@sgotti) #144
  • gateway: fix project create run http method (@sgotti) #143
  • docker: mount multiple volumes (@camandel) #142
  • gitsources: don't set branch value when in a pull request (@sgotti) #140
  • when: match only the current ref type (@sgotti) #139
  • *: implement ability to add tmpfs volumes to containers (@sgotti) #136
  • cmd: add version command (@camandel) #135
  • datamanager: remove some logs from tests (@sgotti) #134
  • cmd: add completion command (@camandel) #133
  • cmd: add project group delete command (@sgotti) #132
  • cmd: add project group update command (@sgotti) #131
  • gateway: add parentRef field to project group update api (@sgotti) #130
  • configstore: implement project group move (@sgotti) #128
  • configstore: disable root project group deletion (@sgotti) #129
  • cmd: add project update command (@sgotti) #123
  • tests: wait gitea ready (@sgotti) #127
  • gateway: add parentRef field to project update api (@sgotti) #122
  • cmd: fix version output (@camandel) #126
  • Add github issue templates (@sgotti) #125
  • configstore: implement project move (@sgotti) #121
  • cmd: fix typos in online help (@camandel) #124
  • cli: add secret/variable list subcommand (@camandel) #118
  • config: add clone options (@camandel) #120
  • gateway: api implement get secrets removeoverridden (@sgotti) #119
  • skip run with special commit (@camandel) #90
  • executor: add missing mutex unlock (@sgotti) #117
  • gateway: run api return more step data (@sgotti) #116
  • runservice: save step exitstatus in run. (@sgotti) #115
  • runservice: don't save executor task data in etcd (@sgotti) #113
  • runservice: add run workspace cleaner (@sgotti) #109
  • executor: set the container exec user in every step (@sgotti) #112
  • runconfig: set task default shell (@sgotti) #111
  • runservice: remove run step user (@sgotti) #110
  • *: update to go 1.13 (@sgotti) #105
  • gitserver: don't return http response/error when calling external git process (@sgotti) #103
  • util: Fix PathList output when path ends with slashes (@sgotti) #102

v0.2.0

  • agola run: update to agola-web v0.2.0 (@sgotti) #100
  • types: use a global When type (@sgotti) #99
  • agola run: update to agola-web v0.1.2 (@sgotti) #95
  • README.md: update screenshots (@sgotti) #96
  • agola run: build images and push them when on a v.* tag (@sgotti) #94
  • runservice: fix get tasks to run (@sgotti) #93
  • tests: add wait function in place of sleep (@sgotti) #92
  • cmd: fix variable create/update (@sgotti) #91
  • update example in devel doc (@camandel) #89
  • config: fix check on task and parents with common deps (@sgotti) #88
  • userdirectrun: add options to define variables (@sgotti) #86
  • Dockerfile: update to debian buster (@sgotti) #85
  • executor: listen on wildcard address (@sgotti) #84
  • config: add run when field (@sgotti) #78
  • userdirectrun: allow setting destination branch/tag/ref (@sgotti) #83
  • tests: test also clone step (@sgotti) #82
  • docker driver: use fixed client api version (@sgotti) #81
  • docker driver: use toolbox exec (@sgotti) #80
  • *: export clients and related types (@sgotti) #77
  • configstore: move configstore types inside configstore package (@sgotti) #76
  • util: remove time.go (@sgotti) #75
  • executor: set task endTime when marking as failed (@sgotti) #71
  • executor: fix typo in setting task endTime when setup failed (@sgotti) #70
  • runservice: fix/improve executor delete logic (@sgotti) #69
  • runservice: maintenance/export/import (@sgotti) #68
  • configstore: maintenance/export/import (@sgotti) #67
  • util: use context in backoff (@sgotti) #66
  • readdb: close and open readdb on Run (@sgotti) #65
  • *: use sleep timer in loops (@sgotti) #64
  • db: use context functions (@sgotti) #62
  • datamanager: implement import/export (@sgotti) #63
  • datamanager: implement maintenance mode (@sgotti) #61
  • go mod: update golang.org/x/xerrors (@sgotti) #60
  • db: retry on sqlite locked error (@sgotti) #59
  • readdb: fix deadlock in Run method (@sgotti) #58
  • runservice: stop run also if result is not set (@sgotti) #57