summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/main.js
Commit message (Collapse)AuthorAgeFilesLines
* Move GFM autocomplete setup, delete dispatcherMike Greiling2018-09-141-3/+0
|
* Move performance_bar setup to dispatcher to main.jsMike Greiling2018-09-141-0/+2
|
* Move search autocomplete from dispatcher to main.jsMike Greiling2018-09-141-0/+3
|
* Move initFieldErrors from dispatcher to main.jsMike Greiling2018-09-131-0/+4
|
* Remove superfluous importMike Greiling2018-09-131-1/+0
|
* Move svg4everybody into polyfills and reorganizeMike Greiling2018-09-131-3/+0
|
* Ask user explicitly about usage stats agreementJan Provaznik2018-09-071-0/+2
|
* Resolve "Add dropdown to Groups link in top bar"Dennis Tang2018-07-061-1/+1
|
* Set tooltips to have default boundary viewportClement Ho2018-06-081-0/+1
|
* Fix right-aligned menus; only display tooltip on hoverAnnabel Dunstone Gray2018-05-081-0/+1
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-081-23/+38
|\
| * consolidate main bootstrap entriesMike Greiling2018-05-061-8/+8
| |
| * prettify main.jsMike Greiling2018-05-061-15/+30
| |
* | Fix some karma specsClement Ho2018-04-241-1/+1
| |
* | Fix resolve discussion tooltipClement Ho2018-04-201-1/+2
| |
* | Replace tooltip('destroy') with tooltip('dispose')Clement Ho2018-04-191-2/+2
| |
* | Remove duplicate tooltip instantiationClement Ho2018-04-171-2/+1
| |
* | Fix tooltipsClement Ho2018-04-171-1/+0
| |
* | [skip ci] Convert navbar-toggle to navbar-togglerClement Ho2018-04-101-1/+1
|/
* move confirm_danger_modal bindings directly into the only two pages that need itfix-confirm-danger-modalMike Greiling2018-03-201-9/+0
|
* refactor ConfirmDangerModal into ES moduleMike Greiling2018-03-201-8/+5
|
* move render_gfm into behaviors directoryMike Greiling2018-03-191-1/+0
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* remove the "test" bundle and apply it conditionally within main.jsremove-test-bundleMike Greiling2018-03-011-2/+5
|
* Add Tip about Push to Create project on New Project pageAndré Luís2018-02-231-8/+2
|
* use DOMContentLoaded event over jQuery .ready to ensure execution ordermore-dispatcher-refactoringMike Greiling2018-02-211-1/+1
|
* Update to jQuery 3.Jacob Schatz2018-02-201-1/+1
|
* Restore feature_highlight code41672-emphasize-gke-cluster-to-new-usersEric Eastwood2018-02-051-0/+1
| | | | | | | From https://gitlab.com/gitlab-org/gitlab-ce/issues/36760 Was reverted in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14373
* ensure dispatcher is run before other DOMContentLoaded handlersMike Greiling2018-02-011-1/+3
|
* Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-101-107/+94
|
* Remove preview_markdown from the global objJacob Schatz2018-01-091-1/+0
|
* Changed layout_nav to ES modulePhil Hughes2017-12-191-3/+2
|
* Merge branch 'master' into 'ph-es-notes-module'ph-es-notes-modulePhil Hughes2017-12-181-2/+0
|\ | | | | | | # Conflicts: # app/assets/javascripts/main.js
| * Exported JS classes as modulesph-even-more-es-modulesPhil Hughes2017-12-151-2/+0
| |
* | Export and use Notes ES modulePhil Hughes2017-12-151-2/+0
|/
* Export JS classes as modulesph-more-es-modulesPhil Hughes2017-12-151-9/+0
| | | | #38869
* Converted JS modules into exported modulesph-es-modulesPhil Hughes2017-12-141-3/+0
|
* Merge branch '38869-datetime' into 'master'Tim Zallmann2017-12-141-3/+3
|\ | | | | | | | | Export date utility functions as ES6 modules See merge request gitlab-org/gitlab-ce!15782
| * Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-131-5/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (85 commits) Export old code into es6 modules Use relative URL for projects to avoid storing domains Fix spec by avoiding monkeypatching Return the noteable in Note#touch_noteable add CHANGELOG.md entry for !15889 fix broken empty state assets for environment monitoring page removed tab indexes from tag form Refactor entrypoint override docs Present member collection at the controller level Adds i18n check the import_status field before doing SQL operations to check the import url Fix rubocop offence Fix entrypoint overriding documentation Remove unnecessary js-issuable-edit Use memoization for commits on diffs Move Repository#write_ref to Git::Repository#write_ref Treat empty markdown and html strings as valid cached text, not missing cache that needs to be updated Center cluster title Remove noisy notification from QA base page Remove unused page from hashed storage QA scenario ...
| * \ Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-111-6/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (112 commits) small change to make less conflict with EE version Add cop for use of remove_column Resolve merge conflicts with dev.gitlab.org/master after security release add index for doc/administration/operations/ Remove RubySampler#sample_objects for performance as well Bugfix: User can't change the access level of an access requester Add spec for removing issues.assignee_id updated imports Keep track of storage check timings Remove a header level in the new 'Automatic CE->EE merge' doc Improve down step of removing issues.assignee_id column Fix specs after removing assignee_id field Remove issues.assignee_id column Resolve conflicts in app/models/user.rb Fix image view mode Do not raise when downstream pipeline is created Remove the need for destroy and add a comment in the spec Use build instead of create in importer spec Simplify normalizing of paths Remove allocation tracking code from InfluxDB sampler for performance ...
| * | | Export date utility functions as ES6 modulesFilipa Lacerda2017-12-071-4/+4
| | | |
* | | | Merge branch 'new-nav-tech-debt' into 'master'Phil Hughes2017-12-131-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Remove page-with-new-nav class See merge request gitlab-org/gitlab-ce!15819
| * | | Rename page-with-sidebar to layout-pagenew-nav-tech-debtAnnabel Dunstone Gray2017-12-081-2/+2
| |/ /
* | | Export old code into es6 modulesFilipa Lacerda2017-12-131-5/+0
| |/ |/|
* | Merge branch 'master' into 'url-utility-es-module'Phil Hughes2017-12-111-3/+0
|\ \ | | | | | | | | | # Conflicts: # app/assets/javascripts/issue_show/components/app.vue
| * | convert CompareAutocomplete from class definition into simple function call, ↵Mike Greiling2017-11-301-1/+0
| | | | | | | | | | | | remove global export
| * | convert Compare class into ES module import/export syntaxMike Greiling2017-11-301-1/+0
| | |
| * | remove commits.js import form main.js (related to !14735)Mike Greiling2017-11-301-1/+0
| |/
* | use exported methods instead of gl.utilsPhil Hughes2017-12-081-3/+3
|/
* Merge branch 'es-module-copy-to-clipboard' into 'master'Tim Zallmann2017-11-301-1/+0
|\ | | | | | | | | Refactor 'copy-to-clipboard.js' See merge request gitlab-org/gitlab-ce!15531