On Mon, Jan 4, 2016 at 8:39 PM, Craig L Russell <craig.russ...@oracle.com> wrote: > Hi Sam, > > Is this to say that the new new secmail is now ready for real life testing, > or something else.
My focus has been on ICLAs (which, after all, is the bulk of the documents received). You should be able to do everything you need to process ICLAs (burst, staple, rotate, file, delete, etc.) with the exception of committing and sending of emails. But the changes that would have been committed will be placed on disk for you to inspect. My thoughts is that by leaving this last part undone, you can experiment and try things out without concern. Separately, I've been making progress on a new whimsy site (https://whimsy-test.apache.org/) which is where I will initially deploy this. Once ICLAs are working to your satisfaction, the remaining document types should be relatively straightforward. Also, with this codebase, adding new features (e.g. canned responses) should be a lot easier than with the current workbench. > Craig - Sam Ruby >> On Jan 4, 2016, at 1:40 PM, Sam Ruby <ru...@intertwingly.net> wrote: >> >> Just a friendly reminder, at some point in the future (possibly soon) >> the infrastructure team is going to move away from minotaur, which >> will have an unknown impact on the secmail function. >> >> I've added some minor functions (a pre-check of userids in the >> background for availability even before you submit the form, and >> better recognition of detached signatures), but lacking in feedback on >> this, I'm moving on to other things. >> >> - Sam Ruby >> >> On Tue, Dec 29, 2015 at 10:12 AM, Sam Ruby <ru...@intertwingly.net> wrote: >>> On Thu, Dec 24, 2015 at 4:17 PM, Sam Ruby <ru...@intertwingly.net> wrote: >>>> On Mon, Dec 14, 2015 at 5:50 PM, Sam Ruby <ru...@intertwingly.net> wrote: >>>>> On Sun, Dec 13, 2015 at 11:06 AM, Sam Ruby <ru...@intertwingly.net> wrote: >>>>>> >>>>>> I would like to explore having >>>>>> the current 'staple' function be done via dragging and dropping of images >>>>>> and PDFs on top of one another. >>>>> >>>>> I've pushed out a change roughing in the UI for this... if a given >>>>> message has two or more attachments, you can drag and drop one on top >>>>> of another. At the moment, it only issues an alert telling you what >>>>> you have done. In the future, this will send a request to the server >>>>> to perform the appropriate conversions to PDF (as required) and >>>>> concatenation. >>>> >>>> I'm slowly adding functions to this. >>> >>> This could be ready in early January. Latest additions: signature >>> verification, and the server side of ICLA processing (minus the actual >>> commit). So if you go through the motions of filing an icla, a >>> document should appear in documents/iclas, and >>> foundation/officers/iclas.txt should be updated on your machine, but >>> won't actually be committed (yet). >>> >>> Both of these are examples of modularity. >>> >>> The signature processing is encapsulated into two files (client/server): >>> >>> https://github.com/apache/whimsy/blob/secmail/www/secmail/views/check-signature.js.rb >>> https://github.com/apache/whimsy/blob/secmail/www/secmail/views/actions/check-signature.json.rb >>> >>> Similarly, the icla processing is encapsulated into two files >>> (client/server): >>> >>> https://github.com/apache/whimsy/blob/secmail/www/secmail/views/forms/icla.js.rb >>> https://github.com/apache/whimsy/blob/secmail/www/secmail/views/actions/icla.json.rb >>> >>> Looking at recent traffic, it looks like it would be worthwhile to add >>> checks to ensure that public names are unique. This would be a >>> straightforward addition to the actions/icla.json.rb file mentioned >>> above. >>> >>> All code is being developed on Mac OS/X El Capitan (10.11.2), an >>> should work there. I don't expect any problems deploying this code on >>> Ubuntu Trusty (14.04.3) >>> >>> - Sam Ruby > > Craig L Russell > Architect, Oracle > http://db.apache.org/jdo > 408 276-5638 mailto:craig.russ...@oracle.com > P.S. A good JDO? O, Gasp! >