https://github.com/itsgoingd/gitlab-timer-extension
a simple timer for gitlab issues
https://github.com/itsgoingd/gitlab-timer-extension
Last synced: about 1 year ago
JSON representation
a simple timer for gitlab issues
- Host: GitHub
- URL: https://github.com/itsgoingd/gitlab-timer-extension
- Owner: itsgoingd
- Created: 2018-03-31T14:07:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T16:41:37.000Z (over 7 years ago)
- Last Synced: 2025-03-24T23:41:30.672Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## GitLab Timer Extension
a simple timer for gitlab issues
Extends the gitlab time tracking UI with a simple timer:
- click on the small clock icon to show and hide the timer
- click on the big clock icon to start and pause the timer
- use the pencil button to add spent time to the issue or minus button to reset the timer
- timer value is saved per issue and preserved between reloads
- you don't need to keep the page open for the timer to run
### Licence
Copyright (c) 2018 Miroslav Rigler
MIT License
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.