Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[API] Extend times API #9200

Merged
merged 114 commits into from
Dec 27, 2019
Merged

[API] Extend times API #9200

merged 114 commits into from
Dec 27, 2019

Commits on Dec 8, 2019

  1. git ignore fuse tmp files

    6543 committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    15cba15 View commit details
    Browse the repository at this point in the history
  2. Deprecate old "times" API

    6543 committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    81e5ea6 View commit details
    Browse the repository at this point in the history
  3. add new times api struct

    6543 committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    e14d62b View commit details
    Browse the repository at this point in the history
  4. update "GET /user/times"

    6543 committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    7946829 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8c0c4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7601790 View commit details
    Browse the repository at this point in the history
  7. update time POST

    6543 committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    7e5b5b0 View commit details
    Browse the repository at this point in the history
  8. add reset func

    6543 committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    c06805d View commit details
    Browse the repository at this point in the history
  9. AddTimeOption -> EditTimeOption

    6543 committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    261222d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e5ece6b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88c6147 View commit details
    Browse the repository at this point in the history
  12. dont Deprecate TimesByUser

    and remove useles stuff
    6543 committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    a64cc39 View commit details
    Browse the repository at this point in the history
  13. new Delete func & optimize

    6543 committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    9d71a37 View commit details
    Browse the repository at this point in the history
  14. add Created to EditTimeOption

    6543 committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    b6239c0 View commit details
    Browse the repository at this point in the history
  15. add CommentTypeDeleteTimeManual

    6543 committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    5bb0b2c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. use CommentTypeDeleteTimeManual

    6543 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    8dfcd5e View commit details
    Browse the repository at this point in the history
  2. add DELETE .../times/{id} endpoint

    and remove option to delete time by adding it
    6543 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    9dda7db View commit details
    Browse the repository at this point in the history
  3. cleanup & co

    6543 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    855002d View commit details
    Browse the repository at this point in the history
  4. do ToDo

    6543 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    979a13c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0facee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8720395 View commit details
    Browse the repository at this point in the history
  7. fix lint

    6543 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    754b813 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Configuration menu
    Copy the full SHA
    3892d0b View commit details
    Browse the repository at this point in the history
  2. fix thing after merge

    6543 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    ffa9ea3 View commit details
    Browse the repository at this point in the history
  3. correct comments

    6543 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    cd77248 View commit details
    Browse the repository at this point in the history
  4. code format

    6543 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    4a37fb8 View commit details
    Browse the repository at this point in the history
  5. TEST related things

    6543 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    aa4162e View commit details
    Browse the repository at this point in the history
  6. add TestAPIGetTrackedTimes

    6543 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    140946a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ca2a6a View commit details
    Browse the repository at this point in the history
  8. DELETE send 204 on succes

    6543 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    59f8a0e View commit details
    Browse the repository at this point in the history
  9. extend unit test + fixtures

    6543 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    c4b20ef View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. extend unit test + fixtures

    6543 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    6726e3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fa89a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbfbf73 View commit details
    Browse the repository at this point in the history
  4. fix TestAPIDeleteTrackedTime

    6543 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    e83f743 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a597db View commit details
    Browse the repository at this point in the history
  6. deactivate test for DEL specific TrackedTime:

    Test time out without reason - if i test it on a test instance it works fine ?!?
    6543 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    76eb17e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16cef4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64f6a10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18d65bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    16b5689 View commit details
    Browse the repository at this point in the history
  11. Revert "git ignore fuse tmp files"

    This reverts commit 15cba15.
    6543 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    68474d1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    33030cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e1b9a4f View commit details
    Browse the repository at this point in the history
  14. swagger got it

    6543 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    81d039e View commit details
    Browse the repository at this point in the history
  15. add suggestions @lunny

    6543 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    6a62537 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0f666cb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a8bf5c7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f9b4114 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cf9b9d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    f187d02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0008d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    627f9a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    220879e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de4e79d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    898f515 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Configuration menu
    Copy the full SHA
    a6d1176 View commit details
    Browse the repository at this point in the history
  2. add suggestion

    6543 committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    df56c56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c805fff View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    f2c6efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7daebf View commit details
    Browse the repository at this point in the history
  3. format code

    6543 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    dc626b6 View commit details
    Browse the repository at this point in the history
  4. handle error

    6543 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    59ac977 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. Configuration menu
    Copy the full SHA
    21b7754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0771fff View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Configuration menu
    Copy the full SHA
    2153fbe View commit details
    Browse the repository at this point in the history
  2. spell corect

    Co-Authored-By: zeripath <[email protected]>
    6543 and zeripath authored Dec 23, 2019
    Configuration menu
    Copy the full SHA
    8a0d8a0 View commit details
    Browse the repository at this point in the history
  3. only one AddTime()

    6543 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    46ab8e9 View commit details
    Browse the repository at this point in the history
  4. add attribues

    6543 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    318e238 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25474e7 View commit details
    Browse the repository at this point in the history
  6. use same session

    6543 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    9661f85 View commit details
    Browse the repository at this point in the history
  7. spell corect

    6543 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    8a541b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    398707c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4562fcf View commit details
    Browse the repository at this point in the history
  10. old functions ignor deleted

    6543 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    b540212 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cfd79fb View commit details
    Browse the repository at this point in the history
  12. handle deleted flag correct

    6543 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    a02d80f View commit details
    Browse the repository at this point in the history
  13. fmt

    6543 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    18f5aa6 View commit details
    Browse the repository at this point in the history
  14. bool false is 0

    Co-Authored-By: zeripath <[email protected]>
    6543 and zeripath authored Dec 23, 2019
    Configuration menu
    Copy the full SHA
    6145a0f View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Configuration menu
    Copy the full SHA
    71677da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a93cb4 View commit details
    Browse the repository at this point in the history
  3. dont forget sess.Begin()

    6543 committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    5d707d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    887df7d View commit details
    Browse the repository at this point in the history
  5. use createComment

    6543 committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    ed57d8e View commit details
    Browse the repository at this point in the history
  6. more specific

    6543 authored Dec 24, 2019
    Configuration menu
    Copy the full SHA
    fb192bf View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. Configuration menu
    Copy the full SHA
    c409f9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a0517c View commit details
    Browse the repository at this point in the history
  3. code format

    6543 authored Dec 25, 2019
    Configuration menu
    Copy the full SHA
    c0244ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f1dc9a View commit details
    Browse the repository at this point in the history
  5. move to right place

    6543 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    bca58d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbe5075 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92186f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Configuration menu
    Copy the full SHA
    43dbc59 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-Authored-By: zeripath <[email protected]>
    6543 and zeripath authored Dec 26, 2019
    Configuration menu
    Copy the full SHA
    60ab62c View commit details
    Browse the repository at this point in the history
  3. Update models/issue_list.go

    6543 authored Dec 26, 2019
    Configuration menu
    Copy the full SHA
    69f2fa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b38708 View commit details
    Browse the repository at this point in the history
  5. optimize deleteTimes()

    6543 committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    7f2876a View commit details
    Browse the repository at this point in the history
  6. not working jet

    6543 committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    34a90d8 View commit details
    Browse the repository at this point in the history
  7. make it work

    Co-Authored-By: zeripath <[email protected]>
    6543 and zeripath authored Dec 26, 2019
    Configuration menu
    Copy the full SHA
    f6d8e6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed1f495 View commit details
    Browse the repository at this point in the history
  9. workaround by @zeripath

    6543 committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    d6c35bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    16b5ca6 View commit details
    Browse the repository at this point in the history
  11. revert "add PASS to -make test-"

    6543 committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    8f137db View commit details
    Browse the repository at this point in the history
  12. working solution ... for now

    6543 committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    050ae6f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Configuration menu
    Copy the full SHA
    7f9d174 View commit details
    Browse the repository at this point in the history
  2. revert suggestion

    6543 authored Dec 27, 2019
    Configuration menu
    Copy the full SHA
    1b14ac9 View commit details
    Browse the repository at this point in the history
  3. give it a try

    6543 committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    f07a761 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0366115 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a12aac9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4438401 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-Authored-By: zeripath <[email protected]>
    6543 and zeripath authored Dec 27, 2019
    Configuration menu
    Copy the full SHA
    0419d99 View commit details
    Browse the repository at this point in the history
  8. prepare for conflict resolve

    6543 committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    c4bc46e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    753b1fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36cc104 View commit details
    Browse the repository at this point in the history