Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #9637

Closed
Open
Created Sep 16, 2015 by Administrator@rootOwner

Asana service is broken!

Created by: nalilord

The Asana service is broken,

from the log:

Started GET "/name/repo/services/asana/test" for 127.0.0.1 at 2015-09-16 10:59:34 +0200 Processing by Projects::ServicesController#test as HTML Parameters: {"namespace_id"=>"name", "project_id"=>"repo", "id"=>"asana"} Completed 500 Internal Server Error in 945ms

ActiveResource::ResourceNotFound (Failed. Response code = 404. Response message = Not Found.): app/models/project_services/asana_service.rb:112:in block in check_commit' app/models/project_services/asana_service.rb:111:ineach' app/models/project_services/asana_service.rb:111:in check_commit' app/models/project_services/asana_service.rb:94:inblock in execute' app/models/project_services/asana_service.rb:93:in each' app/models/project_services/asana_service.rb:93:inexecute' app/controllers/projects/services_controller.rb:41:in `test'

I also tried to update the asana gem from 0.0.6 to the latest 0.3.0 but this doesn't work either, i guess they changed something essential, log output:

Started GET "/name/repo/services/asana/test" for 127.0.0.1 at 2015-09-16 15:15:57 +0200 Processing by Projects::ServicesController#test as HTML Parameters: {"namespace_id"=>"name", "project_id"=>"repo", "id"=>"asana"} Completed 500 Internal Server Error in 40ms (ActiveRecord: 5.1ms)

NoMethodError (undefined method configure' for Asana:Module): app/models/project_services/asana_service.rb:75:inexecute' app/controllers/projects/services_controller.rb:41:in `test'

So I leave it to you guys ;)

Assignee
Assign to
Time tracking