Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add changelog reminder to pr template (#204)

authored by

hailey and committed by
GitHub
b6706a7f e56b2023

+7 -6
+1
.github/PULL_REQUEST_TEMPLATE.md
··· 7 7 - [ ] Tests pass locally 8 8 - [ ] `uv run ruff check .` passes (no unused imports or other lint errors) 9 9 - [ ] `uv tool run fawltydeps --check-unused --pyenv .venv` passes (no unused dependencies) 10 + - [ ] Updated `CHANGELOG.md` with my changes, if applicable 10 11
+6 -6
CHANGELOG.md
··· 8 8 ## [Unreleased] 9 9 10 10 ### ๐Ÿ“š 3rd party library updates 11 - - Upgrade `requests-mock` from 1.9.3 to 1.12.1 ([#176](https://github.com/roostorg/osprey/pull/176) by [@dependabot](https://github.com/dependabot)) 11 + - Upgrade `requests-mock` from 1.9.3 to 1.12.1 ([#176](https://github.com/roostorg/osprey/pull/176) by [@dependabot](https://github.com/dependabot)) 12 12 13 13 ### ๐Ÿ›  Breaking changes 14 14 15 15 ### ๐ŸŽ‰ New features 16 - - Add Postgres execution result store ([#171](https://github.com/roostorg/osprey/pull/171) by [@serendipty01](https://github.com/serendipty01)) 17 - - Add `ParseInt` UDF โ€” converts a numeric string to an integer ([#190](https://github.com/roostorg/osprey/pull/190) by [@bealsbe](https://github.com/bealsbe)) 18 - - Add `StringSlice` UDF which extracts a substring by index range ([#189](https://github.com/roostorg/osprey/pull/189) by [@bealsbe](https://github.com/bealsbe)) 19 - - Add `InExperiment` UDF which checks if an entity is in an experiment ([#203](https://github.com/roostorg/osprey/pull/203) by [@bealsbe](https://github.com/bealsbe)) 16 + - Add Postgres execution result store ([#171](https://github.com/roostorg/osprey/pull/171) by [@serendipty01](https://github.com/serendipty01)) 17 + - Add `ParseInt` UDF โ€” converts a numeric string to an integer ([#190](https://github.com/roostorg/osprey/pull/190) by [@bealsbe](https://github.com/bealsbe)) 18 + - Add `StringSlice` UDF which extracts a substring by index range ([#189](https://github.com/roostorg/osprey/pull/189) by [@bealsbe](https://github.com/bealsbe)) 19 + - Add `InExperiment` UDF which checks if an entity is in an experiment ([#203](https://github.com/roostorg/osprey/pull/203) by [@bealsbe](https://github.com/bealsbe)) 20 20 21 21 ### ๐Ÿ› Bug fixes 22 - - Default to selecting all for event stream ([#194](https://github.com/roostorg/osprey/pull/194) by [@chimosky](https://github.com/chimosky)) 22 + - Default to selecting all for event stream ([#194](https://github.com/roostorg/osprey/pull/194) by [@chimosky](https://github.com/chimosky))