1. eea5822 [#8481] added target attributes to repository activity by Guillermo Cruz · 1 year, 5 months ago
  2. 520c3bd [#8477] added optional argument for macro canonical_tag to completely ignore the page param by Guillermo Cruz · 1 year, 5 months ago
  3. 45275ae [#8479] modified exisinting logic on settings and added support for script-src by Guillermo Cruz · 1 year, 6 months ago
  4. 267fd41 [#8477] canonical tag included for add_project and pages inside the code tool by Guillermo Cruz · 1 year, 6 months ago
  5. b75955a [#8480] Upgrade pytest-sugar 0.9.6 -> no upgrade, and its deps: packaging,pyparsing,pytest,attrs,exceptiongroup,importlib-metadata,typing-extensions,zipp,iniconfig,packaging,pyparsing,pluggy,importlib-metadata,typing-extensions,zipp,tomli,termcolor by Dillon Walls · 1 year, 5 months ago dw/8480
  6. 27dbf9a [#8480] Upgrade pytest 7.2.0 -> no upgrade, and its deps: attrs,exceptiongroup,importlib-metadata,typing-extensions,zipp,iniconfig,packaging,pyparsing,pluggy,importlib-metadata,typing-extensions,zipp,tomli by Dillon Walls · 1 year, 5 months ago
  7. 7341bb8 [#8480] Upgrade testfixtures 7.0.2 -> 7.0.3 by Dillon Walls · 1 year, 5 months ago
  8. 572b2ce [#8480] Upgrade Ming 0.12.1 -> 0.12.2, and its deps: pymongo,pytz by Dillon Walls · 1 year, 6 months ago
  9. d959696 [#8478] Upgrade importlib-metadata 4.13.0 -> 5.0.0, and its deps: typing-extensions,zipp by Dillon Walls · 1 year, 6 months ago
  10. c5f56cd [#8476] upgraded underscore 1.8.3 -> 1.13.6 by Guillermo Cruz · 1 year, 6 months ago
  11. df1d579 fix weird HTTPError issue; details at https://github.com/agronholm/exceptiongroup/issues/39 by Dave Brondsema · 1 year, 6 months ago
  12. 00a2699 dependency-check Upgrade pytest-sugar 0.9.5 -> 0.9.6, and its deps: packaging,pyparsing,pytest,attrs,exceptiongroup,importlib-metadata,typing-extensions,zipp,iniconfig,packaging,pyparsing,pluggy,importlib-metadata,typing-extensions,zipp,tomli,termcolor by Dillon Walls · 1 year, 6 months ago
  13. 6a6dd4e dependency-check Upgrade pytest 7.1.3 -> 7.2.0, and its deps: attrs,importlib-metadata,typing-extensions,zipp,iniconfig,packaging,pyparsing,pluggy,importlib-metadata,typing-extensions,zipp,py,tomli by Dillon Walls · 1 year, 6 months ago
  14. c3daf98 type hint for chunked_find by Dave Brondsema · 1 year, 6 months ago
  15. adbe83f use error template for 410 Gone statuses too by Dave Brondsema · 1 year, 6 months ago
  16. e7f78ce ignore a pure reformatting change by Dave Brondsema · 1 year, 6 months ago db/pep8_nov2022
  17. b5a3bcb autopep8 -i --max-line-length 9999 on many files by Dave Brondsema · 1 year, 6 months ago
  18. c51a007 allow and do not change the order of these imports by Dave Brondsema · 1 year, 6 months ago
  19. be3e33e change [pep8] to [pycodestyle] by Dave Brondsema · 1 year, 6 months ago
  20. a82d43f convert "assert not foo in bar" to "assert foo not in bar" by Dave Brondsema · 1 year, 6 months ago
  21. 7114ce6 convert == and != True/False/None in assert stmts to is / is not by Dave Brondsema · 1 year, 6 months ago
  22. 0eb9719 [#8455] add missing apache licenses by Dillon Walls · 1 year, 6 months ago
  23. 8fd44d2 [#8475] return a 404 if thread is awaiting moderation by Guillermo Cruz · 1 year, 6 months ago
  24. 6495032 [#8455] change pytest from dev dep to full dep, add pytest-sugar dep by Dillon Walls · 1 year, 6 months ago pytest-finalize
  25. 0c064dc [#8455] misc fixes to tests from pytest conversion by Dillon Walls · 1 year, 6 months ago
  26. ebd0d3b [#8455] remove 'test_suite' and 'tests_require' from setup.py as they are deprecated by Dillon Walls · 1 year, 6 months ago
  27. 730afcf [#8455] update docker test run to use pytest by Dillon Walls · 1 year, 6 months ago
  28. 0cc46ae [#8455] updated test docs, removed various old references to nose and replaced with pytest by Dillon Walls · 1 year, 6 months ago
  29. 6f7431c [#8455] remove @with_nose_compatability by Dillon Walls · 1 year, 6 months ago
  30. a92536f [#8455] update test runner to use pytest and pytest-xdist for parallelization by Dillon Walls · 1 year, 6 months ago
  31. 49ca10e [#8455] remove unused tox.ini by Dillon Walls · 1 year, 6 months ago
  32. c3c5e0f [#8445] remove datadiff by Dillon Walls · 1 year, 6 months ago
  33. bb53572 [#8445] pytest - remove alluratest.tools, dtadiff, nose asserts by Dillon Walls · 1 year, 6 months ago
  34. e962bd4 [#8455] make setup 'method' param optional by Dillon Walls · 1 year, 6 months ago
  35. 5385c24 [#8455] remove @with_setup by Dillon Walls · 1 year, 7 months ago
  36. 8709bdc [#8455] converted yield test to pytest.mark.parametrize by Dillon Walls · 1 year, 7 months ago
  37. 8f2e100 [#8455] added pytest.ini by Dillon Walls · 1 year, 7 months ago
  38. acbc8ea [#8455] converted the remaining modules fully to pytest by Dillon Walls · 1 year, 8 months ago
  39. a9693b5 [#8455] ran nose2pytest on Forge* and AlluraTest modules by Dillon Walls · 1 year, 8 months ago
  40. c5b1784 [#8455] allura pytest - fix misc test failures that popped up during pytest conversion by Dillon Walls · 1 year, 8 months ago
  41. e531c54 all trivial failures resolved for ./Allura, only legit failures remain by Kenton Taylor · 1 year, 8 months ago
  42. ef63556 All tests in ./Allura collecting, and test_auth completely passing by Kenton Taylor · 1 year, 8 months ago
  43. e474c3a first substantial test file mostly passing under pytest by Kenton Taylor · 1 year, 8 months ago
  44. 43cc8fc 8455 nose2pytest for ./Allura by Kenton Taylor · 1 year, 8 months ago
  45. 0f69a43 [#8474] upgrade pyflakes 2.4.0 -> 2.5.0 by Dave Brondsema · 1 year, 6 months ago
  46. 18aa4b8 [#8474] upgrade docutils 0.18.1 -> 0.19 by Dave Brondsema · 1 year, 6 months ago
  47. 0e24a91 [#8474] upgrade cryptography 37.0.4 -> 38.0.3 by Dave Brondsema · 1 year, 6 months ago
  48. ffdebec [#8474] Upgrade testfixtures 7.0.0 -> 7.0.2 by Dave Brondsema · 1 year, 6 months ago
  49. c8d543f [#8474] Upgrade pysolr 3.9.0 -> no upgrade, and its deps: requests,certifi,charset-normalizer,idna,urllib3 by Dave Brondsema · 1 year, 6 months ago
  50. dd9fd07 [#8474] Upgrade Pypeline 0.6.1 -> no upgrade, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex by Dave Brondsema · 1 year, 6 months ago
  51. 18e076f [#8474] Upgrade feedgenerator 2.0.0 -> no upgrade, and its deps: pytz by Dave Brondsema · 1 year, 6 months ago
  52. b6c5a63 [#8474] Upgrade EasyWidgets 0.4.1 -> no upgrade, and its deps: formencode,six,markupsafe,paste,setuptools,six,python-dateutil,six,six,webob by Dave Brondsema · 1 year, 6 months ago
  53. a042844 [#8474] Upgrade colander 1.8.3 -> no upgrade, and its deps: iso8601,setuptools,translationstring by Dave Brondsema · 1 year, 6 months ago
  54. 89cf413 [#8474] Upgrade ActivityStream 0.4.0 -> no upgrade, and its deps: pymongo by Dave Brondsema · 1 year, 6 months ago
  55. 37adfc6 [#8474] Upgrade emoji 2.1.0 -> 2.2.0 by Guillermo Cruz · 1 year, 6 months ago
  56. 164a675 [#8474] Upgrade Pillow 9.2.0 -> 9.3.0 by Guillermo Cruz · 1 year, 6 months ago
  57. f8df93b [#8474] pinned Markdown to 3.3.7 and PasteDeploy < 3 by Guillermo Cruz · 1 year, 6 months ago
  58. bbadd71 [#8474] Upgrade testfixtures 6.18.5 -> 7.0.0 by Guillermo Cruz · 1 year, 6 months ago
  59. abccb15 [#8474] Upgrade setproctitle 1.2.3 -> 1.3.2 by Guillermo Cruz · 1 year, 6 months ago
  60. 925d8e6 [#8474] Upgrade Pypeline 0.6.0 -> 0.6.1, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex by Guillermo Cruz · 1 year, 6 months ago
  61. 3a50749 [#8474] Upgrade Pygments 2.12.0 -> 2.13.0 by Guillermo Cruz · 1 year, 6 months ago
  62. 88376c1 [#8474] Upgrade PasteDeploy 2.1.1 -> 3.0.1, and its deps: setuptools by Guillermo Cruz · 1 year, 6 months ago
  63. 816616b [#8474] Upgrade oauthlib 3.2.1 -> 3.2.2 by Guillermo Cruz · 1 year, 6 months ago
  64. 7c3bac9 [#8474] Upgrade markdown-checklist 0.4.3 -> 0.4.4, and its deps: markdown,importlib-metadata,typing-extensions,zipp by Guillermo Cruz · 1 year, 6 months ago
  65. 104bf6e [#8474] Upgrade markdown 3.3.7 -> 3.4.1, and its deps: importlib-metadata,typing-extensions,zipp by Guillermo Cruz · 1 year, 6 months ago
  66. 5422cc7 [#8474] Upgrade GitPython 3.1.27 -> 3.1.29, and its deps: gitdb,smmap,typing-extensions by Guillermo Cruz · 1 year, 6 months ago
  67. ebde51d [#8474] Upgrade emoji 1.7.0 -> 2.1.0 by Guillermo Cruz · 1 year, 6 months ago
  68. 99143a3 [#8474] pinned importlib-metadata < 5.0 by Guillermo Cruz · 1 year, 6 months ago
  69. 048a180 added noindex meta tag to new tickets page by Guillermo Cruz · 1 year, 6 months ago
  70. c125f0c chunked_find: avoid redundant query at end by Dave Brondsema · 1 year, 7 months ago
  71. 11821c7 [#8473] use jinja tojson instead of our own by Dave Brondsema · 1 year, 7 months ago
  72. 6a9c776 improve artifact_feed.author_link index by including field it is sorted on by Dave Brondsema · 1 year, 7 months ago
  73. 1c92dd6 add indexes to Post for update_stats() queries by Dave Brondsema · 1 year, 7 months ago
  74. 60992ae [#8470] don't use newer report-to directive, it requires more setup to be correct by Dave Brondsema · 1 year, 7 months ago
  75. d147d5f make oauth api_key unique, to match child class that has it unique by Dave Brondsema · 1 year, 7 months ago
  76. 5f3a3c8 [#8470] removed config globlas for csp and updated middleware code by Guillermo Cruz · 1 year, 7 months ago gc/8470b
  77. 299dc40 [#8470] added default csp headers and configurable options to add additional frame-src and form-action by Guillermo Cruz · 1 year, 7 months ago
  78. 6e686f3 [#8472] update on how query is constructed, since mongo cares about dict order, but we don't here by Guillermo Cruz · 1 year, 7 months ago
  79. 27e1314 [#8472] added extra debug info to find out why the query is returning zero results by Guillermo Cruz · 1 year, 7 months ago
  80. f0a4fe4 [#8471] wiki noindex: cleanup, tests, and check for comments now by Dave Brondsema · 1 year, 7 months ago
  81. 108f8e4 noindex,follow for ticket milestone pages by Dave Brondsema · 1 year, 7 months ago
  82. ecd1e30 h1 title improvement for wiki sections browse pages and browse labels by Guillermo Cruz · 1 year, 7 months ago
  83. 897e234 [#8469] added missing canonical tags to user profile, discussion, blog, list and tickets by Guillermo Cruz · 1 year, 7 months ago
  84. c04a6dd [#8467] misc type hints by Dave Brondsema · 1 year, 7 months ago
  85. 57e484e [#8467] DefOptScriptTask and other improvements to task submission in web ui by Dave Brondsema · 1 year, 7 months ago
  86. 70fab3a [#8464] added helper to pluralize specific tool names by Guillermo Cruz · 1 year, 7 months ago
  87. 6b1caae [#8464] add noindex, follow header for list tools by Guillermo Cruz · 1 year, 8 months ago
  88. 3952696 [#8463] added basic resp endpoint to store commit statuses by Guillermo Cruz · 1 year, 8 months ago
  89. 7a766a5 [#8461] include oauth_callback in our example clients, to match spec by Dave Brondsema · 1 year, 8 months ago
  90. 8830d2b [#8461] switch from python-oauth2 to oauthlib by Dave Brondsema · 1 year, 8 months ago
  91. 97bba1d [#8461] index (unique) on OAuthConsumerToken.api_key by Dave Brondsema · 1 year, 8 months ago
  92. ef6326b [#8461] update test values (to be ok with oauthlib validations) by Dave Brondsema · 1 year, 8 months ago
  93. d5d83fd [#8461] distinguish "api_key" used for consumer tokens vs request tokens, in tests by Dave Brondsema · 1 year, 8 months ago
  94. 107ba37 [#8461] update oauth lib in docs & wiki-copy.py examples by Dave Brondsema · 1 year, 8 months ago
  95. 5e39d90 [#8461] convert oauth tests to not mock the oauth library, use requests_oauthlib as a helper to build requests instead by Dave Brondsema · 1 year, 8 months ago
  96. b3df096 Fix phone.attempts_limit check, if user had surpassed it already by Dave Brondsema · 1 year, 8 months ago
  97. fcaa2bb CHANGES updated for ASF release 1.14.0 by Dave Brondsema · 1 year, 8 months ago rel/1.14.0
  98. 782e84e dashboard: fix default user icon display by Dave Brondsema · 1 year, 8 months ago
  99. ff1a1d0 Update copyright year by Dave Brondsema · 1 year, 8 months ago
  100. 38a8b27 node-sass removal: one more spot by Dave Brondsema · 1 year, 8 months ago