- Sep 09, 2024
-
-
Saurabh Kumar authored
- The current make -j parallelization doesn't kill the remaining process when one of them errors out, the causes confusion if let's css/js is not building. - This PR also refractors the help target to use comment based generator which is more maintainable. - Update the node scripts to not require `collectstatic` during development, the runserver -> static server can find all the all files from packages and serve them on demand. - `make serve` now also installs python & node packages and builds the static_src if they are outdated. --------- Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
- Sep 04, 2024
-
-
Sandeep Chauhan authored
Fixes #4054
-
Sandeep Chauhan authored
Fixes #4091
-
Sandeep Chauhan authored
Fixes #4101
-
Sandeep Chauhan authored
Fixes #4048
-
- Sep 03, 2024
-
- Aug 28, 2024
-
-
Wes Appler authored
Fixes #4094. ~~For some reason, when combining other triggers with `revealed` the revealed trigger itself breaks while others remain fine. Swapping for the `intersect once` trigger resolved this but I'm not exactly sure why. Also not sure if moving forward for consistency we should use `intersect` instead of `revealed`. @theskumar any thoughts?~~ Updated htmx from v1.9.12 -> v2.0.2 to fix the usage of multiple tags breaking `revealed`. Tested locally and there doesn't seem to be any major breaking changes.
-
- Aug 27, 2024
-
-
Fredrik Jonsson authored
-
Fredrik Jonsson authored
-
- Aug 26, 2024
-
-
Fredrik Jonsson authored
When there is no related submissions the script generates an error. This PR fixes that. Also removes one old unused js file.
-
Sandeep Chauhan authored
Fixes #4081
-
- Aug 16, 2024
-
-
Saurabh Kumar authored
-
Wes Appler authored
The applicant dashboard (and various other views) used tailwind's `bg-light-grey` which seems inconsistent with the overall app and caused the menu to have a different standout color. I believe the grey background does add a nice contrast to things so I made that the system default. Open to making it all white, though.
-
Wes Appler authored
Fixes #4088. The logic that will reprompt the user if the cookie option changes was getting tripped as it was only checking for 1 button rather than 2 that exist when ack'ing.
-
Wes Appler authored
Fixes #4009. Implements a session extension for the magic link by utilizing an extra `remember-me` URL param. Also adds a configuration option to extend the session age to `SESSION_COOKIE_AGE_LONG` when OAuth is utilized for the login.
-
Wes Appler authored
Fixes #3240. Adds `HIDE_IDENTITY_FROM_REVIEWERS`config option to hide the identities of staff & applicants from external reviewers. This also hides reviews that don't have visibility set to `reviewer` from the sidebar as that seemed ore intuitive. There is also a fix here for the `Updated` field of the application where the original author will always be specified as the application editor even if someone else updated it. This is an edge case but will be helpful as we implement things like #3919.
-
- Aug 15, 2024
-
-
Sandeep Chauhan authored
Fixes #3906
-
Sandeep Chauhan authored
Fix submit contract document category permission with required remaining categories instead of remaining categories (#4078) Fix bug for submit contract document by applicant. Right now, there is an option in wagtail to set a contract document category optional/required but in Ui for applicants we are just checking for remaining contract document categories for submit contract document permissions while it should be checking for required only because others are optional.
-
Jesse Bickel authored
Rather than impeding the flow of users setting full name or requiring a new variable to be set by administrators, clean up users' given full names. This means removing all HTML tags and removing colons and slashes. It may be unfriendly to people such as "David-Wynn: Miller" but this is the cost of nerfing spam URLs in full names. Fixes #4060 Co-authored-by:
Frank Duncan <frankduncan@opentechstrategies.com>
-
Wes Appler authored
Fixes #3409 Removed newline causes the raw tag to render rather than the URL path.
-
- Aug 13, 2024
-
-
Fredrik Jonsson authored
Fixes #4084
-
Saurabh Kumar authored
This removes the left over js which is unused from the main.js
-
- Aug 09, 2024
-
-
Jesse Bickel authored
Fixes #3969 Co-authored-by:
Ghulam Murtaza <gmurtaza@opentechstrategies.com>
-
- Aug 08, 2024
-
-
Frank Duncan authored
Fixes #4067
-
Sandeep Chauhan authored
Fixes Manual task removal issue. Two colors trash because of single user task and user group task.
-
Saurabh Kumar authored
- Delete modal - Update status modal - update reviewer - Archive/unarchive modal and view/logic - Create reminder modal - update reminder block design - Add modal title component - Django messages as toast for htmx request - [x] update lead modal response - [x] meta term modal - [x] new project modal - [x] partner update modal - Adds new htmx based handler for django-message-framework and display them as toast Fixes #3391 Co-authored-by:
sandeepsajan0 <sandeepsajan0@gmail.com>
-
Sandeep Chauhan authored
Fixes #3946
-
Wes Appler authored
Fixes #3941. This makes some speed improvements to the results page along with fixes to the appearance of some currency values. Some of the biggest improvements come with the initial loading of the `/submissions/result/` with no filters/query params applied, the `.values()` for all submissions were being calculated twice. After some crude benchmarking with very large (OTF scale) datasets, it seems to be ~26% faster. Other improvements were just not loading fields that were irrelevant to the data presented. Testing of initial loading of `/submissions/result/` was as follows: **Unoptimized** | Trial | SQL Time (ms) | SQL Queries | | ----- | ------------- | ----------- | | 1 | 3715.86 | 32 | | 2 | 4429.34 | 33 | | 3 | 4449.12 | 33 | | 4 | 4615.63 | 33 | | 5 | 4852.89 | 33 | *Average SQL Time:* 4412.57 **Optimizied** | Trial | SQL Time (ms) | SQL Queries | | ----- | ------------- | ----------- | | 1 | 3006.05 | 32 | | 2 | 3448.47 | 32 | | 3 | 3315.12 | 32 | | 4 | 3317.39 | 32 | | 5 | 3137.71 | 32 | *Average SQL Time:* 3244.95 Hopefully this leads to less crashing on production. If you see anything else that can be optimized let me know! ## Test Steps <!-- If step does not require manual testing, skip/remove this section. Give a brief overview of the steps required for a user/dev to test this contribution. Important things to include: - Required user roles for where necessary (ie. "As a Staff Admin...") - Clear & validatable expected results (ie. "Confirm the submit button is now not clickable") - Language that can be understood by non-technical testers if being tested by users --> - Ensure the `/submissions/result/` view... - [ ] is snappier and doesn't crash on load - [ ] has proper decimal amounts & currency symbols --------- Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
Saurabh Kumar authored
On the desktop view, esp. for applicant the top nav shows a white background. This fixes and applies the nav bg only when the mobile menu is active
-
- Aug 06, 2024
-
- Aug 02, 2024
-
-
Wes Appler authored
Small one - I have a few older databases I always revert to & migrations always fail at this step because they're missing `403_title` & `403_body` for some reason. I also saw this when migrating the sandbox database a few months back.
- Jul 31, 2024
-
-
Jesse Bickel authored
Issue #3979 Co-authored-by:
Frank Duncan <frank@kank.net> Co-authored-by:
Frank Duncan <frankduncan@opentechstrategies.com>
-
- Jul 29, 2024
-
-
Saurabh Kumar authored
There might be a better way to do in each of the test iteslf but consider this a temporary fix, right now test generate a huge number of files that are left as it is after the tests are finished. This PR updates the test file names to be more consistent and then deletes them based on generated file name pattern
-
- Jul 23, 2024
-
-
Saurabh Kumar authored
Right now, the dependency installation is broken, the xhtml2pdf fails for latest version python-bidi. https://stackoverflow.com/a/78776520
-
- Jul 18, 2024
-
-
dependabot[bot] authored
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.42.0 to 2.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-python/releases">sentry-sdk's releases</a>.</em></p> <blockquote> <h2>2.8.0</h2> <h3>Various fixes & improvements</h3> <ul> <li><code>profiler_id</code> uses underscore (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3249">#3249</a>) by <a href="https://github.com/Zylphrex"><code>@Zylphrex</code></a></li> <li>Don't send full env to subprocess (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3251">#3251</a>) by <a href="https://github.com/kmichel-aiven"><code>@kmichel-aiven</code></a></li> <li>Stop using <code>Hub</code> in <code>HttpTransport</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3247">#3247</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>Remove <code>ipdb</code> from test requirements (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3237">#3237</a>) by <a href="https://github.com/rominf"><code>@rominf</code></a></li> <li>Avoid propagation of empty baggage (<a href="https://redirect.github.com/getsentry/sentry-python/issues/2968">#2968</a>) by <a href="https://github.com/hartungstenio"><code>@hartungstenio</code></a></li> <li>Add entry point for <code>SentryPropagator</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3086">#3086</a>) by <a href="https://github.com/mender"><code>@mender</code></a></li> <li>Bump checkouts/data-schemas from <code>8c13457</code> to <code>88273a9</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3225">#3225</a>) by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>2.7.1</h2> <h3>Various fixes & improvements</h3> <ul> <li>fix(otel): Fix missing baggage (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3218">#3218</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>This is the config file of asdf-vm which we do not use. (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3215">#3215</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Added option to disable middleware spans in Starlette (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3052">#3052</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>build: Update tornado version in setup.py to match code check. (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3206">#3206</a>) by <a href="https://github.com/aclemons"><code>@aclemons</code></a></li> </ul> <h2>2.7.0</h2> <ul> <li>Add <code>origin</code> to spans and transactions (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3133">#3133</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>OTel: Set up typing for OTel (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3168">#3168</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>OTel: Auto instrumentation skeleton (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3143">#3143</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>OpenAI: If there is an internal error, still return a value (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3192">#3192</a>) by <a href="https://github.com/colin-sentry"><code>@colin-sentry</code></a></li> <li>MongoDB: Add MongoDB collection span tag (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3182">#3182</a>) by <a href="https://github.com/0Calories"><code>@0Calories</code></a></li> <li>MongoDB: Change span operation from <code>db.query</code> to <code>db</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3186">#3186</a>) by <a href="https://github.com/0Calories"><code>@0Calories</code></a></li> <li>MongoDB: Remove redundant command name in query description (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3189">#3189</a>) by <a href="https://github.com/0Calories"><code>@0Calories</code></a></li> <li>Apache Spark: Fix spark driver integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3162">#3162</a>) by <a href="https://github.com/seyoon-lim"><code>@seyoon-lim</code></a></li> <li>Apache Spark: Add Spark test suite to tox.ini and to CI (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3199">#3199</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Codecov: Add failed test commits in PRs (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3190">#3190</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Update library, Python versions in tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3202">#3202</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Remove Hub from our test suite (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3197">#3197</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Use env vars for default CA cert bundle location (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3160">#3160</a>) by <a href="https://github.com/DragoonAethis"><code>@DragoonAethis</code></a></li> <li>Create a separate test group for AI (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3198">#3198</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Add additional stub packages for type checking (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3122">#3122</a>) by <a href="https://github.com/Daverball"><code>@Daverball</code></a></li> <li>Proper naming of requirements files (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3191">#3191</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Pinning pip because new version does not work with some versions of Celery and Httpx (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3195">#3195</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>build(deps): bump supercharge/redis-github-action from 1.7.0 to 1.8.0 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3193">#3193</a>) by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>build(deps): bump actions/checkout from 4.1.6 to 4.1.7 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3171">#3171</a>) by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>build(deps): update pytest-asyncio requirement (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3087">#3087</a>) by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>2.6.0</h2> <ul> <li>Introduce continuous profiling mode (<a href="https://redirect.github.com/getsentry/sentry-python/issues/2830">#2830</a>) by <a href="https://github.com/Zylphrex"><code>@Zylphrex</code></a></li> <li>Profiling: Add deprecation comment for profiler internals (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3167">#3167</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Profiling: Move thread data to trace context (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3157">#3157</a>) by <a href="https://github.com/Zylphrex"><code>@Zylphrex</code></a></li> <li>Explicitly export cron symbols for typecheckers (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3072">#3072</a>) by <a href="https://github.com/spladug"><code>@spladug</code></a></li> <li>Cleaning up ASGI tests for Django (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3180">#3180</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Celery: Add Celery receive latency (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3174">#3174</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Metrics: Update type hints for tag values (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3156">#3156</a>) by <a href="https://github.com/elramen"><code>@elramen</code></a></li> <li>Django: Fix psycopg3 reconnect error (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3111">#3111</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md">sentry-sdk's changelog</a>.</em></p> <blockquote> <h2>2.8.0</h2> <h3>Various fixes & improvements</h3> <ul> <li><code>profiler_id</code> uses underscore (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3249">#3249</a>) by <a href="https://github.com/Zylphrex"><code>@Zylphrex</code></a></li> <li>Don't send full env to subprocess (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3251">#3251</a>) by <a href="https://github.com/kmichel-aiven"><code>@kmichel-aiven</code></a></li> <li>Stop using <code>Hub</code> in <code>HttpTransport</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3247">#3247</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>Remove <code>ipdb</code> from test requirements (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3237">#3237</a>) by <a href="https://github.com/rominf"><code>@rominf</code></a></li> <li>Avoid propagation of empty baggage (<a href="https://redirect.github.com/getsentry/sentry-python/issues/2968">#2968</a>) by <a href="https://github.com/hartungstenio"><code>@hartungstenio</code></a></li> <li>Add entry point for <code>SentryPropagator</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3086">#3086</a>) by <a href="https://github.com/mender"><code>@mender</code></a></li> <li>Bump checkouts/data-schemas from <code>8c13457</code> to <code>88273a9</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3225">#3225</a>) by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>2.7.1</h2> <h3>Various fixes & improvements</h3> <ul> <li>fix(otel): Fix missing baggage (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3218">#3218</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>This is the config file of asdf-vm which we do not use. (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3215">#3215</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Added option to disable middleware spans in Starlette (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3052">#3052</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>build: Update tornado version in setup.py to match code check. (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3206">#3206</a>) by <a href="https://github.com/aclemons"><code>@aclemons</code></a></li> </ul> <h2>2.7.0</h2> <ul> <li>Add <code>origin</code> to spans and transactions (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3133">#3133</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>OTel: Set up typing for OTel (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3168">#3168</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>OTel: Auto instrumentation skeleton (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3143">#3143</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>OpenAI: If there is an internal error, still return a value (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3192">#3192</a>) by <a href="https://github.com/colin-sentry"><code>@colin-sentry</code></a></li> <li>MongoDB: Add MongoDB collection span tag (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3182">#3182</a>) by <a href="https://github.com/0Calories"><code>@0Calories</code></a></li> <li>MongoDB: Change span operation from <code>db.query</code> to <code>db</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3186">#3186</a>) by <a href="https://github.com/0Calories"><code>@0Calories</code></a></li> <li>MongoDB: Remove redundant command name in query description (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3189">#3189</a>) by <a href="https://github.com/0Calories"><code>@0Calories</code></a></li> <li>Apache Spark: Fix spark driver integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3162">#3162</a>) by <a href="https://github.com/seyoon-lim"><code>@seyoon-lim</code></a></li> <li>Apache Spark: Add Spark test suite to tox.ini and to CI (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3199">#3199</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Codecov: Add failed test commits in PRs (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3190">#3190</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Update library, Python versions in tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3202">#3202</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Remove Hub from our test suite (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3197">#3197</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Use env vars for default CA cert bundle location (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3160">#3160</a>) by <a href="https://github.com/DragoonAethis"><code>@DragoonAethis</code></a></li> <li>Create a separate test group for AI (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3198">#3198</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Add additional stub packages for type checking (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3122">#3122</a>) by <a href="https://github.com/Daverball"><code>@Daverball</code></a></li> <li>Proper naming of requirements files (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3191">#3191</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>Pinning pip because new version does not work with some versions of Celery and Httpx (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3195">#3195</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>build(deps): bump supercharge/redis-github-action from 1.7.0 to 1.8.0 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3193">#3193</a>) by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>build(deps): bump actions/checkout from 4.1.6 to 4.1.7 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3171">#3171</a>) by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>build(deps): update pytest-asyncio requirement (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3087">#3087</a>) by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>2.6.0</h2> <ul> <li>Introduce continuous profiling mode (<a href="https://redirect.github.com/getsentry/sentry-python/issues/2830">#2830</a>) by <a href="https://github.com/Zylphrex"><code>@Zylphrex</code></a></li> <li>Profiling: Add deprecation comment for profiler internals (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3167">#3167</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>Profiling: Move thread data to trace context (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3157">#3157</a>) by <a href="https://github.com/Zylphrex"><code>@Zylphrex</code></a></li> <li>Explicitly export cron symbols for typecheckers (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3072">#3072</a>) by <a href="https://github.com/spladug"><code>@spladug</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-python/commit/6f4685e29b072d02edfb5c9def75120e88e600e4"><code>6f4685e</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/getsentry/sentry-python/commit/7e6998e13ff3927a76f609c15ff2be5e0ce8b40c"><code>7e6998e</code></a> release: 2.8.0</li> <li><a href="https://github.com/getsentry/sentry-python/commit/32335dde277fa4467826170bf8a659a109921d60"><code>32335dd</code></a> fix(profiling): profiler_id uses underscore (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3249">#3249</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/763e40aa4cb57ecced467f48f78f335c87e9bdff"><code>763e40a</code></a> fix(integrations): don't send full env to subprocess (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3251">#3251</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/31efa62c90e5b88c6c15b55f6908a25133d65958"><code>31efa62</code></a> ref(transport): Stop using <code>Hub</code> in <code>HttpTransport</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3247">#3247</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/defb44860283348576a957ba481b2359bcc40a54"><code>defb448</code></a> build: Remove ipdb from test requirements (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3237">#3237</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/407f651f66fa811a20241579aa7881de624b3e20"><code>407f651</code></a> feat(opentelemetry): Add entry point for SentryPropagator (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3086">#3086</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/eab218c91ae2b894df18751e347fd94972a4fe06"><code>eab218c</code></a> build(deps): bump checkouts/data-schemas from <code>8c13457</code> to <code>88273a9</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3225">#3225</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/57825605d952bcf0272c52c5f382bf3e34935819"><code>5782560</code></a> fix(opentelemetry): avoid propagation of empty baggage (<a href="https://redirect.github.com/getsentry/sentry-python/issues/2968">#2968</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/6701616b615d36ad2ee35e87232d513ac5dede2b"><code>6701616</code></a> Merge branch 'release/2.7.1'</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-python/compare/1.42.0...2.8.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/HyphaApp/hypha/network/alerts ). </details> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Frank Duncan authored
Fixes #4041 When both of these are set, the "Set Password" in the user account page link always redirects to the user:account page, preventing the user from ever setting a password.
-
Wes Appler authored
Fixes #3936 Hides staff identities and adds the new settings option of `HIDE_STAFF_IDENTITY` to make this option configurable. Also, in adding `is_org_faculty` I noticed `is_apply_staff_or_finance` which was only used in one place and felt redundant so I tossed it.
-
Saurabh Kumar authored
Update the styling on the table view (de-emphasized, and used an icon) On list view, added the icon for export with a tooltip and also added a separate export handler the old table view is depreciated now. - Update default value of SUBMISSIONS_EXPORT_ACCESS_STAFF to False
-
- Jul 17, 2024
-
-
Fredrik Jonsson authored
-