Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #1448

Closed
Open
Created 12 years ago by Administrator@rootOwner
  • New issue

  • Report abuse

  • New issue

  • Report abuse

notification level

Closed

notification level

Created by: dalcacer

I would love to see a kind of "notification level" which should be adjustable for each user (e.g. at the profile-page). Currently there are way to much notifications that might bug occasional observers.

Linked issues
...

    Related merge requests

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: samueljohn

      +1 ... something along the lines of github's new notification system.

      By Administrator on 2012-09-12T17:23:23 (imported from GitLab project)

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: saegey

      +1...an observer option like github so you can disable notifications would be awesome

      By Administrator on 2012-09-12T17:48:52 (imported from GitLab project)

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: dalcacer

      I think a dirty quickhack for the impatient could be (?) to edit the /apps/oberserver/mailer_oberserver.rb and to toggle certain notifications (for everybody) within def notify_note note

      e.g.

      def notify_note note
      # reject author of note from mail list
      users = note.project.users.reject { |u| u.id == current_user.id }
      
      users.each do |u|
        case note.noteable_type
        when "Commit"; Notify.note_commit_email(u.id, note.id).deliver
        #when "Issue";  Notify.note_issue_email(u.id, note.id).deliver
        #when "Wiki";  Notify.note_wiki_email(u.id, note.id).deliver
        when "MergeRequest"; Notify.note_merge_request_email(u.id, note.id).deliver
        #when "Snippet"; true
        #else
        #  Notify.note_wall_email(u.id, note.id).deliver
        end
       end
      end

      By Administrator on 2012-09-13T09:31:18 (imported from GitLab project)

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: sroth80021

      +1 Great idea. This is highly useful in our case because we use multiple repositories, and for all of those repositories read-access is needed in GitLab (so cloning is possible). However other than having read access, and maybe seeing some of the activity stream, most people really dont want to get an email about that repo.

      So a per-person, per-repo setting for email notification level would be awesome.

      See also Issue 1292: https://github.com/gitlabhq/gitlabhq/issues/1292

      By Administrator on 2012-09-19T21:56:43 (imported from GitLab project)

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: bbodenmiller

      +1 I'm also hoping to see a refined notification system. Would like to see the user notified when they are @mentioned in a comment, have the ability to subscribe and unsubscribe from a project, and the option to subscribe and unsubscribe from individual issues.

      By Administrator on 2013-01-10T19:03:12 (imported from GitLab project)

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: pierrea

      👍

      By Administrator on 2013-03-29T14:20:43 (imported from GitLab project)

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: senny

      Hey guys

      Thanks for your interest in GitLab ❤

      We don't use the Github issue tracker for feature requests. Please use http://feedback.gitlab.com/ for this purpose. Have a look at the contribution guidelines for more information.

      Also don't hesitate to use the support forum if you have further questions.

      There are already a lot of suggestions on the feedback app related to notifications. Please show your support by voting on the ones you like to see implemented.

      By Administrator on 2013-04-18T09:08:54 (imported from GitLab project)

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: bbodenmiller

      See http://feedback.gitlab.com/forums/176466-general/suggestions/3726325-improve-email-notification-system

      By Administrator on 2013-04-18T11:14:19 (imported from GitLab project)

    • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
    Please register or sign in to reply
    0 Assignees
    Assign to
    Milestone
    No milestone
    None
    None
    Time tracking
    Due date
    None
    None
    0
    Labels
    None
    Assign labels
    • No matching results
    • Manage project labels
    Confidentiality
    Not confidential

    You are going to turn on confidentiality. Only team members with at least Reporter access will be able to see and leave comments on the issue.

    Lock issue
    Unlocked
    participants
    Reference: