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

[UI] IssuePage multi repo select #8741

Merged

Commits on Mar 19, 2019

  1. Make repository list @ issues/PR page persist

    Will partially fix go-gitea#6355
    Oscar Löfwenhamn committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    16222fe View commit details
    Browse the repository at this point in the history
  2. Enable multiple selections in repo list @ issues/PR page

    Part of issue go-gitea#6355
    
    * Add RepoIDs to UserIssueStatsOptions to make "type" count correct when selecting one/multiple repos.
    * Replace variable "repo" with list "repos[]" and enable multiple selections of repositories from list by including/excluding RepoIDs in list.
    *
    Oscar Löfwenhamn committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    14d711a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Remove redundant code

    Oscar Löfwenhamn committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    95a0853 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a555ce6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1da7a50 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Configuration menu
    Copy the full SHA
    0fcd877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd7fa02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ab937d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Merge branch 'master' into master

    Oscar Löfwenhamn committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    662966b View commit details
    Browse the repository at this point in the history
  2. Add 'All' button

    Improves functionality of the page, so that backtracking is not necessary to reset the page
    Oscar Löfwenhamn committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    070a7d1 View commit details
    Browse the repository at this point in the history
  3. Remove redundant variable

    Completely replace 'RepoID' with 'RepoIDs' and remove redundant code
    Oscar Löfwenhamn committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    827b3ff View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Add RepoIDs to label link

    Oscar Löfwenhamn committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    c1c2aab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f44626b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

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

Commits on Apr 12, 2019

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

Commits on May 9, 2019

  1. Merge branch 'origin/master' into master

    * Change "if exists" test to "for each" to account for multiple selection functionality
    Oscar Löfwenhamn committed May 9, 2019
    Configuration menu
    Copy the full SHA
    097e8d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d602e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce103d7 View commit details
    Browse the repository at this point in the history
  4. Attempt to join the two versions

    Last commit passed tests but doesn't work in practice, this works in practice and hopefully passes the tests.
    Oscar Löfwenhamn committed May 9, 2019
    Configuration menu
    Copy the full SHA
    1cc586f View commit details
    Browse the repository at this point in the history
  5. Update tests to desired state

    Oscar Löfwenhamn committed May 9, 2019
    Configuration menu
    Copy the full SHA
    898a7bc View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Configuration menu
    Copy the full SHA
    11ce5ec View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    Oscar Löfwenhamn committed May 13, 2019
    Configuration menu
    Copy the full SHA
    283ed33 View commit details
    Browse the repository at this point in the history
  3. Fix pagination implementation and tests

    * Pass repoIDs as `repos=[1,2,3...]` instead of several `repos[]=..`
    * Update tests file to reflect new functionality
    * Update template with new `repos` format
    * Implement new solution to show constant "total issues" count for "All" button
    Oscar Löfwenhamn committed May 13, 2019
    Configuration menu
    Copy the full SHA
    f476dc4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/multiselect-issue-repos'

    Oscar Löfwenhamn committed May 13, 2019
    Configuration menu
    Copy the full SHA
    5562f9b View commit details
    Browse the repository at this point in the history
  5. Correct behavior when passing zero to array

    Oscar Löfwenhamn committed May 13, 2019
    Configuration menu
    Copy the full SHA
    6ef65ff View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Merge remote-tracking branch 'origin/master'

    Oscar Löfwenhamn committed May 15, 2019
    Configuration menu
    Copy the full SHA
    7038fdf View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Merge remote-tracking branch 'origin/master'

    Oscar Löfwenhamn committed May 20, 2019
    Configuration menu
    Copy the full SHA
    8695d21 View commit details
    Browse the repository at this point in the history
  2. Comment out test url returning 404

    This keeps returning 404 in the test despite working in practice, for the sake of running more tests I am commenting it out
    Oscar Löfwenhamn committed May 20, 2019
    Configuration menu
    Copy the full SHA
    a2179e6 View commit details
    Browse the repository at this point in the history
  3. Comment out another test url returning 404

    Last attempt, if more tests crash I will uncomment the urls and request assistance.
    Oscar Löfwenhamn committed May 20, 2019
    Configuration menu
    Copy the full SHA
    3fc7bb1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    847510e View commit details
    Browse the repository at this point in the history
  2. Reenable tests and test fix

    * Re-enable tests
    * Make selecting "In your repositories" reset selection as passing IDs of repos belonging to other profiles causes breakage
    * Remove unnecessary (with multi-selection enable) code
    Oscar Löfwenhamn committed May 27, 2019
    Configuration menu
    Copy the full SHA
    a4580a1 View commit details
    Browse the repository at this point in the history
  3. Drop repo from repo map and total count if permission denied

    Oscar Löfwenhamn committed May 27, 2019
    Configuration menu
    Copy the full SHA
    0e0754b View commit details
    Browse the repository at this point in the history
  4. Remove extra parenthesis

    Oscar Löfwenhamn committed May 27, 2019
    Configuration menu
    Copy the full SHA
    e0f3579 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    08fc6e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    157a6f8 View commit details
    Browse the repository at this point in the history
  3. make template work again

    6543 committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    a6a89ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c2def7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c6108e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85f44e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

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

Commits on Nov 4, 2019

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

Commits on Nov 6, 2019

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

Commits on Nov 14, 2019

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

Commits on Nov 16, 2019

  1. find bug!

    6543 committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    d347252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3df4ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ae260c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2f0a2d View commit details
    Browse the repository at this point in the history
  5. forgot the '#' at bugfixing

    6543 authored Nov 16, 2019
    Configuration menu
    Copy the full SHA
    cd913d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Configuration menu
    Copy the full SHA
    50c70bb View commit details
    Browse the repository at this point in the history
  2. delete unused RepoID

    6543 committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    855a1de View commit details
    Browse the repository at this point in the history
  3. compile regex only one time

    6543 committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    f1498c7 View commit details
    Browse the repository at this point in the history
  4. make fmt

    6543 committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    2d916a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d19684 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91e0502 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Configuration menu
    Copy the full SHA
    bce9432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b3838c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ff4124 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39fbe89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdfd142 View commit details
    Browse the repository at this point in the history
  6. fix test

    6543 committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    df7ef06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ffb6da View commit details
    Browse the repository at this point in the history
  8. how did this test binary got in?!?

    dont forgot the "-p" at git add * !
    6543 committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    05a48ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96a2fcf View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

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

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    17cd0bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b72e44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8aab33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1773335 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc74b1f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. dont replace -> cut fisrt & last string

    Co-Authored-By: zeripath <art27@cantab.net>
    6543 and zeripath authored Nov 21, 2019
    Configuration menu
    Copy the full SHA
    753e961 View commit details
    Browse the repository at this point in the history
  2. jet another regex

    dont mind as long as it has the same result and is performatn ...
    
    Co-Authored-By: zeripath <art27@cantab.net>
    6543 and zeripath authored Nov 21, 2019
    Configuration menu
    Copy the full SHA
    93d2d13 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    bee6c40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee3a5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9cb140 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

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

Commits on Nov 24, 2019

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

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    5dcf6be View commit details
    Browse the repository at this point in the history
  2. add table to querys

    use same syntax in each query (table.colum)
    6543 committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    59a02b3 View commit details
    Browse the repository at this point in the history
  3. add new issue for test

    6543 committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    c8a4333 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86ccafe View commit details
    Browse the repository at this point in the history
  5. dont make a workaround or something else

    this need a refactor itself and is out of scope for this PR
    6543 committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    745c223 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    066126c View commit details
    Browse the repository at this point in the history
  7. fix misspell

    6543 committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    fdf8a18 View commit details
    Browse the repository at this point in the history
  8. CI.redo()

    6543 committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    e8f3f5c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. englisch txt update

    Co-Authored-By: zeripath <art27@cantab.net>
    6543 and zeripath authored Nov 26, 2019
    Configuration menu
    Copy the full SHA
    0fb0542 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8c124c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

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

Commits on Nov 28, 2019

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

Commits on Nov 29, 2019

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

Commits on Nov 30, 2019

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

    6543 committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    6f86f49 View commit details
    Browse the repository at this point in the history
  3. Tweak & Fix

    6543 committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    6f3ae82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    605821b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5decbde View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. Configuration menu
    Copy the full SHA
    04939b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7312446 View commit details
    Browse the repository at this point in the history
  3. CI.restart()

    6543 committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    028a625 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    064c27b View commit details
    Browse the repository at this point in the history