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-07-04Make autosize fields more performant and remove broken autosize handleBryce Johnson
2017-06-28dynamically import emoji helpers for gl-emoji custom tag prototypeMike Greiling
2017-06-28Merge branch 'refactor-emoji-utils' into 'master'Tim Zallmann
Refactor emoji helpers in preparation for async loading See merge request !12432
2017-06-27Resolve "Submitting reply to existing diff discussion using Cmd/Ctrl+Enter ↵Luke "Jared" Bennett
submits twice and refreshes page"
2017-06-27move glEmojiTag method to emoji helperMike Greiling
2017-06-27split emoji support methods from the async moduleMike Greiling
2017-06-27replace emojiAlias references with normalizeEmojiName helperMike Greiling
2017-06-23centralize emoji helper methodsMike Greiling
2017-06-23refactor option defaultsMike Greiling
2017-06-02Fix NPE with horse racing emoji checkEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32587
2017-05-05Fallback localstorage casesLuke "Jared" Bennett
2017-05-05Add instant comments supportKushal Pandya
2017-05-03Double quotes around gl emoji titlePhil Hughes
2017-04-24Moved the title onto the emoji tagPhil Hughes
This adds the description in all places emojis are used
2017-04-16Expand/collapse button -> Change to make it look like a toggleJacopo
Changed the expand/collapse button to look different when is opened/closed
2017-04-04consolidate all behavior imports into an index.js fileMike Greiling
2017-04-04refactor and fix eslint violations in behaviors directoryMike Greiling
2017-03-28Merge branch '29414-fix-toggle-discussion-link-jump' into 'master' Jacob Schatz
Fix link togglers jumping to top Closes #29414 See merge request !9918
2017-03-28Fix link togglers jumping to topEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29414
2017-03-24Remove spreadString in favor of polyfilled Array.fromEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10120 We use this to split up astral symbols ```js // ["🖐", "🏿"] Array.from('🖐🏿'); ```
2017-03-22Fix "N changed files" link toggler jumping to topEric Eastwood
Thanks for the spot @DouweM https://gitlab.slack.com/archives/C0GQHHPGW/p1490132124022958 See previous MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9943 See subsequent MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9918 Togglers to check: - "Create a Mattermost team for this group" Checkbox, http://localhost:3000/groups/new (enable `mattermost` in `config/gitlab.yml`) - "Repo by Url" button, http://localhost:3000/projects/new - In MR widget "Modify commit message", http://localhost:3000/gitlab-org/gitlab-ce/merge_requests/9 - Discussion "Toggle discussion", http://localhost:3000/gitlab-org/gitlab-ce/merge_requests/3 - "Showing **1 changed file** with 4 additions and 7 deletions" , http://localhost:3000/gitlab-org/gitlab-ce/merge_requests/3/diffs - Commit description toggle "...", http://localhost:3000/gitlab-org/gitlab-ce/commits/master
2017-03-17Protect against unknown emojis in frequently used listEric Eastwood
See https://gitlab.slack.com/archives/frontend/p1489690607738864
2017-03-14Fix link togglers jumping to topEric Eastwood
Fix #29414
2017-03-14Organize our polyfills and standardize on core-jsMike Greiling
2017-03-08Update emojis to use harmony modules (import/export)Eric Eastwood
2017-03-07Merge branch '26371-native-emojis-v3' into 'master' Filipa Lacerda
Add emoji images - Base Native Unicode Emojis Closes #26371 See merge request !9569
2017-03-06Fix wrong image src with cached gl-emoji and relative rootEric Eastwood
2017-03-06Fix up off index when reading canvas and something failedEric Eastwood
2017-03-06Fix up `watch` alias lookup in FirefoxEric Eastwood
It was pulling https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/watch
2017-03-06Use native unicode emojisEric Eastwood
- gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
2017-03-06Fix JS linting errorZ.J. van de Weg
2017-03-06Fix no out element caseZ.J. van de Weg
2017-03-06Fix eslintZ.J. van de Weg
2017-03-02Corrected JS for new master js build updates [ci skip]Luke "Jared" Bennett
2017-02-24Fix testsZ.J. van de Weg
2017-02-22Finished up mattermost team creationLuke "Jared" Bennett
2017-02-18replace implicit this == window with explicit bindingMike Greiling
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-02-02Merge branch '27089-26860-27151-fix-discussion-note-permalink-collapsed' ↵Filipa Lacerda
into 'master' Fix permalink discussion note being collapsed Closes #26860, #27089, and #27151 See merge request !8773
2017-01-31Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (83 commits) Fix small typo on new branch button spec Abillity to promote project labels to group labels Update and pin the `jwt` gem to ~> 1.5.6 refactor merge request build service Update index.md Clarify that Auto Deploy requires a public project. cop for gem fetched from a git source Add CHANGELOG entry Remove new branch button for confidential issues Remove flash warning from login page add complete changelog Add project ID index to `project_authorizations` table to optimize queries Fix disable storing of sensitive information when importing a new repo Fix notification when global=disabled, group=watch Ensure rake is called within the correct bundle context Fix 8.16.0 release date. Improve search within group logic Add changelog item about new attributes in group api Update group api doc with full_name and full_path attributes Add tests for nested groups in search service and search helper ...
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-27Fix permalink discussion note being collapsedEric Eastwood
2017-01-20remove ba-resizeLuke "Jared" Bennett
refactor js-autosize code now that ba-resize is gone Added specs
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
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-28Finish styling commits viewAnnabel Dunstone Gray
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard