Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor `Todo#target` | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -7/+17 |
| | |||||
* | Rename `Todo#to_reference` to `Todo#target_reference` | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -3/+3 |
| | | | | Since we're not actually returning a todo reference. | ||||
* | Use `Commit#short_id` instead of `Commit.truncate_sha` | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -1/+3 |
| | |||||
* | Update schema info comment on todo related files | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -2/+3 |
| | |||||
* | Use todo.done without ! in the controller to mark todo as done | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -3/+3 |
| | |||||
* | Trigger a todo for mentions on commits page | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -1/+61 |
| | |||||
* | Does not raise an error when Todo is already marked as done | Douglas Barbosa Alexandre | 2016-02-23 | 1 | -0/+69 |