Brad Rydzewski
6bfc7924bb
Merge pull request #1703 from strk/resolve_relative_gogs_avatars
...
Fix resolution of relative avatar urls for Gogs published in subpath
2016-07-06 10:38:29 -07:00
Sandro Santilli
cacfd0c444
Fix resolution of relative avatar urls for Gogs published in subpath
...
Closes #1701
Includes a new test, and updates expected results for 3 of them (adding
the schema part)
2016-07-06 15:58:31 +02:00
Brad Rydzewski
2d7c7bd860
Merge pull request #1693 from tboerger/feature/secret-list
...
Integrated initial command to list secrets
2016-06-27 15:24:38 -07:00
Thomas Boerger
41af9c0720
Integrated initial command to list secrets
...
Since we are not able to list the already set secrets I have added the
required API andpoint and the required sub command to list them.
2016-06-28 00:20:01 +02:00
Brad Rydzewski
a83fc7f939
Merge pull request #1692 from tboerger/feature/fix-archive
...
Dropped directories from archive
2016-06-27 13:35:00 -07:00
Thomas Boerger
d239b27b40
Dropped directories from archive
...
Currently the archive gets created including the directories, so the
regular guide to just download and copy the binary doesn't work. With
that change I have dropped the folders from the archive and the Drone
binary gets directly into the toplevel of the archive.
2016-06-27 22:18:36 +02:00
Brad Rydzewski
2530f8723f
Merge pull request #1668 from frapposelli/add-secrets-file-option
...
Add `--secrets-file` option to exec command
2016-06-17 10:05:09 -07:00
Fabio Rapposelli
f9f90af793
Add --secrets-file
option to exec command
2016-06-17 12:02:53 +02:00
Brad Rydzewski
30d55a224e
Merge pull request #1674 from josmo/stash-security-cleanup
...
Stash security cleanup
2016-06-16 08:30:09 -07:00
Brad Rydzewski
8a5978699e
Merge pull request #1679 from bradrydzewski/master
...
endpoint to get repository list + latest build
2016-06-14 17:44:16 -07:00
Brad Rydzewski
67ac073164
repo feed for latest build only
2016-06-14 17:34:47 -07:00
Brad Rydzewski
f10d4679ee
Merge pull request #1678 from bradrydzewski/master
...
adds a query parameter to pull active repos vs all repos
2016-06-14 15:26:26 -07:00
Brad Rydzewski
769551cb44
ability to pull full vs partial list
2016-06-14 15:20:17 -07:00
Brad Rydzewski
d656b2a75b
add chown command to switch repo owner
2016-06-14 14:05:53 -07:00
Brad Rydzewski
8de93539e3
use correct content-type for logs
2016-06-14 14:01:20 -07:00
Brad Rydzewski
9753d6f64c
Merge pull request #1677 from bradrydzewski/master
...
ability to flush user repo cache
2016-06-14 13:18:13 -07:00
Brad Rydzewski
08a4bf06a5
ability to flush user repo cache
2016-06-14 13:07:05 -07:00
Brad Rydzewski
f723e8f84c
Merge pull request #1671 from josmo/netrc-stash-fix
...
Netrc stash fix
2016-06-13 22:13:24 -07:00
Joachim Hill-Grannec
6d7f1bf295
Getting security to work on the stash. Looks at hooks to see if someone has admin rights.
2016-06-13 22:08:56 -05:00
Joachim Hill-Grannec
a4d28e39a0
Missed an argument
2016-06-13 18:25:31 -05:00
Joachim Hill-Grannec
1152e430c4
Cleaner way to remove the username from the git clone URL
2016-06-13 18:10:16 -05:00
Joachim Hill-Grannec
be1b75fd45
Fix defer location and err check
2016-06-12 22:18:31 -07:00
Joachim Hill-Grannec
6f4c4a37dc
Remove log and fix typo
2016-06-11 18:53:41 -07:00
Joachim Hill-Grannec
738d2a1107
Merge branch 'master' into netrc-stash-fix
2016-06-11 18:43:48 -07:00
Joachim Hill-Grannec
2ce566483b
Handling some of the error in bitbucksetserver
...
Fixed returning the http(s) version of the clone link which had the username in it however should not to work with netrc
Quick typo fix
2016-06-11 18:42:55 -07:00
Brad Rydzewski
8179e8c324
Merge pull request #1670 from josmo/initializemap
...
update to initialize the Environment map
2016-06-10 23:22:23 -07:00
Joachim Hill-Grannec
7e5a6ec9fb
Allowing for services with no environment defined.
2016-06-10 20:46:13 -07:00
Joachim Hill-Grannec
fd2b4b71ba
update to initialize the Environment map
2016-06-10 17:02:00 -07:00
Brad Rydzewski
ecc2728d9f
Merge pull request #1666 from MirrorZ/master
...
Invoke repoAdd on repo add command
2016-06-08 00:25:24 -07:00
mirrorZ
4384121586
Invoke repoAdd on repo add command
2016-06-08 15:38:07 +09:00
Brad Rydzewski
9ab3ccccff
write internal errors only to database [CI SKIP]
2016-06-06 23:45:58 -07:00
Brad Rydzewski
d01756ed80
remove port when creating default workspace path
2016-06-06 23:38:22 -07:00
Brad Rydzewski
108184daeb
Update agent.go
2016-06-06 23:25:57 -07:00
Brad Rydzewski
61fa2b5792
Merge pull request #1664 from bradrydzewski/master
...
make tar files public-read
2016-06-03 11:55:24 -07:00
Brad Rydzewski
4a17c45c31
re-enable net dns driver
2016-06-03 11:47:05 -07:00
Brad Rydzewski
917d43be18
Merge remote-tracking branch 'upstream/master'
2016-06-03 11:46:42 -07:00
Brad Rydzewski
18fdffd787
default git if not set
2016-06-03 11:45:06 -07:00
Brad Rydzewski
e348d6a6bb
Update Dockerfile
2016-06-03 09:30:12 -07:00
Brad Rydzewski
4b75910ff3
Merge pull request #1660 from frapposelli/add-status-check-context
...
[github] Add modifiable context for Github status API
2016-05-27 12:59:20 -07:00
Fabio Rapposelli
837446825d
Add modifiable context for Github status API
2016-05-27 20:22:32 +02:00
Brad Rydzewski
6c1a1d4be3
make download file public
2016-05-26 12:01:03 -07:00
Brad Rydzewski
c888fb3152
fix issue zipping windows binary
2016-05-26 11:49:16 -07:00
Brad Rydzewski
7f760b0e5d
Merge pull request #1658 from bradrydzewski/master
...
build and publish the command line utility
2016-05-26 11:34:26 -07:00
Brad Rydzewski
cfd5e076e8
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# Makefile
2016-05-26 11:28:02 -07:00
Brad Rydzewski
62ec7311a4
generate sha files
2016-05-26 11:17:24 -07:00
Brad Rydzewski
02f2d6cf23
generate sha files
2016-05-26 11:17:10 -07:00
Brad Rydzewski
64785c8b47
update yaml for s3 upload
2016-05-26 11:08:48 -07:00
Brad Rydzewski
0bab3771bc
Merge pull request #1657 from bradrydzewski/master
...
ability to provide secret to agent and generate token
2016-05-23 19:03:50 -07:00
Brad Rydzewski
5b1748aafd
ability to provide secret to agent and generate token
2016-05-23 18:47:44 -07:00
Brad Rydzewski
c220466b21
Merge pull request #1654 from bradrydzewski/master
...
agents stream logs using websockets
2016-05-23 14:45:28 -07:00