Giter Club home page Giter Club logo

redmine_tracker's Introduction

Tracker Icon

Build Status Build status

Tracker Icon

Installation 1.0.0 Release Candidate

Go to releases page and select a version according to your operating system. After the installation fills in your Redmine server and API token, you can find your API token on My account page.

Requirements for Linux

For Linux it is necessary to install libsecret library. This library is used in order to store settings safely.

sudo apt-get install libsecret-1-dev

Requirements for Redmine

Also, you need to perform some modifications in Redmine, it's necessary to add those lines before the last end and of course to restart your instance.

# app/views/projects/show.api.rsb
api.array :time_entry_activities do
  @project.activities.each do |activity|
    api.time_entry_activity(:id => activity.id, :name => activity.name)
  end
end if include_in_api_response?('time_entry_activities')

Submitting an Issue

  • We use the GitHub issue tracker to track bugs and features.
  • Before submitting a bug report or feature request, check to make sure if it has not already been submitted.
  • When submitting a bug report, please include information about Redmine version and operating system.
  • For developers: Ideally, a bug report should include a pull request with failing specs. ๐Ÿ‘

Submitting a Pull Request

  • Fork the official repository.
  • Create a topic branch.
  • Implement your feature or bug fix.
  • Add, commit, and push your changes.
  • Submit a pull request.

License

MIT

redmine_tracker's People

Contributors

strnadj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.