summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '24814-pipeline-tabs' into 'master' Fatih Acet2016-12-014-5/+146
|\
| * Improvements after review24814-pipeline-tabsFilipa Lacerda2016-11-304-21/+21
| * Fixes after reviewFilipa Lacerda2016-11-301-11/+3
| * Adds .matches polyfillFilipa Lacerda2016-11-301-2/+23
| * Fix after reviewFilipa Lacerda2016-11-302-2/+19
| * Adds tests for tabs in the rspec for pipelinesFilipa Lacerda2016-11-301-3/+4
| * Pipelines tabsFilipa Lacerda2016-11-301-0/+110
* | Merge branch '22781-user-generated-permalinks' into 'master' Fatih Acet2016-12-012-30/+34
|\ \
| * | remove underscore from user-content id namespace22781-user-generated-permalinksMike Greiling2016-11-301-1/+1
| * | remove setTimeout wrapper for location hash correctionMike Greiling2016-11-301-3/+1
| * | add transparent namespace to all user-generated anchors in GitLab flavored ma...Mike Greiling2016-11-301-3/+18
| * | remove duplicate functionality (bad merge conflict resolution?)Mike Greiling2016-11-302-28/+19
* | | Merge branch '24281-issue-merge-request-sidebar-subscribe-button-style-improv...Fatih Acet2016-12-013-53/+51
|\ \ \
| * | | remove selector string option from Subscription constructor24281-issue-merge-request-sidebar-subscribe-button-style-improvementMike Greiling2016-12-011-5/+3
| * | | use HTMLElement.dataset over getAttribute since all browsers GitLab supports ...Mike Greiling2016-12-011-1/+1
| * | | remove tooltip logicMike Greiling2016-11-301-7/+1
| * | | satisfy eslint no-param-reassign and remove rule exceptionMike Greiling2016-11-301-4/+4
| * | | add comma to satisfy eslint comma-dangleMike Greiling2016-11-301-1/+1
| * | | use less error-prone lowercase comparison for isSubscribedMike Greiling2016-11-301-1/+1
| * | | move eslint rules to top of scriptMike Greiling2016-11-301-1/+1
| * | | rewrite subscription javascript to accomodate new designMike Greiling2016-11-302-47/+53
| * | | rename subscription.js to subscription.js.es6Mike Greiling2016-11-301-0/+0
| |/ /
* | | rename event variable to just e18546-update-wiki-page-designMike Greiling2016-11-301-4/+4
* | | use wiki pages index for sidebar overflow and limit sidebar list to 15 pagesMike Greiling2016-11-301-0/+1
* | | fix tests broken by new wiki page designMike Greiling2016-11-301-2/+2
* | | allow wiki sidebar to scroll on overflowMike Greiling2016-11-301-0/+2
* | | move wiki navbar content to right sidebarMike Greiling2016-11-303-39/+71
|/ /
* | Merge branch 'autocomplete-stays-open' into 'master' Fatih Acet2016-11-301-1/+2
|\ \
| * | Fixed GFM autocomplete regexautocomplete-stays-openPhil Hughes2016-11-301-1/+2
| |/
* | Fix comma-dangle in function's arguments errors24844-environments-dateFilipa Lacerda2016-11-301-1/+1
* | Improvements after reviewFilipa Lacerda2016-11-301-4/+10
* | Use created date from last_deploymentFilipa Lacerda2016-11-301-2/+8
|/
* Merge branch 'fix/ca-no-date' into 'master' Douwe Maan2016-11-301-4/+9
|\
| * Show dashes when date is emptyAlfredo Sumaran2016-11-281-4/+9
* | Remove JSX/React eslint plugins.remove-jsx-react-eslint-pluginsLuke "Jared" Bennett2016-11-292-2/+2
* | Merge branch 'hide-project-variables' into 'master' Fatih Acet2016-11-292-0/+46
|\ \
| * | Enable ESLint and fix minor code style stuff in project_variables.js.es6.hide-project-variablesFatih Acet2016-11-291-21/+20
| * | Add spec for hiding variables and remove the need for ES6 SymbolStan Hu2016-11-241-3/+3
| * | Hide project variables values by defaultStan Hu2016-11-242-0/+47
* | | Merge branch '24985-environments-spinner' into 'master' Fatih Acet2016-11-281-1/+1
|\ \ \
| * | | Adds spinner class24985-environments-spinnerFilipa Lacerda2016-11-251-1/+1
| | |/ | |/|
* | | Add `.find` polyadd-find-polyLuke "Jared" Bennett2016-11-252-8/+24
|/ /
* | Merge branch 'autocomplete-space-prefix' into 'master' Fatih Acet2016-11-251-1/+33
|\ \
| * \ Merge branch 'master' into autocomplete-space-prefixautocomplete-space-prefixPhil Hughes2016-11-24181-774/+2785
| |\ \ | | |/
| * | Merge branch 'master' into autocomplete-space-prefixPhil Hughes2016-11-11218-2638/+5391
| |\ \
| * \ \ Merge branch 'master' into autocomplete-space-prefixPhil Hughes2016-08-30314-10754/+15611
| |\ \ \
| * | | | Correctly checks for character before GFM input charPhil Hughes2016-07-211-0/+17
| * | | | Allow GFM autocomplete to be trigger without the preceding spacePhil Hughes2016-07-211-0/+6
* | | | | Merge branch 'resolve-discussions-timeago' into 'master' Fatih Acet2016-11-242-4/+7
|\ \ \ \ \
| * | | | | Fixed timeago when creating new discussionresolve-discussions-timeagoPhil Hughes2016-11-231-1/+1