## On This Day... ```dataview LIST FROM "DevLog/log" WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd") ``` --- ## Notes Created Today ```dataview TABLE created, updated as modified, tags, type, status FROM "DevLog" AND !"DevLog/log" WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd")) ``` --- [[DevLog/log/2021-06-16|2021-06-16]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-06-18|2021-06-18]] - [[github]] [CODEOWNERS file][1] [Google Code Styleguide][2] - [Log aggregation and reporting][3] - [[Python]] [[poetry]] [Using Poetry to manage Python projects][4] - [Poetry: "dependency management and packaging made easy"][5] - [How to use Poetry to Manage Python Dependencies and Publish Packages][6] - [[Azure Devops]] [[Pipelines]] - [add pipeline status badge][7] - [add board status badge][8] - [more status badge article info][9] - [MORE BADGES PLEASE, I NEED PROJECT INSIGHTS! – CI / CD 9][10] - [github actions][11] - [[tsql]] [[SQL Server Management Studio]] Right click on any table or stored procedure and `View Dependencies` and it will show you every thing it depends on or that depends on it [1]: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners [2]: https://google.github.io/styleguide/ [3]: https://youtu.be/j5Zsa_eOXeY?t=7574 [4]: https://youtu.be/V7UhzA4g2yg [5]: https://youtu.be/QX_Nhu1zhlg [6]: https://youtu.be/Xf8K3v8_JwQ [7]: https://poanchen.github.io/blog/2019/07/12/How-to-add-Azure-Pipelines-badge-to-your-repository-s-README-in-GitHub [8]: https://docs.microsoft.com/en-us/azure/devops/boards/github/configure-status-badges?view=azure-devops [9]: https://blog.devops4me.com/status-badges-in-azure-devops-pipelines/ [10]: https://never-stop-learning.de/more-badges-please-i-need-project-insights-ci-cd-9/ [11]: https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions