-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ignatenkovnikita/gitlab-time-tracker
base: master
head repository: kriskbx/gitlab-time-tracker
compare: master
- 13 commits
- 11 files changed
- 8 contributors
Commits on Feb 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cb43bde - Browse repository at this point
Copy the full SHA cb43bdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c6ac7c - Browse repository at this point
Copy the full SHA 0c6ac7cView commit details
Commits on Feb 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 03086c7 - Browse repository at this point
Copy the full SHA 03086c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bee6a7 - Browse repository at this point
Copy the full SHA 5bee6a7View commit details
Commits on Feb 11, 2019
-
this.data does not have closed property
gitlab api does not have ```closed``` property in the json data. ```state``` property contains either ```closed``` or ```opened``` value instead. Please, refer https://docs.gitlab.com/ee/api/issues.html
Configuration menu - View commit details
-
Copy full SHA for d74a8af - Browse repository at this point
Copy the full SHA d74a8afView commit details -
Merge pull request kriskbx#85 from hkmoon/master
issue data does not have "closed" property
Configuration menu - View commit details
-
Copy full SHA for e059f1f - Browse repository at this point
Copy the full SHA e059f1fView commit details
Commits on May 17, 2020
-
Fix typo breaking insecure option
Jonathan Vahlsing committedMay 17, 2020 Configuration menu - View commit details
-
Copy full SHA for c201dc1 - Browse repository at this point
Copy the full SHA c201dc1View commit details
Commits on Jun 2, 2020
-
Merge pull request kriskbx#111 from jofrev/fix-insecure-option
Fix typo breaking insecure option
Configuration menu - View commit details
-
Copy full SHA for fb68001 - Browse repository at this point
Copy the full SHA fb68001View commit details
Commits on Jun 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a54d623 - Browse repository at this point
Copy the full SHA a54d623View commit details -
Add pwd to docker container (kriskbx#108)
* add pwd * add pwd doc * add editor env
Configuration menu - View commit details
-
Copy full SHA for c4692a5 - Browse repository at this point
Copy the full SHA c4692a5View commit details
Commits on Jun 7, 2020
-
Fix rate limit of 600 requests per minutes on Gitlab.com (kriskbx#106)
This is a simple fix, maximum of 10 requests per seconds = maximum of 600 requests per minutes. It does slow down a bit the report but it prevent a fatal error. It's possible to design a more sophisticated fix but it will be more complex with more states to manage. It would be more prone to bugs. I favor simplicity over maximum speed. Co-authored-by: Jean-Denis Caron <[email protected]> Co-authored-by: Ciprian Dobre-Trifan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f377108 - Browse repository at this point
Copy the full SHA f377108View commit details
Commits on Jun 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ec5ca47 - Browse repository at this point
Copy the full SHA ec5ca47View commit details
Commits on May 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f3022eb - Browse repository at this point
Copy the full SHA f3022ebView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master