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
2020-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-21I18N of js files starting with c or dBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2018-10-24Prettify all the things (part 7)Mike Greiling
2018-09-14Move preview_markdown.js to behaviorsMike Greiling
2018-09-06Create spec for dropzone_input and refactor for testabilityPaul Slaughter
2018-09-06Fix error message handling in dropzone_inputPaul Slaughter
2018-09-06Refactor uploads_path to form data in wikis/editPaul Slaughter
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-01-29Converted dropzone_input to axiosPhil Hughes
2018-01-10Tidy up main JS filePhil Hughes
2017-11-23Backport fix epic fullscreenClement Ho
2017-11-01Fix cancel button not working when uploading a file on the new issue pageJose Ivan Vargas
2017-10-19Remove dropzoneInput from global namespaceFilipa Lacerda
2017-09-27Trigger change event of the markdown textarea to allow Vue catch the ↵Fatih Acet
programmatic changes.
2017-09-21Standardize access to CSRF token in JavaScriptBryce Johnson
2017-08-04Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
2017-08-04Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-07-21IssueNotesRefactor: Add dropzone required elements and fix dropdown selector.Fatih Acet
2017-07-18Refactor variables initialization in dropzone_input.jsBrandon Everett
2017-06-19Restored missing function inside dropzone_input.jsJose Ivan Vargas
2017-06-07Merge branch '12910-snippets-description' into 'master'Phil Hughes
Support descriptions for snippets Closes #31894 See merge request !11071
2017-06-07Support uploads for newly created personal snippetsJarka Kadlecova
2017-05-31Support descriptions for snippetsJarka Kadlecova
2017-05-25Merge branch 'master' into issue-edit-inlinePhil Hughes
2017-05-22Merge branch 'adopt-es-module-syntax' into 'master'Filipa Lacerda
Adopt ES module syntax See merge request !9567
2017-05-16update remaining uses of CJS syntax to ES module syntaxMike Greiling
2017-05-16Add an ability to cancel attaching file and redesign attaching files UIblackst0ne
2017-05-15Added description field to inline edit formPhil Hughes
[ci skip]
2017-05-02Support uploaders for personal snippets commentsJarka Kadlecova
2017-04-19Merge branch 'group-milestone-date-fields-fix' into 'master' Filipa Lacerda
Fixed group milestones date pickers not working Closes #31095 See merge request !10779
2017-04-19Fixed group milestones date pickers not workingPhil Hughes
Closes #31095
2017-04-18update textarea height and refocus when attaching filesSimon Knox
also fix extra newline when pasting image into textarea
2017-04-14Only add newlines for multiple uploadsLuke "Jared" Bennett
2017-03-13remove IIFEs in preparation for ES module refactorMike Greiling
2017-02-22Added double newline after file upload markdown insertLuke "Jared" Bennett
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...