Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  migrate
  openid-store
  seeds.d
seeds.rb 2.64 KB

Latest revisions

# Date Author Comment
bec68fe2 01/13/2017 10:27 AM Timo Goebel

fixes #13810 - increase value range for id columns

f2c05b8d 01/11/2017 03:31 AM Marek Hulán

Fixes #17330 - skip admin email if it's unknown

When admin user is being seeded the Setting might not exist at that
moment. We can't just create it with value, since the setting would
be invalid because of other attributes. Therefore we split settings
creation from the setting list so we could create it from seed too....

d56eb681 01/02/2017 06:56 AM Daniel Lobato Garcia

Fixes #17850 - Prevent 414 on architecture/usergroup

These two fields had been modified using change_column in other
migrations which removed the limit on 'name'. This causes a 414 if
you create a very long name and try to edit the field.

After the change, the limit is restored so very long names are...

b5f207de 12/29/2016 07:40 AM Ori Rabin

Fixes #17810 - Deleting smart class parameters with puppetclass

59e7136a 12/25/2016 04:05 AM Shlomi Zadok

Fixes #17015 - Adds Key pairs controller

1f6cc22b 12/14/2016 03:09 AM Tomer Brisker

Fixes #17666 - prevent migration failures on counter cache

Removal of counter cache causes migrations relying on the
`reset_counters` method to fail. The migrations are changed to not
update the counters (which are now removed anyways).

d7d14c75 11/29/2016 05:19 AM Tomer Brisker

Refs #1556 - Remove puppet docroot setting from db and tests

4e6d2262 11/24/2016 03:48 AM Marek Hulán

Fixes #16739 - unify parameters permissions

4090ccb5 10/13/2016 05:44 AM Daniel Lobato Garcia

Fixes #6492 - ipmi_boot permission renamed to ipmi_boot_hosts

Authorizer expects permission names to follow a convention
'action'_'controller'. However this permission was not following it, and
this prevented the permission from being applied properly.

Before this fix, only admins could call ipmi_boot. I've also added a...

b5eefd92 10/07/2016 07:19 AM Amir Fefer

Fixes #13870 - encrypt specific settings values in db

View revisions

Also available in: Atom