Commit Graph

78 Commits

Author SHA1 Message Date
carlad
8eb9811b30 add tool as dependency 2016-07-27 16:54:29 +02:00
Sven Fuchs
0f1e697abd delete github/services/sync_user and user_mailer, remove action_mailer 2016-06-19 15:04:39 +02:00
Sven Fuchs
a6658fa4d3 get rid of spec_helper_core 2016-06-19 14:35:54 +02:00
Sven Fuchs
c0e57cc890 add dependencies from travis-core 2016-06-14 19:10:34 +02:00
Sven Fuchs
4155c8ebcd remove travis-core dependency from gemspec 2016-06-14 17:45:10 +02:00
Tyranja
91ca0efe03 Fix gemspec AGAIN 2016-06-14 15:31:07 +02:00
Tyranja
b36a6f8358 Fix gemspec AGAIN 2016-06-14 15:28:05 +02:00
Tyranja
06de527c63 Sort and uniq gemspec authors and emails 2016-06-14 15:20:45 +02:00
Tyranja
8f9d5e41b7 remove debugging output 2016-06-14 15:18:15 +02:00
Tyranja
56a59e4cc3 Adds debugging output for canceling jobs 2016-06-14 15:18:15 +02:00
Tyranja
c4e58c3e63 Add Commit_command back to vendor 2016-06-14 15:17:47 +02:00
Sven Fuchs
feb4bcd90f delete unused stuffz 2016-06-14 15:17:47 +02:00
Renée Hendricksen
489c404bbb updated gemspec 2016-06-14 15:17:47 +02:00
Renée Hendricksen
e467fa3e6d renamed the core spec directory 2016-06-14 15:17:47 +02:00
Renée Hendricksen
4b6c177311 moved travis-core to vendor 2016-06-14 15:17:20 +02:00
Renée Hendricksen
7691d04de0 all the dep warnings 2016-06-14 15:16:51 +02:00
Renée Hendricksen
7c3c6bd1a9 passing specs 2016-06-14 15:16:15 +02:00
Renée Hendricksen
5a8c1e63c4 update the gemspec 2016-06-14 15:14:11 +02:00
Renée Hendricksen
d7d8e3bbe3 use the method directly 2016-05-30 17:26:44 +02:00
carlad
f8bee8f801 clean up rakefile, update gemspec 2016-03-23 13:13:22 +01:00
Sven Fuchs
10cd2d092d relax dependency for pg, remove thin 2015-05-21 18:23:33 +02:00
Konstantin Haase
67527afcb8 regenerate gemspec 2015-04-22 15:08:31 +02:00
Konstantin Haase
b75eb92a09 regenerate gemspec 2015-03-12 16:00:28 +01:00
Konstantin Haase
c968bbaab1 v3: use branches table for default_branch, eager load on /repos endpoint to avoid N+1 queries 2015-02-23 22:54:28 +01:00
Konstantin Haase
df64ee29c8 Merge branch 'master' into rkh-v3
Conflicts:
	Gemfile
	Gemfile.lock
	lib/travis/api/app.rb
2015-01-21 16:52:21 +01:00
Konstantin Haase
c4806450aa get v3 to a working and tested state 2015-01-21 16:38:25 +01:00
Konstantin Haase
016afceeff only run Skylight for 20% of the dynos (rounding up if there are less than five) 2015-01-19 14:00:00 +01:00
Konstantin Haase
afbf30f1c0 work on router 2015-01-19 13:29:26 +01:00
Konstantin Haase
219f65f00a bump up mustermann dependency 2014-12-01 12:44:49 +01:00
Konstantin Haase
162c615919 Merge branch 'master' into rkh-mustermann
Conflicts:
	Gemfile.lock
2014-12-01 12:43:11 +01:00
Dan Buch
57a82b7c1d Bumping ref for travis-yaml
plus other stuff that's along for the ride
2014-11-11 12:37:52 -05:00
Dan Buch
018f3c6872 Moving the useragent dependency to gemspec
so that it gets installed when using travis-api as a gem.
2014-11-03 13:42:00 -05:00
Konstantin Haase
14623ed088 Revert "Revert "track and enforce user-agent""
This reverts commit 2227d0042f.
2014-10-28 11:10:25 +01:00
Hiro Asari
2227d0042f Revert "track and enforce user-agent" 2014-10-27 18:51:32 -04:00
Konstantin Haase
07fff5a7be track and enforce user-agent 2014-10-27 19:21:23 +01:00
Konstantin Haase
f19bfa1ada set up mustermann 2014-08-19 10:05:45 +02:00
Henrik Hodne
192af7b1b7 Remove Skylight 2014-07-29 11:21:34 +02:00
Hiro Asari
8c48782e83 Update dependencies and gemspec 2014-07-03 11:55:30 +02:00
Hiro Asari
08443b1a38 Update gemspec once again 2014-06-17 10:43:52 -04:00
Hiro Asari
16aad923d0 Update gemspec 2014-06-17 10:15:54 -04:00
Hiro Asari
9265ac62c9 Merge branch 'master' into ha-feature-remove_log_endpoint
Conflicts:
	Gemfile.lock
	travis-api.gemspec
2014-06-17 09:05:05 -04:00
Konstantin Haase
27f091d3f3 regenerate gemspec 2014-06-17 11:42:35 +02:00
Hiro Asari
dfffe8e405 Remove PATCH logs/:job_id endpoint
To eradicate unnecessary inconsistency.

Spec to test the existing `GET logs/:id` remains.
2014-06-12 07:20:47 -04:00
Hiro Asari
1cf298464a Add RemoveLog service endpoint to jobs/:id/log
This replaces https://github.com/travis-ci/travis-api/pull/107.
2014-06-11 13:39:21 -04:00
Hiro Asari
5c079f8e66 Add specs for RemoveLog service
Status code is debatable; I opted for 422 when the job is still
running, and for 500 if unexpected error happened
2014-06-11 09:30:50 -04:00
Hiro Asari
cad6c4e68e Update gemspec 2014-06-10 14:59:22 -04:00
Henrik Hodne
da92cfd640 Remove New Relic 2014-04-09 05:25:00 -05:00
Josh Kalderimis
0f539e0da4 update the gemspec for profit! 2013-11-12 13:16:13 +01:00
Hiro Asari
3fa96de682 WIP: Atom feed for /repos/:owner_name/:name/builds
See travis-ci/travis-core#82

TODO: Link to indivisual build.
TODO: Add specs.
TODO: Review `#apply?`
2013-11-11 09:03:23 -05:00
Konstantin Haase
018c3b3228 update gemspec 2013-11-04 10:08:58 +01:00