Sven Fuchs
40a9699a9e
include event_type to build payloads, accept multiple event types
2015-05-06 17:08:49 +02:00
Piotr Sarnacki
6d74c51e0e
Add avatar_url to accounts
2015-03-25 16:11:17 +01:00
Josh Kalderimis
570602fc92
correct a variable reference
...
'object' is not used in that method, it should be log
2015-01-13 18:40:05 +01:00
Piotr Sarnacki
6846d2f783
Return log with chunks if chunked response is requested for removed log
2015-01-09 14:39:57 +01:00
Piotr Sarnacki
43e20332cf
Return removed_at and removed_by if the log was removed
2015-01-09 14:28:30 +01:00
Mathias Meyer
9a83a6fccd
Respect empty email for the gravatar.
2014-12-15 15:35:44 +01:00
Mathias Meyer
5b51f70a7f
Auto-merged master into mm-fix-gravatar-url on deployment.
2014-12-15 12:31:02 +01:00
Sven Fuchs
e053a786c0
Revert "Return tag along with commit"
...
This reverts commit c2fc97b138
.
The respective change in travis-core was reverted meanwhile:
95d59342e9
2014-10-07 16:58:36 +02:00
Mathias Meyer
d181e898ac
Fix gravatar_id to use email.
...
This is a temporary fix for travis-ci/travis-ci#2837 , until the
sync is fixed.
2014-10-02 19:06:55 +02:00
Piotr Sarnacki
c2fc97b138
Return tag along with commit
2014-10-01 15:22:35 +02:00
Piotr Sarnacki
07cd97a90f
Add "after" param to log
...
after query param allows to get only parts that come after a specified
number, for example "after: 10" will download only parts that come after
10th part.
2014-09-11 14:36:19 +02:00
Piotr Sarnacki
65a90fd5d7
Fix specyfing part_numbers in API
...
Recently I've implmented a way to get only specific parts from log API,
but the test and implementation were wrong. This commit fixes that.
2014-09-11 14:35:33 +02:00
Piotr Sarnacki
4546d29508
Add ability to specify parts in query to get log
2014-08-27 15:52:52 +02:00
Piotr Sarnacki
fd6042573a
Return fingerprint along with the public key for repository
2014-07-29 04:39:03 +02:00
Piotr Sarnacki
d7c6edec18
Bring back ssh key endpoint, but make it configurable
2014-07-29 03:02:54 +02:00
Piotr Sarnacki
fd948929a1
SshKey is a part of travis-pro-core
2014-07-21 17:23:32 +02:00
Piotr Sarnacki
696185e3cd
Return repository_id for env vars
2014-07-16 18:14:52 +02:00
Piotr Sarnacki
cc291446f5
Return env var's value if it's public
2014-07-16 11:54:31 +02:00
Piotr Sarnacki
3ef8fab3c6
Add settings endpoint for env_vars
2014-05-23 13:42:22 +02:00
Piotr Sarnacki
d02648a542
Add build_id to requests payload
2014-05-06 16:04:10 +02:00
Piotr Sarnacki
e9cdef1c9b
Add /settings/ssh_keys API
2014-04-01 13:05:25 +02:00
Piotr Sarnacki
1b524071f4
Allow to handle settings collections
2014-04-01 12:00:06 +02:00
Piotr Sarnacki
8c82d9af89
Move API v2 payload definitions to travis-api from travis-core
2014-03-24 20:25:06 +01:00