Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ignatenkovnikita/gitlab-time-tracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kriskbx/gitlab-time-tracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 11 files changed
  • 8 contributors

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    cb43bde View commit details
    Browse the repository at this point in the history
  2. Release 1.7.38

    kriskbx committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    0c6ac7c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    03086c7 View commit details
    Browse the repository at this point in the history
  2. Release 1.7.39

    kriskbx committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    5bee6a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. 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
    hkmoon authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    d74a8af View commit details
    Browse the repository at this point in the history
  2. Merge pull request kriskbx#85 from hkmoon/master

    issue data does not have "closed" property
    kriskbx authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    e059f1f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Fix typo breaking insecure option

    Jonathan Vahlsing committed May 17, 2020
    Configuration menu
    Copy the full SHA
    c201dc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Merge pull request kriskbx#111 from jofrev/fix-insecure-option

    Fix typo breaking insecure option
    cgdobre authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    fb68001 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Create CONTRIBUTING.md

    kriskbx authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    a54d623 View commit details
    Browse the repository at this point in the history
  2. Add pwd to docker container (kriskbx#108)

    * add pwd
    * add pwd doc
    * add editor env
    klarkc authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    c4692a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. 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]>
    3 people authored Jun 7, 2020
    Configuration menu
    Copy the full SHA
    f377108 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Update CONTRIBUTING.md

    kriskbx authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    ec5ca47 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Configuration menu
    Copy the full SHA
    f3022eb View commit details
    Browse the repository at this point in the history
Loading