Brad Rydzewski
580fe9abb7
add apache license header to files
2018-02-19 14:24:10 -08:00
Brad Rydzewski
cef20f0476
Merge pull request #2331 from jbrockopp/master
...
Build List Pagination
2018-02-19 14:01:33 -08:00
Brad Rydzewski
ce740a635e
Merge pull request #2295 from jmccann/keepalive_server
...
Allow setting MinTime for keepalive enforcement on server
2018-02-19 13:36:13 -08:00
Brad Rydzewski
909053ba5b
Merge pull request #2244 from appleboy/fix2
...
Fix drone filter func
2018-02-19 13:01:05 -08:00
Brad Rydzewski
9a76ab5bbb
Merge pull request #2315 from favadi/gitea-pull-sender
...
uses email from Sender field of push event
2018-02-19 12:25:34 -08:00
Brad Rydzewski
0c7c811ebd
Merge pull request #2344 from yuukiyo/fix_typo [ci skip]
...
Fix typos
2018-02-19 12:23:59 -08:00
Brad Rydzewski
f5fd78b344
Merge pull request #2321 from tonglil/drone-cli-usage
...
Drone cli usage
2018-02-19 12:23:16 -08:00
Brad Rydzewski
c28d1bad2b
Format LICENSE [ci skip]
2018-02-16 13:52:26 -08:00
Brad Rydzewski
ce3855812b
Update LICENSE
2018-02-16 13:49:11 -08:00
Yuki Yoshida
100f44c615
Fix typos
2018-02-16 17:21:01 +09:00
Tony Li
9651a8043e
add usage for cpu-set
2018-02-13 10:41:36 -08:00
Brad Rydzewski
ad2aec815e
Merge pull request #2320 from mjwwit/master
...
Fix Gitea remote pull-request webhook parsing
2018-02-13 08:19:41 -08:00
Diep Pham
e3a5376d01
uses email from Sender field of push event
...
Gitea/Gogs [set repository owner](d644e88107/models/pull.go (L469)
) information as Pusher in webhook.
For example, if we have a repository: git.example.com/org1/repo1, owner
of repository will be `org1` and the email field will be empty. This PR
changes gitea/gogs helpers to use the email in Sender field, which is
the user that click the merge button.
2018-02-06 15:15:24 +07:00
Jordan Brockopp
c84031e3e8
get page query param. set default of 1 if not set
2018-02-02 13:04:21 -06:00
Jordan Brockopp
af76d46b53
add page param for getting build list with offset
2018-02-02 13:03:40 -06:00
Brad Rydzewski
5722ce410a
Merge pull request #2326 from jbrockopp/master
...
allow repo admin to update build counter
2018-02-01 13:50:06 -08:00
Brad Rydzewski
e60b76921f
Merge pull request #2327 from jbrockopp/build_kill
...
allow repo admin to kill build
2018-02-01 12:35:11 -08:00
Jordan Brockopp
af08c76b6a
allow repo admin to kill build
2018-02-01 14:07:45 -06:00
Jordan Brockopp
a844ed53e9
allow repo admin to update build counter
2018-02-01 13:10:00 -06:00
Tony Li
84954e2d20
fix verbage
2018-01-30 13:30:06 -05:00
Tony Li
0a6666b4bf
update server-agent usage
2018-01-30 13:28:17 -05:00
Tony Li
22522bfe44
update server usages
2018-01-30 13:28:07 -05:00
Tony Li
625ef44f55
make same
2018-01-29 19:21:46 -05:00
Tony Li
73914fdbd5
update server cli usage
2018-01-29 19:21:32 -05:00
Tony Li
e1a695bd04
update agent cli usage
2018-01-29 19:00:14 -05:00
Michael de Wit
e4a77e5346
Fix Gitea remote pull-request webhook parsing
2018-01-29 13:20:02 +01:00
Jacob McCann
8295166ca4
Update usage for keepalive-min-time
2018-01-24 08:41:11 -06:00
Brad Rydzewski
75150d4a42
Merge pull request #2309 from tonglil/patch-1
...
Log timestamp when puring log
2018-01-18 10:45:51 -08:00
Tony Li
2700a5eeaa
better format
2018-01-18 13:20:42 -05:00
Tony Li
e15e88584e
purge log w/ timestamp
2018-01-18 13:08:11 -05:00
Brad Rydzewski
1b0122df58
Merge pull request #2308 from bradrydzewski/master
...
endpoint to purge build logs, issue #1584
2018-01-18 09:46:06 -08:00
Brad Rydzewski
8771fb53af
purged log placeholder to include username
2018-01-18 09:30:41 -08:00
Brad Rydzewski
cd0524e77e
endpoint to purge build logs
2018-01-18 09:26:28 -08:00
Brad Rydzewski
923de1c4f2
Merge pull request #2307 from jhernandezb/fix/autocert
...
Fix autocert generation
2018-01-18 08:53:16 -08:00
jhernandezb
546e0bad00
Fix autocert generation
2018-01-18 10:33:41 -06:00
Brad Rydzewski
4db23fae05
Merge pull request #2301 from jhernandezb/feature/acme-http-01
...
migrate to http-01 challenge
2018-01-15 17:00:25 -08:00
Brad Rydzewski
afc71ec5a6
Merge pull request #2297 from jmccann/keepalive_fix
...
Add explicit default for DRONE_KEEPALIVE_TIMEOUT
2018-01-14 10:12:06 -08:00
jhernandezb
32e80eca20
lets encrypt: migrate to http-01 challenge
2018-01-12 22:54:49 -06:00
jhernandezb
5ba8cc3863
update acme dependency
2018-01-12 22:53:44 -06:00
Brad Rydzewski
3454e95f31
bump version number
2018-01-10 13:31:07 -08:00
Jacob McCann
36f99c9a3f
Add explicit default for DRONE_KEEPALIVE_TIMEOUT
2018-01-10 13:39:40 -06:00
Jacob McCann
6eb9af01c6
Allow setting MinTime for keepalive enforcement on server
...
This allows setting agent keepalive Time at value < 5m
2018-01-08 14:46:44 -06:00
Brad Rydzewski
fc22c5b39a
Merge pull request #2294 from jmccann/keepalive
...
Add keepalive to agents
2018-01-08 11:00:28 -08:00
Jacob McCann
164fd0ad3f
Update keepalive config to use DurationFlag
2018-01-08 12:47:08 -06:00
Jacob McCann
06fa27d937
Add keepalive to agents
2018-01-08 09:28:38 -06:00
Brad Rydzewski
e582c20812
Merge pull request #2287 from rumyantseva/master
...
Log the exact error in case of 'error setting commit status'
2017-12-20 08:41:30 -05:00
Brad Rydzewski
9293d1b74d
Merge pull request #2288 from jesselang/feature/drone-host-must-include-scheme
...
Fix DRONE_HOST check
2017-12-20 08:35:17 -05:00
Jesse Lang
b339532e0c
Fix DRONE_HOST check
2017-12-20 06:49:02 -06:00
Elena Grahovac
296a4f1977
Log the exact error in case of 'error setting commit status'
2017-12-20 12:12:38 +01:00
Brad Rydzewski
af273e8918
Merge pull request #2286 from jesselang/feature/drone-host-must-include-scheme
...
Validate DRONE_HOST to ensure it contains a scheme and not a trailing slash
2017-12-20 00:42:50 -05:00