Skip to content

Commit

Permalink
chore: Upgrade canonicalwebteam.search to 2.1.1 (canonical#14314)
Browse files Browse the repository at this point in the history
* chore: Upgrade canonicalwebteam.search to 2.1.1

* chore: Remove test request_limit
  • Loading branch information
petesfrench authored Sep 20, 2024
1 parent cb1e704 commit 943f881
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
canonicalwebteam.flask-base==2.0.0
canonicalwebteam.http==1.0.4
canonicalwebteam.blog==6.4.1
canonicalwebteam.search==2.0.0
canonicalwebteam.search==2.1.1
canonicalwebteam.templatefinder==1.0.0
canonicalwebteam.image-template==1.3.1
canonicalwebteam.discourse==5.7.2
Expand Down
8 changes: 0 additions & 8 deletions webapp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@
session=session,
template_path="search.html",
search_engine_id=search_engine_id,
request_limit="2000/day",
),
)

Expand Down Expand Up @@ -714,7 +713,6 @@ def takeovers_index():
site="ubuntu.com/community",
template_path="/community/docs/search-results.html",
search_engine_id=search_engine_id,
request_limit="2000/day",
),
)

Expand Down Expand Up @@ -769,7 +767,6 @@ def takeovers_index():
site="ubuntu.com/ceph/docs",
template_path="ceph/docs/search-results.html",
search_engine_id=search_engine_id,
request_limit="2000/day",
),
)

Expand All @@ -792,7 +789,6 @@ def takeovers_index():
site="ubuntu.com/core/docs",
template_path="/core/docs/search-results.html",
search_engine_id=search_engine_id,
request_limit="2000/day",
),
)
core_docs.init_app(app)
Expand Down Expand Up @@ -1055,7 +1051,6 @@ def takeovers_index():
site="ubuntu.com/openstack/docs",
template_path="openstack/docs/search-results.html",
search_engine_id=search_engine_id,
request_limit="2000/day",
),
)

Expand Down Expand Up @@ -1083,7 +1078,6 @@ def takeovers_index():
site="ubuntu.com/security/livepatch/docs",
template_path="/security/livepatch/docs/search-results.html",
search_engine_id=search_engine_id,
request_limit="2000/day",
),
)

Expand Down Expand Up @@ -1111,7 +1105,6 @@ def takeovers_index():
site="ubuntu.com/security/certifications/docs",
template_path="/security/certifications/docs/search-results.html",
search_engine_id=search_engine_id,
request_limit="2000/day",
),
)

Expand Down Expand Up @@ -1139,7 +1132,6 @@ def takeovers_index():
site="ubuntu.com/landscape/docs",
template_path="/landscape/docs/search-results.html",
search_engine_id=search_engine_id,
request_limit="2000/day",
),
)

Expand Down

0 comments on commit 943f881

Please sign in to comment.