Skip to content

pullrequests Search Results · repo:irphilli/tracker_api language:Ruby

Filter by

122 results
 (85 ms)

122 results

inirphilli/tracker_api (press backspace or delete to remove)

Let me know if I did anything wrong. (First time using VCR)
  • danhixon
  • 1
  • Opened 
    on Aug 19
  • #166

2.7 and 3.0 are EOL, so no longer officially supported.
  • irphilli
  • 1
  • Opened 
    on Jul 13
  • #164

Move ownership from ProductPlan to irphilli
  • irphilli
  • 1
  • Opened 
    on Jul 9
  • #163

  • irphilli
  • 1
  • Opened 
    on Jan 24, 2023
  • #162

2.6 is EOL, so no longer officially supported.
  • irphilli
  • 1
  • Opened 
    on Jan 24, 2023
  • #161

This removes node 12 deprecations.
  • irphilli
  • 1
  • Opened 
    on Jan 24, 2023
  • #160

Truffleruby tests seem to have an issue with calculating coverage. Only run coverage when we need it.
  • irphilli
  • 1
  • Opened 
    on Jan 24, 2023
  • #159

Exposes the status attribute from the Pivotal API on the project resource. Usage client = TrackerApi::Client.new(token: token) project = client.project(project_id, fields: :default,status ) puts(project.status) ...
  • r1ndl1re
  • 2
  • Opened 
    on Jan 24, 2023
  • #158

Exposes the projected_completion attribute from the Pivotal API on the epic resource Usage client = TrackerApi::Client.new(token: token) project = client.project(project_id) epics = project.epics(fields: ...
  • E70M
  • 2
  • Opened 
    on Jul 21, 2022
  • #157