aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests
AgeCommit message (Collapse)Author
2013-05-11fixed VCS tests after executable big issue was fixedMarcin Kuzminski
--HG-- extra : source : dbe9a08b2bcfb73a7dafac02ae0885bba9a698e7
2013-04-04revert name change broken in 28305020a4ed127e8aca2f1a10e30d902efb6238Marcin Kuzminski
--HG-- branch : beta
2013-04-04fixed ldap tests when ldap lib is installedMarcin Kuzminski
--HG-- branch : beta extra : rebase_source : 2816c813a297bda3e62f68407849ceb6b61c2ade extra : amend_source : 1bf0662cda630b754f0e4319878db66682eedffc
2013-04-04fixed broken flash testMarcin Kuzminski
--HG-- branch : beta extra : rebase_source : 2ce21acc69eeeaf772719e40db32659880cce546
2013-04-03Fix a lot of casings - use standard casing in most placesMads Kiilerich
--HG-- branch : beta extra : source : 8586dddf9f86ac13d703c27cf52f93f0a53cc5bf
2013-04-01more usage of fixture toolsMarcin Kuzminski
in tests --HG-- branch : beta
2013-03-31Use only mustcontain for testing response bodyMarcin Kuzminski
--HG-- branch : beta
2013-03-31use fixtures for forkingMarcin Kuzminski
--HG-- branch : beta
2013-03-31- age tests cannot be dynamic, there are cases when age calculationMarcin Kuzminski
doesn't work - use parametrized to test age --HG-- branch : beta
2013-03-31fixed nose parametrized when used on objectsMarcin Kuzminski
--HG-- branch : beta
2013-03-31added new fixture classesMarcin Kuzminski
and detaching/deleting forks tests --HG-- branch : beta
2013-03-30unified flash msg testsMarcin Kuzminski
--HG-- branch : beta
2013-03-29tests docsMarcin Kuzminski
--HG-- branch : beta
2013-03-28Don't catch all exceptionsMarcin Kuzminski
--HG-- branch : beta
2013-03-28fixed login testsMarcin Kuzminski
--HG-- branch : beta extra : amend_source : 5c7f4e306ed4346928a79c082b61a4b4051dada9
2013-03-28#749 and #516 Removed dupliciting of repo settings for rhodecode admins and ↵Marcin Kuzminski
repo admins - repo admin now is allowed the same set of operations as the rhodecode admin - single logic for forms/validations/permissions - fixes #805 update external repo via webinterface - --HG-- branch : beta extra : amend_source : 917c7d17eb73861cea0130dfe69d93cf6be893c0
2013-03-28follow Python conventions for boolean valuesMads Kiilerich
True and False might be singletons and the "default" values for "boolean" expressions, but "all" values in Python has a boolean value and should be evaluated as such. Checking with 'is True' and 'is False' is thus confusing, error prone and unnessarily complex. If we anywhere rely and nullable boolean fields from the database layer and don't want the null value to be treated as False then we should check explicitly for null with 'is None'. --HG-- branch : beta
2013-03-27missing files or bad files revisions should return 404s not redirects - ref #808Marcin Kuzminski
--HG-- branch : beta
2013-03-27added tests if push set cache invalidation stateMarcin Kuzminski
--HG-- branch : beta
2013-03-20avoid %r markup of unicode strings in user facing messagesMads Kiilerich
Improves Revision u'b7f4...' does not exist for this repository --HG-- branch : beta extra : transplant_source : By%A4/%D3%99%DB%F2%B6%7C1%0D%AFS%03%F7b%3F%06m
2013-03-21avoid displaying repr of internal classes in user facing messagesMads Kiilerich
The context of the message will tell where the problem was and there is no reason to show ... does not exist for this repository <MercurialRepository at /home/marcink/repos/rhodecode> --HG-- branch : beta extra : transplant_source : %07%8D%1B%AD%F3%9B%00%7D%FE%9Cz%C3%00%17%FE%D0d%03%29%5C
2013-03-20consistently capitalize initial letter in flash messagesMads Kiilerich
--HG-- branch : beta extra : transplant_source : %5D%27N%A8%B9%BAp%24w%1Cl%E7sy%3D%EB%5D%9A%C9%96
2013-03-21Implemented show_id function that is a configurable way to display sha ↵Marcin Kuzminski
hashes in the changelog. --HG-- branch : beta
2013-03-20Repo size - show just the size without duplicating textMarcin Kuzminski
bring back numeric revision into changelog Fixed tests --HG-- branch : beta
2013-03-07get_locks API function draftMarcin Kuzminski
--HG-- branch : beta
2013-03-07fixed edge case in tests when we run them from virtualmachine and not as ↵Marcin Kuzminski
owner of files --HG-- branch : beta extra : amend_source : 335ca208bc4fdabc03b8c695c897d60553f1edf2
2013-03-05compare/pullrequest: introduce merge parameterMads Kiilerich
This is more correct and flexible than the old way of looking on same/different repo. --HG-- branch : beta extra : source : bbc672bf2cbb576a851f74ff3cc91df5d7aa75c9
2013-03-04compare: drop unused rev_start and rev_endMads Kiilerich
--HG-- branch : beta extra : source : b185aece97147648e71854fc099b0d08b40f8e81
2013-03-06again they channged git return commands :/ and i need to fix the tests. Now ↵Marcin Kuzminski
running agains 1.8.1 --HG-- branch : beta
2013-03-06fixed issue with renaming repos group together with changing parents with ↵Marcin Kuzminski
multiple nested trees added regresion tests for such cases --HG-- branch : beta
2013-03-05calling lock function without lock attribute, will return lock stateMarcin Kuzminski
--HG-- branch : beta
2013-02-28compare: cleanup of as_form handlingMads Kiilerich
as_form is only used when loaded 'partial' from pullrequest.html. Including it in the 'Detailed compare view' url did thus not do any harm. as_form is never used in pullrequest_show.html or compare_diff.html and it is thus never used together with swap_url ... which is why the wrong 'as_form=None' or 'as_form=False' in urls didn't do any harm. --HG-- branch : beta extra : source : d3f835437bc61e205ceb89b2b300a84739c4e121
2013-02-27further cleanup of UsersGroupMads Kiilerich
Renaming some names ... but trying not to change API or database scheme. --HG-- branch : beta extra : amend_source : 0158273b2595748ad5ce7604dce7e2c0c97870ba
2013-02-27fixed tests and missing replacements from 5f1850e4712aMarcin Kuzminski
--HG-- branch : beta
2013-02-27"Users groups" is grammatically incorrect English - rename to "user groups"Mads Kiilerich
- and same story with "repositories groups" This will only change the user facing texts. Names of files, modules, functions and variables should be changed too. --HG-- branch : beta
2013-02-26fixed urlify changesets regex + testsMarcin Kuzminski
--HG-- branch : beta
2013-02-21whitespace cleanupMarcin Kuzminski
--HG-- branch : beta
2013-02-19revision extraction function shouldn't be so eager, just extract commits ↵Marcin Kuzminski
that are surrounded with spaces, or they are at beginning of the whole string - wrote tests for that - used parametrized for other tests --HG-- branch : beta extra : amend_source : d833c150859312f2feabc430ed6d5fd547a36c53
2013-02-19fixed pull-requests with cherry picking changesetsMarcin Kuzminski
- fixed tests for them --HG-- branch : beta extra : amend_source : 081edcb6d7561d17389539a37255a938756c80fb
2013-02-18some tests fixes for compare viewMarcin Kuzminski
--HG-- branch : beta
2013-02-17fixed registration testMarcin Kuzminski
--HG-- branch : beta
2013-02-08whitespace cleanupMarcin Kuzminski
--HG-- branch : beta
2013-02-05added some failing tests for compare using cherry pick changesets, to be ↵Marcin Kuzminski
fixed later --HG-- branch : beta extra : amend_source : 7040b33142ec8c8a67e0da04cfcc6aff97e7a4e2
2013-02-01compare: swap org and other when they refer to different repos, ie are pull ↵Mads Kiilerich
request style Pull requests will have a different from/to description - but in a consistent and slightly better way that can be improved later. A pull request diff is empathic: "How will this look for the peer I'm proposing to" style. --HG-- branch : beta extra : rebase_source : f0a793fbc351157d0472b3fa6a7129d152e3d5a6
2013-02-04fixed broken swap url, and added a test to detect it in featureMarcin Kuzminski
--HG-- branch : beta
2013-02-04fixed tests after last refactoringMarcin Kuzminski
--HG-- branch : beta
2013-02-01compare: rename optional compare_url parameter repo to other_repoMads Kiilerich
At the same time it is placed before other_ref_type and other_ref. Just to keep a logical flow and (a new) consistency that will help the next refactoring. --HG-- branch : beta extra : source : 9591848d932884a8efef61e88b39bd3301ed17d4
2013-01-31compare and diff: remove unused "bundle" functionalityMads Kiilerich
The 'bundle' parameter was never set, incoming_changesets was thus always False, remote_compare was thus always False, and InMemoryBundleRepo and bundlerepo was neverused. --HG-- branch : beta
2013-01-31fixed testsMarcin Kuzminski
--HG-- branch : beta extra : amend_source : 642491ef1f144d5ce9ec7111e7882a3a08fca421
2013-01-29fixed AGE funtion for future dates, testa are now cleaner with dateutil usageMarcin Kuzminski
--HG-- branch : beta