Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylar-dev] jira query synchronization and others

Lets continue this discussion on:

171107: JIRA query hits don't show updated tasks
https://bugs.eclipse.org/bugs/show_bug.cgi?id=171107

fyi, my request for timestamp in Bugzilla rdf query results:

341542: time stamp of query execution  not included in rdf output
https://bugzilla.mozilla.org/show_bug.cgi?id=341542

-Rob

On 2/2/07, Robert Elves <rob.elves@xxxxxxxxxxx> wrote:
Okay so perhaps we could extract the setting of this timestamp into a
method on the connector (i.e.  connector.updateSyncTime(...) ) and for
now pass in the data bugzilla needs but you could set it as you see
fit?

-Rob


On 2/1/07, Eugene Kuleshov <eu@xxxxxxxx> wrote:
>
>   Right now I am not suggesting anything. I am just trying to explain
> that for jira we have the following:
>
> -- retrieve last synchronization timestamp in some Samoan timezone and
> convert it into milliseconds
> -- get local timestamp and also convert it into the milliseconds
> -- calculate difference between these values and use that difference as
> a time delta in jira query.
>
>   The problem is that JIRA connector can't fix that because last
> repository sync timestamp is updated elsewhere.
>
>   regards,
>   Eugene
>
>
> Robert Elves wrote:
> > Eugene,
> >
> > After the query happens the timestamp is set on the TaskRepository,
> > then when the query is run again that timestamp is retrieved from the
> > TaskRepository and used in the next query as the start date/time (at
> > least for Bugzilla).
> >
> > Are you proposing that we switch to using a local timestamp then
> > generate the necessary relative query for these repositories? This
> > could work, but might increase the amount of unnecessary retrievals of
> > task data.
> >
> > -Rob
> >
>
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev
>


--
Robert Elves
Mylar committer, http://eclipse.org/mylar



--
Robert Elves
Mylar committer, http://eclipse.org/mylar


Back to the top