Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explain why we have an 'overflow' statelazy-diffs | Jacob Vosmaer | 2016-03-03 | 1 | -2/+7 |
| | |||||
* | Trigger build | Jacob Vosmaer | 2016-03-03 | 0 | -0/+0 |
| | |||||
* | Limit the scope of stub_const | Jacob Vosmaer | 2016-03-03 | 1 | -2/+5 |
| | |||||
* | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-diffs | Jacob Vosmaer | 2016-03-03 | 140 | -824/+1906 |
|\ | |||||
| * | 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 |
| | | | | | |||||
| | * | | | Handle user tabs | Alfredo Sumaran | 2016-02-29 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | Create user_tabs.js.coffee | Alfredo Sumaran | 2016-02-29 | 1 | -0/+58 |
| | | | | | |||||
| | * | | | Delete unnecesary script | Alfredo Sumaran | 2016-02-29 | 2 | -62/+0 |
| | | | | | |||||
| | * | | | Add routes and actions for dynamic tab loading | Josh Frye | 2016-02-29 | 9 | -40/+149 |
| | | | | | |||||
| * | | | | Merge branch 'rs-quick-submit-teaching' into 'master' | Robert Speicher | 2016-03-02 | 22 | -45/+71 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contextually teach the user about the quick submit hotkey When a user tabs to the submit button (i.e., the "wrong" way), we display a tooltip with the quick submit hotkey so they can learn the "right" way. See merge request !2802 | ||||
| | * | | | | Contextually teach the user about the quick submit hotkey | Robert Speicher | 2016-03-02 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a user tabs to the submit button (i.e., the "wrong" way), we display a tooltip with the quick submit hotkey so they can learn the "right" way. | ||||
| | * | | | | Change `js-quick-submit` behavior to expect the class on the form | Robert Speicher | 2016-03-02 | 22 | -45/+52 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next! | ||||
| * | | | | Merge branch 'notification-settings' into 'master' | Jacob Schatz | 2016-03-02 | 3 | -70/+72 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notifications settings UI Closes #13859  See merge request !3035 | ||||
| | * | | | | Notifications settings UI | Phil Hughes | 2016-03-02 | 3 | -70/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | Closes #13859 | ||||
| * | | | | | Merge branch 'preferences-view' into 'master' | Jacob Schatz | 2016-03-02 | 1 | -49/+49 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preferences view Closes #13861  See merge request !3036 | ||||
| | * | | | | | Preferences view | Phil Hughes | 2016-03-02 | 1 | -49/+49 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | Closes #13861 | ||||
| * | | | | | Merge branch 'audit-log-ui' into 'master' | Jacob Schatz | 2016-03-02 | 4 | -21/+32 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Audit log UI Closes #13862  See merge request !3037 |