aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/db.py
AgeCommit message (Collapse)Author
2012-10-19get_or_404 method does validation for ID beeing an INTMarcin Kuzminski
--HG-- branch : beta
2012-10-18Update last_change from VCS data on request.Marcin Kuzminski
- lightweight dashboard shows now last_date also taken from db and it is fast ! --HG-- branch : beta
2012-10-18Added lightweight dashboard option. ref #500Marcin Kuzminski
--HG-- branch : beta
2012-09-13Implemented permissions for writing to repoMarcin Kuzminski
groups. Now only write access to group allows to create a repostiory within that group --HG-- branch : beta
2012-09-07fixed issue #560 require push ssl checkbox wasn't shown when option was enabledMarcin Kuzminski
--HG-- branch : beta
2012-09-05Show cache keys in admin settings of repositoryMarcin Kuzminski
--HG-- branch : beta
2012-09-05Fixing issues of cache invalidation for multiple instances running in rhodecode.Marcin Kuzminski
- during server start always register all cache keys for all repositories - Don't clear cache markers on start since multiple instances can clear each other out --HG-- branch : beta
2012-09-04auto-healing of permissions for default user after upgrading from some old ↵Marcin Kuzminski
versions. --HG-- branch : beta
2012-09-04Remove null from revision column as for comments inside pull requests to ↵Marcin Kuzminski
work properly new migration adds column for future simpler main page --HG-- branch : beta
2012-09-03UnicodeText make mysql more happyMarcin Kuzminski
--HG-- branch : beta
2012-09-01That should be here !Marcin Kuzminski
--HG-- branch : beta
2012-09-01Step6a for migrations from 1.3.6Marcin Kuzminski
to 1.4.0 --HG-- branch : beta
2012-08-28Recursive set locking on all children of a group.Marcin Kuzminski
--HG-- branch : beta
2012-08-23Implemented #532.Marcin Kuzminski
- now displaying username + full name for mapped users from RhodeCode --HG-- branch : beta
2012-08-22Implemented basic locking functionality.Marcin Kuzminski
- Reimplemented how githooks behave - emaulate pre-receive hook - install missing git hooks if they aren't already in repo --HG-- branch : beta
2012-08-20added highlight lines field in ChangesetComments, will be usedMarcin Kuzminski
later for attaching comments to blocks --HG-- branch : beta
2012-08-10RhodeCode now has a option to explicitly set forking permissions. ref #508Marcin Kuzminski
- changed the way permissons on users groups behave. Now explicit set on user is more important than permission set on users group --HG-- branch : beta
2012-08-08Added form for controlling mercurial extensionsMarcin Kuzminski
added hggit also for future --HG-- branch : beta
2012-08-04fixed the push_ssl issues after mercurial 2.3 upgrade.Marcin Kuzminski
Set always to false, since rhodecode handles that by dedicated middleware. --HG-- branch : beta
2012-07-30Forbid changing changset status when it is associated with a closed pull requestMarcin Kuzminski
- fixed some issues with cascade deleting repos with changeset statuses attached --HG-- branch : beta
2012-07-27merged + fixed pull request #62: Implemented metatags and visualisation options.Marcin Kuzminski
- new tag lang - fixed found issues - added simple test --HG-- branch : beta
2012-07-26Implementes #509 require SSL flag now works for both git and mercurial.Marcin Kuzminski
- check is done at earlies possible stage - if detected protocol is not https and flag require is there RhodeCode will return HTTP Error 406: Not Acceptable, before even checking credentials - removed push_ssl flag from mercurial UI objects since that would duplicate logic --HG-- branch : beta
2012-07-26cascade fixes for comments/pull-requests/reviewersMarcin Kuzminski
when deleting a repo. Just CLEAN ALL ! --HG-- branch : beta
2012-07-26cascade delete comments when deleting repo, else it's a error preventing ↵Marcin Kuzminski
deletion --HG-- branch : beta
2012-07-20Added created_on column to changeset comments for proper ordering.Marcin Kuzminski
--HG-- branch : beta
2012-07-15Added option to close pull requests, in future that will be close & mergeMarcin Kuzminski
--HG-- branch : beta
2012-07-14Readme renderer now uses landing_rev parameter to render the readme based onMarcin Kuzminski
given revision, rather than tip --HG-- branch : beta
2012-07-11added status column to pull request + some small refactoring of modelsMarcin Kuzminski
--HG-- branch : beta
2012-07-11fixed sorting in recipients query of notificationsMarcin Kuzminski
--HG-- branch : beta
2012-07-06cascade delete extra emails on user deleteMarcin Kuzminski
--HG-- branch : beta
2012-07-04Renamed name to firstname in formsMarcin Kuzminski
- added multiple test for edit my account and edit user from admin - fixed issues with update user accounts from admin --HG-- branch : beta
2012-07-03mock changeset status(to under review) if there's opened pull request but ↵Marcin Kuzminski
not yet with a status --HG-- branch : beta
2012-07-02Better descriptions of given permission overview in edit user viewMarcin Kuzminski
--HG-- branch : beta
2012-07-01return proper id from users_groupMarcin Kuzminski
update api docs --HG-- branch : beta
2012-07-01added get_api_data into UsersGroupMarcin Kuzminski
--HG-- branch : beta
2012-07-01Fixed calls to Session in db modelMarcin Kuzminski
- added inject_ui method that should be later used for all injections of extra parameters into ui - fixed naming conflict of `comments` functions and relationship that had the same name --HG-- branch : beta
2012-06-26Change return paremeters for get_api_data in user and repoMarcin Kuzminski
--HG-- branch : beta
2012-06-26Added functions for getting API data to repo and user modelsMarcin Kuzminski
--HG-- branch : beta
2012-06-25Add list of all emails that user may have into get_user callMarcin Kuzminski
--HG-- branch : beta
2012-06-20use get_or_404 where possibleMarcin Kuzminski
--HG-- branch : beta extra : rebase_source : 558362caa287644f192239fbb9d7c0509c0acd1c
2012-06-19Adde pull request voting recalculationMarcin Kuzminski
--HG-- branch : beta
2012-06-18User active flag should be default to TrueMarcin Kuzminski
--HG-- branch : beta
2012-06-15Added some DB indexes to optimize queriesMarcin Kuzminski
--HG-- branch : codereview
2012-06-15merge with betaMarcin Kuzminski
--HG-- branch : codereview
2012-06-14Initial version of landing revisions ref #483Marcin Kuzminski
- fixed relevant tests for creation of repo - added some tests for git --HG-- branch : beta
2012-06-11- added commenting to pull requestsMarcin Kuzminski
- it's now possible to change pull request status via changeset status option - status flags with associated pull requests are links to pull request they been changed in --HG-- branch : codereview
2012-06-10- pull request generates overview based on it's paramsMarcin Kuzminski
- added page to show all pull-requests for a repository - db schema changes to support comments and inline comments for pull-requests --HG-- branch : codereview
2012-06-10Added basic models for saving open pull requestsMarcin Kuzminski
- added pull-request models - added pull-requests notifications into inbox --HG-- branch : codereview
2012-06-09merge with betaMarcin Kuzminski
--HG-- branch : codereview
2012-06-06Change git & hg hooks to post. They shouldn't block as they are used just ↵Marcin Kuzminski
for logging actions. Futhermore post hooks have access to changesets, so it's much better flexible --HG-- branch : beta