aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/db.py
AgeCommit message (Collapse)Author
2012-06-06Removed hardcoded hooks names from settings.Marcin Kuzminski
Added helper for getting repos_location --HG-- branch : beta
2012-06-06Add method for fetching repos by full pathMarcin Kuzminski
--HG-- branch : beta
2012-06-06created pull-request overviewMarcin Kuzminski
--HG-- branch : codereview
2012-06-05link changeset comments into db model for cascade deletesMarcin Kuzminski
--HG-- branch : codereview
2012-05-28merge with betaMarcin Kuzminski
--HG-- branch : codereview
2012-05-28typo fix + code gardenMarcin Kuzminski
--HG-- branch : beta
2012-05-28Implemented cache-map on main page to save executing selectMarcin Kuzminski
statements that checks if cache should be invalidated. It reduces number of executed queries from N which is number of repos to 1 which is needed to fetch all keys from database. On pages with large number of repos this could reduce load time by half --HG-- branch : beta
2012-05-27merge with betaMarcin Kuzminski
--HG-- branch : codereview
2012-05-25Added optional repo_name into issue tracker url to get just the name of repo ↵Marcin Kuzminski
without group prefix --HG-- branch : beta
2012-05-23Added email-map for alternative email addresses for usersMarcin Kuzminski
--HG-- branch : codereview
2012-05-17Add changeset status change into emailsMarcin Kuzminski
--HG-- branch : codereview
2012-05-17Added simple versioning for changeset statusMarcin Kuzminski
--HG-- branch : codereview
2012-05-17Show changes of status inside commentsMarcin Kuzminski
- comments that change status are now associated with status object, and showed in comments blocks --HG-- branch : codereview
2012-05-16merge beta into codereviewMarcin Kuzminski
--HG-- branch : codereview
2012-05-09fixed issue with getting README files from git repositoriesMarcin Kuzminski
--HG-- branch : beta
2012-05-08fixed issue with empty APIKEYS on registration #438Marcin Kuzminski
--HG-- branch : beta
2012-05-08pull requests draft UIMarcin Kuzminski
--HG-- branch : codereview
2012-05-01fixed translation function for modelsMarcin Kuzminski
--HG-- branch : codereview
2012-05-01Implemented initial code-review status of changesetsMarcin Kuzminski
--HG-- branch : codereview
2012-04-30code-review initialMarcin Kuzminski
--HG-- branch : codereview extra : transplant_source : 3%17%FD%F9%28%3C%F5E%5DD%C7w%DCd%1B%0B%5Dk%B59
2012-03-23added hidden fulldiff GET param for disabling big diff cut off limit.Marcin Kuzminski
fixed context toggle options on single file diff --HG-- branch : beta
2012-03-22Cascade delete comments and notifications when removing user.Marcin Kuzminski
--HG-- branch : beta
2012-03-22Use __unicode__ instead of __repr__ in models.Marcin Kuzminski
--HG-- branch : beta
2012-03-21extended JSON encoder to use __json__ method if availableMarcin Kuzminski
--HG-- branch : beta
2012-03-21White space cleanupMarcin Kuzminski
--HG-- branch : beta
2012-03-21Mysql fixesMarcin Kuzminski
- force INNODB engine - set utf8 charset - fix convert_unicode flag in .ini files - fix constraints and FK --HG-- branch : beta
2012-03-20- #347 when running multiple RhodeCode instances, properly invalidates cacheMarcin Kuzminski
for all registered servers - server start also clears all cache keys now --HG-- branch : beta
2012-03-07utils/confMarcin Kuzminski
- created temporary utils2 - made config.conf for storing some configurations - fixed some dependency import problems - code cleanup - rc-extensions now properly work for celery --HG-- branch : beta
2012-03-01fixed sorting of repos in groupMarcin Kuzminski
--HG-- branch : beta
2012-02-28fixed #373 missing cascade drop on user_group_to_perm tableMarcin Kuzminski
--HG-- branch : beta
2012-02-28fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keysMarcin Kuzminski
--HG-- branch : beta
2012-02-28updated CONTRIBUTORSMarcin Kuzminski
- code garden --HG-- branch : beta
2012-02-22implements #212 moved default encoding variable into rhodecode-config. It's ↵Marcin Kuzminski
now possible to change default utf8 to some other encoding. - also added instance-id to config - update ini files --HG-- branch : beta
2012-02-21fixed issue with hybrid property for ldap_activeMarcin Kuzminski
- some small fixes for cache_keys functions --HG-- branch : beta
2012-02-20Added VCS into rhodecode core for faster and easier deployments of new versionsMarcin Kuzminski
--HG-- branch : beta
2012-02-19added migrations from 1.2.X to 1.3Marcin Kuzminski
--HG-- branch : beta
2012-02-14removed depracated method from db modelsMarcin Kuzminski
--HG-- branch : beta
2012-02-08db unique constraints fixesMarcin Kuzminski
--HG-- branch : beta
2012-01-28#227 Initial version of repository groups permissions systemMarcin Kuzminski
- implemented none/read/write/admin permissions for groups - wrote more tests for permissions, and new permissions groups - a lot of code garden, splitted logic into proper models - permissions on groups doesn't propagate yet to repositories - deprecated some methods on api for managing permissions on repositories for users, and users groups --HG-- branch : beta
2012-02-02gardenMarcin Kuzminski
- unified logging formatting to use only % --HG-- branch : beta extra : rebase_source : 3e21b92e6102c14b6d395db12fbb62a753ca7373
2012-01-28white space cleanupMarcin Kuzminski
--HG-- branch : beta
2012-01-28fix typo in db modelsMarcin Kuzminski
--HG-- branch : beta extra : rebase_source : a5585aa977df92733f8641f45d41caf5ad460a66
2012-01-27renamed repo groups tableMarcin Kuzminski
- code garden --HG-- branch : beta extra : rebase_source : eb02c36e4f393fef0ad46ad11c079f4a3055bdab
2012-01-27#344 optional firstname lastname on user creationMarcin Kuzminski
- on display fallback to username if both empty --HG-- branch : beta
2012-01-24get_dict function gardenMarcin Kuzminski
--HG-- branch : beta
2012-01-12code gardenMarcin Kuzminski
--HG-- branch : beta
2012-01-11Added number of comments in changelog for each changesetMarcin Kuzminski
- significantly improved speed of changelog page for large repos --HG-- branch : beta
2012-01-042012 copyrightsMarcin Kuzminski
--HG-- branch : beta
2011-12-29sphinx doc cleanupMarcin Kuzminski
--HG-- branch : beta
2011-12-29auto white-space removalMarcin Kuzminski
--HG-- branch : beta