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-09-24Hide close MR button after merge without reloading pageJacopo
After merging a MR the close button is hidden, without reloading the page.
2017-07-07Merge branch '30281-report-abusive-content-from-an-issue-or-merge-request' ↵Jacob Schatz
into 'master' Resolve "Report abusive content from an issue or merge request" Closes #30281 See merge request !11786
2017-07-07Fix MR and issue specsLuke "Jared" Bennett
2017-07-07Added issuables_helper.js, tidied up droplab-dropdown JS, fixed filtered ↵Luke "Jared" Bennett
search specs
2017-07-07Fixed issue_spec and merge_request_spec for report toggle changesLuke "Jared" Bennett
2017-07-07Fixed MR single button submit failure and attempted to tidy up close_reopen ↵Luke "Jared" Bennett
partials using issuable_helpers and setDisable will use true as default bool
2017-07-07Dont show toggle if only one action is available and do not show report as ↵Luke "Jared" Bennett
abuse for current_user's issuables
2017-07-07Remove inclusive JS importsLuke "Jared" Bennett
2017-07-07Added specsLuke "Jared" Bennett
2017-07-07Added report issuable featureLuke "Jared" Bennett
2017-07-06refactor TaskList class to ES module syntaxMike Greiling
2017-05-16update remaining uses of CJS syntax to ES module syntaxMike Greiling
2017-05-09Merge branch 'remove-needless-bind-polyfills' into 'master' Filipa Lacerda
Remove needless bind and indexOf polyfills See merge request !11187
2017-05-09Merge request widget redesignFatih Acet
2017-05-09remove bind polyfill from merge_request.jsMike Greiling
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-15update correct field for Notes - it's called note not descriptionSimon Knox
2017-02-13Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox
2017-02-10fixes MR widget jumpNur Rony
2017-02-08notes use new task_list, and PATCH instead of POSTSimon Knox
use data attribute for submit url optional onSuccess
2017-02-07copypaste task_list setup and events to own classSimon Knox
switch issue and merge request to use it
2017-01-29fix failing rspec buildMike 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 ...
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2016-12-16add eslint disable prefix for prefer-arrow-callback rule on header of ↵Gabriel Gizotti
merge_request.js file
2016-12-16add js prefix to classes used to toggle description on commit message in ↵Gabriel Gizotti
merge request
2016-12-16Unify commit message listeners in one functionGabriel Gizotti
2016-12-16move javascript code from _commit_message_container view to ↵Gabriel Gizotti
javascripts/merge_request.js
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-12-03refactor MergeRequestTabs to es6 class syntaxMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-28add "x of y tasks completed" on issuableGuilherme Salazar
fix issues pointed out in !6527 add task completion status feature to CHANGELOG
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-20ensure the 'fixed layout' preference is honored whenever possibleMike Greiling
see #22343 for issue description
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-07-29Hides jump to next button if only one discussion visiblePhil Hughes
2016-07-24ES6ify all the things!Fatih Acet