travis-api/lib/travis/api/v3/renderer
Joe Corcoran 871b915515 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-07-01 23:55:49 -04:00
..
accepted.rb v3: throttle and enable request creation 2015-03-23 15:18:36 +01:00
account.rb v3: add accounts api 2015-04-17 13:34:29 +02:00
accounts.rb v3: add accounts api 2015-04-17 13:34:29 +02:00
avatar_url.rb v3: allow expanding build.commit 2015-04-30 17:08:52 +02:00
branch.rb v3: branches - add default_branch (boolean) property 2015-10-08 18:44:40 +02:00
branches.rb v3 add branches endpoint 2015-09-07 17:09:05 +02:00
broadcast.rb v3: broadcasts - better renderer 2015-10-08 18:43:57 +02:00
broadcasts.rb add broadcasts - initial work 2015-09-10 15:08:41 +02:00
build.rb v3: minimal represenations should not use data from other tables 2015-10-08 18:45:18 +02:00
builds.rb add builds 2015-08-21 13:38:07 +02:00
collection_renderer.rb v3: don't have recursive recursiveness trigger endless db queries, fixes travis-pro/team-teal#497 2015-10-05 17:49:10 +02:00
commit.rb API v3: remove n+1 query from owner page endpoint 2015-05-05 16:43:52 +02:00
cron.rb cron return created_at 2016-05-30 10:02:21 +02:00
crons.rb add /repo/repo.id/crons GET endpoint 2015-11-05 15:22:10 +01:00
env_var.rb Add env vars endpoints 2016-07-01 23:55:49 -04:00
env_vars.rb Add env vars endpoints 2016-07-01 23:55:49 -04:00
error.rb v3: more info in the service index 2015-08-25 19:41:04 +02:00
job.rb v3: use cached_matrix_ids for build.jobs if only job ids are being loaded 2015-09-03 15:03:12 +02:00
jobs.rb add :jobs to build payload 2015-08-26 12:44:15 +02:00
lint.rb more work on lint endpoint 2016-03-18 16:43:18 +01:00
model_renderer.rb Mark current_build as experimental 2016-06-22 14:19:31 +02:00
organization.rb v3: rename account to owner (so we can use account for private accounts api) 2015-04-17 12:44:10 +02:00
organizations.rb v3: expose available attributes for collections 2015-03-10 11:23:48 +01:00
owner.rb v3: use query object for include logic to avoid n+1 queries 2015-04-28 22:02:03 +02:00
repositories.rb Revert "Merge pull request #257 from travis-ci/ps-current-build" 2016-05-11 17:13:40 +02:00
repository.rb Mark current_build as experimental 2016-06-22 14:19:31 +02:00
request.rb add branch_name for request 2016-04-15 17:22:41 +02:00
requests.rb v3: expose available attributes for collections 2015-03-10 11:23:48 +01:00
settings.rb Fewer object allocations :) 2016-06-09 11:29:17 +02:00
user.rb v3: add developer program feature flag 2015-10-21 16:57:21 +02:00