Activity for Apache Allura™

  • Dillon Walls Dillon Walls committed [deedb0] on Git

    dependency-check upgrade joserfc 1.6.1 -> 1.6.3

  • Guillermo Cruz Guillermo Cruz modified ticket #8597

    improve bad markdown performance

  • Guillermo Cruz Guillermo Cruz posted a comment on ticket #8597

    merged

  • Guillermo Cruz Guillermo Cruz committed [aa0dcd] on Git

    [#8597] minor cleanup

  • Guillermo Cruz Guillermo Cruz committed [8030c5] on Git

    [#8597] remove empty class=""

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

    [#8597] Fix perf by using markdown's own regexes and inheriting from existing InlineProcessors

  • Guillermo Cruz Guillermo Cruz committed [9ef7a9] on Git

    [#8597] add a test for link references (pure markdown feature, not related to our artifact references)

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

    [#8597] improve a test, add a failing test that check perf

  • Guillermo Cruz Guillermo Cruz committed [975982] on Git

    bump werkzeug 3.1.5 -> 3.1.6

  • Dave Brondsema Dave Brondsema committed [67e037] on Git

    [#8597] minor cleanup

  • Dave Brondsema Dave Brondsema committed [d73425] on Git

    [#8597] remove empty class=""

  • Dave Brondsema Dave Brondsema committed [a92176] on Git

    [#8597] Fix perf by using markdown's own regexes and inheriting from existing InlineProcessors

  • Dave Brondsema Dave Brondsema committed [befc13] on Git

    [#8597] add a test for link references (pure markdown feature, not related to our artifact references)

  • Dave Brondsema Dave Brondsema committed [8958af] on Git

    [#8597] improve a test, add a failing test that check perf

  • Dave Brondsema Dave Brondsema modified ticket #8597

    improve bad markdown performance

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

    allura:db/8597 Switch to the more incremental approach that the Markdown library uses, using its regexes (much simpler now) and inheriting from its classes which do any extra work needed. We just override some parts to modify how [..] and [..](..) behave after markdown has done the parsing. Based largely on the original Markdown work here: https://github.com/Python-Markdown/markdown/commit/d18c3d0acab0e7469c3284c897afcb61f9dd1fea?w=0#diff-9edb00b2a79237066818ddca29f224fa7d91bf28ee9b33255b0f00ce2a99d489...

  • Dillon Walls Dillon Walls modified ticket #8595

    Redact emails in logs

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

    Looks good! Nice tests. Merged.

  • Dillon Walls Dillon Walls committed [43ce95] on Git

    [#8595] added tests and fixed hide_email function

  • Dillon Walls Dillon Walls committed [7f5e7c] on Git

    [#8595] add new function to hide/redact email addresses and also shorten the acces tokens that appear printed in the logs

  • Dave Brondsema Dave Brondsema created ticket #8597

    improve bad markdown performance

  • Guillermo Cruz Guillermo Cruz committed [9899b3] on Git

    [#8595] added tests and fixed hide_email function

  • Carlos Cruz Carlos Cruz committed [3379bf] on Git

    if MR is calculating commits, avoid saying "0 commits"

  • Carlos Cruz Carlos Cruz committed [e3e637] on Git

    update config notes and pytest.ini for new forgehg version

  • Carlos Cruz Carlos Cruz committed [d16207] on Git

    remove unneeded warning ignore

  • Dave Brondsema Dave Brondsema committed [6bc3f7] on Git

    strengthen /nf/markdown_syntax test, also avoid errors showing up on that page in dev mode

  • Dave Brondsema Dave Brondsema committed [3a6df6] on Git

    updated Markdown syntax guide with a new example to make use of text rendering and updated the exmaple for lists

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

    remove solr.use_new_types setting and always do the new mode

  • Dave Brondsema Dave Brondsema committed [174453] on Git

    [#4321] s/labels_t/labels_ws/g per https://forge-allura.apache.org/p/allura/tickets/4321/#02d5

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

    [#8596] escape markdown and also html in notification email templates

  • Guillermo Cruz Guillermo Cruz created ticket #8596

    Escape specific values in notification emails

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

    if MR is calculating commits, avoid saying "0 commits"

  • Guillermo Cruz Guillermo Cruz committed [f69fd5] on Git

    bump pillow 12.1.0 -> 12.1.1

  • Dave Brondsema Dave Brondsema updated merge request #444

    Added install_anchored_tools to all_configs

  • Guillermo Cruz Guillermo Cruz committed [52c55c] on Git

    bump cryptography 46.0.4 -> 46.0.5

  • Dave Brondsema Dave Brondsema committed [f18167] on Git

    update config notes and pytest.ini for new forgehg version

  • Dave Brondsema Dave Brondsema committed [fb3448] on Git

    remove unneeded warning ignore

  • Dave Brondsema Dave Brondsema modified ticket #8594

    Python Packages Upgrades

  • Dave Brondsema Dave Brondsema committed [e23a0d] on Git

    specify setuptools version since v82 does not work with allura currently

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

    [#8594] adding one ruff rule to the ignore list

  • Dillon Walls Dillon Walls committed [7f15eb] on Git

    [#8594] replaced wrapt.formatargspec with inspect.signature since it was removed from wrapt on the latest version

  • Dillon Walls Dillon Walls committed [97ce0e] on Git

    [#8594] ran pre-commit autoupdate and added new format flag for giticket

  • Dillon Walls Dillon Walls committed [28c7b7] on Git

    [#8594] Upgrade gunicorn 23.0.0 -> 25.0.0, and its deps: packaging

  • Dillon Walls Dillon Walls committed [98fc2f] on Git

    [#8594] Upgrade wrapt 1.17.3 -> 2.1.0

  • Dillon Walls Dillon Walls committed [50a395] on Git

    [#8594] Upgrade boto3 1.40.51 -> 1.42.39, and its deps: botocore,jmespath,python-dateutil,six,urllib3,jmespath,s3transfer,botocore,jmespath,python-dateutil,six,urllib3

  • Dillon Walls Dillon Walls committed [ee28ac] on Git

    [#8594] Upgrade pre_commit 4.3.0 -> 4.5.1, and its deps: cfgv,identify,nodeenv,PyYAML,virtualenv,distlib,filelock,platformdirs

  • Dillon Walls Dillon Walls committed [c2e53c] on Git

    [#8594] Upgrade gunicorn 23.0.0 -> 24.1.1, and its deps: packaging

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

    [#8594] Upgrade pytest-sugar 1.1.1 -> no upgrade, and its deps: pytest,iniconfig,packaging,pluggy,Pygments,termcolor

  • Dillon Walls Dillon Walls committed [a9f1ae] on Git

    [#8594] Upgrade pytest-xdist 3.8.0 -> no upgrade, and its deps: execnet,pytest,iniconfig,packaging,pluggy,Pygments

  • Dillon Walls Dillon Walls committed [dbc3d9] on Git

    [#8594] Upgrade pytest 8.4.2 -> 9.0.2, and its deps: iniconfig,packaging,pluggy,Pygments

  • Dillon Walls Dillon Walls committed [b8deb3] on Git

    [#8594] Upgrade testfixtures 9.2.0 -> 10.0.0

  • Dillon Walls Dillon Walls committed [cfc643] on Git

    [#8594] Upgrade ruff 0.14.0 -> 0.14.14

  • Dillon Walls Dillon Walls committed [de95e5] on Git

    [#8594] Upgrade wrapt 1.17.3 -> 2.0.1

  • Dillon Walls Dillon Walls committed [2ffd31] on Git

    [#8594] Upgrade pysolr 3.10.0 -> 3.11.0, and its deps: requests,certifi,charset-normalizer,idna,urllib3,setuptools

  • Dillon Walls Dillon Walls committed [0316d4] on Git

    [#8594] Upgrade Pypeline 0.7.0 -> no upgrade, and its deps: bleach,webencodings,html5lib,six,webencodings,textile,nh3,regex,docutils

  • Dillon Walls Dillon Walls committed [c58a46] on Git

    [#8594] Upgrade pyasynchat 1.0.4 -> 1.0.5, and its deps: pyasyncore

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

    [#8594] Upgrade pillow 11.3.0 -> 12.1.0

  • Dillon Walls Dillon Walls committed [0aac84] on Git

    [#8594] Upgrade GitPython 3.1.45 -> 3.1.46, and its deps: gitdb,smmap

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

    [#8594] Upgrade defopt 7.0.0 -> no upgrade, and its deps: docutils,sphinxcontrib-napoleon,pockets,six,six

  • Dillon Walls Dillon Walls committed [cba9a0] on Git

    [#8594] Upgrade beaker-session-jwt 1.0.4 -> no upgrade, and its deps: Beaker,joserfc,cryptography,cffi,pycparser,pymongo,dnspython

  • Dillon Walls Dillon Walls committed [809d75] on Git

    [#8594] Upgrade beautifulsoup4 4.14.2 -> 4.14.3, and its deps: soupsieve,typing_extensions

  • Dillon Walls Dillon Walls committed [267e8e] on Git

    [#8594] Upgrade aiosmtpd 1.4.6 -> no upgrade, and its deps: atpublic,attrs

  • Dillon Walls Dillon Walls committed [4113e9] on Git

    [#8594] Upgrade ActivityStream 0.5.1 -> no upgrade, and its deps: pymongo,dnspython

  • Guillermo Cruz Guillermo Cruz committed [de54c7] on Git

    updated Markdown syntax guide with a new example to make use of text rendering and updated the exmaple for lists

  • Guillermo Cruz Guillermo Cruz committed [d6b36b] on Git

    [#8595] add new function to hide/redact email addresses and also shorten the acces tokens that appear printed in the logs

  • Guillermo Cruz Guillermo Cruz created ticket #8595

    Redact emails in logs

  • Guillermo Cruz Guillermo Cruz committed [68cc88] on Git

    [#8594] adding one ruff rule to the ignore list

  • Guillermo Cruz Guillermo Cruz committed [01db4e] on Git

    [#8593] execute uv pip compile to add the right entries for mdx_breakless_lists package in requirements.txt

  • Carlos Cruz Carlos Cruz modified ticket #8593

    Markdown extension to improve html list parsing

  • Carlos Cruz Carlos Cruz committed [674e07] on Git

    [#8593] add new package to improve parsing of html lists

  • Guillermo Cruz Guillermo Cruz updated merge request #446

    Placeholder for Social Network Handler Inputs

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

    fixup! [#8593] add new package to improve parsing of html lists

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

    Placeholder for Social Network Handler Inputs

  • Guillermo Cruz Guillermo Cruz committed [e28ee3] on Git

    [#8594] replaced wrapt.formatargspec with inspect.signature since it was removed from wrapt on the latest version

  • Guillermo Cruz Guillermo Cruz committed [605e2f] on Git

    [#8594] ran pre-commit autoupdate and added new format flag for giticket

  • Guillermo Cruz Guillermo Cruz committed [f6ce19] on Git

    [#8594] ran pre-commit autoupdate and added new format flag for giticket

  • Guillermo Cruz Guillermo Cruz committed [9585bd] on Git

    [#8594] Upgrade gunicorn 23.0.0 -> 25.0.0, and its deps: packaging

  • Guillermo Cruz Guillermo Cruz committed [fa2b3d] on Git

    [#8594] Upgrade wrapt 1.17.3 -> 2.1.0

  • Guillermo Cruz Guillermo Cruz committed [a388bc] on Git

    [#8594] Upgrade boto3 1.40.51 -> 1.42.39, and its deps: botocore,jmespath,python-dateutil,six,urllib3,jmespath,s3transfer,botocore,jmespath,python-dateutil,six,urllib3

  • Guillermo Cruz Guillermo Cruz committed [d67021] on Git

    [#8594] Upgrade pre_commit 4.3.0 -> 4.5.1, and its deps: cfgv,identify,nodeenv,PyYAML,virtualenv,distlib,filelock,platformdirs

  • Guillermo Cruz Guillermo Cruz committed [7dfbbd] on Git

    [#8594] Upgrade gunicorn 23.0.0 -> 24.1.1, and its deps: packaging

  • Guillermo Cruz Guillermo Cruz committed [f65489] on Git

    [#8594] Upgrade pytest-sugar 1.1.1 -> no upgrade, and its deps: pytest,iniconfig,packaging,pluggy,Pygments,termcolor

  • Guillermo Cruz Guillermo Cruz committed [a5fbb7] on Git

    [#8594] Upgrade pytest-xdist 3.8.0 -> no upgrade, and its deps: execnet,pytest,iniconfig,packaging,pluggy,Pygments

  • Guillermo Cruz Guillermo Cruz committed [a43c1d] on Git

    [#8594] Upgrade pytest 8.4.2 -> 9.0.2, and its deps: iniconfig,packaging,pluggy,Pygments

  • Guillermo Cruz Guillermo Cruz committed [47e7e6] on Git

    [#8594] Upgrade testfixtures 9.2.0 -> 10.0.0

  • Guillermo Cruz Guillermo Cruz committed [cf9e42] on Git

    [#8594] Upgrade ruff 0.14.0 -> 0.14.14

  • Guillermo Cruz Guillermo Cruz committed [6020a2] on Git

    [#8594] Upgrade wrapt 1.17.3 -> 2.0.1

  • Guillermo Cruz Guillermo Cruz committed [a8fe88] on Git

    [#8594] Upgrade pysolr 3.10.0 -> 3.11.0, and its deps: requests,certifi,charset-normalizer,idna,urllib3,setuptools

  • Guillermo Cruz Guillermo Cruz committed [a51d67] on Git

    [#8594] Upgrade Pypeline 0.7.0 -> no upgrade, and its deps: bleach,webencodings,html5lib,six,webencodings,textile,nh3,regex,docutils

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

    [#8594] Upgrade pyasynchat 1.0.4 -> 1.0.5, and its deps: pyasyncore

  • Guillermo Cruz Guillermo Cruz committed [f9ce3a] on Git

    [#8594] Upgrade pillow 11.3.0 -> 12.1.0

  • Guillermo Cruz Guillermo Cruz committed [880a71] on Git

    [#8594] Upgrade GitPython 3.1.45 -> 3.1.46, and its deps: gitdb,smmap

  • Guillermo Cruz Guillermo Cruz committed [d03fb0] on Git

    [#8594] Upgrade defopt 7.0.0 -> no upgrade, and its deps: docutils,sphinxcontrib-napoleon,pockets,six,six

  • Guillermo Cruz Guillermo Cruz committed [d79c6c] on Git

    [#8594] Upgrade beaker-session-jwt 1.0.4 -> no upgrade, and its deps: Beaker,joserfc,cryptography,cffi,pycparser,pymongo,dnspython

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

    [#8594] Upgrade beautifulsoup4 4.14.2 -> 4.14.3, and its deps: soupsieve,typing_extensions

  • Guillermo Cruz Guillermo Cruz committed [14edfa] on Git

    [#8594] Upgrade aiosmtpd 1.4.6 -> no upgrade, and its deps: atpublic,attrs

  • Guillermo Cruz Guillermo Cruz committed [a950a5] on Git

    [#8594] Upgrade ActivityStream 0.5.1 -> no upgrade, and its deps: pymongo,dnspython

  • Guillermo Cruz Guillermo Cruz modified ticket #8594

    Python Packages Upgrades

  • Guillermo Cruz Guillermo Cruz created ticket #8594

    Python Packages Upgrades

  • Dave Brondsema Dave Brondsema updated merge request #445

    Fix for subprojects redirects on creation

1 >