Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CR][ENG-5681] Great Big Python Upgrade #10648

Merged
merged 348 commits into from
Jul 22, 2024
Merged

[CR][ENG-5681] Great Big Python Upgrade #10648

merged 348 commits into from
Jul 22, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 20, 2024

  1. fixed flake8 warnings

    opaduchak authored and felliott committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    473cd97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dc4b04 View commit details
    Browse the repository at this point in the history
  3. bump version of gevent

    ly-mariia authored and felliott committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1c47f33 View commit details
    Browse the repository at this point in the history
  4. update dep versions for transitions, pillow, geoip2

     - bump version for the transitions module;
     - add new modules: pillow, geoip2;
    ly-mariia authored and felliott committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    72b1aae View commit details
    Browse the repository at this point in the history
  5. specify str encoding in nameparser

     - added a new parameter to specify the encoding of strings in
       constants for nameparser module;
    ly-mariia authored and felliott committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a4afa04 View commit details
    Browse the repository at this point in the history
  6. remove unused Pystache module

    ly-mariia authored and felliott committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5b4539c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faa1f23 View commit details
    Browse the repository at this point in the history
  8. remove python-magic

    ly-mariia authored and felliott committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e7f1084 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    64a8561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78379ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e46aa12 View commit details
    Browse the repository at this point in the history
  4. fied uritemplate.py -> uritemplate

    opaduchak authored and felliott committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5b28d61 View commit details
    Browse the repository at this point in the history
  5. fixed future version of ipdb

    opaduchak authored and felliott committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    39d7dc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57f62fc View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    61e16db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f97bea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33aecfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8ed3a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    054ba6b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/misc-updates' into feature/python-upgrade

     * update github deps to pull from COS repos
    felliott committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5391352 View commit details
    Browse the repository at this point in the history
  7. updated furl usage

    opaduchak authored and felliott committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0e9eb50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7864aa View commit details
    Browse the repository at this point in the history
  9. added reasoning behind urrlib3 version

    opaduchak authored and felliott committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8a4ac00 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    e656848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74e03e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Merge remote-tracking branch 'cos/develop' into feature/python-upgrade

     * Merge develop into feature/python-upgrade
       * Update module usage changes
       * Run pyupgrade over new code
    felliott committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    db6e960 View commit details
    Browse the repository at this point in the history
  2. removed future usages

    opaduchak authored and felliott committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    0946d6f View commit details
    Browse the repository at this point in the history
  3. removed future from mendeley

    opaduchak authored and felliott committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7a3bdb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3a437e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. update pymongo

     - replace ssl_cert_reqs with tlsAllowInvalidCertificates
     - remove dep from reqs.txt; update in addons/wiki/reqs.txt
    ly-mariia authored and felliott committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1a9535f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    732665e View commit details
    Browse the repository at this point in the history
  3. update elasticsearch deps

     - revert back to v6.x; es module version must match server version
     - small whitespace updates
    felliott committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    640520c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44e14bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca70c85 View commit details
    Browse the repository at this point in the history
  6. fixed code to work with newer celery

    opaduchak authored and felliott committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fda8e09 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    432c427 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. bumped test dependencies

    opaduchak authored and felliott committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    992c10a View commit details
    Browse the repository at this point in the history
  2. fixed time.clock in tests and assert

    opaduchak authored and felliott committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c4b1934 View commit details
    Browse the repository at this point in the history
  3. fixed some asserts

    opaduchak authored and felliott committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8bbb37c View commit details
    Browse the repository at this point in the history
  4. fixed several tests, in cases where apis were changed or asserts not …

    …properly migrated
    opaduchak authored and felliott committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    88867b7 View commit details
    Browse the repository at this point in the history
  5. fixed missing USE_COLOR

    opaduchak authored and felliott committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ae8ef3b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    8ae666b View commit details
    Browse the repository at this point in the history
  2. update Postgres to version 15

     - update the README-docker-compose.md
    ly-mariia authored and felliott committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    18e9d81 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    8694e95 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. add back pymongo dep to requirements.txt

     - I (@felliott) removed this from an earlier PR b/c I didn't realize
       that pymongo provides the bson module we use in the OSF. Mea culpa.
    felliott committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ab89e8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aab46ec View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. fixed more tests, added test report to CI, to ramp up development, fi…

    …xed docker-compose invoke usage, fixed migrations
    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1e63cda View commit details
    Browse the repository at this point in the history
  2. fixed report generation on failure

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8794e52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14bb7e3 View commit details
    Browse the repository at this point in the history
  4. fixed pre-commit issues

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    22cea9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a48ee86 View commit details
    Browse the repository at this point in the history
  6. fixed tests with otp

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5744328 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df45eef View commit details
    Browse the repository at this point in the history
  8. fixed materialized bug, increased annotations limit and removed passi…

    …ng tests from report
    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    655bcd8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3afa405 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec9e95b View commit details
    Browse the repository at this point in the history
  11. allowed localhost for pytest-socket

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    db090d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2f5329f View commit details
    Browse the repository at this point in the history
  13. removed all instances of *method*_json

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b8f0ee4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8b7b439 View commit details
    Browse the repository at this point in the history
  15. rest of errors which were left

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b4ac23b View commit details
    Browse the repository at this point in the history
  16. fixed more tests for website

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    51b3629 View commit details
    Browse the repository at this point in the history
  17. fixed more tests

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9b51477 View commit details
    Browse the repository at this point in the history
  18. fixed more website tests

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e3d8ed7 View commit details
    Browse the repository at this point in the history
  19. fixed event more tests

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7ef5e91 View commit details
    Browse the repository at this point in the history
  20. fixed even more tests

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    afae991 View commit details
    Browse the repository at this point in the history
  21. fixed even more website tests

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2518495 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3ae121d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    74fe0af View commit details
    Browse the repository at this point in the history
  24. fixed sentry tests

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6842eaf View commit details
    Browse the repository at this point in the history
  25. more error fixes, lowered transitions to 0.8.11 due to breaking api c…

    …hange in generated atrributes
    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    36ef494 View commit details
    Browse the repository at this point in the history
  26. fixed forms handling in tests

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3d6cb1f View commit details
    Browse the repository at this point in the history
  27. applied more of easier test fixes

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    778fb8b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    23e7e72 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f66b73a View commit details
    Browse the repository at this point in the history
  30. fixed more tests in addons

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f936a2f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e3c7225 View commit details
    Browse the repository at this point in the history
  32. fixed sendgrid tests

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f9ba569 View commit details
    Browse the repository at this point in the history
  33. fixed redirect issues

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e3443f1 View commit details
    Browse the repository at this point in the history
  34. fixed url encodeing test failures, added TODO comments to each case s…

    …o as to check with QA afterwards
    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fd06b14 View commit details
    Browse the repository at this point in the history
  35. fixed more urlencoding test failures

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cc051c9 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    1b2b084 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ec51327 View commit details
    Browse the repository at this point in the history
  38. fixed makring Embargo as completed

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    41e685c View commit details
    Browse the repository at this point in the history
  39. - fix github mock data;

    ly-mariia authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7db5e0f View commit details
    Browse the repository at this point in the history
  40. - made the code more readable;

    ly-mariia authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f1bf8d3 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1b652d5 View commit details
    Browse the repository at this point in the history
  42. - fixed error with URL decoding;

    ly-mariia authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    30a3623 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    736ad49 View commit details
    Browse the repository at this point in the history
  44. Merge branch 'feature/bugfix-party' into feature/python-upgrade

     This branch contains rebased & cherry-picked fixes from seven
     different PRs / tickets.
    
     [ENG-5480] - replace webtest plus with FlaskClient
     Closes #10583
     commits 1e63cda..e3443f1
    
     [ENG-5530] - fix sendgrid failures
     Closes #10585
     commit f9ba569
    
     [ENG-5517] - fix url encoding test issues
     Closes #10589
     commits fd06b14..cc051c9
    
     [ENG-5520] - fix JsonSchema issues
     Closes #10590
     commits 1b2b084..ec51327
    
     [ENG-5523] - Fix embargo termination failures
     Closes #10593
     commit 41e685c
    
     [ENG-5490] - Fix github mock data
     Closes #10586
     commits 7db5e0f..1b652d5
    
     [ENG-5519] - 401 instead of CAS redirect
     Closes #10592
     commits 30a3623..736ad49
    felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d9b757b View commit details
    Browse the repository at this point in the history
  45. fixed cors middleware errors

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ca52f69 View commit details
    Browse the repository at this point in the history
  46. fixed report generation

    opaduchak authored and felliott committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f24a005 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    18343d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fixed sendgrid tests

    opaduchak authored and felliott committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bdafdfb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/fix-sendgrid' into feature/python-upgrade

     Actually fix [ENG-5530] and close #10585.
    
     I (@felliott) thought this commit was included in another branch I
     merged and left it out. Mea culpa.
    felliott committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f164d61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b693dbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93a149d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9821161 View commit details
    Browse the repository at this point in the history
  6. fixed leftover datetime.UTC

    opaduchak authored and felliott committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ce8b753 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec26ee8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3188c86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1fad18a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. - fix error with passwords;

    ly-mariia authored and felliott committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    9b813c9 View commit details
    Browse the repository at this point in the history
  2. - remove unnecessary imports;

    ly-mariia authored and felliott committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    b4cdc4d View commit details
    Browse the repository at this point in the history
  3. - fix status_code error for test_external_login_confirm_email_get_wit…

    …hout_destination test;
    ly-mariia authored and felliott committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    b62cc32 View commit details
    Browse the repository at this point in the history
  4. - fix error for test_provider_down test;

    - fix errors with  ExternalProviderMeta(type), ExternalProviderMeta;
    ly-mariia authored and felliott committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1bce789 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    b0cf268 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Merge remote-tracking branch 'cos/develop' into feature/python-upgrade

     * Resolve some conflicts and run pyupgrade --py311-plus over new code
    felliott committed May 1, 2024
    Configuration menu
    Copy the full SHA
    87c4673 View commit details
    Browse the repository at this point in the history
  2. resolved celery issue by skipping tests

     * synchronous retries don't work on recent celery, so skip 'em!
    opaduchak authored and felliott committed May 1, 2024
    Configuration menu
    Copy the full SHA
    65e106f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4336ae View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. explicitly close request context manager in test_session

     * Close request context manager in teardown. Leaving it open was
       causing some of subsequent tests to fail
    
     * factor out some repeated code in github actions
    opaduchak authored and felliott committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e825378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed3b54e View commit details
    Browse the repository at this point in the history
  3. fixed testSearchViews queries for FlaskClient

     * Some confusingly-named query parameters were incorrectly renamed
       when converting from webtest-plus to FlaskClient. Fix the call
       invocations to pass the right query param names.
    
     * Skip test if not running under CI. This test fails when run
       locally, for unknown reasons.
    opaduchak authored and felliott committed May 3, 2024
    Configuration menu
    Copy the full SHA
    76c2275 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bc8592 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. revert datetime.UTC back to pre-3.11 form

     * The `datetime.UTC` alias for `datetime.timezone.utc` was added in
       python v3.11. This project is currently targeting python v3.10.
    felliott committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f63dc15 View commit details
    Browse the repository at this point in the history
  2. declare test markers in pytest.ini to silence warnings

     * Custom markers used but not declared in pytest.ini will throw a
       warning during testing. This warning makes it sound like the marker
       is being ignored, but it's not. At the same time, incorrectly-named
       markers ARE ignored. Not intuitive, but makes sense eventually. The
       warning looks like:
    
       > PytestUnknownMarkWarning: Unknown pytest.mark.enable_enqueue_task
       > - is this a typo?  You can register custom marks to avoid this
       > warning
    felliott committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e92c72e View commit details
    Browse the repository at this point in the history
  3. fix incorrectly-named pytest marker

     * Many, many years ago[1] some new test speedups were added. One use
       of the marker was accidentally typoed as "enable_enqueue" instead
       of "enable_enqueue_task". Fix that.
    
     [1] 0acc5c5ec
    felliott committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d9d663f View commit details
    Browse the repository at this point in the history
  4. replace yield_fixture with fixture to silence warnings

     * Quiet the following test warning:
    
       > PytestDeprecationWarning: @pytest.yield_fixture is deprecated.
       > Use @pytest.fixture instead; they are the same.
    felliott committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e30c433 View commit details
    Browse the repository at this point in the history
  5. remove marker that is actually a fixture

     * `django_assert_num_queries` is a fixture provided by pytest-django,
       not a marker.
    
       > PytestUnknownMarkWarning: Unknown
       > pytest.mark.django_assert_num_queries - is this a typo?
    felliott committed May 6, 2024
    Configuration menu
    Copy the full SHA
    17a3aba View commit details
    Browse the repository at this point in the history
  6. silence pytest warning; return True will be an error

     * Some tests were returning True to skip a parametrized run. Change
       that to `assert True` + `return` to avoid the following warning:
    
       > PytestReturnNotNoneWarning: Expected None, but <foo-test>
       > returned True, which will be an error in a future version of
       > pytest.  Did you mean to use `assert` instead of `return`?
    felliott committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b304998 View commit details
    Browse the repository at this point in the history
  7. silence warnings for osf app config

     * Silence test warnings for osf apps config. The warnings take
       the form of:
    
       > "RemovedInDjango41Warning: 'addons.osfstorage' defines
       > default_app_config =
       > 'addons.osfstorage.apps.OSFStorageAddonAppConfig'. However,
       > Django's automatic detection did not find this configuration.
    
       The fix is to remove the `default_app_config` declaration from the
       app's __init__.py and to add `default = True` to the app config
       class.
    felliott committed May 6, 2024
    Configuration menu
    Copy the full SHA
    bd25e7e View commit details
    Browse the repository at this point in the history
  8. silence warnings for addon app configs

     * Silence test warnings for addons apps configs. The warnings take
       the form of:
    
       > "RemovedInDjango41Warning: 'addons.osfstorage' defines
       > default_app_config =
       > 'addons.osfstorage.apps.OSFStorageAddonAppConfig'. However,
       > Django's automatic detection did not find this configuration.
    
       The fix is to remove the `default_app_config` declaration from the
       app's __init__.py and to add `default = True` to the app config
       class.
    felliott committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a1f4a53 View commit details
    Browse the repository at this point in the history
  9. replace ugettext_lazy with gettext_lazy to silence dep warnings

     * Replace deprecated method:
    
       > RemovedInDjango40Warning:
       > django.utils.translation.ugettext_lazy() is deprecated in favor
       > of django.utils.translation.gettext_lazy()
    felliott committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4f64dfd View commit details
    Browse the repository at this point in the history
  10. replace django urlquote with urllib quote to silence warnings

     * Replace the following deprecated function:
    
       > "RemovedInDjango40Warning: django.utils.http.urlquote() is
       > deprecated in favor of urllib.parse.quote()."
    felliott committed May 6, 2024
    Configuration menu
    Copy the full SHA
    cf99f34 View commit details
    Browse the repository at this point in the history
  11. silence test warnings for non-test classes called 'Test*'

     * We have some non-test classes named TestFoo. Add `__test__ = False`
       to these to keep them from being detected as tests. Warning:
    
       > PytestCollectionWarning: cannot collect test class 'TestFileNode'
       > because it has a __init__ constructor
    felliott committed May 6, 2024
    Configuration menu
    Copy the full SHA
    aecd0fc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b264d97 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fe9e823 View commit details
    Browse the repository at this point in the history
  14. - fix settings conflict;

    ly-mariia authored and felliott committed May 6, 2024
    Configuration menu
    Copy the full SHA
    392cce4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8582959 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    de19605 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b9c71e3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5d37516 View commit details
    Browse the repository at this point in the history
  19. - fixes according to PEP8;

    ly-mariia authored and felliott committed May 6, 2024
    Configuration menu
    Copy the full SHA
    368a119 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f0c3ef6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fixed affected tests

    opaduchak authored and cslzchen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5a4c494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c3a8e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/ENG-5531' into feature/python-upgrade

    [ENG-5531]
    Closes #10607
    cslzchen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5f1fa27 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    6d67329 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/ENG-5514' into feature/python-upgrade

    [ENG-5514]
    Closes: #10609
    cslzchen committed May 9, 2024
    Configuration menu
    Copy the full SHA
    153fb4e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. fixed several OTP-related tests

    opaduchak authored and cslzchen committed May 13, 2024
    Configuration menu
    Copy the full SHA
    96addbb View commit details
    Browse the repository at this point in the history
  2. fixed test with otp drift

    opaduchak authored and cslzchen committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4b7a2f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca2b4d0 View commit details
    Browse the repository at this point in the history
  4. removed test reports from PR, because they do not work when PRs are s…

    …ubmitted from forks
    opaduchak authored and cslzchen committed May 13, 2024
    Configuration menu
    Copy the full SHA
    50ec1de View commit details
    Browse the repository at this point in the history
  5. Merge branch 'ENG-5587' into feature/python-upgrade

    [ENG-5587]
    Closes #10612
    cslzchen committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b78c410 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. - fix errors for test_external_login_confirm_email_get_duped_id and t…

    …est_external_login_confirm_email_get_duping_id tests;
    ly-mariia authored and cslzchen committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9a3f793 View commit details
    Browse the repository at this point in the history
  2. - fix errors for test_download_file_with_token and test_download_file…

    …_with_token tests;
    ly-mariia authored and cslzchen committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3089868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4720a20 View commit details
    Browse the repository at this point in the history
  4. - removed the extra comma;

    ly-mariia authored and cslzchen committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cbc1ca5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea77e2e View commit details
    Browse the repository at this point in the history
  6. - fix error request.authorization;

    ly-mariia authored and cslzchen committed May 14, 2024
    Configuration menu
    Copy the full SHA
    70fc8f1 View commit details
    Browse the repository at this point in the history
  7. - update guid;

    ly-mariia authored and cslzchen committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c64c4fb View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/ENG-5553' into feature/python-upgrade

    [ENG-5553] [ENG-5589]
    Closes #10600
    cslzchen committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e7b2050 View commit details
    Browse the repository at this point in the history
  9. - replace json with data;

    - added follow_redirects=True as it helped return status code 200 instead of 301;
    ly-mariia authored and cslzchen committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1d42a5a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c56131 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    0da3db1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ENG-5604' into feature/python-upgrade

    [ENG-5604]
    Closes #10616
    cslzchen committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1cd73ad View commit details
    Browse the repository at this point in the history
  3. fixed conflicts

    opaduchak committed May 15, 2024
    Configuration menu
    Copy the full SHA
    35d5512 View commit details
    Browse the repository at this point in the history
  4. fixed jwt token encryption

    opaduchak committed May 15, 2024
    Configuration menu
    Copy the full SHA
    800b95d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. fixed import order

    opaduchak committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bfc35c4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge pull request #10618 from opaduchak/feature/develop-updates

    [ENG-5617] Phase 3: Check new `develop` changes, fix conflicts and unit tests.
    cslzchen committed May 21, 2024
    Configuration menu
    Copy the full SHA
    baba6ef View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. bumped django along with sentry

    opaduchak authored and cslzchen committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e6794b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5167467 View commit details
    Browse the repository at this point in the history
  3. fixed invalid re_path imports

    opaduchak authored and cslzchen committed May 23, 2024
    Configuration menu
    Copy the full SHA
    37cdd3c View commit details
    Browse the repository at this point in the history
  4. fixed one failed re_path fix

    opaduchak authored and cslzchen committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1b5ba8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17101c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc989da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68a8e47 View commit details
    Browse the repository at this point in the history
  8. fixed unused import

    opaduchak authored and cslzchen committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9150450 View commit details
    Browse the repository at this point in the history
  9. bumped Django to 4.2

    opaduchak authored and cslzchen committed May 23, 2024
    Configuration menu
    Copy the full SHA
    08a29aa View commit details
    Browse the repository at this point in the history
  10. fixed token santitization

    opaduchak authored and cslzchen committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c749434 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2a0b3aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    810b3db View commit details
    Browse the repository at this point in the history
  13. more fixed to auth user factory

    opaduchak authored and cslzchen committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a244236 View commit details
    Browse the repository at this point in the history
  14. fixed adding emails before save

    opaduchak authored and cslzchen committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b7b1408 View commit details
    Browse the repository at this point in the history
  15. fixed unused imports

    opaduchak authored and cslzchen committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0fd3bd1 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'ENG-5550' into feature/python-upgrade

    [ENG-5550]
    Closes #10620
    cslzchen committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7f7799f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3904e28 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b09ab7a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    1e95c3e View commit details
    Browse the repository at this point in the history
  2. - add a commas;

    - add space according to pep8;
    - rewrote the is_truthy and is_falsy functions;
    ly-mariia authored and cslzchen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2045954 View commit details
    Browse the repository at this point in the history
  3. - reverse the change;

    ly-mariia authored and cslzchen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    00603b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef53555 View commit details
    Browse the repository at this point in the history
  5. - fix with value 1 and 0;

    ly-mariia authored and cslzchen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7b2c076 View commit details
    Browse the repository at this point in the history
  6. - add comment;

    ly-mariia authored and cslzchen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    99c9bb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd0cb46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    346e938 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. bumped ci to 3.11

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8a63f48 View commit details
    Browse the repository at this point in the history
  2. bumped ci to 3.12

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1f27a1d View commit details
    Browse the repository at this point in the history
  3. bumped pre-commit to reset cache on ci

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c9f238f View commit details
    Browse the repository at this point in the history
  4. bumped python to 3.11 in pre-commit

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1596fb6 View commit details
    Browse the repository at this point in the history
  5. removed asynctest

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    61e691e View commit details
    Browse the repository at this point in the history
  6. ported fixes from 3.11 branch

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ac127bb View commit details
    Browse the repository at this point in the history
  7. got rid of distutils

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e298b78 View commit details
    Browse the repository at this point in the history
  8. fixed inspect

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    cabc19b View commit details
    Browse the repository at this point in the history
  9. fixed setuptools

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0f4ede1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6de1b09 View commit details
    Browse the repository at this point in the history
  11. fixed pre-commit hooks

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    20ee6ad View commit details
    Browse the repository at this point in the history
  12. removed boto in favour of boto3

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f4cfef3 View commit details
    Browse the repository at this point in the history
  13. fixed test containing invalid import

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    bdae661 View commit details
    Browse the repository at this point in the history
  14. fixed mongodb for live edit, fixed using called-with which was remove…

    …d in python 3.12
    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4969554 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    512c869 View commit details
    Browse the repository at this point in the history
  16. marked called_with tests as broken

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c48db62 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7760369 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    44b14b1 View commit details
    Browse the repository at this point in the history
  19. removed leftover comments, enforced python compile success, added pac…

    …kaging as requirement as it is missing in original requirements
    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3b2ca45 View commit details
    Browse the repository at this point in the history
  20. fixed comments

    opaduchak authored and cslzchen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    492d249 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a8ce147 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a3303b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    f0fa6aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a9e458 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e605d6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9e1d10 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    b3bb6a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87665ed View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/fix-archiver-tests' into feature/python-upgrade

     [ENG-5739]
     Closes #10634
    
     [ENG-5752]
     Closes #10638
    felliott committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    bff0512 View commit details
    Browse the repository at this point in the history
  4. fixed test_GET_approve_with_valid_token_redirects: for token_action c…

    …all, fixed redirect link in test, for view_project call fixed it not to expect redirect nbeing called
    opaduchak authored and felliott committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    23da4f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    744eab2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    8c20bb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    f7aeefe View commit details
    Browse the repository at this point in the history
  2. fixed box addon setup

    opaduchak authored and felliott committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2f0226c View commit details
    Browse the repository at this point in the history
  3. removed state as it wasn't needed

    opaduchak authored and felliott committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9a3554f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64cf539 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge remote-tracking branch 'cos/develop' into feature/python-upgrade

     * Include pyupgrade changes for py3.12
    felliott committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    353c536 View commit details
    Browse the repository at this point in the history
  2. i forgot to flake

    felliott committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    26e7b9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a08399 View commit details
    Browse the repository at this point in the history
  4. switch to poetry for dep management

     * made poetry resolve dependencies
    
     * fixed broken mendeley and dataverse-client-python dependencies to
       resolve alongside osf deps
    
     * added poetry to Dockerfile and CI
    
     * converted Dockerfile to multi-stage build in order to reduce image
       size
    opaduchak authored and felliott committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8331d96 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/poetry' into feature/python-upgrade

     [ENG-5686]
     Closes #10631
    felliott committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    af0b559 View commit details
    Browse the repository at this point in the history
  6. remove unused files

    felliott committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    11190f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a88b30 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    1458262 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    f43096f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    b013d7b View commit details
    Browse the repository at this point in the history
  2. modernized if statement

    opaduchak committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7b4126b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    f47ed16 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. fork admin's django-webpack-loader dep

     * Update admin's django-webpack-loader (djwl) dep to point to a
       forked version. Recent versions of djwl expect a newer format for
       webpack-stats.json than is generated by the pinned version of the
       js package webpack-bundle-loader (webbt). The forked version of
       djwl supports both the older and the newer formats for
       webpack-stats.json.
    felliott committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8047519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da49c86 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. responding to python-upgrade cr

     * many f-string updates
     * remove/update outdated comments
     * remove unnecessary kwargs
     * fix furl usage + use ensure_str
    felliott committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bcbffde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb2badf View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Merge remote-tracking branch 'cos/develop' into feature/python-upgrade

     * resolve conflicts in docker-compose
    
     * update furl.furl in addons.base.views
    felliott committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    c4b6463 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. New django 4.2 migrations

    felliott committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    efed3c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    a1d6de5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. fix sendgrid module usage

     * Convert categories from a list of strings to a list of `Category`
       objects
    
     * `mail.send` now returns a Response object rather than a tuple of
       status code and message.
    
     * Update tests to reflect above
    
     [ENG-5945]
    felliott committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3863fa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b32642 View commit details
    Browse the repository at this point in the history
  3. remove celery setup_security()

     * This was old code that was intended to configure message signing,
       but was actually a no-op.  It still doesn't do anything but now
       throws a configuration error, so give it the boot.
    felliott committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    12d1db4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9c4dae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12e28b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    635dff4 View commit details
    Browse the repository at this point in the history
  7. manually init newrelic, since newrelic-admin is bork

     * newrelic-admin is failing to start on py3.11+, so fall back to
       manually init-ing it in the wsgi code. See:
       https://stackoverflow.com/a/75665547
    felliott committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    11b62d4 View commit details
    Browse the repository at this point in the history
  8. update celery's max-tasks-per-child arg

     * it's now kebabed rather than squished
    felliott committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f8f1e1e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c285ed4 View commit details
    Browse the repository at this point in the history