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-10-31Merge branch 'add-packagist-project-service' into 'master'Kamil Trzciński
Add Packagist project service See merge request gitlab-org/gitlab-ce!14493
2017-10-31Upload files through the multi-file editorPhil Hughes
2017-10-30Merge branch ↵Sean McGivern
'39570-performance-bar-appears-enabled-even-though-it-won-t-show-up' into 'master' Resolve "Performance bar appears enabled even though it won't show up" Closes #39570 See merge request gitlab-org/gitlab-ce!15084
2017-10-30Allow to disable the Performance Bar and document the `p b` shortcut in its ↵Rémy Coutable
doc page Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-30Merge branch ↵Fatih Acet
'39020-fix-js-call-stack-size-exceeded-autocomplete-group-milestone' into 'master' Fix call stack size exceeded group milestone description autocomplete Closes #39020 See merge request gitlab-org/gitlab-ce!14972
2017-10-27Merge branch '39441-bring-edit-form-back' into 'master'Rémy Coutable
Revert "Merge branch '36670-remove-edit-form' into 'master'" Closes #39441 See merge request gitlab-org/gitlab-ce!15049
2017-10-27Remove groups_select from global namespace & simplifies the codeFilipa Lacerda
2017-10-26Revert "Merge branch '36670-remove-edit-form' into 'master'"Sean McGivern
This reverts commit 915e35a2992a4e51db2ac32aac8d7a29b1f4449e, reversing changes made to 9533786f522e358f372d8a0ec4b4990ae9d88f37.
2017-10-24Merge branch 'ph-multi-file-editor-new-file-folder-dropdown' into 'master'Filipa Lacerda
Add new files & directories in the multi-file editor Closes #38614 See merge request gitlab-org/gitlab-ce!14839
2017-10-23Merge branch '37860-pipelines-page' into 'master'Phil Hughes
Make pipelines table in MR view usable See merge request gitlab-org/gitlab-ce!14941
2017-10-23Merge branch '35644-refactor-have-http-status-into-have-gitlab-http-status' ↵Rémy Coutable
into 'master' Refactor `have_http_status` into `have_gitlab_http_status` in the specs Closes #35644 See merge request gitlab-org/gitlab-ce!14958
2017-10-23Merge branch 'master' into ph-multi-file-editor-new-file-folder-dropdownPhil Hughes
2017-10-23Create new branch from dropdown.Jacob Schatz
2017-10-23added feature specPhil Hughes
2017-10-23Merge branch 'master' into 37860-pipelines-pageFilipa Lacerda
* master: (88 commits) Fix deletion of container registry or images returning an error The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This merge requests update the gem to v0.2.0 which contains the fix: Decrease ABC threshold to 54.28 Update VERSION to 10.2.0-pre Update CHANGELOG.md for 10.1.0 Document `CI_SHARED_ENVIRONMENT` and `CI_DISPOSABLE_ENVIRONMENT` Fix the external URLs generated for online view of HTML artifacts Use title as placeholder instead of issue title for reusability Fix failure in current_settings_spec.rb Clarify the difference between project_update and project_rename URI decode Page-Title header to preserve UTF-8 characters Update Gitaly version to v0.49.0 Decrease Perceived Complexity threshold to 14 Resolve "Remove help text regarding group issues on group issues page (and group merge requests page)" Force non diff resolved discussion to display when collapse toggled Added submodule support in multi-file editor add note about after_script being run separately Check for element before evaluate_script Merge branch 'master-i18n' into 'master' Update Prometheus gem to fix problems with other files overwriting current file ...
2017-10-20Use title as placeholder instead of issue title for reusabilityClement Ho
2017-10-20Merge branch 'feature/reliable-rspec-with-eval-script' into 'master'Rémy Coutable
Check for element before execute_script See merge request gitlab-org/gitlab-ce!14898
2017-10-20Added group milestones form specLuke "Jared" Bennett
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-10-19Check for element before evaluate_scriptEric Eastwood
Tip from https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
2017-10-19Fix failing testsFilipa Lacerda
2017-10-18Fix resolved discussions not expanding on side by side viewClement Ho
2017-10-17Change project deletion message from alert to noticeWinnie Hellmann
2017-10-17Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan
Make the circuitbreaker configurable at runtime See merge request gitlab-org/gitlab-ce!14842
2017-10-17Merge branch 'bvl-group-trees' into 'master'Douwe Maan
Show collapsible tree on the project show page Closes #30343 See merge request gitlab-org/gitlab-ce!14055
2017-10-17Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt
Instead of from the configuration file
2017-10-13Add Packagist project serviceMatt Coleman
2017-10-13Merge branch '37571-replace-wikipage-createservice-with-factory' into 'master'Rémy Coutable
Replaces 'WikiPage::CreateService' calls with 'wiki_page' factory Closes #37571 See merge request gitlab-org/gitlab-ce!14850
2017-10-13Replaces 'WikiPage::CreateService' calls with 'wiki_page' factoryJacopo
We replace the usage of WikiPage::CreateService with the wiki_page factory in the specs.
2017-10-13backport for gitlab-ee!2869Simon Knox
2017-10-12Skip some nested group specs when using MySQLBob Van Landuyt
2017-10-11Merge branch 'replace_explore_projects.feature' into 'master'Rémy Coutable
Replace the 'features/explore/projects.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14755
2017-10-11Merge branch 'rs-mysql-groups-dashboard-failure' into 'master'Douwe Maan
Fix a feature spec failing only on MySQL Closes #39003 See merge request gitlab-org/gitlab-ce!14811
2017-10-11Merge branch 'move_markdown_preview_to_concern' into 'master'Sean McGivern
Add support for markdown preview to group milestones Closes #30241 See merge request gitlab-org/gitlab-ce!14806
2017-10-11Fix a feature spec failing only on MySQLRobert Speicher
2017-10-11Simplify project pageAnnabel Dunstone Gray
2017-10-11Add support for markdown preview to group milestonesVitaliy @blackst0ne Klachkov
2017-10-11Replace the 'features/explore/projects.feature' spinach test with an rspec ↵Vitaliy @blackst0ne Klachkov
analog
2017-10-10Add explicit test to test resolved discussion toggle contentClement Ho
2017-10-10Merge branch 'master' into bvl-group-treesBob Van Landuyt
2017-10-10Fix unable to expand text diff discussion commentsClement Ho
2017-10-10Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate
2017-10-10Remove Build code from global namespaceFilipa Lacerda
2017-10-09Merge branch 'master' into 'group-sort-dropdown-blank'Robert Speicher
# Conflicts: # spec/features/dashboard/group_spec.rb
2017-10-09Merge branch '37552-replace-js-true-with-js' into 'master'Rémy Coutable
Replaces `tag: true` into `:tag` in the specs Closes #37552 See merge request gitlab-org/gitlab-ce!14653
2017-10-07Merge branch 'cleanup_old_nav_stuff' into 'master'Filipa Lacerda
Remove old navigation CSS See merge request gitlab-org/gitlab-ce!14573
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
2017-10-07Add a spec for editing a file when a project was already forkedBob Van Landuyt
2017-10-07Show fork information on the project panelBob Van Landuyt
2017-10-07Add a project forks spec helperBob Van Landuyt
The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.