Pivotal Labs

Main menu

Skip to primary content
Skip to secondary content
  • About
  • Case Studies
  • Team
    • Executives
    • Locations
      • San Francisco (HQ)
      • Boston
      • Boulder
      • Denver
      • London
      • Los Angeles
      • New York
  • Community
    • Blogs
    • Tech Talks
    • Events
  • Careers
    • Lifestyle
    • Principles & Practices
    • Benefits
    • FAQ
    • Apply
  • Contact
    • Press Room
    • Press Releases
    • In The News
    • Press Kit
  • All
  • Labs
  • Standup
  • Tracker
Dan Podsedly

New in Pivotal Tracker: labels panel, saved searches, and more

Dan Podsedly
Thursday, April 23, 2009

Pivotal Tracker has just been updated with new features.

Labels Enhancements & Saved Searches

There’s a new panel on the project page that will help you organize and keep track of related stories in your project – Labels and Searches. Open it using the View menu, or with Shift-L. On this panel, you’ll see all labels in your project, as links, with numbers indicating the number of stories that have yet to be accepted. Click on a label to see stories with that label.

You can now save any search, by clicking on the disk icon Save icon at the top of search results. Saved searches appear below labels, on the Labels and Searches panel.

The new panel also allows you rename or delete labels, and delete saved searches. Hover over a label or saved search, and you should see rename Rename icon and/or delete Delete icon buttons.

Ability to apply and remove labels to selected stories

It’s now possible to apply labels to multiple stories, using the Actions menu at the top of the project page. Select stories using the small checkboxes to the right of story titles. The same action also allows you to remove labels.

Ability to export selected stories to CSV

You can export selected stories in the project, also by using the Actions menu. One possible use of this feature is to move or copy stories from one project to another. Select some stories, export them to CSV, and import that file into another project.

API: Get stories by iteration or iteration group

We’ve made it easier to retrieve stories by iteration through the API. You can get stories based on an arbitrary iteration range, done iterations, the current iteration, or iterations in the backlog.
See the API Help page for more details and examples.

http://www.pivotaltracker.com

  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Nate Clark

Standup 4/22/2009 Earth Day Edition: Rubymine 856, Object-Mother gotchas

Nate Clark
Wednesday, April 22, 2009

Interesting Things

  • Rubymine, just released a new beta revision 856. So far it “seems to work”.

  • When using Object-Mother patterns for creating objects in tests (i.e. Fixjour, FactoryGirl) one gotcha that caused one of our teams some pain was when inadvertently setting an object and object_id for the same association. For example, setting person = @nate and person_id = @david.id in the same object creation will cause really weird problems. Our team debugged and solved this by validating object creation … essentially writing tests for your test objects.

  • Try mapping SHIFT + Space to the underscore character, and save your underscore finger from unnecessary travel.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Nate Clark

Standup 4/21/2009: Webrat save_and_open_page, CSS regression, Rubymine UTF8

Nate Clark
Tuesday, April 21, 2009

Interesting Things

  • Webrat, the acceptance testing framework that is all the rage right now, has a neat lesser-known save_and_open_page command that is helpful for debugging when your tests go wrong. Essentially, this command dumps the current HTML to the browser and lets you inspect the state of the page visually at any point within your test.

  • Rubymine, Pivotal’s favorite Ruby IDE, doesn’t really support UTF8. You can type UTF8 characters seemingly fine … but somewhere along the way it doesn’t save properly. Apparently this has been an issue with Rubymine for quite some time. Frustrating.

Ask for Help

  • Anyone know a reliable way of CSS regression testing? When we are refactoring CSS or markup, it would be great if there was an automated way to detect visual breakages. Some ideas floating around involve taking screenshots through Webkit’s API and comparing them pixel by pixel. This kind of thing has been attempted twice by Pivots without much success. Anybody have a good solution?
  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Nate Clark

Standup 4/20/2009: GoGaRuCo, Refactoring patches to Rails, Shared disk on EY

Nate Clark
Monday, April 20, 2009

Interesting Things

  • Many thanks to Pivot Josh Susser for his hard work co-coordinating this past weekend’s Golden Gate Ruby Conference. We also want to thank our Live Blogging team: Chad, Ryan, Zach, and David — who all did an excellent job of documenting the event. We also recorded videos of every talk, which will be posted to Talks within a week or so.

  • Something to be aware of if you are running your production app on EngineYard: Because of their shared disk setup, running disk intensive jobs on your staging environment may affect the performance of your production environment on the same slice. One of our teams ran into severe slowness on production due to tasks running on staging. This problem isn’t immediately apparent because of the way the EY storage system is well abstracted for each environment. Submit a ticket to EY support for more details if this is a problem for you.

Ask for Help

  • Adam Milligan submitted a patch to Rails a while ago that refactored the implementation of HasOneThroughAssociation. To his severe disappointment, the patch was rejected because the Rails core “doesn’t apply refactorings.” Adam is asking for help from Pivots and friends to add their comments and support to the patch so hopefully it will be applied to the upcoming Rails 3.0.
  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Pivotal Labs

Standup 04/07/2009: We Have Questions

Pivotal Labs
Friday, April 10, 2009

Interesting

  • Nothing interesting happened on the internet yesterday. Sorry to get your hopes up.

Help

“Using compass and sass to generate css, how do we get line numbers in the compiled css indicating the corresponding sass declaration?”

The suggested answer is using the non-silent variety of sass comments in an old skool pragma-mark type fashion.

“Is there a canonical setup for dealing with failover when you have two HA proxy load balancers and round-robin DNS across their two IP addresses?”

  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Pivotal Labs

Standup 04/09/2009: An Answer to a previous question

Pivotal Labs
Thursday, April 9, 2009

Interesting

  • Regarding compass, sass, and line numbers, Chris Eppstein dropped some knowledge in the comments section on the 4/7/09 entry:
    config.after_initialize do
      Sass::Plugin.options[:line_comments] = true
    end

That will grants you wondrous and magical comments in your css. Cheers, Chris!

  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Pivotal Labs

Standup 04/08/2009: IE is wack, yo!

Pivotal Labs
Wednesday, April 8, 2009

Help

“IE does not let you float an element in front of a select — how can I get around that?”

Use an iframe; jquery has an example in they’re modal dialog box

  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Will Read

Standup – 4/2/2009: Profile Encryption, Map/Reduce, StackHub

Will Read
Thursday, April 2, 2009

Help

“How do I encrypt a user account on a Mac?”

The short answer is to use the FileVault. The drawback is that disc corruption will eat the entire home directory, instead of maybe just eating part of your home directory and leaving you some salvageable files. [Time Machine was also suggested as a possible solution for encrypting user data.]

Correction: TimeMachine, the back up util that comes with OS X, has trouble with the FileValut due to the encryption.

Interesting Things

  • Erik Hanson points out that Amazon has released a web service called Elastic MapReduce which aims to “easily and cost-effectively process vast amounts of data [in parallel]“. It supports development in Java, Ruby, Perl, Python, PHP, R, or C++. MapReduce is already being used to run a test suite by one of our clients.
  • Related to MapReduce and Hadoop (the framework tused by Amazon’s MR) is Zvents’ HyperTable which enables the use of structured data with high performance. HyperTable will be presenting at GoGaRuCo.
  • StackHub, a tool for making “the collection, analysis, reporting, and notification of your application logging events easy”, is looking for Beta users (Java only). Stack Hub is in the same category as services like HopToad, but promises to differentiate itself from the pack.
  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Will Read

Standup – 4/1/2009 April Fool's Day

Will Read
Thursday, April 2, 2009

Interesting Things

  • Amazon, in a push to make “cloud computing” a tangible concept, deployed blimps as part of its new FACE service which supports 65K+ EC2 instances, with 40% of their power being generated from solar cells on the blimp surface. San Francisco pivots seemed to like the idea that a data center could be earthquake proof given a recent shakedown in the south bay.
  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Dan Podsedly

New Pivotal Tracker features

Dan Podsedly
Wednesday, April 1, 2009

We’ve added some new features to Pivotal Tracker, including:

  • Cloning of panels
  • Pinned search results
  • Auto saving of panel layout
  • Keyboard shorcuts
  • Option to stack current iteration and the backlog

…and more! For details, see the Recent Updates page.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter

Topics

  • agile (780)
  • rails (113)
  • testing (88)
  • ruby (83)
  • ruby on rails (70)
  • jobs (62)
  • javascript (55)
  • techtalk (44)
  • rspec (38)
  • ironblogger (32)
  • productivity (30)
  • activerecord (29)
  • gogaruco (29)
  • git (28)
  • nyc (27)
  • rubymine (26)
  • bloggerdome (23)
  • mobile (22)
  • process (21)
  • pivotal tracker (20)
  • cucumber (20)
  • jasmine (19)
  • design (18)
  • ios (18)
  • webos (17)
  • objective-c (17)
  • android (16)
  • palm (16)
  • "soft" ware (16)
  • fun (15)
  • tracker ecosystem (15)
  • ci (15)
  • cedar (15)
  • rails3 (14)
  • performance (14)
  • bdd (14)
  • gem (13)
  • css (13)
  • tdd (13)
  • selenium (12)
  • goruco (12)
  • bundler (12)
  • meetup (11)
  • railsconf (11)
  • nyc-standup (11)
  • capybara (10)
  • mac (10)
  • mojo (10)
  • chef (10)
  • api (10)
Subscribe to agile Feed
  1. ←
  2. 1
  3. ...
  4. 50
  5. 51
  6. 52
  7. 53
  8. 54
  9. 55
  10. 56
  11. ...
  12. 78
  13. →
  • About
  • Case Studies
  • Team
  • Community
  • Careers
  • Contact
  • Labs
  • Events

Contact Us

contact@pivotallabs.com
+1 415-77-PIVOT
TwitterLinkedInFacebook

Pivotal Tracker

Tracker is the award-winning agile project management tool that enables real-time collaboration around a shared, prioritized backlog.
Visit pivotaltracker.com >