summaryrefslogtreecommitdiff
Commit message (Expand)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 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.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.restore-timeago-translationBryce Johnson2017-06-301-1/+1
| | |/ | |/|
* | | Merge branch 'experimental-breadcrumbs' into 'master'Annabel Dunstone Gray2017-06-3019-36/+232
|\ \ \ | |/ / |/| |
| * | 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.bpj-init-timeago-timeout-less-frequentlyBryce Johnson2017-06-292-22/+4
* | | Merge branch 'speed-up-issue-counting-for-a-project' into 'master'Rémy Coutable2017-06-307-66/+252
|\ \ \
| * | | Fix typo in IssuesFinder commentSean McGivern2017-06-302-2/+2
| * | | Make issuables_count_for_state publicspeed-up-issue-counting-for-a-projectSean McGivern2017-06-301-12/+12
| * | | 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
| * | | Only do complicated confidentiality checks when necessarySean McGivern2017-06-303-29/+142
* | | | Merge branch '34036-sidebar-mobile' into 'master'Phil Hughes2017-06-301-0/+7
|\ \ \ \