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
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
2017-04-22Use jQuery niceness on blob_fork_suggestionEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10602#note_27871752
2017-04-20Add Fork/Cancel confirmation to "Replace"/"Delete" buttonsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30637
2017-04-20Refactor changing files in web UIDouwe Maan
2017-04-11Moved NotebookLab assets into repoPhil Hughes
Moved all the notebooklab assets into the GitLab repo
2017-04-11Only import template function from underscoreLuke "Jared" Bennett
2017-04-11Further review changesLuke "Jared" Bennett
2017-04-10Added unit testsLuke "Jared" Bennett
2017-04-10Added Spinner classLuke "Jared" Bennett
2017-04-10Tidy balsamiq viewer and remove unused VueLuke "Jared" Bennett
2017-04-10Show thumbnails and their titles.Jacob Schatz
2017-04-10Get initial sql values back from file which is databaseJacob Schatz
2017-04-06Linking to edit file directlyEric Eastwood
2017-04-06Merge branch 'pdf-js-spec-loading-wait' into 'master' Jacob Schatz
Wait for the PDF to be loaded before doing anything Closes #30531 See merge request !10493
2017-04-06STL file viewerPhil Hughes
2017-04-06Wait for the PDF to be loaded before doing anythingPhil Hughes
Closes #30531
2017-04-05Use PDFLab to render PDFs in GitLabSam Rose
2017-04-05Load a preview of Sketch 43 filesJacob Schatz
Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM
2017-04-03Make file templates easy to use and discoverBryce Johnson