Activity for Apache Allura™

  • Guillermo Cruz Guillermo Cruz committed [0fde73] on Git

    [#8567] readded deleted condition for pre-commit v3.5.0 in requirements.txt

  • Guillermo Cruz Guillermo Cruz updated merge request #422

    Add new allura-api.json file Openapi 2.0

  • Guillermo Cruz Guillermo Cruz committed [db1a3e] on Git

    [#422] Fix on allura-api.json file

  • Guillermo Cruz Guillermo Cruz committed [dd9516] on Git

    [#422] Update on allura-api.json file

  • Guillermo Cruz Guillermo Cruz committed [13ec90] on Git

    [#422] json file to generate openapi allura api docs

  • Dillon Walls Dillon Walls modified a comment on ticket #8567

    Is it OK that a conditional check on pre-commit; python_version was dropped in the first commit? diff --git requirements.txt requirements.txt index be44e8c04..fa1b2e8c4 100644 --- requirements.txt +++ requirements.txt @@ -17,9 +17,7 @@ beautifulsoup4==4.12.3 # -r requirements.in # webtest bleach[css]==6.1.0 - # via - # bleach - # pypeline + # via pypeline certifi==2024.7.4 # via requests cffi==1.16.0 @@ -142,9 +140,8 @@ platformdirs==4.2.0 # via virtualenv pluggy==1.4.0 # via pytest -pre-commit==3.5.0...

  • Dillon Walls Dillon Walls modified a comment on ticket #8567

    Is it OK that a conditional check on pre-commit; python_version was dropped in the first commit? diff --git requirements.txt requirements.txt index be44e8c04..fa1b2e8c4 100644 --- requirements.txt +++ requirements.txt @@ -17,9 +17,7 @@ beautifulsoup4==4.12.3 # -r requirements.in # webtest bleach[css]==6.1.0 - # via - # bleach - # pypeline + # via pypeline certifi==2024.7.4 # via requests cffi==1.16.0 @@ -142,9 +140,8 @@ platformdirs==4.2.0 # via virtualenv pluggy==1.4.0 # via pytest -pre-commit==3.5.0...

  • Dillon Walls Dillon Walls modified a comment on ticket #8567

    Is it OK that a conditional check on pre-commit; python_version was dropped in the first commit? diff --git requirements.txt requirements.txt index be44e8c04..fa1b2e8c4 100644 --- requirements.txt +++ requirements.txt @@ -17,9 +17,7 @@ beautifulsoup4==4.12.3 # -r requirements.in # webtest bleach[css]==6.1.0 - # via - # bleach - # pypeline + # via pypeline certifi==2024.7.4 # via requests cffi==1.16.0 @@ -142,9 +140,8 @@ platformdirs==4.2.0 # via virtualenv pluggy==1.4.0 # via pytest -pre-commit==3.5.0...

  • Dillon Walls Dillon Walls modified a comment on ticket #8567

    Is it OK that a conditional check on pre-commit; python_version was dropped in the first commit? diff diff --git requirements.txt requirements.txt index be44e8c04..fa1b2e8c4 100644 --- requirements.txt +++ requirements.txt @@ -17,9 +17,7 @@ beautifulsoup4==4.12.3 # -r requirements.in # webtest bleach[css]==6.1.0 - # via - # bleach - # pypeline + # via pypeline certifi==2024.7.4 # via requests cffi==1.16.0 @@ -142,9 +140,8 @@ platformdirs==4.2.0 # via virtualenv pluggy==1.4.0 # via pytest -pre-commit==3.5.0...

  • Dillon Walls Dillon Walls posted a comment on ticket #8567

    Is it OK that a conditional check on pre-commit; python_version was dropped in the first commit? diff diff --git requirements.txt requirements.txt index be44e8c04..fa1b2e8c4 100644 --- requirements.txt +++ requirements.txt @@ -17,9 +17,7 @@ beautifulsoup4==4.12.3 # -r requirements.in # webtest bleach[css]==6.1.0 - # via - # bleach - # pypeline + # via pypeline certifi==2024.7.4 # via requests cffi==1.16.0 @@ -142,9 +140,8 @@ platformdirs==4.2.0 # via virtualenv pluggy==1.4.0 # via pytest -pre-commit==3.5.0...

  • Dillon Walls Dillon Walls committed [5f04cb] on Git

    [#8565] fix a bad usage of update_partial

  • Dillon Walls Dillon Walls committed [fe1cca] on Git

    fix import for pymongo4

  • Dillon Walls Dillon Walls committed [b0342d] on Git

    drop pymongo/ming method

  • Dillon Walls Dillon Walls committed [e264c6] on Git

    replace uses of Collection.count() with Collection.estimated_document_count()

  • Dillon Walls Dillon Walls committed [f30a49] on Git

    add additional logging of concurrency values in run_tests

  • Dillon Walls Dillon Walls committed [d9eee1] on Git

    pymongo - use drop instead of remove in some places

  • Dillon Walls Dillon Walls committed [b94136] on Git

    use pymongo's create_index rather than ensure_index

  • Dillon Walls Dillon Walls committed [b6c3f8] on Git

    remove ming/pymongo map_reduce and inline_map_reduce. no longer provided by mongo

  • Dillon Walls Dillon Walls committed [e888a6] on Git

    replace deprecated ming/mongo collection_names() with list_collection_names()

  • Dillon Walls Dillon Walls committed [9afe2e] on Git

    replace deprecated ming/mongo database_names() with list_database_names()

  • Dillon Walls Dillon Walls committed [5d951c] on Git

    update ming calls from find_and_modify to find_one_and_update

  • Daniel Castillo Daniel Castillo created merge request #422 on Git

    Add new allura-api.json file Openapi 2.0

  • Guillermo Cruz Guillermo Cruz committed [a78a32] on Git

    update

  • Guillermo Cruz Guillermo Cruz committed [e28b7c] on Git

    [#8567] Upgrade pre-commit 3.7.0 -> 3.7.1, and its deps: cfgv,identify,nodeenv,setuptools,PyYAML,virtualenv,distlib,filelock,platformdirs

  • Guillermo Cruz Guillermo Cruz committed [3096af] on Git

    [#8567] Upgrade pytest-xdist 3.5.0 -> 3.6.1, and its deps: execnet,pytest,iniconfig,packaging,pluggy

  • Guillermo Cruz Guillermo Cruz committed [fd4f01] on Git

    [#8567] Upgrade pytest 8.1.1 -> 8.3.1 (OUTDATED! latest is: 8.2.2), and its deps: iniconfig,packaging,pluggy

  • Guillermo Cruz Guillermo Cruz committed [77156f] on Git

    [#8567] Upgrade testfixtures 8.1.0 -> 8.3.0

  • Guillermo Cruz Guillermo Cruz committed [be2383] on Git

    [#8567] Upgrade ruff 0.3.7 -> 0.5.4 (OUTDATED! latest is: 0.5.3)

  • Guillermo Cruz Guillermo Cruz committed [33d535] on Git

    [#8567] Upgrade Pypeline 0.6.1 -> no upgrade, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,Markdown,textile,html5lib,six,webencodings,regex,docutils

  • Guillermo Cruz Guillermo Cruz committed [57cc7c] on Git

    [#8567] Upgrade Pygments 2.17.2 -> 2.18.0

  • Guillermo Cruz Guillermo Cruz committed [fdf5e5] on Git

    [#8567] Upgrade pillow 10.3.0 -> 10.4.0

  • Guillermo Cruz Guillermo Cruz committed [4bbfdc] on Git

    [#8567] Upgrade PasteScript 3.5.1 -> 3.6.0, and its deps: Paste,setuptools,PasteDeploy,setuptools

  • Guillermo Cruz Guillermo Cruz committed [2eed12] on Git

    [#8567] Upgrade emoji 2.11.0 -> 2.12.1

  • Guillermo Cruz Guillermo Cruz committed [1a3152] on Git

    [#8567] Upgrade EasyWidgets 0.4.1 -> 0.4.2, and its deps: FormEncode,MarkupSafe,Paste,setuptools,python-dateutil,six,six,WebOb

  • Guillermo Cruz Guillermo Cruz committed [712cbb] on Git

    [#8567] Upgrade ActivityStream 0.4.2 -> no upgrade, and its deps: pymongo

  • Dillon Walls Dillon Walls committed [cf143c] on Git

    fixup! fix import for pymongo4

  • Guillermo Cruz Guillermo Cruz created ticket #8567

    Upgrade Python packages

  • Dillon Walls Dillon Walls committed [30a5b0] on Git

    [#8565] fix a bad usage of update_partial

  • Dillon Walls Dillon Walls committed [9925d3] on Git

    fix import for pymongo4

  • Dave Brondsema Dave Brondsema modified ticket #8566

    support newer pwd hashs, remove deprecated 'crypt' AUTH PLUGIN CHANGES

  • Dave Brondsema Dave Brondsema posted a comment on ticket #8566

    allura:db/8566 QA: After switching to this branch, you should be able to log in as a user, and then see that the password automatically got re-hashed with the new preferred algorithm. There are breaking AuthenticationProvider plugin changes, for any custom Auth implementations: set_password takes a set_timestamp=True which should be checked before setting user.last_password_updated rename def validate_password to def _validate_password since the base class implements a high-level validate_password...

  • Kenton Taylor Kenton Taylor committed [57d1ac] on Git

    [#9485] Disable OAuth2 authorize button and change its text value on click

  • Kenton Taylor Kenton Taylor updated merge request #420

    Disable OAuth2 authorize button and change its text value on click

  • Guillermo Cruz Guillermo Cruz committed [881960] on Git

    bump certifi 2024.2.2 -> 2024.7.4

  • Carlos Cruz Carlos Cruz committed [8da4fc] on Git

    support per-page csp_frame_domains modifier

  • Guillermo Cruz Guillermo Cruz updated merge request #421

    don't check some limits, for user's own profile project creations

  • Dave Brondsema Dave Brondsema created merge request #421 on Git

    don't check some limits, for user's own profile project creations

  • Carlos Cruz Carlos Cruz created merge request #420 on Git

    Disable OAuth2 authorize button and change its text value on click

  • Dillon Walls Dillon Walls committed [8b6f7a] on Git

    fixup! update ming calls from find_and_modify to find_one_and_update

  • Dillon Walls Dillon Walls committed [8bb18c] on Git

    fixup! replace uses of Collection.count() with Collection.estimated_document_count()

  • Dillon Walls Dillon Walls committed [684616] on Git

    drop pymongo/ming method

  • Dave Brondsema Dave Brondsema posted a comment on ticket #8565

    When we get everything updated, we can remove the ming & pymongo lines in pytest.ini that make it ignore deprecation warnings.

  • Dave Brondsema Dave Brondsema created ticket #8566

    support newer pwd hashs, remove deprecated 'crypt'

  • Dave Brondsema Dave Brondsema created merge request #419 on Git

    support per-page csp_frame_domains modifier

  • Dave Brondsema Dave Brondsema committed [ba2dad] on Git

    running with threads is good, for our prod example

  • Dave Brondsema Dave Brondsema posted a comment on ticket #8565

    Allura/allura/lib/custom_middleware.py remove the 'group' method wrapping instead of .estimated_document_count() what do you think about .count({})? It seems like estimated_document_count should be reliable in nearly all cases, but I don't like the name, it makes it seem unreliable. And its long. find_and_modify had new=True, but find_one_and_update doesn’t have that kwarg, it has a upsert kwarg instead. Looking pretty good, just reviewing the code. Haven't actually tried running it

  • Guillermo Cruz Guillermo Cruz committed [6cf8f9] on Git

    bump requests 2.32.1 -> 2.32.3

  • Guillermo Cruz Guillermo Cruz committed [e25f0f] on Git

    bump cryptography 42.0.5 -> 42.0.8

  • Dillon Walls Dillon Walls committed [a8cc8f] on Git

    replace uses of Collection.count() with Collection.estimated_document_count()

  • Dillon Walls Dillon Walls posted a comment on ticket #8565

    I have completed this prep on branch dw/8565 However, these updates were made in concert with pre-release Ming changes. We shouldn't merge this branch until a new version of Ming has been published that includes its own API migration prep.

  • Dillon Walls Dillon Walls committed [1fcd35] on Git

    add additional logging of concurrency values in run_tests

  • Dillon Walls Dillon Walls committed [dadcf3] on Git

    pymongo - use drop instead of remove in some places

  • Dillon Walls Dillon Walls committed [d85289] on Git

    use pymongo's create_index rather than ensure_index

  • Dillon Walls Dillon Walls committed [0930c2] on Git

    remove ming/pymongo map_reduce and inline_map_reduce. no longer provided by mongo

  • Dillon Walls Dillon Walls committed [30ac47] on Git

    replace deprecated ming/mongo collection_names() with list_collection_names()

  • Dillon Walls Dillon Walls committed [2462fd] on Git

    replace deprecated ming/mongo database_names() with list_database_names()

  • Dillon Walls Dillon Walls committed [9ea5ac] on Git

    update ming calls from find_and_modify to find_one_and_update

  • Dillon Walls Dillon Walls modified ticket #8565

    Prepare for Upgrade to Pymongo 4

  • Dillon Walls Dillon Walls created ticket #8565

    Prepare for Upgrade to Pymongo 4

  • Dave Brondsema Dave Brondsema modified a wiki page

    Home

  • Dave Brondsema Dave Brondsema committed [25f8ba] on Website Repo

    fix typo

  • Dave Brondsema Dave Brondsema committed [90271e] on Website Repo

    announce 1.17.1

  • Dave Brondsema Dave Brondsema committed [28c9b6] on Git

    publicize security fix in changelog

  • Dave Brondsema Dave Brondsema modified ticket #8556

    deprecate and remove has_access(..)() syntax

  • Kenton Taylor Kenton Taylor updated merge request #418

    make scripts/add_user_to_group.py work without a --replaces-users value

  • Dave Brondsema Dave Brondsema created merge request #418 on Git

    make scripts/add_user_to_group.py work without a --replaces-users value

  • Dillon Walls Dillon Walls created ticket #8564

    [Feature Request] Easier Merge Request Creation

  • Guillermo Cruz Guillermo Cruz committed [451809] on Git

    bump urllib3 2.2.1 -> 2.2.2

  • Dave Brondsema Dave Brondsema committed [75e520] on Git

    CHANGES updated for ASF release 1.17.1

  • Kenton Taylor Kenton Taylor committed [d73c6e] on Git

    improve url checks

  • Dave Brondsema Dave Brondsema committed [4e3da1] on Website Repo

    fix jenkins link; remove IRC link

  • Dave Brondsema Dave Brondsema committed [77ceca] on Website Repo

    publish 1.17.0 with security notice

  • Dillon Walls Dillon Walls committed [d49f88] on Git

    [#8556] remove TruthyCallable, has_access() now returns a normal bool

  • Dillon Walls Dillon Walls modified ticket #8556

    deprecate and remove has_access(..)() syntax

  • Dillon Walls Dillon Walls posted a comment on ticket #8556

    Looks good. Merged

  • Dave Brondsema Dave Brondsema committed [2b8b70] on Git

    remove #allura irc mentions

  • Dave Brondsema Dave Brondsema committed [bd805e] on Git

    [#8556] remove TruthyCallable, has_access() now returns a normal bool

  • Dave Brondsema Dave Brondsema posted a comment on ticket #8556

    Somehow db/8556-breaking-removal didn't have any changes in it. I re-created the changes at db/8556-breaking-removal-2 and have run all the tests. Its ready to be merged

  • Dave Brondsema Dave Brondsema committed [5c012d] on Git

    delete unused jinja file with invalid syntax

  • Dave Brondsema Dave Brondsema committed [8d25b6] on Git

    replace tabs with spaces in jinja html files

  • Dave Brondsema Dave Brondsema committed [2fb08c] on Git

    add jinja linter to pre-commit

  • Dave Brondsema Dave Brondsema committed [4efffe] on Git

    publicize security fix in CHANGES file

1 >