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-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-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
2017-03-16Fix specDouwe Maan
2017-03-16Fix specDouwe Maan
2017-03-16Merge branch '27114-add-undo-mark-all-as-done-to-todos' into 'master' Filipa Lacerda
Add 'Undo mark all as done' to Todos Closes #27114 See merge request !9890
2017-03-16Add 'Undo mark all as done' to TodosJacopo
Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard. The operation undos only the todo previously marked as done with the 'Mark al as done' button.
2017-03-16Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda
2017-03-14Merge branch 'rs-capybara-screenshot-artifacts' into 'master' Kamil Trzciński
Store capybara screenshots as build artifacts Closes #13971 See merge request !7985
2017-03-13Do not show LFS object when LFS is disabledChristopher Bartz
Do not display a 404, when a user tries to retrieve the raw content of an LFS file (pointer) if the config option "lfs_enabled" is set to false. Instead, display the LFS pointer file directly.
2017-03-13New file from interface on existing branchJacopo
Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field.
2017-03-08Decrease Capybara timeout for CI environmentRobert Speicher
2017-03-08The GitLab Pages external-http and external-https arguments can be specified ↵Nick Thomas
multiple times
2017-03-08Removed the settings gear button inside the Project to a tabJose Ivan Vargas
2017-03-07Merge branch 'master' into ↵Phil Hughes
26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages
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-07Restore keyboard shortcuts for "Activity" and "Charts"Kushal Pandya
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-06Fixed tests, changed dispatcher routing to the 'repository:show'Jose Ivan Vargas
Also modified the render calls to the deploy_keys and protected_branches partials
2017-03-04Merge branch 'dashboard-filter-search-keep-params' into 'master' Dmitriy Zaporozhets
Fixes filtering by name reseting archive filter Closes #28007 See merge request !9625
2017-03-04Improve explore projects spinach testDmitriy Zaporozhets
Project name "Internal" is too generic and can lead to false positive/negative when there is a visibility filter on the page. So we ensure we check for project inside list holder css class. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-03Refactor projects filtering by nameDmitriy Zaporozhets
Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-03Fix cherry-picking or reverting through an MRDouwe Maan
2017-03-02Cleaning up navigational order - ProjectKushal Pandya
2017-03-01Merge branch '25437-just-emoji' into 'master'Sean McGivern
#25437 Allow posting of just an emoji in comment; add /award slash command Closes #25437 See merge request !9382
2017-02-28add /award slash commandmhasbini
add /award slash command; Allow posting of just an emoji in comment
2017-02-28Merge branch '27354-navigation-new-button' into 'master' Dmitriy Zaporozhets
Put back the new project button Closes #27354 See merge request !9426
2017-02-27Merge branch '1937-https-clone-url-username' into 'master' Rémy Coutable
Add the username of the current user to the HTTP(S) clone URL Closes #1937 See merge request !9347
2017-02-24Merge branch 'remove-jquery-ui-plugins' into 'master' Jacob Schatz
Removed jQuery UI highlight & autocomplete See merge request !8420
2017-02-24Add the username of the current user to the HTTP(S) clone URLJan Christophersen
2017-02-23Revert "Enable Style/BarePercentLiterals"Douwe Maan
This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
2017-02-23Enable Style/WordArrayDouwe Maan