Brad Rydzewski
1bac192d4a
removed un-used import from Godep
2015-05-31 13:36:51 -07:00
Ben Schumacher
33666d71a0
Finish removal of pkg/settings
2015-05-29 23:11:49 -06:00
Ben Schumacher
145d88f39b
Fix tests, update README.md
2015-05-29 23:00:01 -06:00
Brad Rydzewski
ca0ba21ef6
add agents attribute to toml
2015-05-18 21:54:10 -07:00
Brad Rydzewski
fd5a017384
added public key to repo settings
2015-04-16 15:15:05 -07:00
Brad Rydzewski
fac0582b57
flag parse, load config, readme
2015-04-08 16:59:57 -07:00
Making GitHub Delicious.
22e5d6c511
add waffle.io badge
2015-04-06 17:10:45 -06:00
Eichin David
c304270a7e
adapted readme to new remote config style with seperate open configs
2015-02-19 19:20:14 +01:00
Kirill Zaitsev
f47ab27702
Gitlab oauth login
2015-01-23 22:28:24 +03:00
Dan Carley
8fa473b07a
Support org whitelists for GitHub+GHE remotes
...
Allow the GitHub and GitHub Enterprise remotes to restrict who can login
based on a user's organisation membership. This can be used as a safe
addition to open registration and also ensures that access is revoked when a
user is subsequently removed from the org. The default is not to restrict at
all.
2015-01-15 17:05:53 +00:00
Dave Tucker
9f2849d5ad
Add Gogs to the TOML config file
...
While updating an Ansible module I noticed that while Gogs is supported,
it doesn't appear, commented out, in the TOML file. This commit adds it
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2015-01-12 02:20:18 +00:00
Nathan Youngman
49a591b451
README: flat style SVG badges
...
For consistency.
2015-01-09 23:22:03 -07:00
Brad Rydzewski
01ca940add
Merge pull request #732 from msteinert/gitlab-verify-skip
...
Add Gitlab certificate verification configuration
2014-12-14 23:21:11 -08:00
Kirill Zaitsev
12baa7a81a
Fix docker TLS, update readme and config file
2014-12-10 18:39:46 +03:00
Michael Steinert
d1099bcf53
Add Gitlab certificate verification configuration
...
Requires Bugagazavr/go-gitlab-client@4e00e40109
2014-12-09 10:16:59 -06:00
Brad Rydzewski
0ec2a65067
added docs to README
2014-11-10 00:24:47 -08:00
Brad Rydzewski
1cb74a90e3
Merge pull request #599 from bradrydzewski/remote-workers
...
Updated Docker Client to accept TLS
2014-10-22 23:50:43 -07:00
Brad Rydzewski
3cd1631c05
updated README
2014-10-22 23:23:05 -07:00
Brad Rydzewski
f6cbb7244b
forgot to remove setup.go
file in migration package
2014-10-22 00:26:52 -07:00
epipho
a7aab6bff6
Fixing session section of readme
2014-10-18 22:13:44 -04:00
Brad Rydzewski
dc4b60a50a
Merge pull request #582 from bradrydzewski/master
...
updated Makefile to create `packaging/output` during build step
2014-10-16 20:52:22 -07:00
Brad Rydzewski
6ca9ca7c09
updating README
2014-10-16 13:16:22 -07:00
Brad Rydzewski
2fd3e7e250
Merge pull request #578 from bradrydzewski/master
...
updated badge in README
2014-10-15 23:13:55 -07:00
Brad Rydzewski
1ac990146a
updated badge URL in README
2014-10-15 23:08:28 -07:00
Ciaran Downey
ad6084bb2e
Fix type in README
2014-10-14 21:41:48 -07:00
Brad Rydzewski
4179797151
added database incompatibility note to README
2014-10-14 07:48:13 -07:00
Brad Rydzewski
42979c5503
updated README
2014-10-13 21:37:59 -07:00
Brad Rydzewski
2c122fa891
fix for #554 and #552
2014-10-13 19:33:42 -07:00
Kirill Zaitsev
b64cd83424
Build rpm and deb packages
2014-10-12 23:51:51 +04:00
Brad Rydzewski
cd1fbe5d85
ability to customize the session secret and expiration
2014-10-11 20:33:06 -07:00
Brad Rydzewski
8e3cf23d52
added gitter badge to repository
2014-10-11 17:50:52 -07:00
Brad Rydzewski
a257562eeb
updated badge in README
2014-10-11 16:56:03 -07:00
Brad Rydzewski
69580a26c7
change source to datasource, for consistency with Go standard lib
2014-10-11 16:34:53 -07:00
Brad Rydzewski
2080cd3309
hooked up SSL in exp branch
2014-10-11 14:30:51 -07:00
Brad Rydzewski
65b3129797
updated readme to include database details
2014-10-01 12:01:02 -07:00
Brad Rydzewski
61c8811847
updated docs for using custom driver
2014-10-01 11:58:27 -07:00
Brad Rydzewski
892703b3f2
fixed go vet issues
2014-09-30 21:44:15 -07:00
Brad Rydzewski
80f7523e9b
hooked up custom docker instances from config file
2014-09-30 21:35:30 -07:00
Brad Rydzewski
6f3997f4e1
moved IRC and Webhooks to their own packages
...
updated email template to include link to build
updated readme to include correct badge
2014-09-09 23:19:04 -07:00
Brad Rydzewski
3293deaec6
updated github readme to use test.drone.io environment
2014-09-09 21:46:48 -07:00
Brad Rydzewski
55d9dbedcb
ability to provide Docker URL endpoints
2014-09-07 14:55:37 -07:00
Brad Rydzewski
31b1ed1f48
added a private mode flag for github enterprise, defaulted to true
2014-09-07 11:26:16 -07:00
Brad Rydzewski
446fb04d49
added registration.open to the configuration
2014-09-04 20:53:32 -07:00
Brad Rydzewski
02f8118c63
formatted README
2014-09-03 20:49:07 -07:00
Brad Rydzewski
5423af8700
updated README to include Gitlab
2014-09-03 20:48:13 -07:00
Brad Rydzewski
ca3d15bca2
refactored how remotes work and how (some) config is loaded
2014-09-03 00:23:36 -07:00
Brad Rydzewski
7ba55e5ed7
Update README.md
...
updated badges in README
2014-08-12 11:43:49 -07:00
Brad Rydzewski
068904d847
added link to 0.3 issues to track progress
2014-08-02 11:22:49 -07:00
Brad Rydzewski
624ad6f25f
updated README to provide more information about this releaase
2014-08-02 11:21:39 -07:00
Brad Rydzewski
7d446459d3
style mods to the login page
2014-07-13 20:24:03 -07:00