]> source.dussan.org Git - gitblit.git/log
gitblit.git
12 years agoInclude tags on incremental commit indexing
James Moger [Tue, 20 Mar 2012 23:46:19 +0000 (19:46 -0400)]
Include tags on incremental commit indexing

12 years agoAdded protect-refs.groovy to the GO and WAR builds
James Moger [Tue, 20 Mar 2012 23:45:20 +0000 (19:45 -0400)]
Added protect-refs.groovy to the GO and WAR builds

12 years agoAdjust translation for default branch (HEAD)
James Moger [Tue, 20 Mar 2012 23:44:04 +0000 (19:44 -0400)]
Adjust translation for default branch (HEAD)

12 years agoDisable default branch/HEAD selector on create/empty repository
James Moger [Tue, 20 Mar 2012 23:40:08 +0000 (19:40 -0400)]
Disable default branch/HEAD selector on create/empty repository

12 years agoProperly handle renames on incremental indexing
James Moger [Tue, 20 Mar 2012 23:39:20 +0000 (19:39 -0400)]
Properly handle renames on incremental indexing

12 years agoShrink summary page activity graph a little
James Moger [Tue, 20 Mar 2012 03:30:23 +0000 (23:30 -0400)]
Shrink summary page activity graph a little

12 years agoDisplay fewer content fragments for blobs
James Moger [Tue, 20 Mar 2012 03:11:11 +0000 (23:11 -0400)]
Display fewer content fragments for blobs

12 years agoDocumentation
James Moger [Tue, 20 Mar 2012 03:08:16 +0000 (23:08 -0400)]
Documentation

12 years agoEliminated Lucene settings
James Moger [Tue, 20 Mar 2012 02:25:22 +0000 (22:25 -0400)]
Eliminated Lucene settings

12 years agoIndicate 0 search results
James Moger [Tue, 20 Mar 2012 02:15:31 +0000 (22:15 -0400)]
Indicate 0 search results

12 years agoPolish the Lucene search page. Integrate both search mechanisms.
James Moger [Tue, 20 Mar 2012 02:12:08 +0000 (22:12 -0400)]
Polish the Lucene search page. Integrate both search mechanisms.

12 years agoEnsure repository indexes are properly closed before deletion
James Moger [Mon, 19 Mar 2012 20:28:58 +0000 (16:28 -0400)]
Ensure repository indexes are properly closed before deletion

12 years agoImplemented RPC administration of indexed branches
James Moger [Sat, 17 Mar 2012 16:09:01 +0000 (12:09 -0400)]
Implemented RPC administration of indexed branches

12 years agoUpdate to Bootstrap 2.0.2
James Moger [Sat, 17 Mar 2012 15:13:46 +0000 (11:13 -0400)]
Update to Bootstrap 2.0.2

12 years agoImplemented Lucene search result paging
James Moger [Sat, 17 Mar 2012 15:02:27 +0000 (11:02 -0400)]
Implemented Lucene search result paging

12 years agoIncremental commit indexing was missing branch field
James Moger [Sat, 17 Mar 2012 15:00:17 +0000 (11:00 -0400)]
Incremental commit indexing was missing branch field

12 years agoEnsure that the welcome message is interpreted as UTF-8 (issue 74)
James Moger [Fri, 16 Mar 2012 21:29:39 +0000 (17:29 -0400)]
Ensure that the welcome message is interpreted as UTF-8 (issue 74)

12 years agoRepository-branch Lucene indexing is now opt-in
James Moger [Fri, 16 Mar 2012 21:01:19 +0000 (17:01 -0400)]
Repository-branch Lucene indexing is now opt-in

12 years agoClose the Lucene index writer/searcher on a repository rename or delete
James Moger [Thu, 15 Mar 2012 23:51:16 +0000 (19:51 -0400)]
Close the Lucene index writer/searcher on a repository rename or delete

12 years agoUse reflection to determine source repository index
James Moger [Thu, 15 Mar 2012 23:46:32 +0000 (19:46 -0400)]
Use reflection to determine source repository index

Unfortunately Lucene's MultiReader class does not expose a public method
for determining which index reader a document comes from.  There is a
private method which determines this information.

My new approach is to use reflection to call this private method and
determine the actual source index at runtime instead of storing the
repository name in the index. This gets me out of the "rename
repository" problem at the expense of a little runtime performance.

12 years agoRefactored Lucene integration and fixed two index deleteDocument bugs
James Moger [Thu, 15 Mar 2012 22:02:14 +0000 (18:02 -0400)]
Refactored Lucene integration and fixed two index deleteDocument bugs

12 years agoRepository must have commits to be searchable
James Moger [Wed, 14 Mar 2012 20:34:22 +0000 (16:34 -0400)]
Repository must have commits to be searchable

12 years agoA bunch more Lucene work
James Moger [Wed, 14 Mar 2012 20:31:28 +0000 (16:31 -0400)]
A bunch more Lucene work

* Only list user-accessible repositories
* Syntax-highlight matched blob fragments
* Improve look and layout of search results

12 years agoAdjusted spacing on summary page
James Moger [Wed, 14 Mar 2012 20:22:30 +0000 (16:22 -0400)]
Adjusted spacing on summary page

12 years agoReplaced "committed" with "authored" on activity page
James Moger [Wed, 14 Mar 2012 20:21:56 +0000 (16:21 -0400)]
Replaced "committed" with "authored" on activity page

12 years agoWrapped activity page charts with table due to GoogleCharts update :(
James Moger [Wed, 14 Mar 2012 20:20:29 +0000 (16:20 -0400)]
Wrapped activity page charts with table due to GoogleCharts update :(

12 years agoRemoved reference to old css file
James Moger [Wed, 14 Mar 2012 20:19:16 +0000 (16:19 -0400)]
Removed reference to old css file

12 years agoAdded Lucene Memory lib dependency
James Moger [Wed, 14 Mar 2012 20:18:39 +0000 (16:18 -0400)]
Added Lucene Memory lib dependency

12 years agoRemoved obsolete resources
James Moger [Wed, 14 Mar 2012 20:17:57 +0000 (16:17 -0400)]
Removed obsolete resources

12 years agoMade LucenePage stateless
James Moger [Tue, 13 Mar 2012 22:53:27 +0000 (18:53 -0400)]
Made LucenePage stateless

12 years agoRevise indexed fields and improve Lucene page usability
James Moger [Tue, 13 Mar 2012 02:57:13 +0000 (22:57 -0400)]
Revise indexed fields and improve Lucene page usability

12 years agoAdd Lucene Highlighter dependency
James Moger [Tue, 13 Mar 2012 02:55:59 +0000 (22:55 -0400)]
Add Lucene Highlighter dependency

12 years agoRevised reindex method per JGit team recommendation
James Moger [Tue, 13 Mar 2012 00:52:34 +0000 (20:52 -0400)]
Revised reindex method per JGit team recommendation

12 years agoLucene adjustments
James Moger [Sat, 10 Mar 2012 19:10:48 +0000 (14:10 -0500)]
Lucene adjustments

12 years agoMore Lucene progress
James Moger [Sat, 10 Mar 2012 01:45:52 +0000 (20:45 -0500)]
More Lucene progress

12 years agoNot all GitNotes were displayed on the commit page (issue 70)
James Moger [Mon, 5 Mar 2012 21:33:46 +0000 (16:33 -0500)]
Not all GitNotes were displayed on the commit page (issue 70)

12 years agoReplace ChoiceRenderer with StringChoiceRenderer (issue 71)
James Moger [Mon, 5 Mar 2012 21:32:18 +0000 (16:32 -0500)]
Replace ChoiceRenderer with StringChoiceRenderer (issue 71)

12 years agoImproved look of Lucene page
James Moger [Sat, 3 Mar 2012 00:41:39 +0000 (19:41 -0500)]
Improved look of Lucene page

12 years agoWhoops. x2. LucenePage.html
James Moger [Fri, 2 Mar 2012 23:58:20 +0000 (18:58 -0500)]
Whoops. x2. LucenePage.html

12 years agoWhoops. Missed adding LucenePage.
James Moger [Fri, 2 Mar 2012 23:56:45 +0000 (18:56 -0500)]
Whoops. Missed adding LucenePage.

12 years agoDraft integration of Lucene search mechanism and web ui
James Moger [Wed, 29 Feb 2012 03:41:31 +0000 (22:41 -0500)]
Draft integration of Lucene search mechanism and web ui

12 years agoDropped non-annotated tag index test
James Moger [Wed, 29 Feb 2012 03:41:11 +0000 (22:41 -0500)]
Dropped non-annotated tag index test

12 years agoDelete branch from index. Queue index update from the PostReceiveHook.
James Moger [Tue, 28 Feb 2012 22:22:40 +0000 (17:22 -0500)]
Delete branch from index. Queue index update from the PostReceiveHook.

12 years agoPartially working Lucene executor. Needs refactoring. (issue 16)
James Moger [Sun, 26 Feb 2012 22:40:48 +0000 (17:40 -0500)]
Partially working Lucene executor. Needs refactoring. (issue 16)

12 years agoDo not clone empty BlueZGnome repo
James Moger [Sat, 25 Feb 2012 16:06:47 +0000 (11:06 -0500)]
Do not clone empty BlueZGnome repo

12 years agoSplit refs into 2 lines if there are remotes. Use more glyphicons.
James Moger [Sat, 25 Feb 2012 15:54:22 +0000 (10:54 -0500)]
Split refs into 2 lines if there are remotes. Use more glyphicons.

12 years agoUse proper timezone to generate all metrics
James Moger [Sat, 25 Feb 2012 13:18:22 +0000 (08:18 -0500)]
Use proper timezone to generate all metrics

12 years agoActivity page now considers all local branches (issue 65)
James Moger [Fri, 24 Feb 2012 22:34:31 +0000 (17:34 -0500)]
Activity page now considers all local branches (issue 65)

12 years agoFixed nullpointer on pushing to an empty repository (issue 69)
James Moger [Fri, 24 Feb 2012 00:49:46 +0000 (19:49 -0500)]
Fixed nullpointer on pushing to an empty repository (issue 69)

12 years agoDocumentation
James Moger [Thu, 23 Feb 2012 22:44:53 +0000 (17:44 -0500)]
Documentation

12 years agoFixed UTF-8 encoding bug in diff formatter (issue 66)
James Moger [Thu, 23 Feb 2012 22:06:46 +0000 (17:06 -0500)]
Fixed UTF-8 encoding bug in diff formatter (issue 66)

12 years agoAccount for null real path from servlet container (issue 67)
James Moger [Thu, 23 Feb 2012 13:00:19 +0000 (08:00 -0500)]
Account for null real path from servlet container (issue 67)

12 years agoAllow specifying a timezone in gitblit.properties/web.xml (issue 54)
James Moger [Tue, 21 Feb 2012 22:32:04 +0000 (17:32 -0500)]
Allow specifying a timezone in gitblit.properties/web.xml (issue 54)

12 years agoFixed activity page timezone bug (issue 54)
James Moger [Tue, 21 Feb 2012 22:30:41 +0000 (17:30 -0500)]
Fixed activity page timezone bug (issue 54)

12 years agoExpand age coloring from 2 days to 30 days (issue 57)
James Moger [Tue, 21 Feb 2012 22:21:16 +0000 (17:21 -0500)]
Expand age coloring from 2 days to 30 days (issue 57)

12 years agoUpdate to JGit 1.3.0
James Moger [Tue, 21 Feb 2012 13:07:38 +0000 (08:07 -0500)]
Update to JGit 1.3.0

12 years agoRevised unit tests. Swapped BlueZGnome repo (unacessible) for Gitective.
James Moger [Tue, 21 Feb 2012 13:00:27 +0000 (08:00 -0500)]
Revised unit tests. Swapped BlueZGnome repo (unacessible) for Gitective.

12 years agoWorkaround 1 sec resolution of File.lastModified on Linux (issue-55)
James Moger [Mon, 20 Feb 2012 17:33:57 +0000 (12:33 -0500)]
Workaround 1 sec resolution of File.lastModified on Linux (issue-55)

Shockingly, File.lastModified() does not always support millisecond
resolution on all platforms even if the underlying filesystem supports
it.  Added a forceReload flag (in addition to last modified checks) to
ensure that user backends and configuration properties are properly
reloaded.

12 years agoUpdated MarkdownPapers 1.2.7
James Moger [Sun, 19 Feb 2012 20:49:22 +0000 (15:49 -0500)]
Updated MarkdownPapers 1.2.7

12 years agoMerged issues/lucene branch
James Moger [Sun, 19 Feb 2012 20:38:50 +0000 (15:38 -0500)]
Merged issues/lucene branch

12 years agoProperly index blobs on a branch
James Moger [Sun, 19 Feb 2012 20:27:53 +0000 (15:27 -0500)]
Properly index blobs on a branch

12 years agoImplemented multi-repository Lucene search
James Moger [Fri, 17 Feb 2012 23:43:40 +0000 (18:43 -0500)]
Implemented multi-repository Lucene search

12 years agoFixed classpath for Lucene
James Moger [Fri, 17 Feb 2012 23:43:07 +0000 (18:43 -0500)]
Fixed classpath for Lucene

12 years agoFixed date bugs on IssueModel
James Moger [Fri, 17 Feb 2012 23:42:35 +0000 (18:42 -0500)]
Fixed date bugs on IssueModel

12 years agoUpdate to Bootstrap 2.0
James Moger [Thu, 16 Feb 2012 22:46:34 +0000 (17:46 -0500)]
Update to Bootstrap 2.0

12 years agoMerge pull request #7 from plm/protect_refs_hook
James Moger [Thu, 16 Feb 2012 12:39:48 +0000 (04:39 -0800)]
Merge pull request #7 from plm/protect_refs_hook

Pre-commit hook to protect ref paths from non-FF updates or deletes

12 years agoDocumented overriding default log4j configuration (issue 53)
James Moger [Fri, 10 Feb 2012 00:56:58 +0000 (19:56 -0500)]
Documented overriding default log4j configuration (issue 53)

12 years agoReversed the order of buttons on all forms so that default is submit
James Moger [Thu, 9 Feb 2012 22:48:11 +0000 (17:48 -0500)]
Reversed the order of buttons on all forms so that default is submit

12 years agoRearranged button order to properly set default (issue 60)
James Moger [Thu, 9 Feb 2012 22:41:23 +0000 (17:41 -0500)]
Rearranged button order to properly set default (issue 60)

Also indicate password change aborted if it is canceled.

12 years agoAdded AJP connector and some documentation on how to use it (issue 59)
James Moger [Thu, 9 Feb 2012 22:13:12 +0000 (17:13 -0500)]
Added AJP connector and some documentation on how to use it (issue 59)

12 years agoFixed session fixation vulnerability (issue 62)
James Moger [Thu, 9 Feb 2012 13:33:16 +0000 (08:33 -0500)]
Fixed session fixation vulnerability (issue 62)

12 years agoAdd protect-refs unit tests for branch/tag creation/deletion. 7/head
Philip L. McMahon [Sun, 5 Feb 2012 06:02:32 +0000 (22:02 -0800)]
Add protect-refs unit tests for branch/tag creation/deletion.

12 years agoReturn command-specific rejection result if authz check fails.
Philip L. McMahon [Sun, 5 Feb 2012 06:01:35 +0000 (22:01 -0800)]
Return command-specific rejection result if authz check fails.

12 years agoAdd pre-commit hook which protects ref paths from non-FF updates or deletes unless...
Philip L. McMahon [Sat, 4 Feb 2012 17:46:07 +0000 (09:46 -0800)]
Add pre-commit hook which protects ref paths from non-FF updates or deletes unless the user is a member of an authorized team

This script is derived from groovy/blockpush.groovy

12 years agoIndicate WORKING COPY on repository pages (issue 49)
James Moger [Sat, 4 Feb 2012 05:28:37 +0000 (00:28 -0500)]
Indicate WORKING COPY on repository pages (issue 49)

12 years agoClarify that log page/panel displays HEAD ref by default
James Moger [Sat, 4 Feb 2012 05:02:11 +0000 (00:02 -0500)]
Clarify that log page/panel displays HEAD ref by default

12 years agoShow HEAD on metrics page if objectid is not specified
James Moger [Sat, 4 Feb 2012 04:48:42 +0000 (23:48 -0500)]
Show HEAD on metrics page if objectid is not specified

12 years agoShow a ! in the swatch of a repository with a working copy (issue 49)
James Moger [Sat, 4 Feb 2012 04:32:41 +0000 (23:32 -0500)]
Show a ! in the swatch of a repository with a working copy (issue 49)

12 years agoSetting to control display/serving non-bare repositories (issue 49)
James Moger [Sat, 4 Feb 2012 03:49:14 +0000 (22:49 -0500)]
Setting to control display/serving non-bare repositories (issue 49)

12 years agoBlock pushes to a repository with a working copy (issue 49)
James Moger [Fri, 3 Feb 2012 23:16:16 +0000 (18:16 -0500)]
Block pushes to a repository with a working copy (issue 49)

12 years agoReturn to Users page after add/edit team
James Moger [Fri, 3 Feb 2012 22:24:51 +0000 (17:24 -0500)]
Return to Users page after add/edit team

12 years agoPrevent add/edit team with no selected repositories (issue 56)
James Moger [Fri, 3 Feb 2012 22:23:10 +0000 (17:23 -0500)]
Prevent add/edit team with no selected repositories (issue 56)

12 years agoDisallow browser autocomplete on add/edit pages
James Moger [Fri, 3 Feb 2012 22:21:10 +0000 (17:21 -0500)]
Disallow browser autocomplete on add/edit pages

12 years agoChange default long date/time formats (issue 50)
James Moger [Fri, 3 Feb 2012 22:09:52 +0000 (17:09 -0500)]
Change default long date/time formats (issue 50)

12 years agoRefactored and unit tested updating HEAD feature
James Moger [Fri, 3 Feb 2012 01:02:40 +0000 (20:02 -0500)]
Refactored and unit tested updating HEAD feature

12 years agoAdded support to Manager for relinking HEAD via JSON-RPC
James Moger [Fri, 3 Feb 2012 00:14:41 +0000 (19:14 -0500)]
Added support to Manager for relinking HEAD via JSON-RPC

12 years agoAdded some logging for relinking HEAD
James Moger [Fri, 3 Feb 2012 00:14:06 +0000 (19:14 -0500)]
Added some logging for relinking HEAD

12 years agoFixed bug in repository creation related to relinking head feature
James Moger [Fri, 3 Feb 2012 00:10:21 +0000 (19:10 -0500)]
Fixed bug in repository creation related to relinking head feature

12 years agoMake ANT stop complaining about an unset parameter
James Moger [Thu, 2 Feb 2012 22:40:07 +0000 (17:40 -0500)]
Make ANT stop complaining about an unset parameter

12 years agoDrop -javadoc jar dependencies, they are unnecessary
James Moger [Thu, 2 Feb 2012 22:39:10 +0000 (17:39 -0500)]
Drop -javadoc jar dependencies, they are unnecessary

12 years agoAdjustments to init scripts
James Moger [Thu, 2 Feb 2012 22:14:43 +0000 (17:14 -0500)]
Adjustments to init scripts

12 years agoDocumentation
James Moger [Wed, 1 Feb 2012 02:42:40 +0000 (21:42 -0500)]
Documentation

12 years agoFixed type in CentOS script
James Moger [Wed, 1 Feb 2012 02:41:54 +0000 (21:41 -0500)]
Fixed type in CentOS script

12 years agoMerge pull request #6 from lemval/master
James Moger [Tue, 31 Jan 2012 14:35:30 +0000 (06:35 -0800)]
Merge pull request #6 from lemval/master

Fix for issue 51.

12 years agoDo not traverse unaccessible subdirectories (issue 51) 6/head
lemval [Tue, 31 Jan 2012 14:25:02 +0000 (15:25 +0100)]
Do not traverse unaccessible subdirectories (issue 51)

12 years agoMerge pull request #5 from plm/admin_default_head
James Moger [Mon, 30 Jan 2012 18:02:01 +0000 (10:02 -0800)]
Merge pull request #5 from plm/admin_default_head

Allow administrative modification of the default branch/tag referenced by HEAD

12 years agoRepositoryModel will use String rather than RefModel to track the current 5/head
Philip L. McMahon [Sat, 28 Jan 2012 18:37:04 +0000 (10:37 -0800)]
RepositoryModel will use String rather than RefModel to track the current
symbolic head and available heads.

Added convenience methods to JGitUtils to support retrieving available
heads as List<String>.
When resolving the symbolic head target as a String, if the head is
detached, attempt to match the commit SHA1 against the known tags, using
the most recent tag if more than one matches.
Revised error messaging to better reflect actual outcome.
Adjusted tab indexes on edit repository page to include default head combo
box.
Updated message key for default head combo box to use uppercase "HEAD".

12 years agoCorrect update of HEAD symbolic reference when target is a tag.
Philip L. McMahon [Fri, 27 Jan 2012 07:02:19 +0000 (23:02 -0800)]
Correct update of HEAD symbolic reference when target is a tag.

Revised update results which are considered successful and improved error
messaging.

12 years agoAllow administrative modification of the default branch/tag referenced by HEAD.
Philip L. McMahon [Fri, 27 Jan 2012 05:20:21 +0000 (21:20 -0800)]
Allow administrative modification of the default branch/tag referenced by HEAD.

This allows control over the default branch after clone, which is equivalent to running:
  git symbolic-ref HEAD refs/heads/mybranch

12 years agoFairly functional Lucene backend for commits, blobs, and issues
James Moger [Wed, 25 Jan 2012 03:49:53 +0000 (22:49 -0500)]
Fairly functional Lucene backend for commits, blobs, and issues