Re: [fossil-users] [sqlite] Mailing list shutting down...

2018-06-16 Thread Olivier Mascia
> Le 14 juin 2018 à 22:23, Thomas a écrit : > >> Mailing list messages are easily filtered. >> I have one mailbox for each mailing list I subscribe to, and I read through >> the messages in list order, which makes it easy to mentally switch gears >> from one project to the next. > > Most peopl

Re: [fossil-users] Perception of Fossil

2018-06-16 Thread Olivier R.
Le 16/06/2018 à 17:05, Eduardo Morras a écrit : I partially disagree. If you allow anonymous people to pull / commit / merge data to your 'central repository', you can get easily spammed. If I pull-request 100 images of 10MB your system will go down. Multiply it by several 'funny guys' on more t

Re: [fossil-users] Using bundles for pull requests

2018-06-16 Thread Florian Balmer
Another issue with bundles: "push requests" derived from local private branches. It may be not only the receiver of a "push request" to decide to import only the final "accumulated patch", without all the detailed "commit-by-commit" history. It may also be the submitter to decide to keep the deve

Re: [fossil-users] Perception of Fossil

2018-06-16 Thread Chad Perrin
On Sat, Jun 16, 2018 at 05:05:48PM +0200, Eduardo Morras wrote: > > I partially disagree. If you allow anonymous people to pull / commit / > merge data to your 'central repository', you can get easily spammed. > If I pull-request 100 images of 10MB your system will go down. > Multiply it by severa

Re: [fossil-users] Perception of Fossil

2018-06-16 Thread Chad Perrin
On Fri, Jun 15, 2018 at 04:39:20PM -0400, Richard Hipp wrote: > On 6/15/18, Chad Perrin wrote: > > > > This would not technically be a "pull request". It would be a "merge > > request". > > Good point. It should not be called "pull-request" as pulling does > not come into play. > > On the othe

Re: [fossil-users] Is it possible to revert making a repository private?

2018-06-16 Thread Richard Hipp
On 6/16/18, Zack Scholl wrote: > Hi, > > First of all I love fossil - thank you for all the work that goes into > making it. > > I just tried the feature to make my repository private (Admin -> > Security-Audit). Now my repository is "Completely PRIVATE" which is great, > but I'm thinking I'd lik

[fossil-users] Is it possible to revert making a repository private?

2018-06-16 Thread Zack Scholl
Hi, First of all I love fossil - thank you for all the work that goes into making it. I just tried the feature to make my repository private (Admin -> Security-Audit). Now my repository is "Completely PRIVATE" which is great, but I'm thinking I'd like to make it public once I finish coding. I d

Re: [fossil-users] A fossil library

2018-06-16 Thread Sam Putman
On Sat, Jun 16, 2018 at 3:07 AM, Stephan Beal wrote: > On Sat, Jun 16, 2018 at 12:46 AM Stephan Beal > wrote: > >> i will write a longer response when i'm back on the PC, but short version: >> >> - refactoring to a lib is a huge effort. >> ... >> More details upcoming about that first point in t

Re: [fossil-users] Using bundles for pull requests

2018-06-16 Thread Eduard
>> ... it's possible to introduce unwanted contents (and random >> control artifacts) ... I can foresee another attack that could be used to inject malicious control artifacts into the repository (depending on the bundle implementation). The attacker creates a delta control artifact referencin

Re: [fossil-users] Using bundles for pull requests

2018-06-16 Thread Florian Balmer
More thoughts: > fossil merge --bundle BUNDLE ?--cherrypick|--backout CHECK-IN? * BUNDLE could be a disk file, or something like "bundle:ID" to refer to a bundle submitted via "push request", and queued in a separate repository db table. * If the current check-out is different from the root of t

Re: [fossil-users] Perception of Fossil

2018-06-16 Thread Eduardo Morras
On Fri, 15 Jun 2018 13:35:13 -0400 Richard Hipp wrote: > On 6/15/18, David Mason wrote: > > I heartily agree with this... A flag to allow a person (including > > Anonymous) to make a commit that would automatically go into a new > > branch like "Patch-1" (each one incrementing the branch number)

Re: [fossil-users] Perception of Fossil

2018-06-16 Thread Steve Landers
fossil submit Steve On 16 Jun 2018, 9:30 PM +0800, Tony Papadimitriou , wrote: > -Original Message- > From: Richard Hipp > > > Other ideas for what to name this (hypothetical and unimplemented) command: > > > > fossil contribute > > fossil bequest > > fossil bestow > > fossil proffer > >

Re: [fossil-users] Perception of Fossil

2018-06-16 Thread Tony Papadimitriou
-Original Message- From: Richard Hipp Other ideas for what to name this (hypothetical and unimplemented) command: fossil contribute fossil bequest fossil bestow fossil proffer Some more ideas (in random order): fossil chip-in (shortest possible is ch) fossil enqueue (shorte

Re: [fossil-users] Hydra registrations open (open beta)

2018-06-16 Thread Florian Balmer
Eduard: > I have opened registration on Hydra. Feel free to try it out at > [ https://hydra.ecd.space/ ], and give me your feedback. Roy Keene: > Is ChiselApp not serious enough for you ? (Quotes unconnected.) I think both ChiselApp and Hydra are very nice, and technically solid projects (and

Re: [fossil-users] A fossil library

2018-06-16 Thread Stephan Beal
On Sat, Jun 16, 2018 at 12:07 PM Stephan Beal wrote: > libfossil had essentially all of the core-most functionality > running (documented, too) > http://fossil.wanderinghorse.net/repos/libfossil/doxygen/ Ah, those were the days... (i actually _miss_ documenting software.) -- - stephan be

Re: [fossil-users] Using bundles for pull requests

2018-06-16 Thread Florian Balmer
> Let me decide whether the bundle is committed "step-by-step" > ... or "all-at-once" ... I think this is what I'm looking for: fossil merge --bundle BUNDLE ?--cherrypick|--backout CHECK-IN? > But I would like to have some more flexibility and control when > "applying" (or importing) bundles by

Re: [fossil-users] A fossil library

2018-06-16 Thread Stephan Beal
On Sat, Jun 16, 2018 at 12:46 AM Stephan Beal wrote: > i will write a longer response when i'm back on the PC, but short version: > > - refactoring to a lib is a huge effort. > ... > More details upcoming about that first point in the morning. > So... http://fossil.wanderinghorse.net/r/libfossi

[fossil-users] Using bundles for pull requests

2018-06-16 Thread Florian Balmer
Fossil bundles are a great feature, and may be useful to implement pull (or "push") requests. But I would like to have some more flexibility and control when "applying" (or importing) bundles by third parties: * Let me decide where the bundle is committed, be it directly on trunk instead of on a