Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-08Moved not so important initialisation functions into idleCallBack CallsTim Zallmann
2018-12-08Resolve "Extended user centric tooltips"Tim Zallmann
2018-10-15Remove obsolete usage of gl.lazyLoader.loadCheckLukas Eipert
In [!21565][0] we removed the loadCheck function from the LazyLoader for images. The function seemed to be obsolete before anyhow, because we make use of the MutationObserver in order to detect elements added / removed from the DOM. [0]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21565
2018-09-14Move GFM autocomplete setup, delete dispatcherMike Greiling
2018-09-14Move performance_bar setup to dispatcher to main.jsMike Greiling
2018-09-14Move search autocomplete from dispatcher to main.jsMike Greiling
2018-09-14Move initFieldErrors from dispatcher to main.jsMike Greiling
2018-09-14Remove superfluous importMike Greiling
2018-09-14Move svg4everybody into polyfills and reorganizeMike Greiling
2018-09-07Ask user explicitly about usage stats agreementJan Provaznik
2018-07-06Resolve "Add dropdown to Groups link in top bar"Dennis Tang
2018-06-08Set tooltips to have default boundary viewportClement Ho
2018-05-08Fix right-aligned menus; only display tooltip on hoverAnnabel Dunstone Gray
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-06consolidate main bootstrap entriesMike Greiling
2018-05-06prettify main.jsMike Greiling
2018-04-24Fix some karma specsClement Ho
2018-04-20Fix resolve discussion tooltipClement Ho
2018-04-19Replace tooltip('destroy') with tooltip('dispose')Clement Ho
2018-04-17Remove duplicate tooltip instantiationClement Ho
2018-04-17Fix tooltipsClement Ho
2018-04-10[skip ci] Convert navbar-toggle to navbar-togglerClement Ho
2018-03-20move confirm_danger_modal bindings directly into the only two pages that need itMike Greiling
2018-03-20refactor ConfirmDangerModal into ES moduleMike Greiling
2018-03-20move render_gfm into behaviors directoryMike Greiling
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-03-02remove the "test" bundle and apply it conditionally within main.jsMike Greiling
2018-02-23Add Tip about Push to Create project on New Project pageAndré Luís
2018-02-21use DOMContentLoaded event over jQuery .ready to ensure execution orderMike Greiling
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-05Restore feature_highlight codeEric Eastwood
From https://gitlab.com/gitlab-org/gitlab-ce/issues/36760 Was reverted in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14373
2018-02-02ensure dispatcher is run before other DOMContentLoaded handlersMike Greiling
2018-01-10Tidy up main JS filePhil Hughes
2018-01-09Remove preview_markdown from the global objJacob Schatz
2017-12-19Changed layout_nav to ES modulePhil Hughes
2017-12-18Merge branch 'master' into 'ph-es-notes-module'Phil Hughes
# Conflicts: # app/assets/javascripts/main.js
2017-12-15Exported JS classes as modulesPhil Hughes
2017-12-15Export and use Notes ES modulePhil Hughes
2017-12-15Export JS classes as modulesPhil Hughes
#38869
2017-12-14Converted JS modules into exported modulesPhil Hughes
2017-12-14Merge branch '38869-datetime' into 'master'Tim Zallmann
Export date utility functions as ES6 modules See merge request gitlab-org/gitlab-ce!15782
2017-12-13Merge branch 'new-nav-tech-debt' into 'master'Phil Hughes
Remove page-with-new-nav class See merge request gitlab-org/gitlab-ce!15819
2017-12-13Merge branch 'master' into 38869-datetimeFilipa Lacerda
* 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 ...
2017-12-13Export old code into es6 modulesFilipa Lacerda
2017-12-11Merge branch 'master' into 38869-datetimeFilipa Lacerda
* 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 ...
2017-12-11Merge branch 'master' into 'url-utility-es-module'Phil Hughes
# Conflicts: # app/assets/javascripts/issue_show/components/app.vue
2017-12-09Rename page-with-sidebar to layout-pageAnnabel Dunstone Gray
2017-12-08use exported methods instead of gl.utilsPhil Hughes
2017-12-07Export date utility functions as ES6 modulesFilipa Lacerda
2017-11-30convert CompareAutocomplete from class definition into simple function call, ↵Mike Greiling
remove global export