Project

General

Profile

Download (5.01 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d7c67746 06/20/2018 07:20 AM Michael Moll

Fixes #19873 - Fix Style/MultilineIfModifier cop (#5705)

  • Refs #20891 - fix for new rubocop rules
  • Fixes #19873 - Fix Style/MultilineIfModifier cop
3cd8c84b 04/11/2018 07:21 AM Michael Moll

Fixes #19787 - Fix Layout/SpaceAfterComma cop

cb591e34 03/08/2018 12:23 PM Tomáš Strachota

Fixes #22753 - add apipie validator for multiple allowed types

fe1d56e1 02/13/2018 03:43 PM Tomáš Strachota

Fixes #22557 - use correct type for 'provision_method' param

272386b5 12/18/2017 06:13 PM Tomer Brisker

Fixes #19820, #19822, #19824 - Fix some performance cops

5ce812a8 12/20/2016 12:37 PM Swapnil Abnave

Fixes #17678 - APIdoc - URL desc add missing CR types

719a47e0 12/13/2016 01:28 PM Dominic Cleal

refs #17257 - remove interpolation from extracted string

e7e5ef3e 09/12/2016 05:03 AM Tomer Brisker

Fixes #16491 - Upgrade rubocop to version 0.42

077e25c4 08/02/2016 10:32 AM Ranjan Kumar

Fixes #7955 - /apidoc should point to v2 documentation by default

287082a5 07/12/2016 04:41 AM David Davis

Refs #3809 - Turning on the AndOr cop

f4459c11 05/12/2016 09:56 AM David Davis

Refs #3809 - Turning on some rubocop cops

355c3a31 03/31/2016 04:13 AM Dominic Cleal

fixes #12746 - list compute resources from plugin definitions

Load the full list of known CRs from plugins on the fly, instead of
modifying the class-level list of supported plugins. Since plugin
definitions don't get reloaded, this allows the ComputeResource class to...

44ad385e 02/18/2016 03:15 AM Tom Caspy

fixes #12621 - adding cache for template kinds to prevent multiple queries

66c04a75 12/10/2015 05:48 AM Daniel Lobato Garcia

Fixes #12691 - Small Rails 4 backwards compatible changes

Following on 10409, rebasing the Rails 4 PR with develop has needed some
changes that can be backported to develop now.

51685ba8 12/07/2015 10:51 AM Timo Goebel

fixes #12624 - add plugin interface to add provision methods

8a817cb2 11/19/2015 09:37 AM Shlomi Zadok

Fixes #11643 - [API] Add preview template to host

783efdcc 10/21/2015 10:47 AM Daniel Lobato Garcia

Refs #11813 - Use new engines listing syntax in initializers

bb3572ff 09/02/2015 05:58 AM Daniel Lobato Garcia

Refs #3809 - Stabby lambda syntax for oneliners

I started by spotting log.rb which didn't have a lambda wrapping its
default scope, as needed by Rails 4. Since the style guide and most
Rails 4 documents used the stabby lambda, I turned on the cop so that we...

111b0459 07/24/2015 10:28 AM Daniel Lobato Garcia

Refs #3809 - Enable cop Style/IfUnlessModifier

3b4d1adf 06/16/2015 06:42 AM Lukas Zapletal

Fixes #10815 - introduced FOREMAN_APIPIE_LANGS env variable

2d8b4fef 04/28/2015 07:48 AM Daniel Lobato Garcia

Refs #3809 - Remove semicolon cop

75c85026 04/07/2015 07:24 AM Dominic Cleal

fixes #9973 - API doc keyword substitution with sprintf needs symbols

e404a0fa 04/02/2015 05:05 AM Tomáš Strachota

Fixes #9921 - specify requirements on apidoc params for NICs

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

a59972c3 11/12/2014 05:07 AM Martin Bacovsky

Fixes #4478 - API documentation localized

96144a47 10/06/2014 01:57 PM Daniel Lobato Garcia

Refs #3809 - Remove rubocop TODOs

Removed the following TODOs so that cops for these will run from now on:

Lint/AmbiguousOperator, DefEndAlignment, DeprecatedClassMethods
EnsureReturn, RequireParentheses, Void, BlockAlignment, EndAlignment,
UselessAccessModifier,...

a6cdb17c 10/06/2014 07:41 AM Lukas Zapletal

fixes #5130 - Added warning when apipie cache is missing or outdated

c2c0f05b 04/03/2014 10:34 PM Martin Bacovsky

Fixes #4755 - use_cache in development

0527e75b 03/17/2014 09:30 AM Martin Bacovsky

Fixes #4515 - Add support for dynamic bindings

6ce2ab70 02/06/2013 05:00 AM Ivan Necas

Using Apipie versioning features and Maruku for markdown

Apipie switched from Redcarpet to Maruku to avoid crashes of the C
Extension. No further need of compiling anything to get markdown support.

612e730a 01/15/2013 12:41 PM Dominic Cleal

fixes #2129 - only use markdown if redcarpet available

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....

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)...
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

981a9508 07/24/2012 04:12 AM Martin Bacovsky

api v1 - restapi renamed to apipie