This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Remove code generating comments in configuration file #12941
Merged
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
b788ea8
add info about config documentation to file header
H-Shay 370a36b
remove comments from api.py
H-Shay 74e171b
remove comments from appservice.py
H-Shay 9fce9af
remove comments from auth.py
H-Shay c8ebd3e
remove comments from background_updates.py
H-Shay e17b3e5
remove comments from cache.py
H-Shay bf7c543
remove comments from captcha.py
H-Shay 6d30891
remove comments from cas.py
H-Shay ad320d3
remove comments from consent.py
H-Shay d67d26b
remove comments from database.py
H-Shay 91bd93d
remove comments from emailconfig.py
H-Shay 7957222
remove comments from federation.py
H-Shay f6e29de
remove comments from federation.py
H-Shay 004e2ae
remove comments from groups.py
H-Shay 650332c
remove comments from jwt.py
H-Shay b246258
remove comments from modules.py
H-Shay 11d9f22
remove comments from oembed.py
H-Shay 9e47700
remove comments from oidc.py
H-Shay ee3c658
remove comments from push.py
H-Shay 6b1cfc3
remove comments from ratelimiting.py
H-Shay 6babef8
remove comments from redis.py
H-Shay 22cd3d8
remove comments from retention.py
H-Shay 29a9e2f
remove comments from room.py
H-Shay b449597
remove comments in room_directory.py
H-Shay 9647714
remove comments from saml2.py
H-Shay e090c1e
remove comments from server_notices.py
H-Shay b8f32fa
remvoe comments from sso.py
H-Shay b6393d4
remove comments from stats.py
H-Shay bbce92b
remove comments from tracer.py
H-Shay 099f79f
remove comments from user_directory.py
H-Shay 01b88e0
remove comments from voip.py
H-Shay b2d0418
remove comments from workers.py
H-Shay bb88cc1
remove comments from repository.py
H-Shay e797906
remove comments from registration.py
H-Shay a925e0e
remove comments from tls.py
H-Shay bb52e28
remove comments from server.py
H-Shay b97a3e7
remove comments from metrics.py
H-Shay e01e1d4
update sample_config_header
H-Shay 65ff8a0
slight refactor to generate whole config from parts
H-Shay 60bbdbd
sample config
H-Shay 2c1211f
remove comments from logger.py
H-Shay c66db44
remove comments from key.py
H-Shay 0925fd3
merge in develop
H-Shay 573b399
changelog
H-Shay 210e8b1
lint + proper changelog number
H-Shay 408c45e
regenerate sample config
H-Shay 10d2613
remove printed shared secret from tests where unnecessary
H-Shay 04881af
fix issue with registration shared secret not being string
H-Shay f5b16c1
requested changes
H-Shay 18d7a87
regenerate config
H-Shay 40cbc96
requested changes
H-Shay bb1b2bb
actually requested change
H-Shay ffb8f2b
regenerate sample config
H-Shay 2348e47
Merge branch 'develop' into shay/bye_bye_comments
H-Shay File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,10 @@ | ||
# This file is maintained as an up-to-date snapshot of the default | ||
# homeserver.yaml configuration generated by Synapse. | ||
# | ||
# It is intended to act as a reference for the default configuration, | ||
# helping admins keep track of new options and other changes, and compare | ||
# their configs with the current default. As such, many of the actual | ||
# config values shown are placeholders. | ||
# | ||
# It is *not* intended to be copied and used as the basis for a real | ||
# homeserver.yaml. Instead, if you are starting from scratch, please generate | ||
# a fresh config using Synapse by following the instructions in | ||
# https://matrix-org.github.io/synapse/latest/setup/installation.html. | ||
|
||
# Configuration options that take a time period can be set using a number | ||
# followed by a letter. Letters have the following meanings: | ||
# s = second | ||
# m = minute | ||
# h = hour | ||
# d = day | ||
# w = week | ||
# y = year | ||
# For example, setting redaction_retention_period: 5m would remove redacted | ||
# messages from the database after 5 minutes, rather than 5 months. | ||
|
||
# | ||
################################################################################ | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.