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
2018-05-10Replace the `project/issues/references.feature` spinach test with an rspec ↵blackst0ne
analog
2018-04-11Replace the `project/issues/milestones.feature` spinach test with an rspec ↵blackst0ne
analog
2018-04-03Replace the `project/issues/labels.feature` spinach test with an rspec analogblackst0ne
2018-04-03Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne
2018-01-25Add modal for deleting a milestoneWinnie Hellmann
2018-01-12update spinach test for subscription toggleMike Greiling
2017-09-23Improve list of sorting optionsVitaliy @blackst0ne Klachkov
2017-09-12Replace the 'project/issues/award_emoji.feature' spinach test with an rspec ↵Vitaliy @blackst0ne Klachkov
analog
2017-06-07Fix spinach testClement Ho
2017-05-04pass failed spinach specRegis
2017-04-19Add renderNote animation and added specLuke "Jared" Bennett
2017-04-05MR empty stateLuke "Jared" Bennett
2017-02-28add /award slash commandmhasbini
add /award slash command; Allow posting of just an emoji in comment
2017-01-10Fix spinach testsClement Ho
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-06-28Fixed logout testsPhil Hughes
2016-06-06Remove prev/next buttons on issues and merge requestsAlejandro Rodríguez
The buttons were rarely used and added at least 1 query each on every page load.
2016-04-14fix failing testsArinde 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-18Improve award emoji test reliability by checking that the emoji is displayedStan Hu
before the search field is focused
2016-03-07Remove redundant integration testsRobert Speicher
These three tests were essentially checking that adding a note to something updated its `noteable`'s `updated_at` attribute. This is well-tested Rails behavior and we shouldn't feel the need to write an integration test to verify it. At most we should be ensuring that the association definition adds the `touch: true` option, which we now do in Note's unit test.
2016-02-17Add ability to see and sort on vote count from Issues and MR listsDouglas Barbosa Alexandre
2016-02-15Fix the "x of y" displayed at the top of Issuables' sidebarRémy Coutable
1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper module. 3. Added acceptance specs for the sidebar counter.
2016-02-13Add spinach tests for award emojiStan Hu
2016-01-29Added tests to emoji search field focusPhil Hughes
2016-01-23Make default sorting preference work for Issues and MRs.Rubén Dávila
2016-01-23Make sorting preference reusable for all projects.Rubén Dávila
2016-01-21Little refactor plus some specs.Rubén Dávila
2016-01-19Update Issues/MRs updated_at when user leaves comments.Rubén Dávila
2016-01-13Improve & adds specs for Issue/MR referencesRémy Coutable
- Improve specs for private Issue/MR referenced in public Issue - Add specs for private Issue/MR referenced in public MR
2016-01-13Show referenced MRs & Issues only when the current viewer can access themRémy Coutable
2015-12-24Merge branch 'emoji-picker-search'into emoji_picker_frequently_usedValery Sizov
2015-12-24fixes after reviewValery Sizov
2015-12-23emoji picker searchValery Sizov
2015-12-23add some spinachValery Sizov
2015-12-22add some spinachValery Sizov
2015-12-15Add spinach test for note pollingGrzegorz Bizon
This also increases capybara timeout to 15 seconds (note polling interval). Capybara will look for new note for this period of time.
2015-12-09Tag feature specsDouwe Maan
2015-12-03Add test for award-emoji being added as regular commentGrzegorz Bizon
2015-11-19added spinach testsValery Sizov
2015-09-15Create a "destroyed Milestone" event and keep Milestone events around in the DBStan Hu
for posterity. Also fix issue where destroying a Milestone would cause odd, transient messages like "created milestone" or "imported milestone". Add "in" preposition when creating and destroying milestones Closes #2382
2015-07-17Add support for destroying project milestonesStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/1504
2015-07-08Cleanup and some test fixes after refactoring project home pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-25Write test for submitting issue as guestDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-06Remove feature tests for old task listsRobert Speicher
2015-04-09Move current user to the top of the list in author/assignee filtersStan Hu
Closes #1321
2015-04-02Support configurable attachment size via Application SettingsStan Hu
Fix bug where error messages from Dropzone would not be displayed on the issues page Closes #1258
2015-03-27Fix tests and unassigned filter for issues. Updated CHANGELOGDmitriy Zaporozhets