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
2018-04-19Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho
2018-04-10[skip ci] Convert img-responsive to img-fluidClement Ho
2018-04-10[skip ci] Convert panel related class names to cardClement Ho
2018-04-08Fix template selector menu visibilityFabian Schneider
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-03-01migrate stl_viewer to dynamic importMike Greiling
2018-03-01migrate sketch_viewer to dynamic importMike Greiling
2018-03-01migrate pdf_viewer to dynamic importMike Greiling
2018-03-01migrate notebook_viewer to dynamic importMike Greiling
2018-03-01migrate balsamiq_viewer to dynamic importMike Greiling
2018-02-04Trigger change event on filename input when file template is appliedSebastian Klingler
Add changelog Follow event trigger convention
2018-01-30converted blob viewer to axiosPhil Hughes
2018-01-11Merge branch 'main-js-tidy-up' into 'master'Filipa Lacerda
Tidy up main JS file See merge request gitlab-org/gitlab-ce!16007
2018-01-10Tidy up main JS filePhil Hughes
2018-01-04Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda
2018-01-03Switch blob/notebook to AxiosEric Eastwood
2017-12-08use exported methods instead of gl.utilsPhil Hughes
2017-10-19Remove dropzoneInput from global namespaceFilipa Lacerda
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-09-26Fix spelling of occurredJames Ramsay
2017-09-21Standardize access to CSRF token in JavaScriptBryce Johnson
2017-09-09Import modules instead of using the ones in global namespaceFilipa Lacerda
Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
2017-08-08disable file upload button while uploadingSimon Knox
hide placeholder text when files have been added vertically center dropzone area content close modal after file upload succeeds
2017-07-12Update vue-resourceFilipa Lacerda
2017-06-09Revert 'New file from interface on existing branch'Douwe Maan
2017-05-30Fix math rendering on blob pagesSean McGivern
`renderGFM` adds the correct syntax highlighting class and triggers KaTeX if required.
2017-05-20Add users endpoint to frontend API classWinnie Hellmann
2017-05-18Fix clicking disabled clipboard button toolipLuke "Jared" Bennett
2017-05-17Scroll to anchor when blob content is loadedDouwe Maan
2017-05-15Added balsamiq jasmine integration testLuke "Jared" Bennett
2017-05-11Implement auxiliary blob viewersDouwe Maan
2017-05-10Load tree readme asynchronouslyDouwe Maan
2017-05-05Merge branch 'mia_backort' into 'master' Jacob Schatz
Backport of Multiple Assignees feature See merge request !11089
2017-05-05Fix specsClement Ho
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-02Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett
# Conflicts: # spec/features/projects/commit/cherry_pick_spec.rb # spec/features/projects/environments/environment_spec.rb
2017-05-02Merge branch 'pdflab-in-repo' into 'master' Phil Hughes
Move PDFLab assets into repo See merge request !10642
2017-04-30Use blob viewers for snippetsDouwe Maan
2017-04-28Move PDFLab into GitLabSam Rose
2017-04-28Fixed specsLuke "Jared" Bennett
2017-04-28Removed Spinner usageLuke "Jared" Bennett
2017-04-28Merge branch 'master' into balsalmiq-supportLuke "Jared" Bennett
2017-04-27Fixed failing JS testsPhil Hughes
2017-04-27Add specsDouwe Maan
2017-04-27Render viewer error synchronously so that 'view the source' link will workDouwe Maan
2017-04-27Satisfy eslintDouwe Maan
2017-04-27Add BlobViewer JSDouwe Maan
2017-04-26Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett
# Conflicts: # config/webpack.config.js
2017-04-24Merge branch 'use-jquery-on-blob-fork-suggestion' into 'master' Jacob Schatz
Use jQuery niceness on blob_fork_suggestion See merge request !10858
2017-04-24Merge branch 'notebooklab-in-repo' into 'master' Jacob Schatz
Moved NotebookLab assets into repo See merge request !10630