Files
@ 4548912f48c8
Branch filter:
Location: kallithea/rhodecode/model/scm.py - annotation
4548912f48c8
20.2 KiB
text/x-python
fixes issue #502, float division error on setting maxsize of changelog to 0
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 | c52e88b57bf4 c52e88b57bf4 bb35ad076e2f bb35ad076e2f c52e88b57bf4 bb35ad076e2f bb35ad076e2f c52e88b57bf4 c52e88b57bf4 89efedac4e6c c52e88b57bf4 c52e88b57bf4 a671db5bdd58 a671db5bdd58 a671db5bdd58 a671db5bdd58 6832ef664673 7486da5f0628 7486da5f0628 7486da5f0628 7486da5f0628 6832ef664673 7486da5f0628 a671db5bdd58 cd207411cf22 e7c6341ad3cb e1370dcb9908 c52e88b57bf4 c52e88b57bf4 c52e88b57bf4 b6d23aa3754c e1370dcb9908 e1370dcb9908 c52e88b57bf4 f3417f0d54b5 9492ab68331f f3417f0d54b5 e1370dcb9908 324ac367a4da 324ac367a4da 324ac367a4da 324ac367a4da c52e88b57bf4 e2f3c8e6939d 7486da5f0628 31ebf7010566 87f0800abc7b 5554aa9c2480 003c504da933 89b9037d68b7 6a31e64acabd 1bc579bcd67a c52e88b57bf4 7486da5f0628 7486da5f0628 c52e88b57bf4 dbec976d9975 dbec976d9975 dbec976d9975 765c2125e4d9 765c2125e4d9 765c2125e4d9 765c2125e4d9 68e34f5cf122 dbec976d9975 dbec976d9975 dbec976d9975 2f89beda06a1 765c2125e4d9 765c2125e4d9 765c2125e4d9 b6d23aa3754c 9c0f5d558789 dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f 9c0f5d558789 e5467730682b 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 90e06f53af8c 90e06f53af8c 90e06f53af8c 90e06f53af8c e5467730682b 90e06f53af8c 7a46d67c263c 87f0800abc7b 87f0800abc7b 87f0800abc7b 9c0f5d558789 9c0f5d558789 39ae0f0972b9 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 66f03a87141c 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 dfa5180cf02f 9c0f5d558789 07e56179633e 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 9c0f5d558789 6691d4097344 9c0f5d558789 07e56179633e 9c0f5d558789 68e34f5cf122 b6d23aa3754c dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 89b9037d68b7 7d1fc253549e 7d1fc253549e 7486da5f0628 7486da5f0628 1088ded6e602 1088ded6e602 1088ded6e602 1088ded6e602 1088ded6e602 1088ded6e602 1088ded6e602 1088ded6e602 1088ded6e602 1088ded6e602 1088ded6e602 1088ded6e602 7486da5f0628 7486da5f0628 7d1fc253549e 7d1fc253549e 7486da5f0628 bb35ad076e2f 7486da5f0628 7486da5f0628 7486da5f0628 7486da5f0628 5554aa9c2480 7d1fc253549e 7d1fc253549e 7486da5f0628 6832ef664673 7486da5f0628 7486da5f0628 bb35ad076e2f 5554aa9c2480 5554aa9c2480 5554aa9c2480 9d400b585c24 9d400b585c24 5554aa9c2480 47c2a006d43b 7486da5f0628 bc9a73adc216 003c504da933 003c504da933 003c504da933 7d1fc253549e e7c6341ad3cb e7c6341ad3cb e7c6341ad3cb 7d1fc253549e 7486da5f0628 47c2a006d43b 7486da5f0628 e7c6341ad3cb 7486da5f0628 7486da5f0628 7486da5f0628 7486da5f0628 e2f3c8e6939d 1d1ccb873d00 7486da5f0628 e2f3c8e6939d 47c2a006d43b 7486da5f0628 7486da5f0628 7486da5f0628 47c2a006d43b 7486da5f0628 dfa5180cf02f a04fe5986109 a04fe5986109 68e34f5cf122 6832ef664673 a04fe5986109 a04fe5986109 dfa5180cf02f dfa5180cf02f dfa5180cf02f 7486da5f0628 632b0761e617 9c0f5d558789 a04fe5986109 f3417f0d54b5 dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f dfa5180cf02f 7486da5f0628 9c0f5d558789 7486da5f0628 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b 87f0800abc7b cb0d9ce6ac5c d25bd432bc3e d25bd432bc3e cb0d9ce6ac5c 6832ef664673 cb0d9ce6ac5c cb0d9ce6ac5c e886f91fcb71 cb0d9ce6ac5c 49eb69d78988 cb0d9ce6ac5c 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 dbec976d9975 dbec976d9975 2f89beda06a1 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 e7eef7a1db6a dbec976d9975 dbec976d9975 2f89beda06a1 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 68e34f5cf122 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 1951c35483ab 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 1951c35483ab 04027bdb876c 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 49eb69d78988 cb0d9ce6ac5c 1bc579bcd67a 1bc579bcd67a faaadfc3c359 faaadfc3c359 1bc579bcd67a 2f89beda06a1 1bc579bcd67a 1bc579bcd67a 1bc579bcd67a 1bc579bcd67a faaadfc3c359 1bc579bcd67a 1bc579bcd67a 1bc579bcd67a 1bc579bcd67a cb0d9ce6ac5c 1088ded6e602 1088ded6e602 1088ded6e602 1088ded6e602 1088ded6e602 1088ded6e602 1088ded6e602 9b734e9530c2 9b734e9530c2 4aba7be311e8 4aba7be311e8 4aba7be311e8 04027bdb876c ef9a30e22ea6 4de3fa6290a7 954d8952ff2a 954d8952ff2a 954d8952ff2a 954d8952ff2a a1e156503afe 954d8952ff2a 954d8952ff2a a1e156503afe 4de3fa6290a7 e576410f911d e576410f911d e576410f911d e576410f911d a1e156503afe 4de3fa6290a7 4de3fa6290a7 4de3fa6290a7 4de3fa6290a7 e7eef7a1db6a e7eef7a1db6a 6705eeebc41b 6705eeebc41b 954d8952ff2a 954d8952ff2a 6705eeebc41b 954d8952ff2a 954d8952ff2a 6705eeebc41b 6705eeebc41b 6705eeebc41b b7563ad4e7ee b7563ad4e7ee 31ebf7010566 31ebf7010566 31ebf7010566 31ebf7010566 6705eeebc41b 6705eeebc41b 70a5a9a57864 31ebf7010566 31ebf7010566 6705eeebc41b 70a5a9a57864 70a5a9a57864 70a5a9a57864 70a5a9a57864 70a5a9a57864 6705eeebc41b 6705eeebc41b 7b67b0dcad6d 7b67b0dcad6d 7b67b0dcad6d 324ac367a4da 7b67b0dcad6d 324ac367a4da 7b67b0dcad6d 7b67b0dcad6d 04027bdb876c 04027bdb876c 269905fac50a b6d23aa3754c 269905fac50a b6d23aa3754c b6d23aa3754c b6d23aa3754c b6d23aa3754c 04027bdb876c 31ebf7010566 31ebf7010566 7b67b0dcad6d 7b67b0dcad6d 7b67b0dcad6d 7b67b0dcad6d 31ebf7010566 7b67b0dcad6d 7b67b0dcad6d 7b67b0dcad6d 7b67b0dcad6d 7b67b0dcad6d 7b67b0dcad6d 31ebf7010566 31ebf7010566 7b67b0dcad6d 7b67b0dcad6d 7b67b0dcad6d 7b67b0dcad6d 7b67b0dcad6d 7b67b0dcad6d 7b67b0dcad6d 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 203af05539e0 30d3161c6683 30d3161c6683 9492ab68331f 9492ab68331f 9492ab68331f 9492ab68331f 9492ab68331f 9492ab68331f 9492ab68331f 9492ab68331f 9492ab68331f 12fa0c19c42f 9492ab68331f 12fa0c19c42f 9492ab68331f 9492ab68331f 12fa0c19c42f 9492ab68331f 12fa0c19c42f 9492ab68331f 9492ab68331f 12fa0c19c42f 9492ab68331f 9492ab68331f 9492ab68331f 12fa0c19c42f 9492ab68331f 9492ab68331f 9492ab68331f 9492ab68331f 9492ab68331f 12fa0c19c42f 9492ab68331f 9492ab68331f 9492ab68331f 9492ab68331f 12fa0c19c42f 9492ab68331f 12fa0c19c42f e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 e1370dcb9908 | # -*- coding: utf-8 -*-
"""
rhodecode.model.scm
~~~~~~~~~~~~~~~~~~~
Scm model for RhodeCode
:created_on: Apr 9, 2010
:author: marcink
:copyright: (C) 2010-2012 Marcin Kuzminski <marcin@python-works.com>
:license: GPLv3, see COPYING for more details.
"""
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from __future__ import with_statement
import os
import re
import time
import traceback
import logging
import cStringIO
import pkg_resources
from os.path import dirname as dn, join as jn
from sqlalchemy import func
from pylons.i18n.translation import _
import rhodecode
from rhodecode.lib.vcs import get_backend
from rhodecode.lib.vcs.exceptions import RepositoryError
from rhodecode.lib.vcs.utils.lazy import LazyProperty
from rhodecode.lib.vcs.nodes import FileNode
from rhodecode import BACKENDS
from rhodecode.lib import helpers as h
from rhodecode.lib.utils2 import safe_str, safe_unicode
from rhodecode.lib.auth import HasRepoPermissionAny, HasReposGroupPermissionAny
from rhodecode.lib.utils import get_repos as get_filesystem_repos, make_ui, \
action_logger, EmptyChangeset, REMOVED_REPO_PAT
from rhodecode.model import BaseModel
from rhodecode.model.db import Repository, RhodeCodeUi, CacheInvalidation, \
UserFollowing, UserLog, User, RepoGroup, PullRequest
log = logging.getLogger(__name__)
class UserTemp(object):
def __init__(self, user_id):
self.user_id = user_id
def __repr__(self):
return "<%s('id:%s')>" % (self.__class__.__name__, self.user_id)
class RepoTemp(object):
def __init__(self, repo_id):
self.repo_id = repo_id
def __repr__(self):
return "<%s('id:%s')>" % (self.__class__.__name__, self.repo_id)
class CachedRepoList(object):
"""
Cached repo list, uses in-memory cache after initialization, that is
super fast
"""
def __init__(self, db_repo_list, repos_path, order_by=None):
self.db_repo_list = db_repo_list
self.repos_path = repos_path
self.order_by = order_by
self.reversed = (order_by or '').startswith('-')
def __len__(self):
return len(self.db_repo_list)
def __repr__(self):
return '<%s (%s)>' % (self.__class__.__name__, self.__len__())
def __iter__(self):
# pre-propagated cache_map to save executing select statements
# for each repo
cache_map = CacheInvalidation.get_cache_map()
for dbr in self.db_repo_list:
scmr = dbr.scm_instance_cached(cache_map)
# check permission at this level
if not HasRepoPermissionAny(
'repository.read', 'repository.write', 'repository.admin'
)(dbr.repo_name, 'get repo check'):
continue
if scmr is None:
log.error(
'%s this repository is present in database but it '
'cannot be created as an scm instance' % dbr.repo_name
)
continue
last_change = scmr.last_change
tip = h.get_changeset_safe(scmr, 'tip')
tmp_d = {}
tmp_d['name'] = dbr.repo_name
tmp_d['name_sort'] = tmp_d['name'].lower()
tmp_d['description'] = dbr.description
tmp_d['description_sort'] = tmp_d['description'].lower()
tmp_d['last_change'] = last_change
tmp_d['last_change_sort'] = time.mktime(last_change.timetuple())
tmp_d['tip'] = tip.raw_id
tmp_d['tip_sort'] = tip.revision
tmp_d['rev'] = tip.revision
tmp_d['contact'] = dbr.user.full_contact
tmp_d['contact_sort'] = tmp_d['contact']
tmp_d['owner_sort'] = tmp_d['contact']
tmp_d['repo_archives'] = list(scmr._get_archives())
tmp_d['last_msg'] = tip.message
tmp_d['author'] = tip.author
tmp_d['dbrepo'] = dbr.get_dict()
tmp_d['dbrepo_fork'] = dbr.fork.get_dict() if dbr.fork else {}
yield tmp_d
class SimpleCachedRepoList(CachedRepoList):
"""
Lighter version of CachedRepoList without the scm initialisation
"""
def __iter__(self):
for dbr in self.db_repo_list:
# check permission at this level
if not HasRepoPermissionAny(
'repository.read', 'repository.write', 'repository.admin'
)(dbr.repo_name, 'get repo check'):
continue
tmp_d = {}
tmp_d['name'] = dbr.repo_name
tmp_d['name_sort'] = tmp_d['name'].lower()
tmp_d['description'] = dbr.description
tmp_d['description_sort'] = tmp_d['description'].lower()
tmp_d['dbrepo'] = dbr.get_dict()
tmp_d['dbrepo_fork'] = dbr.fork.get_dict() if dbr.fork else {}
yield tmp_d
class GroupList(object):
def __init__(self, db_repo_group_list):
self.db_repo_group_list = db_repo_group_list
def __len__(self):
return len(self.db_repo_group_list)
def __repr__(self):
return '<%s (%s)>' % (self.__class__.__name__, self.__len__())
def __iter__(self):
for dbgr in self.db_repo_group_list:
# check permission at this level
if not HasReposGroupPermissionAny(
'group.read', 'group.write', 'group.admin'
)(dbgr.group_name, 'get group repo check'):
continue
yield dbgr
class ScmModel(BaseModel):
"""
Generic Scm Model
"""
def __get_repo(self, instance):
cls = Repository
if isinstance(instance, cls):
return instance
elif isinstance(instance, int) or str(instance).isdigit():
return cls.get(instance)
elif isinstance(instance, basestring):
return cls.get_by_repo_name(instance)
elif instance:
raise Exception('given object must be int, basestr or Instance'
' of %s got %s' % (type(cls), type(instance)))
@LazyProperty
def repos_path(self):
"""
Get's the repositories root path from database
"""
q = self.sa.query(RhodeCodeUi).filter(RhodeCodeUi.ui_key == '/').one()
return q.ui_value
def repo_scan(self, repos_path=None):
"""
Listing of repositories in given path. This path should not be a
repository itself. Return a dictionary of repository objects
:param repos_path: path to directory containing repositories
"""
if repos_path is None:
repos_path = self.repos_path
log.info('scanning for repositories in %s' % repos_path)
baseui = make_ui('db')
repos = {}
for name, path in get_filesystem_repos(repos_path, recursive=True):
# skip removed repos
if REMOVED_REPO_PAT.match(name):
continue
# name need to be decomposed and put back together using the /
# since this is internal storage separator for rhodecode
name = Repository.url_sep().join(name.split(os.sep))
try:
if name in repos:
raise RepositoryError('Duplicate repository name %s '
'found in %s' % (name, path))
else:
klass = get_backend(path[0])
if path[0] == 'hg' and path[0] in BACKENDS.keys():
repos[name] = klass(safe_str(path[1]), baseui=baseui)
if path[0] == 'git' and path[0] in BACKENDS.keys():
repos[name] = klass(path[1])
except OSError:
continue
return repos
def get_repos(self, all_repos=None, sort_key=None, simple=False):
"""
Get all repos from db and for each repo create it's
backend instance and fill that backed with information from database
:param all_repos: list of repository names as strings
give specific repositories list, good for filtering
:param sort_key: initial sorting of repos
:param simple: use SimpleCachedList - one without the SCM info
"""
if all_repos is None:
all_repos = self.sa.query(Repository)\
.filter(Repository.group_id == None)\
.order_by(func.lower(Repository.repo_name)).all()
if simple:
repo_iter = SimpleCachedRepoList(all_repos,
repos_path=self.repos_path,
order_by=sort_key)
else:
repo_iter = CachedRepoList(all_repos,
repos_path=self.repos_path,
order_by=sort_key)
return repo_iter
def get_repos_groups(self, all_groups=None):
if all_groups is None:
all_groups = RepoGroup.query()\
.filter(RepoGroup.group_parent_id == None).all()
group_iter = GroupList(all_groups)
return group_iter
def mark_for_invalidation(self, repo_name):
"""
Puts cache invalidation task into db for
further global cache invalidation
:param repo_name: this repo that should invalidation take place
"""
CacheInvalidation.set_invalidate(repo_name)
def toggle_following_repo(self, follow_repo_id, user_id):
f = self.sa.query(UserFollowing)\
.filter(UserFollowing.follows_repo_id == follow_repo_id)\
.filter(UserFollowing.user_id == user_id).scalar()
if f is not None:
try:
self.sa.delete(f)
action_logger(UserTemp(user_id),
'stopped_following_repo',
RepoTemp(follow_repo_id))
return
except:
log.error(traceback.format_exc())
raise
try:
f = UserFollowing()
f.user_id = user_id
f.follows_repo_id = follow_repo_id
self.sa.add(f)
action_logger(UserTemp(user_id),
'started_following_repo',
RepoTemp(follow_repo_id))
except:
log.error(traceback.format_exc())
raise
def toggle_following_user(self, follow_user_id, user_id):
f = self.sa.query(UserFollowing)\
.filter(UserFollowing.follows_user_id == follow_user_id)\
.filter(UserFollowing.user_id == user_id).scalar()
if f is not None:
try:
self.sa.delete(f)
return
except:
log.error(traceback.format_exc())
raise
try:
f = UserFollowing()
f.user_id = user_id
f.follows_user_id = follow_user_id
self.sa.add(f)
except:
log.error(traceback.format_exc())
raise
def is_following_repo(self, repo_name, user_id, cache=False):
r = self.sa.query(Repository)\
.filter(Repository.repo_name == repo_name).scalar()
f = self.sa.query(UserFollowing)\
.filter(UserFollowing.follows_repository == r)\
.filter(UserFollowing.user_id == user_id).scalar()
return f is not None
def is_following_user(self, username, user_id, cache=False):
u = User.get_by_username(username)
f = self.sa.query(UserFollowing)\
.filter(UserFollowing.follows_user == u)\
.filter(UserFollowing.user_id == user_id).scalar()
return f is not None
def get_followers(self, repo):
repo = self._get_repo(repo)
return self.sa.query(UserFollowing)\
.filter(UserFollowing.follows_repository == repo).count()
def get_forks(self, repo):
repo = self._get_repo(repo)
return self.sa.query(Repository)\
.filter(Repository.fork == repo).count()
def get_pull_requests(self, repo):
repo = self._get_repo(repo)
return self.sa.query(PullRequest)\
.filter(PullRequest.other_repo == repo).count()
def mark_as_fork(self, repo, fork, user):
repo = self.__get_repo(repo)
fork = self.__get_repo(fork)
repo.fork = fork
self.sa.add(repo)
return repo
def pull_changes(self, repo, username):
dbrepo = self.__get_repo(repo)
clone_uri = dbrepo.clone_uri
if not clone_uri:
raise Exception("This repository doesn't have a clone uri")
repo = dbrepo.scm_instance
try:
extras = {
'ip': '',
'username': username,
'action': 'push_remote',
'repository': dbrepo.repo_name,
'scm': repo.alias,
}
Repository.inject_ui(repo, extras=extras)
if repo.alias == 'git':
repo.fetch(clone_uri)
else:
repo.pull(clone_uri)
self.mark_for_invalidation(dbrepo.repo_name)
except:
log.error(traceback.format_exc())
raise
def commit_change(self, repo, repo_name, cs, user, author, message,
content, f_path):
if repo.alias == 'hg':
from rhodecode.lib.vcs.backends.hg import \
MercurialInMemoryChangeset as IMC
elif repo.alias == 'git':
from rhodecode.lib.vcs.backends.git import \
GitInMemoryChangeset as IMC
# decoding here will force that we have proper encoded values
# in any other case this will throw exceptions and deny commit
content = safe_str(content)
path = safe_str(f_path)
# message and author needs to be unicode
# proper backend should then translate that into required type
message = safe_unicode(message)
author = safe_unicode(author)
m = IMC(repo)
m.change(FileNode(path, content))
tip = m.commit(message=message,
author=author,
parents=[cs], branch=cs.branch)
new_cs = tip.short_id
action = 'push_local:%s' % new_cs
action_logger(user, action, repo_name)
self.mark_for_invalidation(repo_name)
def create_node(self, repo, repo_name, cs, user, author, message, content,
f_path):
if repo.alias == 'hg':
from rhodecode.lib.vcs.backends.hg import MercurialInMemoryChangeset as IMC
elif repo.alias == 'git':
from rhodecode.lib.vcs.backends.git import GitInMemoryChangeset as IMC
# decoding here will force that we have proper encoded values
# in any other case this will throw exceptions and deny commit
if isinstance(content, (basestring,)):
content = safe_str(content)
elif isinstance(content, (file, cStringIO.OutputType,)):
content = content.read()
else:
raise Exception('Content is of unrecognized type %s' % (
type(content)
))
message = safe_unicode(message)
author = safe_unicode(author)
path = safe_str(f_path)
m = IMC(repo)
if isinstance(cs, EmptyChangeset):
# EmptyChangeset means we we're editing empty repository
parents = None
else:
parents = [cs]
m.add(FileNode(path, content=content))
tip = m.commit(message=message,
author=author,
parents=parents, branch=cs.branch)
new_cs = tip.short_id
action = 'push_local:%s' % new_cs
action_logger(user, action, repo_name)
self.mark_for_invalidation(repo_name)
def get_nodes(self, repo_name, revision, root_path='/', flat=True):
"""
recursive walk in root dir and return a set of all path in that dir
based on repository walk function
:param repo_name: name of repository
:param revision: revision for which to list nodes
:param root_path: root path to list
:param flat: return as a list, if False returns a dict with decription
"""
_files = list()
_dirs = list()
try:
_repo = self.__get_repo(repo_name)
changeset = _repo.scm_instance.get_changeset(revision)
root_path = root_path.lstrip('/')
for topnode, dirs, files in changeset.walk(root_path):
for f in files:
_files.append(f.path if flat else {"name": f.path,
"type": "file"})
for d in dirs:
_dirs.append(d.path if flat else {"name": d.path,
"type": "dir"})
except RepositoryError:
log.debug(traceback.format_exc())
raise
return _dirs, _files
def get_unread_journal(self):
return self.sa.query(UserLog).count()
def get_repo_landing_revs(self, repo=None):
"""
Generates select option with tags branches and bookmarks (for hg only)
grouped by type
:param repo:
:type repo:
"""
hist_l = []
choices = []
repo = self.__get_repo(repo)
hist_l.append(['tip', _('latest tip')])
choices.append('tip')
if not repo:
return choices, hist_l
repo = repo.scm_instance
branches_group = ([(k, k) for k, v in
repo.branches.iteritems()], _("Branches"))
hist_l.append(branches_group)
choices.extend([x[0] for x in branches_group[0]])
if repo.alias == 'hg':
bookmarks_group = ([(k, k) for k, v in
repo.bookmarks.iteritems()], _("Bookmarks"))
hist_l.append(bookmarks_group)
choices.extend([x[0] for x in bookmarks_group[0]])
tags_group = ([(k, k) for k, v in
repo.tags.iteritems()], _("Tags"))
hist_l.append(tags_group)
choices.extend([x[0] for x in tags_group[0]])
return choices, hist_l
def install_git_hook(self, repo, force_create=False):
"""
Creates a rhodecode hook inside a git repository
:param repo: Instance of VCS repo
:param force_create: Create even if same name hook exists
"""
loc = jn(repo.path, 'hooks')
if not repo.bare:
loc = jn(repo.path, '.git', 'hooks')
if not os.path.isdir(loc):
os.makedirs(loc)
tmpl = pkg_resources.resource_string(
'rhodecode', jn('config', 'post_receive_tmpl.py')
)
_hook_file = jn(loc, 'post-receive')
_rhodecode_hook = False
log.debug('Installing git hook in repo %s' % repo)
if os.path.exists(_hook_file):
# let's take a look at this hook, maybe it's rhodecode ?
log.debug('hook exists, checking if it is from rhodecode')
_HOOK_VER_PAT = re.compile(r'^RC_HOOK_VER')
with open(_hook_file, 'rb') as f:
data = f.read()
matches = re.compile(r'(?:%s)\s*=\s*(.*)'
% 'RC_HOOK_VER').search(data)
if matches:
try:
ver = matches.groups()[0]
log.debug('got %s it is rhodecode' % (ver))
_rhodecode_hook = True
except:
log.error(traceback.format_exc())
if _rhodecode_hook or force_create:
log.debug('writing hook file !')
with open(_hook_file, 'wb') as f:
tmpl = tmpl.replace('_TMPL_', rhodecode.__version__)
f.write(tmpl)
os.chmod(_hook_file, 0755)
else:
log.debug('skipping writing hook file')
|