Recent Posts by jayshao

Subscribe to Recent Posts by jayshao 19 post(s) found

Feb 7, 2008
Avatar jayshao 19 post(s) #1048

Topic: Mingle General Discussion / Mingle 1.2?

Ping?

 
Jan 3, 2008
Avatar jayshao 19 post(s) #926

Topic: Mingle General Discussion / Mingle 1.2?

Release imminent?

 
Nov 29, 2007
Avatar jayshao 19 post(s) #859

Topic: Mingle Feature Requests / [candidate] Save & Return Option on Wiki pages

It would be nice to have a “Save & Return” option in the wiki that let me save a checkpoint, but return right back to the editor.

 
Nov 9, 2007
Avatar jayshao 19 post(s) #824

Topic: Mingle Feature Requests / [implemented-1.0] Card links to related commits

Being able to click on the card # in commit messages while browsing SVN is neat. I really wish it worked the other way too though—that cards had a listing of commits which referenced the card ID, so I could see at a glance what changes were made related to a story or task

 
Oct 17, 2007
Avatar jayshao 19 post(s) #726

Topic: Mingle General Discussion / Academic Licenses

Any updates on when Academic licenses will be available? Or when Mingle will stop running without a license? I got an update via email a number of weeks ago saying they would begin processing, but figured I’d post here in case anyone else was wondering.

 
Oct 17, 2007
Avatar jayshao 19 post(s) #725

Topic: Mingle General Discussion / SSO Integration (Specifically JA-SIG CAS)

Anyone done SSO integration with Mingle? In particular I’m interested in JA-SIG CAS—I know that there’s some Rails plugins to interface, wondering if anyone can give me some starting points on trying to get it up and running

 
Sep 12, 2007
Avatar jayshao 19 post(s) #670

Topic: Troubleshooting Installation of Mingle / LDAP Config

Ahh… so you’re suggesting to try to whip something up standalone in IRB using Net::LDAP to try and connect?

 
Sep 11, 2007
Avatar jayshao 19 post(s) #668

Topic: Troubleshooting Installation of Mingle / LDAP Config

Unfortunatly I’ve only dabbled in either RoR or JRuby. How do I get an IRB session with Mingle’s environment up?

I saw a script in mingle/bin/jirb, but it doesn’t seem to launch a irb shell like I’d expect:

!/usr/bin/env jruby

#

  1. irb.rb – intaractive ruby
  2. $Release Version: 0.7.3 $
  3. $Revision$
  4. $Date$
  5. by Keiju ISHITSUKA(keiju@ishitsuka.com) #

require “irb”

if FILE == $0 IRB.start(FILE)
else # check -e option if /^-e$/ =~ $0 IRB.start(FILE) else IRB.setup(FILE) end
end

 
Aug 21, 2007
Avatar jayshao 19 post(s) #592

Topic: Mingle Bug Reports / unsubscribing to email notifications

subscribing to email notifications for a wiki page works wonderfully. However… there doesn’t seem to be a GUI option for unsubscribing?

The UI displays “You have subscribed to this via email.” where the subscribe button was located, but this doesn’t appear to have a link or other control to allow untoggling notifications. Also, walking through the profile and site admin sections didn’t appear to display a listing of all subscriptions.

I would expect that in the same location as the subscribe link that there would be a toggle/untoggle ability.

 
Aug 21, 2007
Avatar jayshao 19 post(s) #591

Topic: Mingle Feature Requests / [implemented-1.0] watch an entire project tickets/wiki

it would be nice to be able to subscribe to an entire project—ideally probably the project and wiki/tickets.

Barring that, some way to set a “notify on new page/ticket” that generated an email that had a link to “watch this page/ticket” would be a reasonable substitute.

 
Aug 19, 2007
Avatar jayshao 19 post(s) #588

Topic: Mingle Feature Requests / [candidate] Wiki Macro for *wiki pages* with a tag

It would be nice to have some richer navigation and building tools in the wiki. Things I would like:

  • Some sense of hierarchy & auto-generated navigation – I’d like the ability to set a parent page for wiki pages, and have breadcrumbs or some other navigation aids autogenerated
  • a macro to list all the wiki pages meeting an MQL criteria (mostly tags right now, though date lists is nice too)
  • The ability to make wiki pages into tabs
  • Recently updated wiki view or macro
 
Aug 19, 2007
Avatar jayshao 19 post(s) #587

Topic: Troubleshooting Installation of Mingle / LDAP Config

Found the readme inside the ldap_auth plugin directory and the sample looks good. Only problem (I believe that I’m hitting right now is properly configuring the LDAP connection to use SSL over port 636 (not TLS).

After browsing around the Net::Ldap source on RubyForge it appears that :simple_tls will actually do what I want, since it doesn’t appear to do protocol negotiation, but assumes the channel is encrypted. After patching lib/ldap_auth.rb to include the additional argument to Ldap.new however, I still get an error when I try to login -

Net::LDAP::LdapError (no connection to server): /vendor/rails/activerecord/lib/active_record/transactions.rb:101:in `transaction’ /app/controllers/application.rb:38:in `filter’ /vendor/rails/actionpack/lib/action_controller/filters.rb:484:in `call’

Any hints for additional logging/debugging I can do?

 
Aug 18, 2007
Avatar jayshao 19 post(s) #586

Topic: Mingle Feature Requests / [candidate] Add email checking

This would be a key feature for us as well, allowing us to replace an internal ticketing system (we don’t use that many tickets). It would be nice if you could autodefine certain attributes for emailed messages by default, either field values, or workflow status among others.

 
Aug 16, 2007
Avatar jayshao 19 post(s) #584

Topic: Troubleshooting Installation of Mingle / LDAP Config

I see that Mingle has an auth_confg.yml file & also some ldap variables—is there an LDAP config guide, or sample?

Also—our LDAP uses a self-signed cert, any guidance on how to configure the SSL trust-chain: if I add the cert to the JVM cacerts will it work, or is there a Ruby/Mingle mechanism that is needed as well?

 
Aug 3, 2007
Avatar jayshao 19 post(s) #506

Topic: Mingle Feature Requests / [implemented-1.1] Add "Remember me" option to login

How do you adjust the session timeout? Can I do so via some web.xml hacking? Or is there a better way to override the Jetty default, to make it something like 8hrs?

 
Aug 3, 2007
Avatar jayshao 19 post(s) #504

Topic: Troubleshooting Installation of Mingle / MySQL 4?

I know the requirements list MySQL 5—is that because 4 won’t work, or just hasn’t been QA’d?

 
Aug 3, 2007
Avatar jayshao 19 post(s) #503

Topic: Troubleshooting Installation of Mingle / Successful Solaris Install?

Anyone able to get Mingle to run on solaris 10/x86?

I get an enormous JRuby stack trace about not being able to bring up rails (also get a nohup logging message echoed to my console which seems weird.)

javax.servlet.ServletException: Could not load Rails. See the logs for more details. at org.jruby.webapp.RailsFactory.makeObject(RailsFactory.java:144) at org.jruby.webapp.util.CustomObjectPool.addObject(CustomObjectPool.java:92) at org.jruby.webapp.util.CustomObjectPool$PoolSizeManager.run(CustomObjectPool.java:160) at java.lang.Thread.run(Thread.java:595)

Are there additional log files being dumped somewhere, beyond the std-err, std-out, and production ones in logs?

 
Aug 2, 2007
Avatar jayshao 19 post(s) #493

Topic: Mingle General Discussion / BDB SVN Repositories Supported?

Are BDB SVN repositories supported? I tried pointing at one initially, and got a loooong stack trace, leading off with:

Error accessing svn org.tmatesoft.svn.core.SVNException: svn: Unable to open an ra_local session to URL

traced the error down through Google, and saw a not about JavaSVN only suporting FSFS repositories?

http://www.nabble.com/Strange-error-message:-Unable-to-open-an-ra_local-session-to-URL-t2219732.html

 
Aug 2, 2007
Avatar jayshao 19 post(s) #492

Topic: ThoughtWorks Studios Website Feedback / OpenID working?

OpenID working? I entered on during account creation, and the login screen changes to remove the password field, but it doesn’t seem to redirect me…