Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
5d3509df
Unverified
Commit
5d3509df
authored
2 years ago
by
David Robertson
Browse files
Options
Downloads
Patches
Plain Diff
Revert accidental direct-to-develop commits.
This reverts commit
5a320baa
. This reverts commit
f282d5fc
. This reverts commit
ce6ecdd4
.
parent
5a320baa
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/latest_deps.yml
+0
-3
0 additions, 3 deletions
.github/workflows/latest_deps.yml
.github/workflows/twisted_trunk.yml
+0
-2
0 additions, 2 deletions
.github/workflows/twisted_trunk.yml
changelog.d/12576.misc
+0
-1
0 additions, 1 deletion
changelog.d/12576.misc
with
0 additions
and
6 deletions
.github/workflows/latest_deps.yml
+
0
−
3
View file @
5d3509df
...
@@ -32,15 +32,12 @@ jobs:
...
@@ -32,15 +32,12 @@ jobs:
with
:
with
:
python-version
:
"
3.x"
python-version
:
"
3.x"
poetry-version
:
"
1.2.0b1"
poetry-version
:
"
1.2.0b1"
extras
:
"
all"
# Dump installed versions for debugging.
# Dump installed versions for debugging.
-
run
:
poetry run pip list > before.txt
-
run
:
poetry run pip list > before.txt
# Upgrade all runtime dependencies only. This is intended to mimic a fresh
# Upgrade all runtime dependencies only. This is intended to mimic a fresh
# `pip install matrix-synapse[all]` as closely as possible.
# `pip install matrix-synapse[all]` as closely as possible.
-
run
:
poetry update --no-dev
-
run
:
poetry update --no-dev
-
run
:
poetry run pip list > after.txt && (diff -u before.txt after.txt ||
true
)
-
run
:
poetry run pip list > after.txt && (diff -u before.txt after.txt ||
true
)
-
name
:
Remove warn_unused_ignores from mypy config
run
:
sed '/warn_unused_ignores = True/d' -i mypy.ini
-
run
:
poetry run mypy
-
run
:
poetry run mypy
trial
:
trial
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/twisted_trunk.yml
+
0
−
2
View file @
5d3509df
...
@@ -24,8 +24,6 @@ jobs:
...
@@ -24,8 +24,6 @@ jobs:
poetry remove twisted
poetry remove twisted
poetry add --extras tls git+https://github.com/twisted/twisted.git#trunk
poetry add --extras tls git+https://github.com/twisted/twisted.git#trunk
poetry install --no-interaction --extras "all test"
poetry install --no-interaction --extras "all test"
-
name
:
Remove warn_unused_ignores from mypy config
run
:
sed '/warn_unused_ignores = True/d' -i mypy.ini
-
run
:
poetry run mypy
-
run
:
poetry run mypy
trial
:
trial
:
...
...
This diff is collapsed.
Click to expand it.
changelog.d/12576.misc
deleted
100644 → 0
+
0
−
1
View file @
5a320baa
Allow unused `#type: ignore` comments in bleeding edge CI jobs.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment