##// END OF EJS Templates
processes: better handling of PID that are not part of RhodeCode processes....
processes: better handling of PID that are not part of RhodeCode processes. - in some cases for multiple gunicorn instances the PID sent is not from rhodecode which would lead to AccessDenied errors. We prevent from crashing the server on this type of errors.

File last commit:

r2430:1a62fc94 default
r2661:042cb4c7 default
Show More
.hgignore
66 lines | 1.1 KiB | text/plain | TextLexer
project: initial commit
r0 syntax: glob
*.egg
*.egg-info
*.idea
*.orig
*.pyc
*.sqlite-journal
*.swp
*.tox
*.DS_Store*
components: reorganize build pipeline to have nice separation of html/js/css
r703 rhodecode/public/js/src/components/**/*.css
project: initial commit
r0
syntax: regexp
#.filename
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^\.cache.*$
^\.rhodecode$
^rcextensions
hgignore: add .dev as ignored
r2430 ^.dev
project: initial commit
r0 ^._dev
^build/
polymer: introduce webcomponents to rhodecode
r689 ^bower_components/
project: initial commit
r0 ^coverage\.xml$
^data$
Martin Bornhold
dev-env: Add .eggs directory to ignore list.
r481 ^\.eggs/
project: initial commit
r0 ^configs/data$
^dev.ini$
^acceptance_tests/dev.*\.ini$
^dist/
^fabfile.py
^htmlcov
^junit\.xml$
^node_modules/
^pylint.log$
^rcextensions/
^result$
^rhodecode/public/css/style.css$
notifications: use rhodecode-toast for notifications instead of toastr jquery plugin
r699 ^rhodecode/public/css/style-polymer.css$
hgignore: Ignore generated webcomponents
r721 ^rhodecode/public/js/rhodecode-components.html$
project: initial commit
r0 ^rhodecode/public/js/scripts.js$
hgignore: skip rhodecode-components.js generated package.
r1093 ^rhodecode/public/js/rhodecode-components.js$
polymer: slim out the styles and change the flow of initialization to avoid race conditions
r714 ^rhodecode/public/js/src/components/root-styles.gen.html$
hgignore: Ignore generated webcomponents
r721 ^rhodecode/public/js/vendors/webcomponentsjs/
project: initial commit
r0 ^rhodecode\.db$
^rhodecode\.log$
^rhodecode_dev\.log$
^test\.db$
# ac-tests
^acceptance_tests/\.cache.*$
^acceptance_tests/externals
^acceptance_tests/ghostdriver.log$
^acceptance_tests/local(_.+)?\.ini$
# docs
^docs/_build$
^docs/result$
^docs-internal/_build$
# Cythonized things
^rhodecode/.*\.(c|so)$