From 09213c67dac49862d8d5dd4531b01b2d6adf5e32 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Mon, 5 Nov 2018 17:56:11 +0800 Subject: WIP: FAKE UPDATE --- app/models/commit_collection.rb | 2 ++ app/models/user.rb | 2 ++ app/views/ide/index.html.haml | 1 + 3 files changed, 5 insertions(+) diff --git a/app/models/commit_collection.rb b/app/models/commit_collection.rb index dd93af9df64..407f88e9d4d 100644 --- a/app/models/commit_collection.rb +++ b/app/models/commit_collection.rb @@ -4,6 +4,8 @@ class CommitCollection include Enumerable + # FAKE UPDATE + attr_reader :project, :ref, :commits # project - The project the commits belong to. diff --git a/app/models/user.rb b/app/models/user.rb index d3eb7162174..b2124a82468 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -22,6 +22,8 @@ class User < ActiveRecord::Base include OptionallySearch include FromUnion + # FAKE UPDATE + DEFAULT_NOTIFICATION_LEVEL = :participating ignore_column :external_email diff --git a/app/views/ide/index.html.haml b/app/views/ide/index.html.haml index d8bd37fe986..7f9fa7fc6b8 100644 --- a/app/views/ide/index.html.haml +++ b/app/views/ide/index.html.haml @@ -15,3 +15,4 @@ .text-center = icon('spinner spin 2x') %h2.clgray= _('Loading the GitLab IDE...') +/ FAKE UPDATE -- cgit v1.2.1