summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes and adjustments to test suiteJames Moger2012-07-114-9/+9
|
* Adjust repository search to handle foo.git and foo/bar.git (issue 104)James Moger2012-07-101-1/+1
|
* Revised TimeUtils for localizationJames Moger2012-06-151-37/+39
| | | | | | | | TimeUtils needs to output localized strings like "5 days ago" and "6 months". In order to do this it needs a translation resource. Additionally, that resource can not be static because the single Gitblit server can handle multiple connections in different locales/languages. TimeUtils has changed from a collection of static methods to some static methods and some instance methods. A TimeUtils is instantiated with an optional resource bundle which contains the preferred translation. If the resourec bundle is null or the requested translation key does not exist, an English default will be used. This change required adjusting the signatures of several key methods and that cascaded out to adjusting those methods calls in many, many classes.
* Try multiple encodings when working with string blobs (issue 97)James Moger2012-06-071-1/+2
|
* Expose JGit's runtime configuration settings (issue 93)James Moger2012-06-061-0/+28
|
* Possible fix for federation branch mirroring issue (issue 86)James Moger2012-06-061-0/+19
|
* Changed constants and fixed nullpointer in update repositoryJames Moger2012-05-101-15/+20
|
* Make the variables / messages more consistantJohn Crygier2012-05-071-17/+17
|
* Web UI done for Custom Fields. Changed variable names to be consistent with ↵John Crygier2012-05-041-7/+7
| | | | "custom" instead of "user"
* Change techique for custom properties to fall in line with reading / writing ↵John Crygier2012-05-041-18/+23
| | | | of all other properties
* Ability to get / set "custom" properties within a RepositoryModel. This ↵John Crygier2012-05-032-1/+88
| | | | makes getting specialized settings in hooks much easier.
* Merge jcrygier's LDAP injection defense and displayname/email retrievalJames Moger2012-04-252-7/+77
|\ | | | | | | | | Add LDAP logic to retrieve display name & email address Add code / test to defend against LDAP injection attacks.
| * Add logic to get display name & email (Simply stored in user model for now).John Crygier2012-04-252-8/+79
| | | | | | | | Add code / test to defend against LDAP injection attacks.
* | Add LdapUserServiceTest to suite and adjusted test port from 389 to 1389James Moger2012-04-242-8/+12
|/
* Allow for admin teams with spaces in their name.unknown2012-04-243-9/+29
|
* Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵John Crygier2012-04-103-0/+234
| | | | to be started with Gitblit GO (backed by an LDIF file).
* Adjustments to ClientLoggerJames Moger2012-03-311-3/+18
|
* Add ClientLogger so scripts can log info / warning messages to the pushing ↵John Crygier2012-03-311-10/+56
| | | | client.
* Fixed symlink absolute path/canonical path mixup with JGit (issue 78)James Moger2012-03-282-5/+5
|
* 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
|