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-04-21Adding animation for all dropdownNur Rony
2017-04-20Add Fork/Cancel confirmation to "Replace"/"Delete" buttonsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30637
2017-04-20Merge branch 'dz-refactor-create-members' into 'master' Douwe Maan
Refactor code that creates and destroys project/group members See merge request !10735
2017-04-20Refactor changing files in web UIDouwe Maan
2017-04-19Add renderNote animation and added specLuke "Jared" Bennett
2017-04-19Added profile name to user dropdownDimitrie Hoekstra
2017-04-17Move some project/group members spinach tests to rspecDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-04-17Removes `Repository#version` method and testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-04-13Clear emoji search in awards menu after picking emojiEric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27655
2017-04-08Merge branch 'master' into new-resolvable-discussionDouwe Maan
2017-04-08Merge branch 'dm-wait-for-pipeline' into 'master' Stan Hu
Wait for AJAX requests to complete so they don't blow up if they are only handle… Closes #30633 See merge request !10559
2017-04-08Actually include WaitForAjax!Douwe Maan
2017-04-07Put back usernames in activity and profile feedAnnabel Dunstone Gray
2017-04-07Wait for AJAX requests to complete so they don't blow up if they are only ↵Douwe Maan
handled after DatabaseCleaner has already run
2017-04-07Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07Update project build status cache when transitioningBob Van Landuyt
2017-04-07Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07Merge branch 'menu-shortcut' into 'master' Jacob Schatz
Add keyboard shortcuts to main menu. Closes #30036 See merge request !10243
2017-04-07Fix broken spinach testFilipa Lacerda
2017-04-07Fix shortcut specsAnnabel Dunstone Gray
2017-04-06Merge branch 'master' into new-resolvable-discussionDouwe Maan
# Conflicts: # app/assets/javascripts/filtered_search/dropdown_hint.js # app/views/shared/issuable/_search_bar.html.haml
2017-04-06Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez
2017-04-06Fix rspec and spinach testsJose Ivan Vargas
2017-04-06Groups section capitalization fixJose Ivan Vargas Lopez
2017-04-06Dashboard section capitalization fixJose Ivan Vargas Lopez
2017-04-06Merge branch '29128-profile-page-icons' into 'master' Filipa Lacerda
Resolve "Add system note icons to profile page" Closes #29128 See merge request !10387
2017-04-06Linking to edit file directlyEric Eastwood
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-04-05Fix some specsDouwe Maan
2017-04-05Merge branch 'sh-fix-award-emoji-transient-spec' into 'master' Rémy Coutable
Potential fix for intermittent spec failure in award emoji specs Closes #30399 See merge request !10476
2017-04-05MR empty stateLuke "Jared" Bennett
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-04-04Merge branch 'rc/fix-spinach-plus-knapsack-properly' into 'master' Robert Speicher
Fix a Knapsack issue that would load support/capybara.rb before support/env.rb See merge request !10430
2017-04-04Fix a Knapsack issue that would load support/capybara.rb before support/env.rbRémy Coutable
Once https://github.com/ArturT/knapsack/issues/57 is solved and released in a new gem version, we can remove the KNAPSACK_TEST_DIR in .gitlab-ci.yml. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-03Don't use FFaker in factories, use sequences insteadRémy Coutable
FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-03Update commit icon; fix specsAnnabel Dunstone Gray
2017-04-02Add a wait_for_ajax call to ensure Todos page cleans up properlyStan Hu
Potentially fixes intermittent failures such as https://gitlab.com/gitlab-org/gitlab-ce/builds/13484375
2017-04-02Fix Spinach and Capybara dependenciesStan Hu
Closes #30347
2017-03-31Properly eagerly-load the Capybara server for JS feature specs onlyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-31Eager-load the Capybara server to prevent timeoutsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-31Increase Capybara's timeoutRémy Coutable
Also disabled assets warming for Capybara/RSpec and remove a check to skip assets warming when ./tmp/cache/assets/test exists because assets are now served by webpack-dev-server. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-30Merge branch 'rs-spinach-reporter' into 'master' Rémy Coutable
Monkey patch the Spinach StdoutReporter to show scenario locations See merge request !10321
2017-03-30Merge branch '23674-simplify-milestone-summary' into 'master' Jacob Schatz
Resolve "Simplify milestone summary" Closes #23674 See merge request !10096
2017-03-30Add shortcuts and counters to MRs and issues in navbarAnnabel Dunstone Gray
2017-03-30Monkey patch the Spinach StdoutReporter to show scenario locationsRobert Speicher
Before: Scenario: Viewing invitation when signed out ✔ Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8 After: Scenario: Viewing invitation when signed out # features/invites.feature:6 ✔ Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8 Now if a scenario fails we can easily rerun it with a specific line number.
2017-03-28Fix link togglers jumping to topEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29414
2017-03-25update milestone page testsMike Greiling
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-17Merge branch 'add-blob-copy-button' into 'master' Robert Speicher
Add copy button to blob header and use icon for Raw button See merge request !9878
2017-03-16Merge branch 'pages-multiple-ips-doc' into 'master' Kamil Trzciński
The GitLab Pages external-http and external-https arguments can be specified multiple times See merge request !9812