summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/commons
Commit message (Collapse)AuthorAgeFilesLines
* Adds Event polyfill for IEFilipa Lacerda2017-09-113-1/+25
|
* Move `common_vue` into vendor bundlekushalpandya2017-09-052-0/+6
|
* add polyfill for NodeList.prototype.forEach (unsupported in Internet Explorer)Mike Greiling2017-08-262-0/+8
|
* Merge branch '15664-remove-jquery-nicescroll' into 'master'Phil Hughes2017-08-071-1/+0
|\ | | | | | | | | | | | | Resolve "Remove jQuery Nicescroll" Closes #15664, #30860, and #35885 See merge request !13262
| * remove nicescroll from jobs page and remove the library from common.bundle.jsMike Greiling2017-08-041-1/+0
| |
* | Fix eslint errorFilipa Lacerda2017-08-071-1/+0
| |
* | Merge branch 'master' into zj-project-templatesFilipa Lacerda2017-08-072-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (623 commits) Fix issues with pdf-js dependencies fix missing changelog entries for security release on 2017-01-23 Update top bar issues icon Fix pipeline icon in contextual nav for projects Since mysql is not a priority anymore, test it less Fix order of CI lint ace editor loading Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Fix spec Fix spec Fix spec Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Add changelog Install yarn via apt in update guides Use long curl options fix Add a spec for concurrent process Remove monkey-patched Array.prototype.first() and last() methods ...
| * | Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-0/+1
| |/
| * Fixed sign-in restrictions buttons not toggling active statefix-oauth-checkboxesPhil Hughes2017-08-031-0/+1
| | | | | | | | Closes #35882
| * add gpg commit popover badgesAlexis Reigel2017-07-271-0/+1
| |
* | Adds CSS for desktop and mobileFilipa Lacerda2017-07-311-0/+1
|/
* Add Array `findIndex` support33315-es6-findindex-supportkushalpandya2017-06-071-0/+1
|
* Add Fork/Cancel confirmation to "Replace"/"Delete" buttons30637-replace-delete-buttons-get-fork-cancel-confirmationEric Eastwood2017-04-201-0/+1
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30637
* add polyfill for Array.from to enable ES spread operatorMike Greiling2017-03-221-0/+1
|
* enable Array destructuring and polyfill Symbol classMike Greiling2017-03-211-0/+1
|
* Organize our polyfills and standardize on core-jsMike Greiling2017-03-135-1/+47
|
* refactor common bundle to ES module syntax and move global exports to ↵Mike Greiling2017-03-033-22/+21
| | | | application.js
* create a common.js bundle and include all jQuery pluginsMike Greiling2017-03-033-0/+24