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

Add /milestones endpoint #8733

Merged
merged 46 commits into from
Dec 15, 2019
Merged

Add /milestones endpoint #8733

merged 46 commits into from
Dec 15, 2019

Commits on Oct 22, 2019

  1. in progress checkpoint

    bhalbright committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    227a970 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. an initial crack at the milestones showing up; the expected milestone…

    …s are showing up for a user, but the UI isn't right; also don't have organizations handled yet
    bhalbright committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    9fe22ba View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. in progress checkpoint, ui looks better and got the repo name to show…

    … on the milestones. still need to add time tracking totals and handle for organizations
    bhalbright committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    614f95e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Configuration menu
    Copy the full SHA
    7dae2df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a2136e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. Configuration menu
    Copy the full SHA
    f770682 View commit details
    Browse the repository at this point in the history
  2. change to use PageIsMilestonesDashboard for the dashboard active item…

    … indicator because PageIsMilestones was already used by the milestones page under issues. Added milestones link to the user/org switcher in the dashboard
    bhalbright committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    2f6a674 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    961accc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a67ddc View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

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

Commits on Oct 30, 2019

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

Commits on Oct 31, 2019

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

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    e352efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a4efb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Configuration menu
    Copy the full SHA
    ba0f7ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9097d45 View commit details
    Browse the repository at this point in the history
  3. added more milestone tests, removed the YourRepositoryCount property …

    …for getting UserMilestoneStatus, it wasn't used
    bhalbright committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    04628dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afcce09 View commit details
    Browse the repository at this point in the history
  5. fixed unit test

    bhalbright committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    96d1e11 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. fixed unit test

    bhalbright committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    70f4614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92289d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Configuration menu
    Copy the full SHA
    02c2bc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffe6d80 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Merge branch 'master' of https://github.com/go-gitea/gitea into miles…

    …tones
    
    # Conflicts:
    #	routers/user/home.go
    bhalbright committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    d25e1f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Configuration menu
    Copy the full SHA
    ce00c53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1bc0f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    8e731a4 View commit details
    Browse the repository at this point in the history
  2. added configuration to enable/disable the milestones dashboard endpoi…

    …nt (defaults to enabled)
    bhalbright committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    875e512 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    32bcda0 View commit details
    Browse the repository at this point in the history
  2. changed "CountMilestonesByRepo" to "CountMilestonesByRepoIDs" so the …

    …naming matches up with the function "GetMilestonesByRepoIDs"
    bhalbright committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    3a71b07 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Configuration menu
    Copy the full SHA
    a178e54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6cae8a View commit details
    Browse the repository at this point in the history
  3. fix-stats-count

    6543 committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    489a660 View commit details
    Browse the repository at this point in the history
  4. fix test

    6543 committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    f2bbc6e View commit details
    Browse the repository at this point in the history
  5. add-integration-tests

    6543 committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    3220b65 View commit details
    Browse the repository at this point in the history
  6. make multi selectable

    6543 committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    eb674fc View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/go-gitea/gitea into miles…

    …tones
    
    # Conflicts:
    #	routers/user/home.go
    bhalbright committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    612f0ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ecfa69f View commit details
    Browse the repository at this point in the history
  9. Update integrations/links_test.go

    Co-Authored-By: 6543 <6543@obermui.de>
    bhalbright and 6543 committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    aaad768 View commit details
    Browse the repository at this point in the history
  10. Update integrations/links_test.go

    Co-Authored-By: 6543 <6543@obermui.de>
    bhalbright and 6543 committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    f264f5d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Configuration menu
    Copy the full SHA
    cd60aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd15e48 View commit details
    Browse the repository at this point in the history
  3. Update integrations/links_test.go

    Co-Authored-By: 6543 <6543@obermui.de>
    bhalbright and 6543 committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    b33d30a View commit details
    Browse the repository at this point in the history
  4. Update integrations/links_test.go

    Co-Authored-By: 6543 <6543@obermui.de>
    bhalbright and 6543 committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    218aa5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d161b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    def5416 View commit details
    Browse the repository at this point in the history