summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/commons
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-047-6/+84
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-2/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-21/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-241-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-1/+0
|
* Revert "Merge branch 'mh/editor-indents' into 'master'"revert-editor-indentsPaul Slaughter2019-08-011-1/+0
| | | | | This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
* Add UndoStack class - a custom undo/redo engineMartin Hanzel2019-07-261-0/+1
| | | | It will be hooked up to the markdown editor later
* Add endsWith to polyfillSamantha Ming2019-07-191-0/+1
|
* Updates on success of an MR the count on top and in other tabsTim Zallmann2019-07-092-0/+70
| | | | | | | | | | | | | | | | | | | | New API endpoint for merge request count Updates all open tabs at the same time with one call Restructured API response API response changed to 401 if no current_user Added API + JS specs Fix for Static Check Updated Count on Open/Close, Assign/Unassign of MR's Checking if MR Count is refreshed Added # frozen_string_literal: true to spec Added Changelog
* Allow autocompleting scoped labelsMartin Hanzel2019-06-251-0/+1
| | | | | The `:` key will no longer exit out of the autocomplete dialog, allowing auto-completion of labels with colons in them.
* Upgrade core-js and add URL polyfillupgrade-core-jsPaul Gascou-Vaillancourt2019-05-301-16/+17
| | | | | | - Upgraded core-js from v2.x to v3.1.3 - Updated core-js import statements - Enabled URL polyfill
* Add Object.entries polyfill for IE11 compatibilityPaul Gascou-Vaillancourt2019-05-271-0/+1
|
* Whitelist additional elements and attributesLukas Eipert2019-03-271-0/+60
| | | | | | Bootstrap 4.3.1 introduced sanitation for HTML popovers / tooltips. The rules are rather strict, so we extend the default whitelists with safe attributes / tags.
* Prefer node_modules At.js and jquery.carat versionsMike Greiling2019-03-131-2/+2
| | | | | Remove references to the vendored copies of At.js and jquery.carat as well as the legacy rails wrapper gem.
* Add core-js polyfill for Promise.finally()Nathan Friend2019-03-081-0/+1
|
* Wraps Select 2 Import into its own webpack bundleTim Zallmann2019-01-291-1/+0
| | | | | | | | Wraps all imports for select 2 to deferred imports, especially in the main.js we are actually checking if there is any select 2 element on the page or not.
* CE backport - Chart showing issues created per monthConstance Okoghenun2018-11-071-0/+1
|
* Remove gitlab-ui loading icon from globalClement Ho2018-11-072-5/+0
|
* Remove gitlab-ui's tooltip from globalClement Ho2018-11-051-3/+1
|
* Remove gitlab-ui's progress bar from globalClement Ho2018-11-021-2/+1
|
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-311-5/+1
|
* Merge branch 'gl-ui-pagination' into 'master'Phil Hughes2018-10-311-2/+0
|\ | | | | | | | | Remove gitlab-ui's pagination from global See merge request gitlab-org/gitlab-ce!22704
| * Remove gitlab-ui's pagination from globalgl-ui-paginationClement Ho2018-10-301-2/+0
| |
* | Remove gitlab-ui's modal from globalClement Ho2018-10-311-4/+0
|/
* Update gitlab-ui to 1.9.0Clement Ho2018-10-291-12/+12
|
* Prettify all the things (part 7)Mike Greiling2018-10-241-2/+10
|
* Bump GitLab UI version and change the file imports to a single point of ↵jivl-bump-gitlab-uiJose Vargas2018-09-261-12/+13
| | | | entry notation
* Move svg4everybody into polyfills and reorganizeMike Greiling2018-09-133-9/+21
|
* Use GitLab ui pagination component for groupsAdriel Santiago2018-09-111-0/+2
|
* Use gitlab-ui loading iconClement Ho2018-09-111-0/+2
|
* add tooltip directive from gitlab-uiSimon Knox2018-09-101-0/+2
|
* Use gitlab-ui modal wrapped componentClement Ho2018-09-071-1/+7
|
* add polyfill for String.prototype.includesMike Greiling2018-08-151-0/+1
|
* Porting MR Vue Memory Fixes to current masterTim Zallmann2018-08-082-0/+18
|
* Replace issues time tracking progress bar with gitlab-ui's progress barClement Ho2018-07-252-0/+5
|
* Add formdata-polyfill45443-unable-to-save-user-profile-update-with-safariLuke Bennett2018-07-201-0/+1
|
* Use import bootstrapClement Ho2018-04-181-3/+1
|
* Import popper without variableClement Ho2018-04-171-1/+1
|
* Remove duplicate tooltip instantiationClement Ho2018-04-171-3/+0
|
* Fix tooltipsClement Ho2018-04-171-9/+6
|
* Add Array.fill for IE 11 compatibility.Pei-Tang Huang2018-03-221-0/+1
|
* Remove common_vue bundleMike Greiling2018-03-061-0/+1
|
* Update to jQuery 3.Jacob Schatz2018-02-201-2/+2
|
* Update jquery.waitforimages & use npm versionnpm-waitforimagesPhil Hughes2018-02-081-1/+1
| | | | #39072
* Use dynamic variable list in scheduled pipelines and group/project CI secret ↵Eric Eastwood2018-02-051-0/+19
| | | | | | | | | | | | | variables See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118 Conflicts: app/views/ci/variables/_form.html.haml app/views/ci/variables/_table.html.haml ee/app/views/ci/variables/_environment_scope.html.haml spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js spec/javascripts/fixtures/projects.rb
* Refactor CI variable list code for usage with CI/CD settings page secret ↵refactor-ci-variable-list-for-future-usage-in-4110Eric Eastwood2018-01-311-0/+2
| | | | | | variables Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
* Import axios utils in commons39727-add-axios-to-commonFilipa Lacerda2017-12-041-0/+1
|
* Add classList polyfill for IE classList.toggle(.., force)38916-add-classlist-polyfillEric Eastwood2017-11-241-0/+1
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38916