travis-api/lib/travis/api/v3/queries
Joe Corcoran cae6da540f Add env vars endpoints
This adds API V3 endpoints for querying, creating, modifying and
deleting environment variables.

It has no concept of encryption yet and should be considered a work in
progress.

We should also talk about the slightly off-track approach in the
EnvVars::Create service – maybe there's a way to standardise the
querying and rendering for post requests?

2016-06-21 15:34:11 +02:00
..
accounts.rb v3: add accounts api 2015-04-17 13:34:29 +02:00
branch.rb 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
branches.rb v3: change branches default sort mode 2015-10-13 13:09:50 +02:00
broadcasts.rb v3: broadcasts - filter inactive broadcasts 2015-10-08 18:43:22 +02:00
build.rb Remove 'type' from payload 2016-06-15 14:36:59 +02:00
builds.rb v3: add sorting to builds 2015-10-13 16:52:15 +02:00
cron.rb move cron creation to query 2016-02-01 16:50:10 +01:00
crons.rb add error rescue for cron start method 2016-05-24 15:20:40 +02:00
env_var.rb Add env vars endpoints 2016-06-21 15:34:11 +02:00
env_vars.rb Add env vars endpoints 2016-06-21 15:34:11 +02:00
job.rb Remove 'type' from payload 2016-06-15 14:36:59 +02:00
jobs.rb v3: jobs query - comment out unused lines for now 2015-10-27 12:50:55 +01:00
organization.rb add owner/github_id/:id endpoint 2015-10-28 13:13:02 +01:00
organizations.rb v3: add pagination and sorting to orgs endpoint 2015-10-13 17:09:18 +02:00
owner.rb add owner/github_id/:id endpoint 2015-10-28 13:13:02 +01:00
repositories.rb Remove duplicated sorting configuration (#274) 2016-06-06 15:08:00 -04:00
repository.rb v3: avoid handing repository back to the query 2015-12-01 17:25:09 +01:00
request.rb Include token in requests/create payload 2015-07-08 13:38:55 +02:00
requests.rb v3: throttle and enable request creation 2015-03-23 15:18:36 +01:00
settings.rb Add settings to API V3 2016-06-08 15:59:52 +02:00
user.rb allow setting sidekiq worker class 2015-10-30 16:29:09 +01:00