Project

General

Profile

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

Latest revisions

# Date Author Comment
46eec8ba 03/03/2016 11:03 AM Marek Hulán

Fixes #13711 - fix subnet/domain validation during creation

3339b4d8 03/02/2016 09:56 AM Dominic Cleal

fixes #13897 - explicitly set limit on string columns

Rails 4.2 removes the default limit of 255 characters on PostgreSQL and
SQLite DB adapters, causing migrations on empty DBs to create columns
with no limit. The MySQL adapter does not do this, as VARCHAR is...

a2b3be55 03/02/2016 05:42 AM Tomer Brisker

Fixes #13896 - Rename Anonymous role to Default role

4a4c48e1 03/01/2016 05:54 AM Tomer Brisker

Fixes #9425 - Remove the Default User role

The Default User role is not actually used anywhere, and causes
confusion with the Anonymous role. Removing it.

c11e9017 02/17/2016 10:00 AM Trey Dockendorf

fixes #13745 - Fix usage of primary_interface when migrating interfaces from < 1.8 to >= 1.8

a977bd3b 02/16/2016 05:01 AM Daniel Lobato Garcia

Fixes #13557 - Rubocop enforce specifying a timezone

Rubocop can enforce what timezone to store in the database ,
so we can ensure everything is stored using UTC and we don't
miss these things in code reviews. When objects are displayed,
they must use the time provided by set_timezone in the...

572cd373 02/10/2016 04:32 AM Stephen Benjamin

templates - sync from community-templates

33d9f9ee 02/03/2016 08:35 AM Lukas Zapletal

Fixes #12718 - smart proxy log table

This patch adds a table with logs fetched from Smart Proxy /logs new API. It
returns latest N log entries from a simple memory buffer. The table supports
filtering by level, custom filtering and it introduces several overview...

45ed087a 02/03/2016 07:13 AM Daniel Lobato Garcia

Fixes #13340 - Seed Fedora Atomic installation media

Fedora Atomic now has a repository where you can get the isolinux stuff
from -https://dl.fedoraproject.org/pub/alt/atomic/stable/Cloud_Atomic/x86_64/os/

This allows us to perform fully unattended installations through...

59dc77b5 01/25/2016 10:12 AM Daniel Lobato Garcia

Fixes #13341 - Seeded Fedora installation media URL is wrong

Since Fedora 22, Fedora offers several flavors of its distribution. See
them at http://dl.fedoraproject.org/pub/fedora/linux/releases/22/

The old installation media URL that we seed doesn't cover this and 404s....

View revisions

Also available in: Atom