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-11-01fix broken reference to transformGFMSelectionMike Greiling
2017-10-13spec fixesPhil Hughes
2017-10-13Remove shortcut JS classes from global namespacePhil Hughes
2017-08-21IssueNotesRefactor: Trigger change event for Vue to catch programmatically ↵Fatih Acet
value set.
2017-08-11Fix broken spec for issuable shortcuts and notesFilipa Lacerda
2017-08-10Restore r shortcutFilipa Lacerda
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-05-30fixed issuable shortcuts not workingPhil Hughes
moved setstate method into store
2017-05-24Copy as GFM even when parts of other elements are selectedDouwe Maan
2017-05-16update shortcuts scripts to use ES module syntaxMike Greiling
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-03Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
2017-02-02Remove turbolinks.Bryce Johnson
2017-02-02Merge branch 'master' into webpackMike Greiling
* master: (63 commits) Use `add_$role` helper in snippets specs removes old css class from everywhere Fixes broken build: Use jquery to get the element position in the page Check public snippets for spam Keep snippet visibility on error Update pipeline and commit URL and text on CI status change Support non-ASCII characters in GFM autocomplete Active tense test coverage Fix filtered search manager spec teaspoon error Reduce the number of loops that Cycle Analytics specs use Remove unnecessary returns / unset variables from the CoffeeScript -> JS conversion. update spec Change the reply shortcut to focus the field even without a selection. use destroy_all Remove settings cog from within admin scroll tabs; keep links centered add changelog remove old project members from project add spec replicating validation error Improve styling of the new issue message Don't capitalize environment name in show page ...
2017-01-31Change the reply shortcut to focus the field even without a selection.Brian Hall
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 ...
2017-01-25Statisfy eslintDouwe Maan
2017-01-19Merge branch 'master' into copy-as-mdDouwe Maan
# Conflicts: # app/assets/javascripts/lib/utils/common_utils.js.es6
2017-01-19Trigger autosize on the textarea after pastingDouwe Maan
2017-01-19Don't copy as GFM when more than GFM is selectedDouwe Maan
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19Move some functions to utilsDouwe Maan
2017-01-17Fix ShortcutsIssuable#replyWithSelectedText testsDouwe Maan
2017-01-17Copying a rendered issue/comment will paste into GFM textareas as actual GFMDouwe Maan
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-07-24ES6ify all the things!Fatih Acet