Template:
- [x] task1
- [ ] task2
- [x] task3
- [ ] task4
Effect:
- task1
- task2
Template:
- [x] task1
- [ ] task2
- [x] task3
- [ ] task4
Effect:
| import grails.plugin.springsecurity.annotation.Secured | |
| import org.springframework.messaging.handler.annotation.DestinationVariable | |
| import org.springframework.messaging.handler.annotation.MessageMapping | |
| import org.springframework.messaging.handler.annotation.SendTo | |
| import org.springframework.messaging.simp.annotation.SendToUser | |
| import org.springframework.messaging.simp.annotation.SubscribeMapping | |
| import org.sumo.apiapp.stomp.StompExceptionHandler | |
| import java.security.Principal |
| #!/bin/bash | |
| # @link https://gist.github.com/mattscilipoti/8424018 | |
| # | |
| # Called by "git push" after it has checked the remote status, | |
| # but before anything has been pushed. | |
| # | |
| # If this script exits with a non-zero status nothing will be pushed. | |
| # | |
| # Steps to install, from the root directory of your repo... |