emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Announce: Org-mode's Patchwork server up and running
@ 2010-05-20 21:29 John Wiegley
  2010-05-20 21:35 ` Carsten Dominik
  2010-05-21  9:28 ` Martin Pohlack
  0 siblings, 2 replies; 9+ messages in thread
From: John Wiegley @ 2010-05-20 21:29 UTC (permalink / raw)
  To: emacs-orgmode Mode

Any patches submitted to this mailing list are automatically registered for review at the following server:

    http://patchwork.newartisans.com/project/org-mode/list/

There, the maintainers will review and accept patches submitted for Org-mode.  You can always look at your own patches and see their current status.

I'm still working to get the system not to show e-mail addresses unless you're logged in with a registered account.

John

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Announce: Org-mode's Patchwork server up and running
  2010-05-20 21:29 Announce: Org-mode's Patchwork server up and running John Wiegley
@ 2010-05-20 21:35 ` Carsten Dominik
  2010-05-21  3:46   ` Dan Davison
  2010-05-21  9:28 ` Martin Pohlack
  1 sibling, 1 reply; 9+ messages in thread
From: Carsten Dominik @ 2010-05-20 21:35 UTC (permalink / raw)
  To: John Wiegley; +Cc: emacs-orgmode Mode


On May 20, 2010, at 11:29 PM, John Wiegley wrote:

> Any patches submitted to this mailing list are automatically  
> registered for review at the following server:
>
>    http://patchwork.newartisans.com/project/org-mode/list/
>
> There, the maintainers will review and accept patches submitted for  
> Org-mode.  You can always look at your own patches and see their  
> current status.
>
> I'm still working to get the system not to show e-mail addresses  
> unless you're logged in with a registered account.

This is great, John, thanks for moving so fast!

We need to work out the rules how to exactly work with this, how to  
assign the issue to a responsible person.  But I see that there is  
already an interface for this.  I'll give it a try soon - I see that  
you will look at Bernt's patch.  THanks!

- Carsten

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Announce: Org-mode's Patchwork server up and running
  2010-05-20 21:35 ` Carsten Dominik
@ 2010-05-21  3:46   ` Dan Davison
  2010-05-21  7:40     ` David Maus
  2010-05-21  9:00     ` John Wiegley
  0 siblings, 2 replies; 9+ messages in thread
From: Dan Davison @ 2010-05-21  3:46 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode Mode

Carsten Dominik <carsten.dominik@gmail.com> writes:

> On May 20, 2010, at 11:29 PM, John Wiegley wrote:
>
>> Any patches submitted to this mailing list are automatically
>> registered for review at the following server:
>>
>>    http://patchwork.newartisans.com/project/org-mode/list/
>>
>> There, the maintainers will review and accept patches submitted for
>> Org-mode.  You can always look at your own patches and see their
>> current status.
>>
>> I'm still working to get the system not to show e-mail addresses
>> unless you're logged in with a registered account.
>
> This is great, John, thanks for moving so fast!
>
> We need to work out the rules how to exactly work with this, how to
> assign the issue to a responsible person.  But I see that there is
> already an interface for this.  I'll give it a try soon - I see that
> you will look at Bernt's patch.  THanks!

The patchwork web page says

,----
| Patches that have been sent to a mailing list are 'caught' by the
| system, and appear on a web page. Any comments posted that reference the
| patch are appended to the patch page too.
`----

I was kind of expecting my mailing list post in the same thread that
contained the patch to appear on the patchwork page, but that didn't
seem to happen. How exactly do we "reference the patch"?

Dan

>
> - Carsten
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: Announce: Org-mode's Patchwork server up and running
  2010-05-21  3:46   ` Dan Davison
@ 2010-05-21  7:40     ` David Maus
  2010-05-21  9:00     ` John Wiegley
  1 sibling, 0 replies; 9+ messages in thread
From: David Maus @ 2010-05-21  7:40 UTC (permalink / raw)
  To: Dan Davison; +Cc: emacs-orgmode Mode, Carsten Dominik


[-- Attachment #1.1: Type: text/plain, Size: 664 bytes --]

Dan Davison wrote:
>I was kind of expecting my mailing list post in the same thread that
>contained the patch to appear on the patchwork page, but that didn't
>seem to happen. How exactly do we "reference the patch"?

I couldn't find the message with the patch of yours, but looking at
patchwork's code says: Patches are catched if and only if they are in
a message body part of MIME media type "text" and subtype "x-patch",
"x-diff"[1], or "plain".  There is no registered MIME type for
patches, so this looks reasonable.

HTH
 -- David

[1] These are no official subtypes.
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Announce: Org-mode's Patchwork server up and running
  2010-05-21  3:46   ` Dan Davison
  2010-05-21  7:40     ` David Maus
@ 2010-05-21  9:00     ` John Wiegley
  1 sibling, 0 replies; 9+ messages in thread
From: John Wiegley @ 2010-05-21  9:00 UTC (permalink / raw)
  To: Dan Davison; +Cc: emacs-orgmode Mode, Carsten Dominik


On May 20, 2010, at 11:46 PM, Dan Davison wrote:

> I was kind of expecting my mailing list post in the same thread that
> contained the patch to appear on the patchwork page, but that didn't
> seem to happen. How exactly do we "reference the patch"?

I have already been noticing that as long as you "Reply All" to the message containing the patch (or to a message which itself was a reply to the patch), then it shows up on Patchwork.  It has been most helpful for showing clarifications, without my having to bounce back and forth between Patchwork and my e-mail client.

John

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Announce: Org-mode's Patchwork server up and running
  2010-05-20 21:29 Announce: Org-mode's Patchwork server up and running John Wiegley
  2010-05-20 21:35 ` Carsten Dominik
@ 2010-05-21  9:28 ` Martin Pohlack
  2010-05-21  9:43   ` John Wiegley
  2010-05-21  9:59   ` John Wiegley
  1 sibling, 2 replies; 9+ messages in thread
From: Martin Pohlack @ 2010-05-21  9:28 UTC (permalink / raw)
  To: John Wiegley; +Cc: emacs-orgmode Mode

On 20.05.2010 23:29, John Wiegley wrote:
> Any patches submitted to this mailing list are automatically registered for review at the following server:
>
>      http://patchwork.newartisans.com/project/org-mode/list/

This sounds aweseome.

Are we supposed to resend patches or does it also cover the past?

Currently I'm not seeing any patches at:

http://patchwork.newartisans.com/project/org-mode/list/

Do I have to log in to see any?

Cheers,
Martin Pohlack

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Announce: Org-mode's Patchwork server up and running
  2010-05-21  9:28 ` Martin Pohlack
@ 2010-05-21  9:43   ` John Wiegley
  2010-05-21  9:59   ` John Wiegley
  1 sibling, 0 replies; 9+ messages in thread
From: John Wiegley @ 2010-05-21  9:43 UTC (permalink / raw)
  To: Martin Pohlack; +Cc: emacs-orgmode Mode

On May 21, 2010, at 5:28 AM, Martin Pohlack wrote:

> Are we supposed to resend patches or does it also cover the past?

It doesn't cover the past.  I'm just assuming that any patches sent before are already in Carsten's queue for review.  Any patches that come from now on will be reviewed by whoever claims responsibility for them in Patchwork.  I'll be handling unclaimed patches by default to free up Carsten for working on the code.

> Currently I'm not seeing any patches at:
> 
> http://patchwork.newartisans.com/project/org-mode/list/
> 
> Do I have to log in to see any?

You don't have to log in, there just aren't any patches right now.  I already processed the queue for today. :)

John

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Announce: Org-mode's Patchwork server up and running
  2010-05-21  9:28 ` Martin Pohlack
  2010-05-21  9:43   ` John Wiegley
@ 2010-05-21  9:59   ` John Wiegley
  2010-05-21 10:06     ` Martin Pohlack
  1 sibling, 1 reply; 9+ messages in thread
From: John Wiegley @ 2010-05-21  9:59 UTC (permalink / raw)
  To: Martin Pohlack; +Cc: emacs-orgmode Mode

On May 21, 2010, at 5:28 AM, Martin Pohlack wrote:

> Currently I'm not seeing any patches at:
> 
> http://patchwork.newartisans.com/project/org-mode/list/

Try:

  http://patchwork.newartisans.com/project/org-mode/list/?state=*&archive=both

That shows all patches, open and closed, archived and unarchived.

John

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Announce: Org-mode's Patchwork server up and running
  2010-05-21  9:59   ` John Wiegley
@ 2010-05-21 10:06     ` Martin Pohlack
  0 siblings, 0 replies; 9+ messages in thread
From: Martin Pohlack @ 2010-05-21 10:06 UTC (permalink / raw)
  To: John Wiegley; +Cc: emacs-orgmode Mode

On 21.05.2010 11:59, John Wiegley wrote:
> On May 21, 2010, at 5:28 AM, Martin Pohlack wrote:
>
>> Currently I'm not seeing any patches at:
>>
>> http://patchwork.newartisans.com/project/org-mode/list/
>
> Try:
>
>    http://patchwork.newartisans.com/project/org-mode/list/?state=*&archive=both

Ah thanks.  I didn't notice the "Filters" thingy.

Cheers,
Martin

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-05-21 14:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-20 21:29 Announce: Org-mode's Patchwork server up and running John Wiegley
2010-05-20 21:35 ` Carsten Dominik
2010-05-21  3:46   ` Dan Davison
2010-05-21  7:40     ` David Maus
2010-05-21  9:00     ` John Wiegley
2010-05-21  9:28 ` Martin Pohlack
2010-05-21  9:43   ` John Wiegley
2010-05-21  9:59   ` John Wiegley
2010-05-21 10:06     ` Martin Pohlack

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).