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-07-02QA: transfer project specJennifer Louie
2019-01-02Add markdown buttons to file editorSam Bigelow
Currently, we have markdown files in many places (e.g. comments, new issues, etc.). This Merge Request detects if the file being edited is a markdown file and adds markdown buttons and their functionality to the single file editor (Not the web IDE)
2018-11-20Remove instances of `@extend .monospace`George Tsiolis
2018-08-10Dynamically truncate branch name on larger viewportsAnnabel Dunstone Gray
2018-08-10Solve buttons on new file page wrap outside of the containerJose Vargas
2018-04-23fix blobs edit specClement Ho
2018-04-09[skip ci] Rename .hide to .d-noneClement Ho
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2017-12-19code-fork replacementsJose Ivan Vargas
2017-12-19Replaced some fork icons instances and fixed the Icon component on the MR WidgetJose Ivan Vargas
2017-10-16Remove extra border radius when editing a fileRachel Pipkin
2017-04-03Make file templates easy to use and discoverBryce Johnson
2017-02-09Use a new class to keep old behaviorFilipa Lacerda
2017-01-24HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya
2016-11-08Refactored JSLuke "Jared" Bennett
Added spec
2016-11-08Allow to use Dockerfile templatesKamil Trzcinski
2016-11-03Unify dropdown button stylesAnnabel Dunstone Gray
2016-10-01Review changesLuke Bennett
Updated tests
2016-10-01Added soft wrap logic and button to editorLuke Bennett
Added tests Added awesomeeeeee icons
2016-09-29Revert "Merge branch ↵Jacob Schatz
'18297-i-would-like-text-to-wrap-when-in-edit-mode-on-web-app' into 'master'" This reverts merge request !6188
2016-09-28Review changesLuke Bennett
2016-09-28Added soft wrap logic and button to editorLuke Bennett
Added tests Added awesomeeeeee icons
2016-07-20Highlight empty linesPhil Hughes
Closes #19484
2016-07-13renames :file_name to :file_pathtiagonbotelho
2016-07-12fixes frontend bugtiagonbotelho
2016-07-11changes the usasge of path to file_path on blob_controller for ↵tiagonbotelho
compatibillity with the create action
2016-07-06fixes more issues for MR acceptancetiagonbotelho
2016-07-06fixes issues for mr acceptancetiagonbotelho
2016-07-06implements the form for renaming the new filename on the file edit pagetiagonbotelho
2016-06-20Add GitLab CI Yml dropdown selectorAlfredo Sumaran
2016-06-16Implements TemplateDropdown class to create custom template dropdownsAlfredo Sumaran
Also License dropdown has been ported to use our GL dropdown instead of Select2. Fixes tests to make it work with current implementation
2016-05-20Dropdown implementationAlfredo Sumaran
2016-05-20Dropdown implementationAlfredo Sumaran
2016-05-20First import of gitignoresZeger-Jan van de Weg
Add .gitignore dropdown when creating a new .gitignore file Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
2016-05-20Backend for a gitignores dropdownZeger-Jan van de Weg
2016-04-18Continue implementation of the license template selector and /licenses API ↵Rémy Coutable
endpoint Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-18Initial implementation if license template selector and /licenses/:key API ↵Anton Davydov
endpoint
2016-03-02Change `js-quick-submit` behavior to expect the class on the formRobert Speicher
Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
2015-12-14Preserve trailing new lines at the end of file on the online editorDouglas Barbosa Alexandre
Because Haml automatically indents the HTML source code, the contents of whitespace-sensitive tags like pre and textarea can get screwed up.
2015-12-02Fix padding around editor path, input and select box.Douwe Maan
2015-10-07Quick Submit all the things!Robert Speicher
Adds quick submit behavior to the forms for: - Blobs ("new file") - Commit messages - Issuables - Notes - Labels - Milestones - Wikis
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
2015-08-11Revert "Merge branch 'web-editor-rugged' into 'master'"Dmitriy Zaporozhets
This reverts commit 5a1aa49b5533593dc4c6de82279fe44f5f15616c, reversing changes made to a675bea2c1c1d5d6923cb97b8714eb72d4e4ff9b. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-02Allow base64 for edit blobsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-01-27Improve web editor filename placeholderDmitriy Zaporozhets
2015-01-27Refactor web editorDmitriy Zaporozhets