summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* refactor TreeView class to ES module syntaxes-class-syntaxMike Greiling2017-06-303-5/+2
|
* refactor UsagePing class to ES module syntaxMike Greiling2017-06-303-6/+3
|
* refactor UserTabs class to ES module syntaxMike Greiling2017-06-303-6/+3
|
* remove useless users_select importMike Greiling2017-06-301-1/+0
|
* refactor UsernameValidator class to ES module syntaxMike Greiling2017-06-303-5/+2
|
* refactor VersionCheckImage class to ES module syntaxMike Greiling2017-06-303-5/+2
|
* refactor VisibilitySelect class to ES module syntaxMike Greiling2017-06-304-9/+5
|
* refactor Wikis class to ES module syntaxMike Greiling2017-06-303-7/+3
|
* refactor ZenMode to ES module syntaxMike Greiling2017-06-305-8/+4
|
* refactor zen_mode.js to use ES class syntaxMike Greiling2017-06-301-11/+11
|
* refactor tree.js to use ES class syntaxMike Greiling2017-06-301-7/+7
|
* refactor subscription_select.js to use ES class syntaxMike Greiling2017-06-301-4/+4
|
* refactor star.js to use ES class syntaxMike Greiling2017-06-301-4/+4
|
* refactor snippets_list.js to use ES class syntaxMike Greiling2017-06-301-5/+5
|
* refactor single_file_diff.js to use ES class syntaxMike Greiling2017-06-301-18/+13
|
* remove iife from zen_mode.jsremove-more-iifesMike Greiling2017-06-301-57/+56
|
* remove iife from wikis.jsMike Greiling2017-06-301-48/+47
|
* remove iife from visibility_select.jsMike Greiling2017-06-301-22/+19
|
* remove iife from username_validator.jsMike Greiling2017-06-301-109/+107
|
* remove iife from user_tabs.jsMike Greiling2017-06-301-93/+94
|
* remove iife from user.jsMike Greiling2017-06-301-28/+29
|
* remove iife from tree.jsMike Greiling2017-06-301-60/+58
|
* remove iife from syntax_highlight.jsMike Greiling2017-06-301-14/+13
|
* remove iife from subscription_select.jsMike Greiling2017-06-301-31/+30
|
* remove iife from subscription.jsMike Greiling2017-06-301-38/+36
|
* remove iife from star.jsMike Greiling2017-06-301-26/+24
|
* remove iife from snippets_list.jsMike Greiling2017-06-301-10/+6
|
* remove iife from smart_interval.jsMike Greiling2017-06-301-127/+126
|
* remove iife from single_file_diff.jsMike Greiling2017-06-301-80/+78
|
* remove iife from signin_tabs_memoizer.jsMike Greiling2017-06-301-42/+40
|
* Merge branch 'fix-assigned-issuable-lists' into 'master'Annabel Dunstone Gray2017-06-303-2/+7
|\ | | | | | | | | Add issuable-list class to shared mr/issue lists to fix new responsive layout See merge request !12591
| * Add issuable-list class to shared mr/issue lists to fix new responsive layoutfix-assigned-issuable-liststauriedavis2017-06-303-2/+7
| |
* | Merge branch 'winh-issue-show-aftereach' into 'master'Clement Ho2017-06-301-3/+0
|\ \ | | | | | | | | | | | | Remove empty afterEach() from issue_show app_spec.js See merge request !12577
| * | Remove empty afterEach() from issue_show app_spec.jswinh-issue-show-aftereachWinnie Hellmann2017-06-291-3/+0
| | |
* | | Merge branch 'restore-timeago-translation' into 'master'Phil Hughes2017-06-301-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Restore timeago translations in renderTimeago. See merge request !12590
| * | | Restore timeago translations in renderTimeago.restore-timeago-translationBryce Johnson2017-06-301-1/+1
| | |/ | |/|
* | | Merge branch 'experimental-breadcrumbs' into 'master'Annabel Dunstone Gray2017-06-3019-36/+232
|\ \ \ | |/ / |/| | | | | | | | | | | | | | New navigation breadcrumbs Closes #34029 See merge request !12346
| * | New navigation breadcrumbsPhil Hughes2017-06-3019-36/+232
|/ /
* | Merge branch 'bpj-init-timeago-timeout-less-frequently' into 'master'Phil Hughes2017-06-302-22/+4
|\ \ | | | | | | | | | | | | | | | | | | Remove initTimeagoTimeout and let timeago.js update timeagos internally. Closes #34340 See merge request !12468
| * | Remove initTimeagoTimeout and let timeago.js update timeagos internally.bpj-init-timeago-timeout-less-frequentlyBryce Johnson2017-06-292-22/+4
| | | | | | | | | | | | MR: !12468
* | | Merge branch 'speed-up-issue-counting-for-a-project' into 'master'Rémy Coutable2017-06-307-66/+252
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Speed up issue counting for a project Closes #33913 See merge request !12457
| * | | Fix typo in IssuesFinder commentSean McGivern2017-06-302-2/+2
| | | | | | | | | | | | | | | | [ci skip]
| * | | Make issuables_count_for_state publicspeed-up-issue-counting-for-a-projectSean McGivern2017-06-301-12/+12
| | | | | | | | | | | | | | | | This doesn't need to be public in CE, but EE uses it as such.
| * | | Clarify counter caching for users without project accessSean McGivern2017-06-301-0/+15
| | | |
| * | | Make finders responsible for counter cache keysSean McGivern2017-06-305-59/+63
| | | |
| * | | Add changelog entry for issue / MR tab counting optimisationsSean McGivern2017-06-301-0/+5
| | | |
| * | | Don't count any confidential issues for non-project-membersSean McGivern2017-06-302-6/+9
| | | |
| * | | Cache total issue / MR counts for project by user typeSean McGivern2017-06-304-31/+77
| | | | | | | | | | | | | | | | | | | | | | | | This runs a slightly slower query to get the issue and MR counts in the navigation, but caches by user type (can see all / none confidential issues) for two minutes.
| * | | Only do complicated confidentiality checks when necessarySean McGivern2017-06-303-29/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we are filtering by a single project, and the current user has access to see confidential issues on that project, we don't need to filter by confidentiality at all - just as if the user were an admin. The filter by confidentiality often picks a non-optimal query plan: for instance, AND-ing the results of all issues in the project (a relatively small set), and all issues in the states requested (a huge set), rather than just starting small and winnowing further.
* | | | Merge branch '34036-sidebar-mobile' into 'master'Phil Hughes2017-06-301-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Automatically hide sidebar on smaller screens See merge request !12538