summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* RSS search parameters. Include refs as categories in RSS entries.James Moger2011-11-031-0/+8
|
* Feeds and Manager must respect a server's web.mountParameters settingJames Moger2011-11-031-2/+2
|
* Fixed bug in time utils. Updated some unit tests.James Moger2011-11-022-19/+69
|
* Refactored monolithic GitblitPanel into pieces. Revised feed generation.James Moger2011-11-011-8/+16
|
* More feeds work in ManagerJames Moger2011-10-311-1/+1
|
* Added basic rss subscriptions to ManagerJames Moger2011-10-281-6/+5
|
* Added a list branches rpcJames Moger2011-10-281-4/+12
|
* Bug fix to rss feed. Unit test for rss feed. Refactor ssl connection.James Moger2011-10-281-0/+10
|
* Working edit settings RPC. Web.xml is not directly modified.James Moger2011-10-241-1/+27
|
* Fixed security hole when cloning repository with TortoiseGit (issue 28)James Moger2011-10-241-1/+18
|
* Documentation. Refactoring class names. Re-encapsulate settings.James Moger2011-10-221-2/+2
|
* Revised settings RPC to be Map<String, SettingModel>.James Moger2011-10-211-3/+9
| | | | Added setting metadata. Added server status rpc. Improved setting tab in Manager.
* RPC Client: Create/Edit Repository & User. Partially working.James Moger2011-10-121-0/+6
| | | | Added new request type to retrieve Gitblit settings to implement the password preferences (minLength, storage type) and federation sets.
* Merge branch 'master' into rpcJames Moger2011-10-111-0/+5
|\
* | Delete the test user account as part of cleanup.James Moger2011-10-021-6/+12
| |
* | Fairly complete json rpc interface to view/control Gitblit data objects.James Moger2011-10-022-17/+171
| |
* | Refactored federation servlet and utils. Started rpc servlet and utils.James Moger2011-10-012-8/+45
|/
* Poke test during proposal phase.James Moger2011-09-271-4/+6
|
* Unit test of the MailExecutor.James Moger2011-09-261-0/+38
|
* Implemented a Federation Client. Bare clone tweaks. Documentation.James Moger2011-09-261-1/+1
|
* Revised federation proposal mechanism. Added SendProposalPage.James Moger2011-09-251-3/+7
|
* Largely completed, uber-cool federation feature.James Moger2011-09-123-4/+131
|
* Updated to Markdown Papers 1.1.1James Moger2011-08-061-2/+6
|
* Cleanup imports and formatting.James Moger2011-07-252-3/+3
|
* Unit test for GitServlet.James Moger2011-07-221-0/+74
| | | | | This unit test is not part of the suite since it requires firing up gitblit, commiting, and stopping gitblit. This is the first step in evolving unit testing of cloning/pushing.
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-222-2/+10
| | | | | | | | | | | | | | If an object id was not specified Gitblit used HEAD to perform the operation. This breaks under some conditions like working with a repository that does not have any commits on master but does have commits on a vcs-import branch. The new approach is to centralize the resolution of unspecified object ids to a common method which resolves HEAD first but uses the most recently modified branch if HEAD points to nothing. This commit also includes a non-functional method for creating an empty branch. I couldn't figure out how to make JGit create an orphaned branch.
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-226-10/+71
|
* Misc fixes.James Moger2011-07-201-2/+2
|
* Documentation. Added JavaDoc. Clarified repository access restriction.James Moger2011-07-051-3/+3
|
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-011-3/+3
|
* Big push for first release.James Moger2011-06-256-22/+87
| | | | | | | | | | | | * Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation.
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-141-3/+2
| | | | | | | | | | | | | | | | Replaced servlet container basic authentication with a custom servlet filter which performs the same function. The advantage to this is that the servlet container is now divorced from the webapp. The login service (realm) also simplified a great deal and removes its Jetty dependencies. Additionally, the basic authorization pop-up will be displayed as needed based on the repository's access restriction. This was necessary for view-restricted repositories with the RSS feature. Its also necessary for completely open repositories as before it would prompt for credentials. Improved feed syndication feature.
* Unit testing. Documentation. Simplified settings classes.James Moger2011-06-094-1/+106
|
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-084-13/+16
|
* Improved metrics page and added metrics links to branches panel.James Moger2011-06-071-3/+3
|
* Documentation. Moved clone and fetch into JGitUtils. Create bare only.James Moger2011-06-072-61/+25
|
* Fixed refs linking problem. Author metrics are lowercase.James Moger2011-06-041-5/+5
|
* GitNotes. Unit testing. More correct refs.James Moger2011-06-032-23/+86
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-026-40/+289
|
* Refactored some unit tests and utils.James Moger2011-06-014-35/+91
|
* Stats -> Metrics. Docs in distribution zip. Created MetricUtils.James Moger2011-06-011-1/+2
|
* Unit testing. Disable links on first commit. Initial stats page.James Moger2011-06-011-13/+46
|
* Unit testing.James Moger2011-05-296-26/+122
|
* Unit testing.James Moger2011-05-295-31/+209
|
* Unit testing. Removal of some unused code paths.James Moger2011-05-284-2/+171
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-272-5/+6
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-262-0/+194