Commit graph

3272 commits

Author SHA1 Message Date
Laszlo Fogas f9f0998cd2
Merge pull request #5 from laszlocph/version-drone-ui
Locking down drone-ui version
2019-04-05 21:02:29 +02:00
Laszlo Fogas bb3e229941 Locking down drone-ui version 2019-04-05 15:53:28 +02:00
Laszlo Fogas e120c6fce6
Merge pull request #1 from laszlocph/drone-oss-08
Drone OSS 08
2019-04-05 10:22:58 +02:00
Laszlo Fogas 897c9352a3 Building OSS 2019-04-05 10:17:27 +02:00
Laszlo Fogas ca5817ffc2 Renamed package 2019-04-04 20:51:20 +02:00
Laszlo Fogas 2fbaa56eee Removed all(?) enterprise licensed code 2019-04-03 20:15:52 +02:00
Brad Rydzewski 768ed784bd bump static version 2018-11-15 13:02:09 -08:00
Brad Rydzewski a527ac7f29
Merge pull request #2527 from nsheridan/master
Don't return extra columns in result set
2018-11-14 08:50:11 -08:00
Brad Rydzewski 166faba684
Merge pull request #2526 from nsheridan/panic_recover
Recover panic on closed channel
2018-11-14 08:19:55 -08:00
Niall Sheridan a55fa44589 Recover panic on closed channel
Related to #2480

Signed-off-by: Niall Sheridan <nsheridan@squarespace.com>
2018-11-14 11:27:41 +00:00
Niall Sheridan 4949047575 Don't return extra columns in result set
Since commit 360708e93d the feed-latest-build query has returned extra columns in the results, causing log messages like the following:

```
meddler.Targets: column [build_repo_id] not found in struct
meddler.Targets: column [build_id] not found in struct
meddler.WriteTargets: column [build_repo_id] not found in struct
meddler.WriteTargets: column [build_id] not found in struct
```

This is a result of the optimised Postgres query including the `build_repo_id` and `build_id` terms, where previously they were not inclued.
This PR rewrites the query slightly to produce the expected result set (i.e. without the `build_repo_id` and `build_id` columns). As a side-effect it also looks similar to the original query.

Signed-off-by: Niall Sheridan <nsheridan@squarespace.com>
2018-11-14 11:22:28 +00:00
Brad Rydzewski bc22e226d0 bump version 2018-11-10 10:36:20 -08:00
Brad Rydzewski 932d0f7fbb Merge remote-tracking branch 'upstream/master' 2018-11-08 22:46:06 -08:00
Brad Rydzewski 360708e93d optimize postgres query 2018-11-08 22:42:32 -08:00
Brad Rydzewski 08739aaed9 update bb client 2018-10-19 13:18:11 -07:00
Brad Rydzewski 3d6bd58be8 ensure stash responses closed 2018-10-19 13:03:46 -07:00
Brad Rydzewski eb96456909 fix for #2480 2018-10-18 22:33:56 -07:00
Brad Rydzewski a1d270a253
Merge pull request #2510 from tboerger/envsubst-update
Upgrade envsubst to latest version
2018-10-18 12:31:13 -07:00
Thomas Boerger eb06a8dc1c
Upgrade envsubst to latest version
Update the github.com/drone/envsubst to the latest version to include
fixes to the substr function.
2018-10-18 17:40:39 +02:00
Brad Rydzewski 4165f8def1
Merge pull request #2434 from typeless/push-500
Fix out-of-bounds error when a push doesn't contain commits
2018-10-17 09:55:38 -07:00
Brad Rydzewski 59c637fc82
Merge pull request #2464 from bradrydzewski/master
set kube/vault refresh interval, fixes #2463
2018-07-30 12:56:18 -07:00
Brad Rydzewski 4f5c53f9ee set kube/vault refresh interval, fixes #2463 2018-07-30 12:39:18 -07:00
Thomas Boerger c48150767c
Raise version to 0.8.6 2018-07-27 12:46:02 +02:00
Mura Li 63fba676b1 Fix out-of-bounds error when a push doesn't contain commits 2018-06-11 16:47:25 +08:00
Brad Rydzewski 29785b86f6
Merge pull request #2411 from praxist/fix-vault-k8s
Fix vault-k8s expected response type
2018-05-02 17:02:25 -07:00
Matt Leung 75fbaf91d9 Fix vault-k8s expected response type
Vault server response for lease_duration is an integer, rather than a string
2018-05-02 16:54:34 -07:00
Brad Rydzewski 4063d29b44 fix failing build count test 2018-05-02 09:59:05 -07:00
Brad Rydzewski 9ffd5ad9e8 alternate build count strategy for postgres 2018-05-02 09:45:05 -07:00
Brad Rydzewski 6a651f1e39 move vault params to extras 2018-05-01 21:05:30 -07:00
Brad Rydzewski c01a05def6
Merge pull request #2409 from folex/master
Use proper Bitbucket API for permission detection
2018-04-30 09:48:18 -07:00
folex 0f737fd82c Fix fmt.ErrorF usage 2018-04-30 11:50:49 +03:00
folex b1dfa4a5a9 Fix PR comments
full_name   -> fullName
"%s"        -> %q
errors.New  -> fmt.Errorf
2018-04-28 10:25:30 +03:00
Brad Rydzewski d6f595e721
Merge pull request #2406 from praxist/kubernetes-auth
Enable Vault auth through kubernetes auth method
2018-04-27 15:46:27 -07:00
Matt Leung 187d1d65bb add additional opt to set v.auth 2018-04-27 14:50:47 -07:00
Matt Leung db698f9ef4 fixup: some comments, added opts test, address pr concerns 2018-04-27 14:22:20 -07:00
folex 0b73e5489b Add tests:
- read access
- write access
- admin access
2018-04-27 20:48:54 +03:00
folex 764c36f736 Use user/permissions bitbucket API instead of hooks 2018-04-27 19:01:15 +03:00
Matt Leung c4fe6496b5 fixup: catch err from parseduration 2018-04-24 15:26:12 -07:00
Matt Leung 79428aa231 Enable Vault auth through kubernetes auth method
Added a feature to obtain the initial Vault token from the Kubernetes
auth method.

This works by making a request to the Vault server at the specified auth
method mount point's login path and presenting the JWT located in a file
on a running pod, along with the Kubernetes role to authenticate as.

Vault will then respond with a token and its TTL, if the request is valid.
2018-04-24 14:56:28 -07:00
Brad Rydzewski 9d8f8c3a44
Merge pull request #2396 from SkySymbol/issue_2154_labels
Remove labels deserialization for gogs and gitea PRs
2018-04-10 09:07:28 -07:00
Vincent Lequertier 23f215df0e Remove labels deserialization for gogs and gitea PRs
This fixes #2154
2018-04-10 11:24:05 +02:00
Brad Rydzewski 923dcec109
Merge pull request #2394 from delfer/patch-1
Add ability to restart build of any state
2018-04-07 10:56:50 -07:00
Delfer ea2c72b4b4 Add ability to restart build of any state 2018-04-06 17:54:24 +03:00
Brad Rydzewski 9cd328abcd Merge remote-tracking branch 'origin' 2018-04-01 11:55:13 -07:00
Brad Rydzewski 641afd9273
Merge pull request #2350 from filoozom/fix-gitea-sync [ci skip]
Fix gitea `actionSync`
2018-04-01 11:51:34 -07:00
Brad Rydzewski 456d72f3b8
Merge pull request #2359 from techmexdev/patch-1 [ci skip]
Update router.go
2018-04-01 11:43:12 -07:00
Brad Rydzewski 8a65cf91a9
Merge pull request #2313 from Valeran86/bugix/postgres-semicolon-in-scripts [ci skip]
fix missing semicolon in Postgres script's files
2018-04-01 11:38:00 -07:00
Brad Rydzewski 846db9f387
Merge pull request #2328 from YmarkusY/master [ci skip]
upgrade alpine base image to latest version
2018-04-01 11:35:50 -07:00
Brad Rydzewski a15ea23cea Merge remote-tracking branch 'origin' 2018-04-01 11:34:12 -07:00
Brad Rydzewski d3898a755e update vendored pipeline runner 2018-04-01 11:34:01 -07:00