Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | unmemoize read_ability | http://jneen.net/ | 2017-08-03 | 1 | -8/+9 | |
| * | | | | | | | rm unused NewNote#subject | http://jneen.net/ | 2017-08-03 | 1 | -4/+0 | |
| * | | | | | | | clearer argument name | http://jneen.net/ | 2017-08-03 | 1 | -2/+2 | |
| * | | | | | | | short-circuit if there is no policy, and add :read_project check | http://jneen.net/ | 2017-08-03 | 1 | -5/+1 | |
| * | | | | | | | force queries to include notification settings | http://jneen.net/ | 2017-08-03 | 1 | -2/+11 | |
| * | | | | | | | use a simple pluck, since equivalent filtering happens later | http://jneen.net/ | 2017-08-03 | 1 | -3/+1 | |
| * | | | | | | | style fixes | http://jneen.net/ | 2017-08-03 | 1 | -1/+2 | |
| * | | | | | | | .notifiable_users: compact the passed-in users | http://jneen.net/ | 2017-08-03 | 1 | -1/+1 | |
| * | | | | | | | default the project to target.project | http://jneen.net/ | 2017-08-03 | 2 | -3/+4 | |
| * | | | | | | | require that the user be able to :read_build | http://jneen.net/ | 2017-08-03 | 1 | -1/+2 | |
| * | | | | | | | make sure users have to be able to read_pipeline | http://jneen.net/ | 2017-08-03 | 1 | -1/+2 | |
| * | | | | | | | use intersection and diff operators instead of each | http://jneen.net/ | 2017-08-03 | 1 | -22/+2 | |
| * | | | | | | | make sure #custom_action is always defined | http://jneen.net/ | 2017-08-03 | 1 | -0/+4 | |
| * | | | | | | | move Recipient to its own NotificationRecipient file | http://jneen.net/ | 2017-08-03 | 1 | -109/+7 | |
| * | | | | | | | move the #build_* methods to static, parameterize the project | http://jneen.net/ | 2017-08-03 | 2 | -41/+40 | |
| * | | | | | | | factor out .notifiable_users | http://jneen.net/ | 2017-08-03 | 2 | -41/+8 | |
| * | | | | | | | don't elevate to :watch if no @custom_action is provided | http://jneen.net/ | 2017-08-03 | 1 | -1/+1 | |
| * | | | | | | | rm the @builder argument and factor out .notifiable_users | http://jneen.net/ | 2017-08-03 | 2 | -15/+38 | |
| * | | | | | | | move filtering logic into Recipient class | http://jneen.net/ | 2017-08-03 | 1 | -99/+102 | |
| * | | | | | | | add builder helpers with levels and start to separate out #filter! | http://jneen.net/ | 2017-08-03 | 1 | -54/+113 | |
| * | | | | | | | make recipients mutative during the build | http://jneen.net/ | 2017-08-03 | 1 | -64/+73 | |
| * | | | | | | | move build_custom_key to Default | http://jneen.net/ | 2017-08-03 | 1 | -8/+6 | |
| * | | | | | | | factor out the `target` argument to helpers | http://jneen.net/ | 2017-08-03 | 1 | -19/+19 | |
| * | | | | | | | move the build arguments to the initializers | http://jneen.net/ | 2017-08-03 | 1 | -14/+60 | |
| * | | | | | | | move the builders to classes with a #build | http://jneen.net/ | 2017-08-03 | 1 | -219/+257 | |
| * | | | | | | | use notification_setting_for_user_project in reject_users | http://jneen.net/ | 2017-08-03 | 1 | -18/+2 | |
| * | | | | | | | protect against nil project/group/setting | http://jneen.net/ | 2017-08-03 | 1 | -4/+4 | |
| * | | | | | | | move notification_setting_for_user_project to a public class method | http://jneen.net/ | 2017-08-03 | 1 | -13/+13 | |
| * | | | | | | | move the ability check to reject_users_without_access | http://jneen.net/ | 2017-08-03 | 1 | -1/+2 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Avoid plucking Todo ids and use sub-queries instead | Toon Claes | 2017-08-03 | 2 | -7/+11 | |
|/ / / / / / | ||||||
* | | | | | | Make Delete Merged Branches handle wildcard protected branches correctly | Toon Claes | 2017-08-02 | 1 | -1/+1 | |
* | | | | | | Merge branch '35815-webhook-log-encoding-error' into 'master' | Dmitriy Zaporozhets | 2017-08-02 | 1 | -1/+7 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Fix encoding error for WebHook logging | Alexander Randa | 2017-08-01 | 1 | -1/+7 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Added some extra TODOs for the Legacy Storage refactor | Gabriel Mazetto | 2017-08-01 | 1 | -0/+2 | |
* | | | | | Make disk_path keyword argument and optional | Gabriel Mazetto | 2017-08-01 | 1 | -1/+1 | |
* | | | | | Rename more path_with_namespace -> full_path or disk_path | Gabriel Mazetto | 2017-08-01 | 1 | -1/+1 | |
* | | | | | Rename path_with_namespace -> disk_path when dealing with the filesystem | Gabriel Mazetto | 2017-08-01 | 3 | -3/+3 | |
* | | | | | Rename many path_with_namespace -> full_path | Gabriel Mazetto | 2017-08-01 | 5 | -8/+8 | |
|/ / / / | ||||||
* | | | | Fixes #29385: Add /shrug and /tableflip commands | Alex Ives | 2017-07-28 | 1 | -0/+16 | |
| |_|/ |/| | | ||||||
* | | | Merge branch 'dm-large-push-performance' into 'master' | Robert Speicher | 2017-07-28 | 1 | -10/+21 | |
|\ \ \ | ||||||
| * | | | Load and process at most 100 commits when pushing into default branch | Douwe Maan | 2017-07-28 | 1 | -10/+21 | |
* | | | | Merge branch 'merge-issuable-reopened-into-opened-state' into 'master' | Sean McGivern | 2017-07-28 | 3 | -7/+7 | |
|\ \ \ \ | ||||||
| * | | | | Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-state | Yorick Peterse | 2017-07-28 | 3 | -7/+7 | |
* | | | | | Merge branch 'log_webhook_timeout' into 'master' | Rémy Coutable | 2017-07-28 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Log web hook execution timeout events | Alex Lossent | 2017-07-27 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'feature/sm/35282-ci_pipeline_variables-2' into 'master' | Kamil Trzciński | 2017-07-28 | 3 | -5/+62 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Fix revert miss | Shinya Maeda | 2017-07-28 | 1 | -1/+1 | |
| * | | | | Revert "Move validate to begin/rescue block" | Shinya Maeda | 2017-07-28 | 1 | -25/+14 | |
| * | | | | Remove is_a?(Hash) from unless params[:variables] in create_pipeline_variables | Shinya Maeda | 2017-07-28 | 1 | -1/+1 | |
| * | | | | Use bang for trigger.trigger_requests.create | Shinya Maeda | 2017-07-28 | 1 | -1/+1 |