summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Implemented Lucene search result pagingJames Moger2012-03-172-12/+12
|
* Repository-branch Lucene indexing is now opt-inJames Moger2012-03-161-23/+35
|
* Refactored Lucene integration and fixed two index deleteDocument bugsJames Moger2012-03-153-48/+72
|
* Revise indexed fields and improve Lucene page usabilityJames Moger2012-03-121-6/+6
|
* Revised reindex method per JGit team recommendationJames Moger2012-03-121-18/+8
|
* Lucene adjustmentsJames Moger2012-03-102-2/+16
|
* More Lucene progressJames Moger2012-03-092-7/+17
|
* Dropped non-annotated tag index testJames Moger2012-02-281-7/+0
|
* Partially working Lucene executor. Needs refactoring. (issue 16)James Moger2012-02-262-5/+5
|
* Do not clone empty BlueZGnome repoJames Moger2012-02-251-2/+0
|
* Split refs into 2 lines if there are remotes. Use more glyphicons.James Moger2012-02-251-1/+1
|
* Use proper timezone to generate all metricsJames Moger2012-02-251-1/+3
|
* Fixed nullpointer on pushing to an empty repository (issue 69)James Moger2012-02-231-3/+3
|
* Fixed UTF-8 encoding bug in diff formatter (issue 66)James Moger2012-02-231-4/+5
|
* Revised unit tests. Swapped BlueZGnome repo (unacessible) for Gitective.James Moger2012-02-215-65/+38
|
* Merged issues/lucene branchJames Moger2012-02-193-1/+381
|\
| * Implemented multi-repository Lucene searchJames Moger2012-02-172-11/+20
| |
| * Fairly functional Lucene backend for commits, blobs, and issuesJames Moger2012-01-243-1/+146
| |
| * More functional issues.James Moger2012-01-152-31/+136
| |
| * Branch for implementing distributed gb-issuesJames Moger2012-01-132-0/+121
| |
* | Add protect-refs unit tests for branch/tag creation/deletion.Philip L. McMahon2012-02-041-0/+91
| |
* | Setting to control display/serving non-bare repositories (issue 49)James Moger2012-02-031-1/+1
| |
* | Block pushes to a repository with a working copy (issue 49)James Moger2012-02-031-0/+33
| |
* | Refactored and unit tested updating HEAD featureJames Moger2012-02-021-0/+22
| |
* | Fixed username case-sensitivity bugs (issue 43)James Moger2012-01-161-1/+4
|/
* New function to create an orphan branch (for future use)James Moger2012-01-091-2/+2
|
* Documentation. Find bugs. Organized imports.James Moger2012-01-091-1/+1
|
* Support for gh-pages branch serving as /pages/repo.gitJames Moger2012-01-091-1/+11
|
* Simplified git servlet unit tests and cleanup working clones afterwardsJames Moger2012-01-072-41/+51
|
* Fixed bug in receive hook for repositories in subfoldersJames Moger2012-01-051-1/+31
|
* Fixed line spacing on pushes with multiple branchesJames Moger2012-01-051-0/+3
|
* Added ArrayUtils class and unit testJames Moger2012-01-052-5/+73
|
* Federation pull_scripts request. Documentation.James Moger2012-01-041-0/+7
|
* Added unit test for blockpush.groovyJames Moger2012-01-011-4/+25
|
* Unit testing. Documentation.James Moger2011-12-282-1/+173
|
* Unit testing fixes and regression fixes.James Moger2011-12-213-5/+24
|
* Fixed sendemail script to list all commits in a push.James Moger2011-12-172-6/+18
|
* Federation support for TeamsJames Moger2011-12-131-10/+74
|
* Teams JSON-RPC supportJames Moger2011-12-131-0/+78
|
* Teams support.James Moger2011-12-071-0/+107
| | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress.
* Unit testing overhaul.James Moger2011-12-0721-321/+466
| | | | | | | | Migrated to JUnit4-style tests. Replaced assertTrue with assertEquals where appropriate. Start Gitblit instance with dedicated unit testing settings file and user service. Integrated RPC, Federation, and Git servlet unit tests into suite.
* Implemented ConfigUserService. Fixed and deprecated FileUserService.James Moger2011-12-046-8/+109
|
* Tighter Gravatar integration. New window/tab on most activity links.James Moger2011-11-211-0/+31
| | | | | | | | Each Gravatar thumbnail is now a link to the Gitblit Gravatar profile page. This page displays some of the profile information and contains a link to the full Gravatar profile. Activity page links now launch a new window/tab instead of targeting "self" since it can be expensive to requery the activity information.
* Fixed build script. Fixed date display on activity page headers.James Moger2011-11-201-6/+5
|
* New JGit utility function to retrieve commits since a specific dateJames Moger2011-11-161-4/+9
|
* Revised user access checks to account for repository ownership.James Moger2011-11-111-2/+3
| | | | | Repository owners no longer have to be explicitly selected to grant them access to Git, feeds, and zip downloads. Idea from Github/dadalar.
* Log feature based on Search dialog. Renamed some classes.James Moger2011-11-071-6/+6
|
* Unit testingJames Moger2011-11-079-77/+259
|
* Support pagination in RSS feeds. Standardize pg as page parameter.James Moger2011-11-041-6/+16
|
* Moved SearchType enum to ConstantsJames Moger2011-11-041-15/+14
|