Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Rails etag/cache_control helperscache-raw-2 | Jacob Vosmaer | 2016-03-07 | 1 | -11/+4 |
| | |||||
* | Refactor caching code | Jacob Vosmaer | 2016-03-07 | 4 | -11/+18 |
| | |||||
* | Revert changes in the Project model | Jacob Vosmaer | 2016-03-07 | 1 | -4/+3 |
| | |||||
* | Tell clients/proxies to cache raw blob requests | Jacob Vosmaer | 2016-03-03 | 5 | -4/+34 |
| | |||||
* | Merge branch 'renaming-repository-caching' into 'master' | Rémy Coutable | 2016-03-03 | 2 | -7/+88 |
|\ | | | | | | | | | | | | | | | | | Flush repository caches before renaming projects This should hopefully solve gitlab-org/gitlab-ce#13790. Once I know the exact steps to reproduce the problem I should be able to confirm this. cc @dblessing @inem See merge request !2974 | ||||
| * | Flush repository caches before renaming projectsrenaming-repository-caching | Yorick Peterse | 2016-02-26 | 2 | -7/+88 |
| | | | | | | | | | | | | | | | | This ensures that if a project is later re-created using the old path it doesn't end up re-using the old cache. This also ensures we don't keep the cache around until its expired by Redis itself. Fixes gitlab-org/gitlab-ce#13790 | ||||
* | | Revert "Sort starred projects on dashboard based on last activity by default" | Dmitriy Zaporozhets | 2016-03-03 | 2 | -2/+1 |
| | | | | | | | | This reverts commit 70d6455284717f938016b1e1b569e0d0dadb11fc. | ||||
* | | Sort starred projects on dashboard based on last activity by default | Dmitriy Zaporozhets | 2016-03-03 | 2 | -1/+2 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'refactor-projects-list' into 'master' | Dmitriy Zaporozhets | 2016-03-03 | 11 | -103/+60 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor projects list 1. Fix double bottom border if pagination 2. Fix broken search on forks page 4. Remove duplicate js logic 4. Remove unused show all link 5. Remove duplicate “no project” message in different views After this merge request you can easily render shared projects template with all necessary html/js included to make searchable list with pagination. All you need to provide is controller that returns projects list with seach nad pagination and render html form with project-filter-form id and text field with filter_projects name. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @jschatz1 @DouweM See merge request !3075 | ||||
| * | | Remove unnecessary project limit argument from group projects pagerefactor-projects-list | Dmitriy Zaporozhets | 2016-03-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Refactor projects list | Dmitriy Zaporozhets | 2016-03-03 | 11 | -103/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Fix double bottom border if pagination 2. Fix broken search on forks page 4. Remove duplicate js logic 4. Remove unused show all link 5. Remove duplicate “no project” message in different views After this merge request you can easily render shared projects template with all necessary html/js included to make searchable list with pagination. All you need to provide is controller that returns projects list with seach nad pagination and render html form with project-filter-form id and text field with filter_projects name. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Merge branch 'issue_13648' into 'master' | Douwe Maan | 2016-03-03 | 2 | -8/+73 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reuse query from ProjectsFinder to get projects accessible to current user. Fixes #13648 This is a refactor to reuse the existing query from our `ProjectsFinder` class See merge request !3049 | ||||
| * | | | Add specs to ForksController#index.issue_13648 | Rubén Dávila | 2016-03-02 | 2 | -6/+73 |
| | | | | | | | | | | | | | | | | | | | | * Also refactor query to get projects accessible for current user. ProjectsFinder actually return public projects when no user is passed. | ||||
| * | | | Reuse query from ProjectsFinder to get projects accessible to current user. | Rubén Dávila | 2016-03-01 | 1 | -3/+1 |
| | | | | |||||
* | | | | Merge branch 'todos-counter' into 'master' | Dmitriy Zaporozhets | 2016-03-03 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | Use normal font weight for todos counter Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !3076 | ||||
| * | | | Use normal font weight for todos countertodos-counter | Dmitriy Zaporozhets | 2016-03-03 | 1 | -0/+1 |
|/ / / | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Merge branch 'issue_4095' into 'master' | Dmitriy Zaporozhets | 2016-03-03 | 7 | -4/+45 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Don't show Issues/MRs from archived projects in Groups view Fixes #4095 See merge request !2980 | ||||
| * | | | Update CHANGELOG.issue_4095 | Rubén Dávila | 2016-03-02 | 1 | -0/+1 |
| | | | | |||||
| * | | | Don't list merge requests from archived projects in Group view. | Rubén Dávila | 2016-03-02 | 3 | -1/+21 |
| | | | | |||||
| * | | | Don't list issues from archived projects in Group view. | Rubén Dávila | 2016-03-02 | 5 | -3/+23 |
| | | | | |||||
* | | | | Merge branch 'improve-user-tabs' into 'master' | Jacob Schatz | 2016-03-03 | 11 | -117/+353 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add routes and actions for dynamic tab loading. Closes #13588 and #13584 See merge request !2961 | ||||
| * | | | | Re-use previous lineimprove-user-tabs | Alfredo Sumaran | 2016-03-02 | 1 | -5/+4 |
| | | | | | |||||
| * | | | | Remove unnecesary assignment | Alfredo Sumaran | 2016-03-02 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Set actions dinamically and offer defaultAction as a optional parameter | Alfredo Sumaran | 2016-03-02 | 1 | -11/+11 |
| | | | | | |||||
| * | | | | Provide defaults and make sure we everything is container into a parent element | Alfredo Sumaran | 2016-03-02 | 3 | -108/+118 |
| | | | | | |||||
| * | | | | Turn off existing event listeners | Alfredo Sumaran | 2016-03-02 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Remove trailing slashes | Alfredo Sumaran | 2016-03-02 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Group similar conditionals | Alfredo Sumaran | 2016-03-02 | 1 | -7/+1 |
| | | | | | |||||
| * | | | | Message for when no groups found | Alfredo Sumaran | 2016-03-01 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Fix specs | Alfredo Sumaran | 2016-03-01 | 1 | -0/+7 |
| | | | | | |||||
| * | | | | Add click to tab steps | Alfredo Sumaran | 2016-03-01 | 1 | -0/+16 |
| | | | | | |||||
| * | | | | Add required classname for spec | Alfredo Sumaran | 2016-03-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' into improve-user-tabs | Alfredo Sumaran | 2016-03-01 | 52 | -232/+466 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Remove unneded call to missing libray | Alfredo Sumaran | 2016-03-01 | 1 | -3/+0 |
| | | | | | |||||
| * | | | | Add inline documentation | Alfredo Sumaran | 2016-03-01 | 1 | -0/+51 |
| | | | | | |||||
| * | | | | Rename attribute from url to href for consistency | Alfredo Sumaran | 2016-03-01 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Specify path to be used for @Page to load user activity | Alfredo Sumaran | 2016-03-01 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Remove unneded method call | Alfredo Sumaran | 2016-03-01 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | @activateTab will call @setTab via .tab('show') this will trigger the method binded to this event which is @tabShown | ||||
| * | | | | Make url and actions to be the same name | Alfredo Sumaran | 2016-03-01 | 4 | -9/+9 |
| | | | | | |||||
| * | | | | Respond with 'show' view. Tab content will be loaded dinamically | Alfredo Sumaran | 2016-03-01 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Activate tab according URL | Alfredo Sumaran | 2016-03-01 | 2 | -17/+23 |
| | | | | | |||||
| * | | | | Pass options to UserTabs | Alfredo Sumaran | 2016-03-01 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Initialize User class on the view | Alfredo Sumaran | 2016-03-01 | 2 | -2/+7 |
| | | | | | |||||
| * | | | | Handle default tab | Alfredo Sumaran | 2016-02-29 | 1 | -15/+43 |
| | | | | | |||||
| * | | | | Let User class handle resource loading | Alfredo Sumaran | 2016-02-29 | 1 | -4/+1 |
| | | | | | |||||
| * | | | | Activities will load when the according tab is opened | Alfredo Sumaran | 2016-02-29 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Select just the first matched element | Alfredo Sumaran | 2016-02-29 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | This a generic selector. It was also affecting spinner icon of the tabs | ||||
| * | | | | Respond to .json requests | Alfredo Sumaran | 2016-02-29 | 1 | -3/+24 |
| | | | | | |||||
| * | | | | Tidy html | Alfredo Sumaran | 2016-02-29 | 1 | -30/+18 |
| | | | | | |||||
| * | | | | Add ul to wrap project list | Alfredo Sumaran | 2016-02-29 | 1 | -2/+3 |
| | | | | |