summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | clearer argument namehttp://jneen.net/2017-08-031-2/+2
| | * | | | | use the accessor for `type`http://jneen.net/2017-08-031-1/+1
| | * | | | | fix commenthttp://jneen.net/2017-08-031-1/+2
| | * | | | | use safe navigation on notification_settinghttp://jneen.net/2017-08-031-1/+1
| | * | | | | short-circuit if there is no policy, and add :read_project checkhttp://jneen.net/2017-08-032-8/+7
| | * | | | | force queries to include notification settingshttp://jneen.net/2017-08-031-2/+11
| | * | | | | use a simple pluck, since equivalent filtering happens laterhttp://jneen.net/2017-08-031-3/+1
| | * | | | | style fixeshttp://jneen.net/2017-08-032-8/+10
| | * | | | | don't require projecthttp://jneen.net/2017-08-031-3/+1
| | * | | | | .notifiable_users: compact the passed-in usershttp://jneen.net/2017-08-031-1/+1
| | * | | | | default the project to target.projecthttp://jneen.net/2017-08-033-6/+13
| | * | | | | require that the user be able to :read_buildhttp://jneen.net/2017-08-031-1/+2
| | * | | | | make sure users have to be able to read_pipelinehttp://jneen.net/2017-08-031-1/+2
| | * | | | | use intersection and diff operators instead of eachhttp://jneen.net/2017-08-031-22/+2
| | * | | | | make sure #custom_action is always definedhttp://jneen.net/2017-08-031-0/+4
| | * | | | | move Recipient to its own NotificationRecipient filehttp://jneen.net/2017-08-032-109/+109
| | * | | | | move the #build_* methods to static, parameterize the projecthttp://jneen.net/2017-08-032-41/+40
| | * | | | | factor out .notifiable_usershttp://jneen.net/2017-08-032-41/+8
| | * | | | | don't elevate to :watch if no @custom_action is providedhttp://jneen.net/2017-08-031-1/+1
| | * | | | | rm the @builder argument and factor out .notifiable_usershttp://jneen.net/2017-08-032-15/+38
| | * | | | | move filtering logic into Recipient classhttp://jneen.net/2017-08-031-99/+102
| | * | | | | add builder helpers with levels and start to separate out #filter!http://jneen.net/2017-08-031-54/+113
| | * | | | | make recipients mutative during the buildhttp://jneen.net/2017-08-031-64/+73
| | * | | | | move build_custom_key to Defaulthttp://jneen.net/2017-08-031-8/+6
| | * | | | | factor out the `target` argument to helpershttp://jneen.net/2017-08-031-19/+19
| | * | | | | move the build arguments to the initializershttp://jneen.net/2017-08-031-14/+60
| | * | | | | move the builders to classes with a #buildhttp://jneen.net/2017-08-031-219/+257
| | * | | | | use notification_setting_for_user_project in reject_usershttp://jneen.net/2017-08-031-18/+2
| | * | | | | protect against nil project/group/settinghttp://jneen.net/2017-08-031-4/+4
| | * | | | | move notification_setting_for_user_project to a public class methodhttp://jneen.net/2017-08-031-13/+13
| | * | | | | move the ability check to reject_users_without_accesshttp://jneen.net/2017-08-031-1/+2
| * | | | | | Merge branch 'fix-jira-integration' into 'master'Rémy Coutable2017-08-041-2/+6
| |\ \ \ \ \ \
| | * | | | | | Ensure `JIRA::Resource::Issue` responds to `resolution` before calling itMehdi Lahmam2017-08-031-2/+6
| * | | | | | | Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling2017-08-049-22/+8
| * | | | | | | Merge branch 'diff-changed-files-dropdown' into 'master'Filipa Lacerda2017-08-0410-41/+173
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | use new dropdown stylingdiff-changed-files-dropdownPhil Hughes2017-08-031-0/+1
| | * | | | | | fixed alert box moving when is-stuck gets addedPhil Hughes2017-08-031-2/+4
| | * | | | | | dont assign to variable, just output directlyPhil Hughes2017-08-031-6/+3
| | * | | | | | fixed z-index issue with merge request versions widgetPhil Hughes2017-08-031-0/+2
| | * | | | | | fixed karma failurePhil Hughes2017-08-031-0/+2
| | * | | | | | fixed alignment in buttonPhil Hughes2017-08-032-4/+10
| | * | | | | | fixed jumping when bar gets stuckPhil Hughes2017-08-034-14/+26
| | * | | | | | made the changed files holder stickyPhil Hughes2017-08-034-4/+77
| | * | | | | | fixed haml lintPhil Hughes2017-08-034-3/+12
| | * | | | | | Moved changed files into a dropdownPhil Hughes2017-08-034-38/+66
| | | |/ / / / | | |/| | | |
| * | | | | | Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-0345-26/+79
| * | | | | | Merge branch 'tc-no-todo-service-select-mysql' into 'master'Sean McGivern2017-08-034-11/+24
| |\ \ \ \ \ \
| | * | | | | | Add workaround for UPDATE with subquery when using MySQLToon Claes2017-08-031-2/+11
| | * | | | | | Avoid plucking Todo ids and use sub-queries insteadToon Claes2017-08-033-9/+13
| * | | | | | | Use mixin for new dropdown styleWinnie Hellmann2017-08-034-64/+11