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

Release 9.16.2 #10566

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Version 9.16.2
--------------

:Date: July 25, 2023

* `@stsewd <https://github.com/stsewd>`__: Fix docker setting (`#10565 <https://github.com/readthedocs/readthedocs.org/pull/10565>`__)
* `@humitos <https://github.com/humitos>`__: Development: install Docker and Docker Compose with official guides (`#10561 <https://github.com/readthedocs/readthedocs.org/pull/10561>`__)
* `@humitos <https://github.com/humitos>`__: Build: use `only-if-needed` pip's strategy when installing package (`#10560 <https://github.com/readthedocs/readthedocs.org/pull/10560>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10557 <https://github.com/readthedocs/readthedocs.org/pull/10557>`__)
* `@humitos <https://github.com/humitos>`__: Build: use a setting to define the Docker image for the clone step (`#10555 <https://github.com/readthedocs/readthedocs.org/pull/10555>`__)
* `@humitos <https://github.com/humitos>`__: Docs: mention how to use `inv docker.compilebuildtool` (`#10554 <https://github.com/readthedocs/readthedocs.org/pull/10554>`__)
* `@humitos <https://github.com/humitos>`__: API: add `?full_name=` icontains filter on RemoteRepository (`#10551 <https://github.com/readthedocs/readthedocs.org/pull/10551>`__)
* `@humitos <https://github.com/humitos>`__: Telemetry: check for Sphinx config before use it (`#10546 <https://github.com/readthedocs/readthedocs.org/pull/10546>`__)
* `@denisSurkov <https://github.com/denisSurkov>`__: Docs: Fix pinned term (`#10545 <https://github.com/readthedocs/readthedocs.org/pull/10545>`__)
* `@humitos <https://github.com/humitos>`__: Dependencies: unpin pyyaml (`#10544 <https://github.com/readthedocs/readthedocs.org/pull/10544>`__)
* `@humitos <https://github.com/humitos>`__: Release 9.16.1 (`#10543 <https://github.com/readthedocs/readthedocs.org/pull/10543>`__)
* `@humitos <https://github.com/humitos>`__: Development: update docs to pull required images only (`#10535 <https://github.com/readthedocs/readthedocs.org/pull/10535>`__)
* `@agjohnson <https://github.com/agjohnson>`__: Add missing Version.external_version_name (`#10529 <https://github.com/readthedocs/readthedocs.org/pull/10529>`__)
* `@agjohnson <https://github.com/agjohnson>`__: Fix bug with build filter (`#10528 <https://github.com/readthedocs/readthedocs.org/pull/10528>`__)
* `@humitos <https://github.com/humitos>`__: Requirements: update `newrelic` (`#10525 <https://github.com/readthedocs/readthedocs.org/pull/10525>`__)
* `@humitos <https://github.com/humitos>`__: Build: remove PyPy support (`#10523 <https://github.com/readthedocs/readthedocs.org/pull/10523>`__)

Version 9.16.1
--------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "9.16.1"
version = "9.16.2"
release = version
exclude_patterns = ["_build", "shared", "_includes"]
default_role = "obj"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readthedocs",
"version": "9.16.1",
"version": "9.16.2",
"description": "Read the Docs build dependencies",
"author": "Read the Docs, Inc <support@readthedocs.com>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Read the Docs."""


__version__ = "9.16.1"
__version__ = "9.16.2"
112 changes: 56 additions & 56 deletions readthedocs/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: readthedocs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-17 15:44+0000\n"
"POT-Creation-Date: 2023-07-25 09:50+0000\n"
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
"Last-Translator: Mustafa <mustafasheref8@gmail.com>, 2020\n"
"Language-Team: Arabic (http://app.transifex.com/readthedocs/readthedocs/"
Expand All @@ -24,7 +24,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#: analytics/models.py:69 builds/models.py:718 projects/models.py:1486
#: analytics/models.py:69 builds/models.py:723 projects/models.py:1486
#: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:262
msgid "Version"
msgstr "الإصدار"
Expand Down Expand Up @@ -201,7 +201,7 @@ msgstr ""
msgid "Username"
msgstr "اسم المستخدم"

#: audit/models.py:138 builds/models.py:110 builds/models.py:712
#: audit/models.py:138 builds/models.py:110 builds/models.py:717
#: projects/models.py:1480 redirects/models.py:57
msgid "Project"
msgstr "المشروع"
Expand All @@ -226,7 +226,7 @@ msgstr ""
msgid "Organization slug"
msgstr ""

#: audit/models.py:180 builds/models.py:1240
#: audit/models.py:180 builds/models.py:1245
msgid "Action"
msgstr ""

Expand Down Expand Up @@ -454,7 +454,7 @@ msgstr ""
msgid "Pull/merge request"
msgstr ""

#: builds/filters.py:41 builds/models.py:155 builds/models.py:734
#: builds/filters.py:41 builds/models.py:155 builds/models.py:739
msgid "State"
msgstr "الوضعية"

Expand All @@ -463,7 +463,7 @@ msgstr "الوضعية"
msgid "Any"
msgstr ""

#: builds/filters.py:47 builds/models.py:115 builds/models.py:724
#: builds/filters.py:47 builds/models.py:115 builds/models.py:729
#: sphinx_domains/models.py:59 subscriptions/models.py:97
msgid "Type"
msgstr "النوع"
Expand Down Expand Up @@ -579,209 +579,209 @@ msgstr ""
msgid "Version {version} of {project} ({pk})"
msgstr ""

#: builds/models.py:746
#: builds/models.py:751
msgid "Status"
msgstr ""

#: builds/models.py:753 integrations/models.py:147
#: builds/models.py:758 integrations/models.py:147
msgid "Date"
msgstr "التاريخ"

#: builds/models.py:754
#: builds/models.py:759
msgid "Success"
msgstr "نجاح"

#: builds/models.py:759
#: builds/models.py:764
msgid "Setup"
msgstr "إعداد"

#: builds/models.py:760
#: builds/models.py:765
msgid "Setup error"
msgstr "إعداد خاطئ"

#: builds/models.py:761
#: builds/models.py:766
msgid "Output"
msgstr "الناتج"

#: builds/models.py:762 templates/builds/build_detail.html:227
#: builds/models.py:767 templates/builds/build_detail.html:227
msgid "Error"
msgstr "خطأ"

#: builds/models.py:763
#: builds/models.py:768
msgid "Exit code"
msgstr "كود الخروج"

#: builds/models.py:768 projects/models.py:1497 sphinx_domains/models.py:43
#: builds/models.py:773 projects/models.py:1497 sphinx_domains/models.py:43
msgid "Commit"
msgstr "تقديم"

#: builds/models.py:774
#: builds/models.py:779
msgid "Version slug"
msgstr ""

#: builds/models.py:780
#: builds/models.py:785
msgid "Version name"
msgstr ""

#: builds/models.py:786 builds/models.py:1253
#: builds/models.py:791 builds/models.py:1258
msgid "Version type"
msgstr ""

#: builds/models.py:793
#: builds/models.py:798
msgid "Configuration used in the build"
msgstr ""

#: builds/models.py:798
#: builds/models.py:803
msgid "Custom build configuration file path used in this build"
msgstr ""

#: builds/models.py:806
#: builds/models.py:811
msgid "Build Length"
msgstr "طول البناء"

#: builds/models.py:809
#: builds/models.py:814
msgid "Builder"
msgstr ""

#: builds/models.py:816
#: builds/models.py:821
msgid "Cold Storage"
msgstr ""

#: builds/models.py:822
#: builds/models.py:827
msgid "Celery task id"
msgstr ""

#: builds/models.py:933
#: builds/models.py:938
#, python-brace-format
msgid "Build {project} for {usernames} ({pk})"
msgstr ""

#: builds/models.py:1151
#: builds/models.py:1156
msgid "Build"
msgstr ""

#: builds/models.py:1156
#: builds/models.py:1161
msgid "Command"
msgstr ""

#: builds/models.py:1157 builds/models.py:1217 oauth/models.py:135
#: builds/models.py:1162 builds/models.py:1222 oauth/models.py:135
#: organizations/models.py:66 projects/models.py:150 subscriptions/models.py:28
#: subscriptions/models.py:100 templates/core/project_details.html:78
msgid "Description"
msgstr "الوصف"

#: builds/models.py:1158
#: builds/models.py:1163
msgid "Command output"
msgstr ""

#: builds/models.py:1159
#: builds/models.py:1164
msgid "Command exit code"
msgstr ""

#: builds/models.py:1161
#: builds/models.py:1166
msgid "Start time"
msgstr ""

#: builds/models.py:1162
#: builds/models.py:1167
msgid "End time"
msgstr ""

#: builds/models.py:1172
#: builds/models.py:1177
#, python-brace-format
msgid "Build command {pk} for build {build}"
msgstr "أمر البناء {pk} للبناء {build}"

#: builds/models.py:1196
#: builds/models.py:1201
msgid "Activate version"
msgstr ""

#: builds/models.py:1197
#: builds/models.py:1202
msgid "Hide version"
msgstr ""

#: builds/models.py:1198
#: builds/models.py:1203
msgid "Make version public"
msgstr ""

#: builds/models.py:1199
#: builds/models.py:1204
msgid "Make version private"
msgstr ""

#: builds/models.py:1200
#: builds/models.py:1205
msgid "Set version as default"
msgstr ""

#: builds/models.py:1201
#: builds/models.py:1206
msgid "Delete version"
msgstr ""

#: builds/models.py:1213
#: builds/models.py:1218
msgid "Rule priority"
msgstr ""

#: builds/models.py:1214
#: builds/models.py:1219
msgid "A lower number (0) means a higher priority"
msgstr ""

#: builds/models.py:1223
#: builds/models.py:1228
msgid "Match argument"
msgstr ""

#: builds/models.py:1224
#: builds/models.py:1229
msgid "Value used for the rule to match the version"
msgstr ""

#: builds/models.py:1228
#: builds/models.py:1233
msgid "Predefined match argument"
msgstr ""

#: builds/models.py:1230
#: builds/models.py:1235
msgid ""
"Match argument defined by us, it is used if is not None, otherwise match_arg "
"will be used."
msgstr ""

#: builds/models.py:1241
#: builds/models.py:1246
msgid "Action to apply to matching versions"
msgstr ""

#: builds/models.py:1246
#: builds/models.py:1251
msgid "Action argument"
msgstr ""

#: builds/models.py:1247
#: builds/models.py:1252
msgid "Value used for the action to perfom an operation"
msgstr ""

#: builds/models.py:1254
#: builds/models.py:1259
msgid "Type of version the rule should be applied to"
msgstr ""

#: builds/models.py:1478
#: builds/models.py:1483
msgid "Version activated"
msgstr ""

#: builds/models.py:1479
#: builds/models.py:1484
msgid "Version hidden"
msgstr ""

#: builds/models.py:1481
#: builds/models.py:1486
msgid "Version set to public privacy"
msgstr ""

#: builds/models.py:1484
#: builds/models.py:1489
msgid "Version set to private privacy"
msgstr ""

#: builds/models.py:1486
#: builds/models.py:1491
msgid "Version set as default"
msgstr ""

#: builds/models.py:1487
#: builds/models.py:1492
msgid "Version deleted"
msgstr ""

#: builds/models.py:1492
#: builds/models.py:1497
msgid "Matched rule"
msgstr ""

Expand Down
Loading