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-06-13Use wait_for_requests instead of sleep 0.3Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-08Merge branch '23603-add-extra-functionality-for-the-top-right-plus-button' ↵Douwe Maan
into 'master' Resolve "Add extra functionality for the top right Plus Button" Closes #23603 See merge request !11632
2017-06-07Use data attributes instead of classClement Ho
2017-06-07Externalised DropdownTim Zallmann
Checks for creating new issue Styling of .dropdown-bold-header Fixed Spinach Tests to limit them to the main content area for clicking 'New Project' etc. so that they don't click the dropdown menu
2017-06-07Fix spinach testClement Ho
2017-04-19Add renderNote animation and added specLuke "Jared" Bennett
2017-04-13Clear emoji search in awards menu after picking emojiEric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27655
2017-04-06Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez
2017-04-05Potential fix for intermittent spec failure in award emoji specsStan Hu
Hover and then click seems to make this work more reliably. Closes #30399
2017-03-25Fix up emoji tests that should have failed :/Eric Eastwood
Some discussion, https://gitlab.slack.com/archives/C0GQHHPGW/p1490398531185144 -> MR to fix failing emoji test: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10230
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-02-28add /award slash commandmhasbini
add /award slash command; Allow posting of just an emoji in comment
2017-01-30Added labels empty state and priority label empty stateLuke "Jared" Bennett
Fixed delete labels not working Review changes
2016-11-18Added empty state svg and set up blank conditionalLuke "Jared" Bennett
Added new spec step Added empty state to dashboard Split empty and filtered empty states Moved empty_state icons into their own folder and DRY up empty state html Fixed failing spec Added to groups page Review changes
2016-10-19Fix project issues labels feature specDouglas Barbosa Alexandre
2016-10-03Merge branch 'master' into revert-c676283bPhil Hughes
2016-09-20fix issues mr counterbarthc
2016-08-30Merge branch 'master' into revert-c676283bPhil Hughes
2016-08-18Merge branch '18334-truncate-award-emoji-users' into 'master' Jacob Schatz
Truncated long user lists in award emoji tooltips ## What does this MR do? Truncates award emoji tooltips so that they only show 10 users maximum. Further users are indicated by appending "and X more." ## Are there points in the code the reviewer needs to double check? Is 10 too little, should it be raised? My test cases rely on join() to build the expected output. This feels a little iffy is it alright? ## Why was this MR needed? Some issues have a large number of thumbs causing tooltips to be very large. ## What are the relevant issue numbers? closes #18334, closes #19542 ## Screenshots (if relevant) ##### Before ![Screenshot_from_2016-06-20_19-49-12](/uploads/d7a14dd87bb3da2acd7c0818de99852b/Screenshot_from_2016-06-20_19-49-12.png) ##### After ![Screenshot_from_2016-06-20_19-50-58](/uploads/f7f05c44594bfe8cec7dfd48802753a6/Screenshot_from_2016-06-20_19-50-58.png) Truncation point modified for purposes of screenshot ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - [x] Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !4780
2016-08-18Fix broken feature spec.Ruben Davila
This older spec was failing: features/project/issues/issues.feature Looks like before we were doing an exact match for queries, that's why it was passing with this existing issue: https://gitlab.com/gitlab-org/gitlab-ce/blob/59fa031e6f7d5a1b658c370f581c4caaf4493150/features/project/issues/issues.feature#L128 Failed build: https://gitlab.com/gitlab-org/gitlab-ce/builds/3178231
2016-08-17Award tooltips refer to current user as "You"Jack Davison
2016-08-17Now waits for All issuables to load when clickedLuke Bennett
2016-08-17Removed sleep calls introduced in !5740Luke Bennett
2016-08-13Fixed filtering testsPhil Hughes
2016-08-13Updated testsPhil Hughes
2016-07-20Revert "Merge branch 'revert-bdb6f1e6' into 'master'"Phil Hughes
This reverts merge request !5290
2016-07-16Revert "Merge branch 'gl-dropdown-issuable-form' into 'master'"Douwe Maan
This reverts merge request !4970
2016-07-07Updated testsPhil Hughes
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-24Updated award emoji testsPhil Hughes
2016-06-09Fixed failing testsPhil Hughes
2016-06-06Fix failing testsAlfredo Sumaran
2016-06-04Ensure we are clicking a visible dropdownAlfredo Sumaran
2016-05-30Merge branch 'master' into awardablesZJ van de Weg
2016-05-29Update specs to carry out changes in note factoryGrzegorz Bizon
2016-05-25Merge branch 'fix-grammar-issues' into 'master' Jacob Schatz
Fix grammar and wording in text on various pages. ## What does this MR do? Fixes various grammatical and/or wording issues I found while copyediting on the plane :) ## Why was this MR needed? Incorrect grammar and weird/confusing wording makes the product look less polished and professional. See merge request !4237
2016-05-25Remove old tests, and use right factoriesZJ van de Weg
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
Also removes the note from the development/testing.md guide
2016-05-22Fix grammar and wording in text on various pages.Connor Shea
2016-05-11Merge branch 'master' into awardablesZeger-Jan van de Weg
2016-05-10Add tests on Awardables and Award EmojiZeger-Jan van de Weg
2016-04-20Merge branch 'multi-filter-labels' into 'master' Jacob Schatz
Mutliple label filter Fixes #989 See merge request !3438
2016-04-14fix failing testsArinde Eniola
2016-04-12Removed references to subscribe-button CSS classPhil Hughes
These were being blocked by adblocks Closes #15043
2016-04-06fix the failing tests and some changesArinde Eniola
2016-03-21Create SSH keys for SSH clone Spinach testsYorick Peterse
These tests would check if the "This project is empty" banner would contain SSH clone URLs. Oddly enough this should have never passed (as far as I can tell) as SSH clone URLs in this banner are _only_ displayed if the current user has at least 1 SSH key attached. Since the tests never seem to create any they never should have passed, yet somehow they did. To solve this the Spinach tests in question now ensure at least 1 SSH key is present.
2016-03-19Create repositories in Spinach issues testsYorick Peterse
Similar to ad90dba5185e30883d5ad6008c166b0df0108ebf we always have a repository in the real world, so let's also create one in our Spinach tests.
2016-03-18Improve award emoji test reliability by checking that the emoji is displayedStan Hu
before the search field is focused
2016-03-13Improve award emoji test reliability and eliminate sleepsStan Hu
Closes #14129
2016-03-11Merge branch 'award-emoji-design-update' into 'master' Jacob Schatz
Updated UI of award emoji Closes #13878 See merge request !3028