summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-dependency-in-environments' into 'master' Clement Ho2017-02-174-6/+6
|\
| * Fix depenendencies loading Vue in EEFilipa Lacerda2017-02-174-6/+6
* | Merge branch 'gfm-autocomplete-fixes' into 'master' Alfredo Sumaran2017-02-171-2/+2
|\ \ | |/ |/|
| * Fixes errors in GFM slash commands matcher and add tests for default matcherYarNayar2017-02-171-2/+2
* | Merge branch 'task_list_refactor' into 'master' Fatih Acet2017-02-174-91/+67
|\ \
| * \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactortask_list_refactorSimon Knox2017-02-1613-31/+60
| |\ \
| * | | update correct field for Notes - it's called note not descriptionSimon Knox2017-02-154-1/+5
| * | | code style and test fixesSimon Knox2017-02-141-0/+0
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox2017-02-1445-426/+532
| |\ \ \
| * | | | enable lintSimon Knox2017-02-101-4/+1
| * | | | forgot to iifeSimon Knox2017-02-081-1/+1
| * | | | notes use new task_list, and PATCH instead of POSTSimon Knox2017-02-084-23/+17
| * | | | appease lintSimon Knox2017-02-081-9/+8
| * | | | switch notes to use task_list, but keep its update function for nowSimon Knox2017-02-082-19/+14
| * | | | copypaste task_list setup and events to own classSimon Knox2017-02-073-66/+53
* | | | | Merge branch '27920-both-wip-messages-showing' into 'master' Fatih Acet2017-02-171-0/+1
|\ \ \ \ \
| * | | | | Dispatch needed JS when creating a new MR in diff view27920-both-wip-messages-showingSam Rose2017-02-141-0/+1
* | | | | | Merge branch '26200-convert-sidebar-to-dropdown' into 'master'Sean McGivern2017-02-174-121/+21
|\ \ \ \ \ \
| * | | | | | Cache js selectors; fix css26200-convert-sidebar-to-dropdownAnnabel Dunstone Gray2017-02-161-5/+9
| * | | | | | Move necessary sidebar code to right_sidebar.js; delete sidebar.jsAnnabel Dunstone Gray2017-02-153-22/+12
| * | | | | | Change iteration strategy to make PhantomJS happyAlfredo Sumaran2017-02-151-2/+4
| * | | | | | Remove all gitlab theme related codeAnnabel Dunstone Gray2017-02-151-5/+0
| * | | | | | Remove all unnecessary sidebar.jsAnnabel Dunstone Gray2017-02-151-91/+0
* | | | | | | Merge branch '27883-autocomplete-seems-to-not-trigger-when-at-character-is-pa...Filipa Lacerda2017-02-171-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Retrigger at.js for slash commands with autocomplete suffix27883-autocomplete-seems-to-not-trigger-when-at-character-is-part-of-an-autocompleted-textSam Rose2017-02-131-0/+3
* | | | | | | | Merge branch '28248-use-page' into 'master' Robert Speicher2017-02-171-3/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Reduce number of pipelines created to test pagination28248-use-pageFilipa Lacerda2017-02-161-1/+1
| * | | | | | | | Merge branch 'master' into 28248-use-pageFilipa Lacerda2017-02-162-3/+6
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into 28248-use-pageFilipa Lacerda2017-02-1624-1143/+1293
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use `page` query parameter instead of `p` to keep consistency with all URLsFilipa Lacerda2017-02-151-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'add-issues-button-disable' into 'master' Fatih Acet2017-02-161-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Disables add issue buttonadd-issues-button-disablePhil Hughes2017-02-091-1/+1
* | | | | | | | | | Renders pagination again for pipelines tableFilipa Lacerda2017-02-162-2/+5
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch '28247-timeloops-bug' into 'master' Clement Ho2017-02-164-50/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Transforms startTimeAgoLoops into a static method so we can reuse it instead ...Filipa Lacerda2017-02-163-9/+5
| * | | | | | | | | Only run timeago loops after rendering timeago componentsFilipa Lacerda2017-02-164-43/+30
* | | | | | | | | | Merge branch '26957-tanuki-anim-hang' into 'master' Clement Ho2017-02-161-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | don't trigger tanuki loader when downloading files26957-tanuki-anim-hangSimon Knox2017-02-161-0/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'fe-paginated-environments-api' into 'paginate-environments-bund...paginate-environments-bundleFilipa Lacerda2017-02-1618-1091/+1254
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove arrow icon from foldersFilipa Lacerda2017-02-161-1/+0
| * | | | | | | | | | Create util to handle pagination transformationFilipa Lacerda2017-02-163-18/+17
| * | | | | | | | | | Changes after reviewFilipa Lacerda2017-02-163-13/+14
| * | | | | | | | | | Merge branch 'fe-paginated-environments-api-add-pagination' into fe-paginated...Filipa Lacerda2017-02-163-4/+12
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Changes after reviewfe-paginated-environments-api-add-paginationFilipa Lacerda2017-02-161-2/+10
| | * | | | | | | | | | Rename storePagination to setPaginationFilipa Lacerda2017-02-162-2/+2
| * | | | | | | | | | | Fix broken testsfe-paginated-environments-api-add-subviewFilipa Lacerda2017-02-161-2/+2
| * | | | | | | | | | | Moves check for latest key to store instead of poluting the view making it re...Filipa Lacerda2017-02-152-100/+111
| * | | | | | | | | | | Move change page param to utility functionFilipa Lacerda2017-02-155-72/+74
| * | | | | | | | | | | Use common util to get parameter nameFilipa Lacerda2017-02-152-22/+9
| * | | | | | | | | | | Adds url for folder;Filipa Lacerda2017-02-154-95/+53