Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-20 | How does that '+' keep coming back? | Jorik Schellekens | 1 | -1/+1 | |
2019-08-05 | Bind exception to name | Jorik Schellekens | 1 | -1/+1 | |
2019-08-05 | Remove unused import | Jorik Schellekens | 1 | -1/+0 | |
2019-08-05 | Create and use a method to get the span context as a dict. | Jorik Schellekens | 2 | -2/+26 | |
2019-08-05 | Docstrings shouldn't lie. | Jorik Schellekens | 1 | -3/+3 | |
2019-08-05 | Refactor for clarity. | Jorik Schellekens | 1 | -4/+4 | |
2019-08-05 | Debug comments gone rampant. | Jorik Schellekens | 1 | -7/+0 | |
2019-08-05 | Remove redundent spans. | Jorik Schellekens | 2 | -2/+0 | |
2019-08-05 | Remove redundent tagging. | Jorik Schellekens | 2 | -4/+0 | |
2019-08-05 | Use underscores. | Jorik Schellekens | 1 | -1/+1 | |
2019-08-05 | String concatenation without the '+' | Jorik Schellekens | 1 | -2/+3 | |
2019-08-05 | Refactor return value so we don't create identical lists each time. | Jorik Schellekens | 1 | -4/+4 | |
2019-08-05 | Nicer use of dict update methods. | Jorik Schellekens | 1 | -8/+3 | |
2019-08-05 | Comment for 'context' column in device_lists_outbound_pokes' | Jorik Schellekens | 1 | -0/+7 | |
2019-08-05 | Double negatives do not make code that isn't unclear.. | Jorik Schellekens | 1 | -1/+1 | |
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | |||||
2019-08-05 | Typo | Jorik Schellekens | 1 | -1/+1 | |
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | |||||
2019-08-05 | Nicer changelog | Jorik Schellekens | 1 | -1/+1 | |
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | |||||
2019-08-01 |