Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge the latest from the source repo (dashcode/tracker_api) #3

Open
wants to merge 184 commits into
base: master
Choose a base branch
from

Conversation

manoj-v2
Copy link

No description provided.

ukstudio and others added 30 commits April 16, 2015 04:32
> DECATION WARNING: `#reset_changes` is deprecated and will be removed on
  Rails 5. Please use `#clear_changes_information` instead.
Added create_task to Resources::Story class
Added feature to add members to projects
Issue #43 fix: Updated gemspec with minimum version of activemodel
Use Oj for fast JSON dumping.
Added Object equality support for all resources.
  * Removed the dirty checking. Nice idea, but it just didn't cover all the cases.
  * Use representable to create custom serializer for object in different cases.
  * The Story params you can send for update are different than create. Just needed more control.
update to readme to indicate the full name of Label
…stomize the response and reduce network requests.
This eliminates a warning when running in Rails.

  /usr/local/var/rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/tracker_api-0.2.10/lib/core_ext/object/blank.rb:103:
  warning: already init
  ialized constant String::BLANK_RE
  /usr/local/var/rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/blank.rb:102:
  warni
  ng: previous definition of BLANK_RE was here
Conditionally load core_ext/blank depending on AS
irphilli and others added 30 commits April 23, 2021 17:22
…-image

docs: use svg instead of png for gem version image (svg is sharper!)
Add pull_requests attribute to Story
…ct-new-repo-ownership

Docs: Update Various Files To Reflect Updates to Maintainers/Repo Ownership
build: drop ruby 2.5 from CI and add 3.0 and 3.1
build: add jruby and truffleruby to build matrix
This similifies our dependencies a bit.
Users can still opt to use the excon adapter if they wish.
- Remove faraday-middleware as most middleware now bundled with faraday
- Require Faraday 1.10+ (1.10 adds json middleware used by us)
Add projected completion date for epics
Truffleruby tests seem to have an issue with calculating coverage.
Only run coverage when we need it.
This removes node 12 deprecations.
2.6 is EOL, so no longer officially supported.
2.7 and 3.0 are EOL, so no longer officially supported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet