summaryrefslogtreecommitdiffstats
path: root/src/test/config
Commit message (Collapse)AuthorAgeFilesLines
* Adjust path after moving from "gitblit" to "gitblit-org" on GithubFlorian Zschocke2022-12-091-1/+1
|
* Update test file with MD hashed passwordFlorian Zschocke2019-11-111-1/+2
| | | | | | | | | With the feature of passwords getting automatically upgraded to a hashed version, the default `admin` password in the test-users file will get stored as MD5 hashed during test execution. Commit this change, so that the file isn't always showing up as changed.
* Ticket Reference handling #1048Paul Martin2016-04-271-0/+2
| | | | | | | | | | | | | | | + Supports referencing: + Tickets from other tickets via comments + Tickets from commits on any branch + Common TicketLink class used for both commits and tickets + TicketLink is temporary and persisted to ticket as a Reference + Support deletion of ticket references + Rebasing patchsets/branches will generate new references + Deleting old patchsets/branches will remove the relevant references + Substantial testing of use cases + With and without patchsets, deleting, amending + BranchTicketService used during testing to allow end-to-end ref testing + Relocated common git helper functions to JGitUtils
* Treat .ico and .jpeg files as imagesBerke Viktor2014-10-062-2/+2
|
* Add repository and user/team lifecycle listener extension pointsJames Moger2014-06-091-5/+1
|
* Elevate the public key manager to a top-level managerJames Moger2014-04-101-1/+1
|
* Add SSH daemon testDavid Ostrovsky2014-04-101-0/+2
|
* Basic implementation of feature for ldap user synchronization asAlfred Schmid2014-02-191-0/+5
| | | | | background service. Introduced configuration property to configure the synchronization period.
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-4/+2
| | | | Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd
* Update unit tests for refactored architectureJames Moger2013-11-293-4/+9
| | | | Change-Id: I04639db977c515e5e1090ef8f0e1ce858820cb03
* Merge receive processing into one classJames Moger2013-09-271-1/+2
| | | | Change-Id: I603d4524914e94ec8e02c3689b65465b42c23dd7
* Updated test suite to use relocated test config filesJames Moger2013-07-021-3/+3
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-274-0/+1343
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.