summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate the "enumerate documentation" repository settingJames Moger2013-11-141-11/+0
| | | | Change-Id: I3a7c13b4c626f8b5ea2a63717dfe4249c19eebb4
* Implement mirror executor (issue-5)James Moger2013-11-131-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | The mirror executor will fetch ref updates for repository mirrors. This feature is disabled by default and can be enabled by setting git.enableMirroring=true. The period between update checks is configurable, but it is global. An individual rpeository may not set it's own update schedule. Requirements: 1. you must manually clone the repository using native git git clone --mirror git://somewhere.com/myrepo.git 2. the "origin" remote must be the mirror source 3. the "origin" repository must be accessible without authentication OR the credentials must be embedded in the origin url (not recommended) Notes: 1. "origin" SSH urls are untested and not likely to work 2. mirrors cloned while Gitblit is running are likely to require clearing the gitblit cache (link on the repositories page of an administrator account) 3. Gitblit will automatically repair any invalid fetch refspecs with a "//" sequence. Change-Id: I4bbe3fb2df106366ae4c2313596d0fab0dfcac46
* Change locale to english for ByteFormatTest to run successful on systems ↵Simon Harrer2013-10-231-7/+17
| | | | with german locale
* Replaced MarkdownPapers with pegdownJames Moger2013-10-181-12/+2
| | | | Change-Id: I11eb50ba1ef0bef8ac47bf6f7b17e0f79ecd3f2d
* Fix Markdown document enumeratonJames Moger2013-10-161-6/+1
|
* Remove unused issues test repository from test suiteJames Moger2013-10-011-5/+0
| | | | Change-Id: Ib63aeefdffa5f747d76bc221a722bc6c2e5f58c4
* Remove remaining TicGit tickets referencesJames Moger2013-09-301-11/+0
| | | | Change-Id: I431659cf1d57a8d9bffb065fa47e1296e7f8c838
* Remove trailing whitespace from unit testsJames Moger2013-09-3025-693/+726
| | | | Change-Id: I172bd4d493eee1013ec542ab97f1be29040f816d
* Trim trailing whitespace and organize importsJames Moger2013-09-302-4/+7
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Add normalized diffstats to the commit, commitdiff, and compare pagesJames Moger2013-09-271-3/+3
| | | | Change-Id: I8f26746a611e9ab955efe8b2597cc81db48fb085
* Merge receive processing into one classJames Moger2013-09-271-1/+2
| | | | Change-Id: I603d4524914e94ec8e02c3689b65465b42c23dd7
* Removed GitWeb-style diff rendererJames Moger2013-09-181-2/+1
|
* Removed unused Issues classesJames Moger2013-09-172-232/+1
|
* Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)James Moger2013-09-171-1/+17
| | | | | | | | | The graph is generated server-side and therefore requires that the commit table row height be fixed and match the row height of the servlet. There will be layout misalignment if remotes refs are displayed. Perhaps this can be improved in the future. Change-Id: I39d0ffc7b1c3679976ce8c198c772ff86238f1a5
* Remove obsolete and deprecated FileUserServiceJames Moger2013-09-171-17/+6
| | | | Change-Id: I92d1d742e286643e1e1ab47a410b3fda146d1741
* Remove incomplete and deprecated TicGit featureJames Moger2013-09-172-103/+17
| | | | Change-Id: Idb7de272589e086da9b2b3a241dcd082c1c8f27b
* DocumentationJames Moger2013-09-171-1/+1
|
* Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-172-0/+286
|\
| * Fix set-gid bit clearing under Linux when effective gid is different from ↵Florian Zschocke2013-08-262-0/+102
| | | | | | | | file gid.
| * Fix setting wrrong custom mode on file and in config.Florian Zschocke2013-08-261-0/+36
| |
| * Adjust unit tests for Windows.Florian Zschocke2013-08-262-53/+71
| |
| * Implement adjusting file permissions for shared repositories.Florian Zschocke2013-08-261-6/+15
| | | | | | | | | | Implement adjusting file and directory permissions for shared repositories in JGitUtils.
| * Add proper implementation of methods in JnaUtils.Florian Zschocke2013-08-262-0/+121
| | | | | | | | | | | | | | Implement the methods getFilemode and setFilemode in JnaUtils. Not using the libc names as we don't necessarily use JNA and because it is not necessarily a one to one mapping.
* | Revisions and documentation for personal repository prefix changeJames Moger2013-09-172-60/+25
| |
* | Check user prefix for invalid options. Add JavaDoc. Add unit tests.Florian Zschocke2013-08-261-0/+167
|/
* Simplify when repository sizes are calculated (issue-295)James Moger2013-08-161-3/+5
|
* Add an Apache htpasswd user serviceFlorian Zschocke2013-08-125-1/+629
| | | | | | | Add a new class, HtpasswdUserService, which performs authentication against a text file created with the Apache 'htpasswd' program. Added dependency on commons-codec:1.7
* Added GET_USER request to RPC interface (issue-275)James Moger2013-07-221-0/+15
|
* Added unit test for reported issue (issue-271)James Moger2013-07-173-1/+97
|
* Adjust unit test to confirm null permission fix (issue-259)James Moger2013-07-131-1/+10
|
* Set author as tooltip of "last change" on repositories page (issue-238)James Moger2013-07-031-3/+3
|
* Unit tests which confirm working/expected behavior (issue-259)James Moger2013-07-023-1/+237
|
* Fixed committer verification with merge commits (issue-264)James Moger2013-07-022-1/+118
|
* Fixed git servlet unit testJames Moger2013-07-021-17/+25
|
* Fix RPC unit testJames Moger2013-07-021-5/+13
|
* Fixed federation unit testJames Moger2013-07-021-0/+7
|
* Fix Lucene tests and drop problematic test repositoryJames Moger2013-07-022-37/+23
|
* Updated test suite to use relocated test config filesJames Moger2013-07-024-7/+11
|
* Fixed Json pretty print unit test failureJames Moger2013-07-021-1/+1
|
* Reflogs, Digests, and DashboardsJames Moger2013-06-182-6/+6
| | | | | | Renamed pushlog to reflog to better match it's current and future purpose. Split PushesPanel into ReflogPanel and DigestsPanel. Overhauled project pages and gave them a coherent purpose from the dashboard.
* Refinements to push log display and daily digestsJames Moger2013-05-311-2/+2
| | | | | | * Properly support timezone-based date groupings * Polish css for the major browsers on Win & Linux * Use Gitblit constants for refs instead of JGit constants
* Revised Git Daemon to improve thread stopping and to eliminate repository ↵James Moger2013-05-031-0/+33
| | | | name hack
* Improve permission determination when repo is frozen or is not bareJames Moger2013-05-021-0/+35
|
* Organize importsJames Moger2013-05-025-6/+1
|
* Improve effective permission determinationJames Moger2013-05-021-4/+216
|
* Completed migration to JGit 3.0.0-SNAPSHOTJames Moger2013-04-153-12/+23
|
* Fix unit testsDavid Ostrovsky2013-04-143-3/+3
|
* Added Git Daemon supportJames Moger2013-04-034-34/+372
|
* Revised incremental push tags featureJames Moger2013-04-012-4/+16
|
* Fixed UTF-8 encoding in email notifications (issue 218)James Moger2013-03-291-2/+3
|