Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 832 145

latest revision download trunk

832 annotated / raw | Diffs: previous, other | Lines: 1060 ( +4, -4 )

Created: 2008-08-21 08:46:09 -0500 (3 months ago) | Author: jhouse | Changeset: 832

ambiguate wording in docs a bit ;-)

Properties

 svn:eol-style = native

810 annotated / raw | Diffs: previous, other | Lines: 1060 ( +10, -3 )

Created: 2008-06-16 09:22:30 -0500 (5 months 5 days ago) | Author: jhouse | Changeset: 810

QUARTZ-665: Null pointer exception in Trigger.equals(), JobDetail.equals()

Properties

 svn:eol-style = native

738 annotated / raw | Diffs: previous, other | Lines: 1053 ( +24, -3 )

Created: 2007-10-21 15:16:59 -0500 (13 months ago) | Author: jhouse | Changeset: 738

QUARTZ-554 : clarify docs about nextFireTime and startTime

Properties

 svn:eol-style = native

694 annotated / raw | Diffs: previous, other | Lines: 1032 ( +1, -1 )

Created: 2007-04-18 10:08:39 -0500 (19 months ago) | Author: bayard | Changeset: 694

Fixing javadoc as per QUARTZ-573. 'will fire' to 'fired'

Properties

 svn:eol-style = native

635 annotated / raw | Diffs: previous, other | Lines: 1032 ( +1, -1 )

Created: 2006-09-17 07:29:45 -0500 (2 years 2 months ago) | Author: perfnorm | Changeset: 635

Removed random "\" char in file.

Branch point for: quartz_1-6

Properties

 svn:eol-style = native

632 annotated / raw | Diffs: previous, other | Lines: 1032 ( +59, -47 )

Created: 2006-09-11 17:04:47 -0500 (2 years 2 months ago) | Author: jhouse | Changeset: 632

QUARTZ-238 - new listener for simple job-chaining functionality (associated changes)

Properties

 svn:eol-style = native

579 annotated / raw | Diffs: previous, other | Lines: 1020 ( +22, -62 )

Created: 2006-07-07 14:18:09 -0500 (2 years 4 months ago) | Author: jrosenberg | Changeset: 579

Issue number:  QUARTZ-249, QUARTZ-12
Backed out preliminary work to acquire more than one trigger at a time.
Backed out original priority implementation, and replaced with a simple tie-breaker implementation of priority.

Tags: quartz_1-6-0-alpha

Properties

 svn:eol-style = native

569 annotated / raw | Diffs: previous, other | Lines: 1060 ( +1, -1 )

Created: 2006-06-21 07:56:07 -0500 (2 years 5 months ago) | Author: jrosenberg | Changeset: 569

Issue number: QUARTZ-473
Fixed clone bug cloning listeners

Properties

 svn:eol-style = native

560 annotated / raw | Diffs: previous, other | Lines: 1060 ( +15, -24 )

Created: 2006-06-13 07:35:44 -0500 (2 years 5 months ago) | Author: jrosenberg | Changeset: 560

Issue number:  QUARTZ-418
Reverted triggerListeners back to a non-transient LinkedList (so RMI still works)
Added method to clear all listenrs

Properties

 svn:eol-style = native

547 annotated / raw | Diffs: previous, other | Lines: 1069 ( +14, -0 )

Created: 2006-06-01 09:31:53 -0500 (2 years 5 months ago) | Author: jrosenberg | Changeset: 547

Job: 3475
Shallow clone listeners and the JobDataMap when cloning a Trigger.

Properties

 svn:eol-style = native

492 annotated / raw | Diffs: previous, other | Lines: 1055 ( +15, -10 )

Created: 2006-05-08 13:32:26 -0500 (2 years 6 months ago) | Author: jrosenberg | Changeset: 492

Issue number: QUARTZ-438
Switched triggerListeners from a list to an ordered set and enforced listener name uniqueness in addTriggerListener().

Properties

 svn:eol-style = native

464 annotated / raw | Diffs: previous, other | Lines: 1050 ( +11, -1 )

Created: 2006-04-24 15:47:25 -0500 (2 years 6 months ago) | Author: jrosenberg | Changeset: 464

Issue number: QUARTZ-418
Made triggerListeners transient so that they aren't double loaded for BLOB triggers.

Properties

 svn:eol-style = native

426 annotated / raw | Diffs: previous, other | Lines: 1040 ( +85, -63 )

Created: 2006-03-20 15:40:36 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 426

Issue number: QUARTZ-374
Fixed main Quartz src to comply with checkstyle

Properties

 svn:eol-style = native

365 annotated / raw | Diffs: previous, other | Lines: 1018 ( +1, -1 )

Created: 2006-03-03 11:34:14 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 365

Issue number:  QUARTZ-346
Cleaned up javadoc warnings

Properties

 svn:eol-style = native

281 annotated / raw | Diffs: previous, other | Lines: 1018 ( +87, -0 )

Created: 2005-11-13 00:49:14 -0600 (3 years ago) | Author: jhouse | Changeset: 281

Issue number:  QUARTZ-249
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Properties

 svn:eol-style = native

228 annotated / raw | Diffs: previous, other | Lines: 931 ( +2, -1 )

Created: 2005-08-22 22:53:14 -0500 (3 years 2 months ago) | Author: jhouse | Changeset: 228

refactored JobExecutionContext.getJobDataMap() to be getMergedJobDataMap()

CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Branch point for: b_quartz_1-5-x

Tags: v1_5_0 quartz_1-5-1 quartz_1-5-2

Properties

 svn:eol-style = native

169 annotated / raw | Diffs: previous, other | Lines: 930 ( +18, -1 )

Created: 2005-07-16 23:20:18 -0500 (3 years 4 months ago) | Author: jhouse | Changeset: 169

Issue number:  QUARTZ-221
Obtained from: jhouse
Submitted by:  jhouse
Reviewed by:   jhouse
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Tags: quartz_1_5_0_rc1

Properties

 svn:eol-style = native

164 annotated / raw | Diffs: previous, other | Lines: 913 ( +10, -5 )

Created: 2005-07-13 22:30:57 -0500 (3 years 4 months ago) | Author: jhouse | Changeset: 164

Issue number:  QUARTZ-220
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Properties

 svn:eol-style = native

160 annotated / raw | Diffs: previous, other | Lines: 908 ( +4, -0 )

Created: 2005-07-13 19:29:43 -0500 (3 years 4 months ago) | Author: jhouse | Changeset: 160

Issue number:  QUARTZ-216
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Properties

 svn:eol-style = native

159 annotated / raw | Diffs: previous, other | Lines: 904 ( +15, -7 )

Created: 2005-07-13 15:18:46 -0500 (3 years 4 months ago) | Author: jhouse | Changeset: 159

Issue number:  QUARTZ-220
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Properties

 svn:eol-style = native

154 annotated / raw | Diffs: previous, other | Lines: 896 ( +32, -1 )

Created: 2005-07-13 11:48:59 -0500 (3 years 4 months ago) | Author: jhouse | Changeset: 154

Issue number:  QUARTZ-216 (interface changes only, more to come)
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Properties

 svn:eol-style = native

150 annotated / raw | Diffs: previous, other | Lines: 865 ( +3, -0 )

Created: 2005-07-12 22:14:00 -0500 (3 years 4 months ago) | Author: jhouse | Changeset: 150

Issue number:  QUARTZ-219
Obtained from:
Submitted by:  jhouse
Reviewed by:   jhouse
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Properties

 svn:eol-style = native

145 new annotated / raw | Lines: 862 ( +862, -0 )

Created: 2005-07-12 15:28:48 -0500 (3 years 4 months ago) | Author: jhouse | Changeset: 145

new files (reorganizing repository)
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Properties

 svn:eol-style = native

Open Source License registered to the OpenSymphony Project. This license of FishEye is provided to support the development of OpenSymphony only.
Atlassian FishEye, Subversion analysis. (Version:1.6.1 Build:build-325 2008-09-24) - Administration - Page generated 2008-11-21 17:21 -0600