Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
apipie.rb 2.01 KB
backtrace_silencers.rb 396 Bytes
email.rb 531 Bytes
foreman.rb 422 Bytes
inflections.rb 376 Bytes
local_secret_token.rb.example 474 Bytes
mime_types.rb 250 Bytes
procs_for_default_scope.rb 513 Bytes
puppet.rb 1.14 KB
secret_token.rb 371 Bytes
session_store.rb 416 Bytes
will_paginate.rb 696 Bytes

Latest revisions

# Date Author Comment
adfcf8f0 01/08/2013 08:24 AM Dominic Cleal

fixes #2109 - improve session token security

- adds security:generate token rake task to create static token
- generate and cache a token on startup if static token isn't present

Thanks to Sandor Szücs <>

596d5f09 12/24/2012 10:46 AM Joseph Magen

fixes #1991 expire topbar cache on user when restart server

25d4ca6d 12/11/2012 03:57 AM Joseph Magen

host routes api changes squashed

5d78633e 12/06/2012 07:11 AM Ivan Necas

Turn off the apipie validations for now

The main reason for the validations to be implemented in Apipie was
the ability to be able to check the documentation against the code:
i.e. it can discover inconsistencies between the documentation and
the actual code that uses the API....

611f5bff 11/28/2012 05:38 AM Amos Benari

Add organization and location to foreman.

This feature allows foreman to provide multi location, multi tenant and
multi organizations capablities.

the idea is that resources within foreman (e.g. hosts, subnets, users,
environments etc) can belong to one or more locations and organization,...

d076d573 11/21/2012 08:10 AM Joseph Magen

This commit adds most of the functionality required for API v1

The overall goal was to extract the existing JSON response
overall controllers, and to move them to a seperate name space.

  • documentation was added to all requests (available under /apidoc)...
e81bf057 11/15/2012 05:34 AM Sam Kottler

fixes #1872 - Adds Puppet v3 support

5d18e150 10/22/2012 04:04 AM Petr Chalupa

minor API v1 fixes

  • fix unknown variable name
  • enable apipie params validation
  • update config_template api doc
3398b5bd 10/09/2012 10:51 AM Petr Chalupa

update api documentation

  • remove #set_resource_params from Api::BaseController to leave :id param under :id for apipie validations to work
  • fix custom apipie validators to return nice errors
  • enable apipie validations for bugs to be caught early
  • log apipie param errors with info level...
3625dad6 07/24/2012 05:02 AM Ohad Levy

[API] - minor fixes

- fixed api index action still refering to old restsapi gem
- currently forced apipie to load DSL so we can reuse its DSL in our views

View revisions

Also available in: Atom