| .. |
|
celerylib
|
emails: ensure none empty emails are fetched from admin accounts in recipinets aren't specified.
|
2018-07-16 18:24:46 +02:00 |
|
dbmigrate
|
branch permissions: added logic to define in UI branch permissions.
|
2018-08-28 13:41:30 +02:00 |
|
index
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
middleware
|
branch-permissions: handle vcs operations and branch permissions.
|
2018-08-29 20:22:43 +02:00 |
|
paster_commands
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
plugins
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
pyramid_shell
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
rc_cache
|
caches: don't try to delete keys if there aren't any to delete.
|
2018-08-22 13:22:39 +02:00 |
|
rc_commands
|
bootstrap: allow setting certain env flags for usage in CLI scripts.
|
2018-03-01 16:42:35 +01:00 |
|
rcmail
|
mailer: bit of code cleanup
|
2018-08-02 16:30:47 +02:00 |
|
vcs
|
git: use smarter way for checking if repo is empty. This doesn't spam logs with some dulwich exceptions, we shouldn't really care about here.`
|
2018-08-11 14:20:58 +02:00 |
|
__init__.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
action_parser.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
audit_logger.py
|
security: update lastactivity when on audit logs.
|
2018-07-31 22:52:44 +02:00 |
|
auth.py
|
branch-permissions: enabled branch permissions checks for SSH backend.
|
2018-08-29 16:41:52 +02:00 |
|
base.py
|
branch-permissions: enabled branch permissions checks for SSH backend.
|
2018-08-29 16:41:52 +02:00 |
|
bleach_whitelist.py
|
markdown: use bleach to cleanup html from markdown. This also enabled strict
|
2017-12-06 22:56:27 +01:00 |
|
caching_query.py
|
caches: use dogpile for sql_cache_short region.
|
2018-07-12 17:20:03 +02:00 |
|
channelstream.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
codeblocks.py
|
caching: add option to cache diffs for commits and pull requests.
|
2018-04-17 18:46:20 +02:00 |
|
colander_utils.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
colored_formatter.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
compat.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
datelib.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
db_manage.py
|
auth-tokens: abstracted adding token for users into UserModel method for easier usage in scripts, and in future in API.
|
2018-08-10 15:20:29 +02:00 |
|
diff_match_patch.py
|
diffs: replace compare controller with new html based diffs:
|
2016-10-19 14:29:51 +03:00 |
|
diffs.py
|
diff-cache: use bz2 to reduce diff-cache size.
|
2018-04-18 17:50:32 +02:00 |
|
encrypt.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
exc_tracking.py
|
exceptions: added new exception tracking capability.
|
2018-07-23 15:56:09 +02:00 |
|
exceptions.py
|
branch-permissions: handle vcs operations and branch permissions.
|
2018-08-29 20:22:43 +02:00 |
|
ext_json.py
|
pylons: fixed code and test suite after removal of pylons.
|
2017-11-16 18:27:09 +01:00 |
|
ext_json_renderer.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
fakemod.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
graphmod.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
helpers.py
|
pull-requests: make the renderer stored and saved for each pull requests.
|
2018-07-17 14:45:29 +02:00 |
|
hooks_base.py
|
branch-permissions: handle vcs operations and branch permissions.
|
2018-08-29 20:22:43 +02:00 |
|
hooks_daemon.py
|
branch-permissions: handle vcs operations and branch permissions.
|
2018-08-29 20:22:43 +02:00 |
|
hooks_utils.py
|
hooks: execute web-based hooks for SVN
|
2018-05-14 14:22:28 +02:00 |
|
jsonalchemy.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
logging_formatter.py
|
debug: add new custom logging to track unique requests across systems.
|
2018-06-15 19:34:39 +02:00 |
|
markdown_ext.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
markup_renderer.py
|
pull-requests: make the renderer stored and saved for each pull requests.
|
2018-07-17 14:45:29 +02:00 |
|
memory_lru_dict.py
|
caches: use repo.lru based Dict cache. This LRUDict uses Timing Algo to not have to use locking
|
2018-08-06 00:35:46 +02:00 |
|
partial_renderer.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
pidlock.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
pyramid_utils.py
|
debug: add new custom logging to track unique requests across systems.
|
2018-06-15 19:34:39 +02:00 |
|
repo_maintenance.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
request.py
|
debug: add new custom logging to track unique requests across systems.
|
2018-06-15 19:34:39 +02:00 |
|
system_info.py
|
system-info: fetch default locale to the provided system info data.
|
2018-07-30 12:17:36 +02:00 |
|
user_log_filter.py
|
audit-logs: handle query syntax in whosh query parser.
|
2018-02-01 19:17:35 +01:00 |
|
user_sessions.py
|
release: update copyright year to 2018
|
2018-01-19 17:13:16 +01:00 |
|
utils.py
|
caches: introduce new conditional cache function.
|
2018-07-14 18:17:02 +02:00 |
|
utils2.py
|
branch permissions: added logic to define in UI branch permissions.
|
2018-08-28 13:41:30 +02:00 |