##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2421:3ca1f08e
integrations: email, fix plural/singular case and no pushed branches case. - for git there could be a situation when we push to no branch.
0
r2420:e50c0448
integrations: use orderedDict in all integrations for settings.
0
r2419:20304eec
celery: tasks, improve fork/repo create to survive a database errors in the cleanup code.
0
r2418:b8cb7843
hooks: inject request.user for proper url generation in async methods. - this is just a temporary injection as it's later properly bootstrapped in the async celery process.
0
r2417:51f63062
celery: use safe environ extraction. In few cases of executing tasks at non-pyramid level. e.g executed from hooks we cannot read environ properly. Without it our bootstrap code will still generate proper urls.
0
r2416:14bd0464
celery: don't disable celery if 1 task fails. This results in permanent disable in case of any errors. We rather want to always check and fallback to sync.
0
r2415:fef13094
repo-settings: non-changeable is a bad name. We use permalink notation in the app.
0
r2414:e045e245
repo-creating: fixed the url.
0
r2413:4576e184
repo-model: fixed permalink generation for repositories.
0
r2412:83caad73
celery: improve logging of failed async execution.
0
r2411:f2cd50d7
vcs-ops: store user_id inside the extras for vcs context operations. - we'll use this one for bootstrap of async tasks.
0
r2410:af8ad232
webhook: execute via celery for async.
0
r2409:36eff123
forms: added a codemirror form widget.
0
r2408:61d5eaf5
logging: don't stop logging on "waiting for background thread to finish" This is misleading as we're waiting for something and didn't finalize.
0
r2407:bd3f17a5
repo-creating: fix reload url.
0
r2406:db81d430
scheduler: added DB models and db parsers for the RhodeCode scheduler. - migration schema - small fixes for form templates - migrated celeryloader utils for the scheduler
0
r2405:2f080035
svn: extend detection of SVN to PROPFIND/PROPATCH methods. - in some cases like usage of tortoisesvn non of the available SVN protocol detection methods are available - with extended method we're able to catch directory delete/create
0
r2404:b82a3082
vcs: also register a global config for vcs_handler. - this solves a case when SVN repository needs to find out a repo without per-repo settings available - we need to get the global config first to be able to extract repo name
0
r2403:a8bbceb1
svn: log response code for SVN calls always even for 200 codes.
0
r2402:3879c894
svn: pass in explicit SCM into the call function for faster detection of protocol.
0
load next
< 1 .. 145 146 147 148 149 .. 268 >
showing 20 out of 5342 commits