summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '27756-fix-json-404-response' into 'master' Clement Ho2017-02-082-4/+5
|\ | | | | | | | | | | | | Fixes ajax requests when current URL has a trailing slash Closes #27756 See merge request !9010
| * Add tests27756-fix-json-404-responseAlfredo Sumaran2017-02-071-1/+1
| |
| * Fixes ajax requests when current URL has a trailing slashAlfredo Sumaran2017-02-072-4/+5
| |
* | Merge branch '27880-pipelines-table-not-showing-commit-branch' into 'master' Clement Ho2017-02-081-3/+3
|\ \ | | | | | | | | | | | | | | | | | | Looks for correct key to pass to commit prop. Adds rspec test. Closes #27880 See merge request !9070
| * | Looks for correct key to pass to commit prop. Adds rspec test.Filipa Lacerda2017-02-081-3/+3
| | |
* | | Merge branch 'minigraph-fix' into 'master' Filipa Lacerda2017-02-081-1/+1
|\ \ \ | |/ / |/| | | | | | | | Listens on document for mini-pipeline graph See merge request !9066
| * | Listens on document for mini-pipeline graphminigraph-fixPhil Hughes2017-02-081-1/+1
| | | | | | | | | | | | This technically fixes an issue in EE, but to keep code the same this is the CE port
* | | backport fixes for pipelines_store frontend specsbackport-ee-build-fixesMike Greiling2017-02-082-1/+12
|/ /
* | Replace arrow function with regular function to prevent overiding function ↵Clement Ho2017-02-071-1/+1
|/ | | | context
* Merge branch 'no-sidebar-on-action-btn-click' into 'master' Clement Ho2017-02-081-11/+12
|\ | | | | | | | | | | | | dismiss sidebar on action button click Closes #27227 See merge request !8798
| * dismiss sidebar on repo buttons clickAdam Pahlevi2017-02-081-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make the selector more inclusive spec for dashboard’s sidebar visibility fix linting errors for project dashboard page remove unused var: shouldBeCollapsed use project with repo, so download button became available use es6 style for testing project dashboard un-aliased global reference at sidebar.js.es6 fix spec from linting errors code improvement add singleton to `this` assign `singleton` to class add space in between remove `no-underscore-dangle` add complete changelog sidebar internal state test remove on page change, not exist in master. rebase. only nicescroll if the element is there new require style reference to sidebar content outside of timeout
* | Merge branch 'fix-droplab-rendering' into 'master' Alfredo Sumaran2017-02-071-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Fix droplab rendering template when data-dynamic selector is unavailable Closes gitlab-ee#1655 See merge request !9012
| * | Fix droplab rendering template when data-dynamic selector is unavailablefix-droplab-renderingClement Ho2017-02-061-2/+2
| | |
* | | Merge branch ↵Alfredo Sumaran2017-02-073-6/+21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graph' into 'master' added inline pipeline graph Closes #23785 See merge request !8576
| * | | added inline pipeline graph23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graphLuke "Jared" Bennett2017-02-073-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | Added tests review changes
* | | | Merge branch '24716-fix-ctrl-click-links' into 'master' Clement Ho2017-02-073-4/+38
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Ctrl+Click support for Todos and Merge Request page tabs Closes #24716 See merge request !8898
| * | | | Simplify conditionsKushal Pandya2017-02-071-5/+3
| | | | |
| * | | | Use `gl.utils.isMetaClick` to identify meta-clicksKushal Pandya2017-02-072-10/+2
| | | | |
| * | | | Add utility `isMetaClick` to identify cross-platform meta-clickKushal Pandya2017-02-071-0/+8
| | | | |
| * | | | Use plain JS within `clickTab`, make comment more conciseKushal Pandya2017-02-071-4/+10
| | | | |
| * | | | Use plain JS in `goToTodoUrl`, make comment more conciseKushal Pandya2017-02-071-7/+8
| | | | |
| * | | | Add Ctrl+Click support for tabsKushal Pandya2017-02-071-0/+14
| | | | |
| * | | | Add Ctrl+Click supportKushal Pandya2017-02-071-3/+18
| | | | |
* | | | | Merge branch 'fix-anchor-scrolling' into 'master' Clement Ho2017-02-071-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken anchor links when special characters are used Closes #26778 See merge request !8961
| * | | | | Fix broken anchor links when special characters are usedAndrey Krivko2017-02-071-0/+3
| | | | | |
* | | | | | Merge branch 'timeago-perf' into 'master' Alfredo Sumaran2017-02-073-101/+128
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved timeago performance Closes #25728 See merge request !8231
| * | | | | | Improved timeago performancetimeago-perfPhil Hughes2017-02-073-101/+128
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Changes to use a single instance of timeago - Uses one timeout for every element, rather than 1 per element Closes #25728
* | | | | | Merge branch '24147-delete-env-button' into 'master' Rémy Coutable2017-02-071-4/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes stop button visible in environment page Closes #24147 See merge request !7379
| * | | | | Fix stoppable?Kamil Trzcinski2017-02-071-4/+4
| | |_|/ / | |/| | |
* | | | | Merge branch '8082-permalink-to-file' into 'master' Alfredo Sumaran2017-02-073-31/+37
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Add keyboard shortcut to move to file permalink `y` Closes #8082 See merge request !8799
| * | | | Add keyboard shortcut to move to file permalink8082-permalink-to-fileEric Eastwood2017-02-063-31/+37
| | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/8082
* | | | | Merge branch ↵Kamil Trzciński2017-02-071-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '26165-combine-runners-and-variables-and-triggers-and-ci-cd-pipelines-settings-pages' into 'master' Merge Triggers, Runners, Variables and Pipelines to a single option called "CI/CD Pipelines" Closes #26165 See merge request !8430
| * | | | Fixed tests, renamed files and methodsJose Ivan Vargas2017-02-061-1/+1
| | | | |
| * | | | changed pipelines controller name to ci_cd_pipelinesJose Ivan Vargas2017-02-061-1/+1
| | | | |
* | | | | Merge branch '27343-autocomplete-post-to-wrong-url-when-not-hosting-in-root' ↵Filipa Lacerda2017-02-071-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix filtered search user autocomplete for gitlab instances that are hosted on a subdirectory Closes #27343 See merge request !8891
| * | | | Fix filtered search user autocomplete for gitlab instances that are hosted ↵27343-autocomplete-post-to-wrong-url-when-not-hosting-in-rootClement Ho2017-02-061-1/+1
| | |_|/ | |/| | | | | | | | | | on a subdirectory
* | | | Merge branch 'fe-commit-mr-pipelines' into 'master' Fatih Acet2017-02-0624-203/+610
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Use vue.js Pipelines table in commit and merge request view Closes #27141 See merge request !8844
| * | | Use webpack to require filesFilipa Lacerda2017-02-059-41/+40
| | | | | | | | | | | | | | | | Changes after review
| * | | Use webpack to require filesFilipa Lacerda2017-02-055-15/+15
| | | |
| * | | Move interceptor to common interceptors filesFilipa Lacerda2017-02-051-0/+8
| | | |
| * | | Use webpackFilipa Lacerda2017-02-054-74/+55
| | | |
| * | | Move repeated function to utilitiesFilipa Lacerda2017-02-051-0/+8
| | | |
| * | | Fix broken path to fileFilipa Lacerda2017-02-051-1/+1
| | | | | | | | | | | | | | | | Fix broken path to file
| * | | Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-0480-264/+261
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (76 commits) fix failing test fix Vue warnings for missing element [ci skip] UX Guide: Button placement in groups Change window size before visiting page, to get correct scroll position Fix slash commands spec error Move project services to new location under Integrations Move webhooks to new a location under Integrations Fixed redirection from http://someproject.git to http://someproject consistently use single quotes allow application.js to require other scripts which start with application* DRY with Gitlab.config.webpack.dev_server references disable webpack proxy in rspec environment due to conflicts with webmock gem remove changes to Procfile configure webpack dev server port via environment variable add rack middleware to proxy webpack dev server remove dev-server config from development environment Document that the retro and kickoff notes are public add CHAGELOG.md entry for webpack branch fix failing rspec build fix test failure for merge request widget ...
| * | | Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-0350-108/+1020
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (65 commits) Fixed eslint test failure Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href ...
| * | | | Fix broken testsFilipa Lacerda2017-02-031-0/+1
| | | | |
| * | | | Resolve conflict after mergeFilipa Lacerda2017-02-032-3/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-032-6/+25
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Backport changes from EE squash replace `find_with_namespace` with `find_by_full_path` PlantUML support for Markdown Update api docs and minor changes Force new password after password reset via API Fixed protected branches dropdown Fixed up tests Fixed the active branch selected indicator Changed how the data is returned - we only care about the branch/tag name Uses take rather than Kaminari Use cloneNode instead of createElement Improved ref switcher dropdown performance
| * | | | | | Only load pipelines vue component when there are pipelines.Filipa Lacerda2017-02-032-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move Empty state to vue component
| * | | | | | Add time ago auto-update to the 2 newest tablesFilipa Lacerda2017-02-034-7/+40
| | | | | | |