Commit graph

232 commits

Author SHA1 Message Date
Eoin McAfee
953961ce1f Update inject store to include template 2021-05-19 16:16:38 +01:00
Eoin McAfee
34bf7e9142 ran wire to generate DI for template store 2021-05-19 16:08:46 +01:00
Eoin McAfee
00b6d6e436 Initial api routes 2021-05-19 14:18:24 +01:00
Brad Rydzewski
04ec418c44 support optional convert plugin cache size 2021-05-14 14:06:47 -04:00
Brad Rydzewski
6b8abc32bf update login / register screens 2021-05-13 13:51:22 -04:00
Brad Rydzewski
e44aae58b4 metrics sink update 2021-05-04 19:11:57 -04:00
Brad Rydzewski
eaadd82a83 support for optional mixed-mode encryption 2021-05-04 18:59:03 -04:00
Brad Rydzewski
1fa3daca29 remove deprecated schedulers 2021-01-20 16:29:40 -05:00
Brad Rydzewski
276f984db3 enable simple starlark scripts in core 2020-11-20 08:56:47 -05:00
Brad Rydzewski
1cdeb5f84d fix timeout conflict 2020-09-15 17:38:32 -04:00
Brad Rydzewski
b5a401be56 enable caching of remote config requests 2020-09-15 17:28:45 -04:00
Doug Simmons
677d7cc2f7 Add configurable timeout for config, convert, and validate plugins
Also run 'go fmt' on changed files
2020-08-28 12:04:08 -07:00
Brad Rydzewski
840f58dc7f re-assign repository ownership when user deleted or deactivated 2020-06-08 14:32:28 -04:00
Bradley Rydzewski
5e31db25cb enable reaper routine by default 2020-06-04 22:15:30 -04:00
Brad Rydzewski
73c84aec0c enable experimental private mode flag 2020-03-26 13:38:57 -07:00
cmj
74423bfacd Missing the strings library 2020-02-14 16:08:08 +08:00
cmj
3e74e30845 Fix bug when refresh gitea access token
When the URI has extra '/' in DRONE_GITEA_SERVER, the drone
	will not pull the repo since it cannot refresh the access token.
	The log in gitea shows the drone try to access '//login/oauth/access_token'

	Related to commit 5414bb75f
2020-02-14 16:06:58 +08:00
Oleksii Kursov
b63c11cb3b Add default labels to all Nomad Drone Controller jobs on creation 2020-01-09 13:49:29 -08:00
Brad Rydzewski
c42273084f add optional pprof endpoints 2019-12-29 17:59:42 -08:00
Brad Rydzewski
45a3181f50 use major version in image name 2019-12-13 08:14:10 -08:00
Brad Rydzewski
f46941554c remove converter plugin memoize function 2019-11-20 16:04:01 -08:00
Toni Moreno
af34ac8b18 add http.Client with skipverify option to oauth renew token method, fix #2876 2019-11-16 10:46:27 +01:00
Brad Rydzewski
fa0ebede19 use new batch alogorithm by default, fixes #2658 2019-10-03 14:34:36 -07:00
Brad Rydzewski
4596e510f6 finalize support for auto-cancel 2019-10-02 08:23:56 -07:00
Brad Rydzewski
0b4e5156ae option to auto-cancel pending builds 2019-10-01 23:28:57 -07:00
Brad Rydzewski
4572cc8ddd check organization membership when authorizing orgsecret access 2019-09-29 13:51:56 -07:00
Brad Rydzewski
dce18f9afd check remote system when creating user 2019-09-28 14:27:37 -07:00
Brad Rydzewski
5414bb75f7 improve bitbucket status display text 2019-09-25 12:12:52 -07:00
Brad Rydzewski
6f55df2068 add feature flag for experimental batcher 2019-09-23 16:54:25 -07:00
Brad Rydzewski
20fa5b9a00 add feature flag for experimental batcher 2019-09-23 16:54:04 -07:00
Brad Rydzewski
d60054c459 increase size of stage name column 2019-09-23 16:46:20 -07:00
Brad Rydzewski
a3b7511d9c added endpoints for deep links 2019-09-20 18:17:32 -07:00
Brad Rydzewski
aaa02ba1a0 added build link endpoint with redirect 2019-09-20 17:08:25 -07:00
Brad Rydzewski
976ae70229 enable the admission controller 2019-09-18 22:52:13 -07:00
Brad Rydzewski
6283b20972 support for convert plugin extension 2019-09-17 12:18:35 -07:00
Vytautas Maciulskis
6e338b4a8b DRONE_REPOSITORY_TRUSTED env variable added:
This environment variable will allow to make repositories trusted, when enabling them in drone by default
It is recommended to use `DRONE_REPOSITORY_TRUSTED=true` only in scenarios, where you are running drone master and drone agents for single trusted organization
2019-09-12 09:46:07 +03:00
JordanSussman
4ae206d812 feat(repo): allow internal project visibility by default' 2019-09-10 22:16:19 -05:00
Brad Rydzewski
870e967ee8 added support for rollback 2019-09-03 21:11:49 -07:00
Brad Rydzewski
30ca88b9e6 added validation plugins 2019-09-03 15:05:53 -07:00
Brad Rydzewski
e272027814 include gitea changes in readme 2019-09-02 23:08:43 -07:00
Brad Rydzewski
d9b529f2f6 added support for convert plugins 2019-09-02 23:05:30 -07:00
techknowlogick
7b26269816
Merge branch 'master' into rm-basic-auth-gitea 2019-08-23 23:13:09 -04:00
Robert Lippens
e35d63203a
fix bucket check 2019-08-14 09:54:22 -07:00
Robert Lippens
411eb89740
refactor store injector 2019-08-14 09:32:59 -07:00
Robert Lippens
22d2e9db30
fix so always returns 2019-08-13 21:41:36 -07:00
Robert Lippens
11a7729db9
configure azure blob storage for drone 2019-08-13 21:12:39 -07:00
Brad Rydzewski
801212a923 improve error when malformed port 2019-07-29 19:55:25 -07:00
Brad Rydzewski
443b369b91 ability to limit webhook delivery by event and action 2019-07-28 12:22:16 -07:00
Matti R
8ad5123479
Merge remote-tracking branch 'upstream/master' into rm-basic-auth-gitea 2019-06-24 19:34:27 -04:00
Brad Rydzewski
6558d53de2 enable legacy token mapper 2019-06-06 13:27:38 -07:00