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-14Remove /featuresblackst0ne
2018-05-14Replace the `project/forked_merge_requests.feature` spinach test with an ↵blackst0ne
rspec analog
2018-05-14Replace the `project/commits/diff_comments.feature` spinach test with an ↵blackst0ne
rspec analog
2018-05-10Replace `features/project/merge_requests/references.featue`blackst0ne
2018-05-10Replace the `project/issues/references.feature` spinach test with an rspec ↵blackst0ne
analog
2018-05-10Replace the `project/deploy_keys.feature` spinach test with an rspec analogblackst0ne
2018-05-09Replace the `project/ff_merge_requests.feature` spinach test with an rspec ↵blackst0ne
analog
2018-05-08Replace the `project/builds/artifacts.feature` spinach test with an rspec analogblackst0ne
2018-05-07Make deploy keys table more clearly structuredLukas Eipert
2018-05-04Replace commits spinach tests with RSpec analogSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-05-03CE port of "Remove `features/group_active_tab.feature`"blackst0ne
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5554
2018-05-03Load branches on new merge request page asynchronouslyWinnie Hellmann
2018-05-02Replace the `project/source/markdown_render.feature` spinach test with an ↵blackst0ne
rspec analog
2018-04-24Replace find file project spinach tests with RSpecSemyon Pupkov
2018-04-23Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-17Merge branch 'replace-build-permissions' into 'master'Rémy Coutable
Replace project builds permissions spinach with RSpec See merge request gitlab-org/gitlab-ce!18306
2018-04-17Replace project builds permissions spinach with RSpecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-04-16Replace the `project/commits/comments.feature` spinach test with an rspec analogblackst0ne
2018-04-15Merge branch 'fix-rspec-console-output' into 'master'Stan Hu
Display relevant browser console output when an RSpec test fails. See merge request gitlab-org/gitlab-ce!18355
2018-04-13remove --disable-gpu flag as it is no longer neededMike Greiling
2018-04-11Replace the `project/issues/milestones.feature` spinach test with an rspec ↵blackst0ne
analog
2018-04-11Replace the `project/commits/branches.feature` spinach test with an rspec analogblackst0ne
2018-04-10Migrate features/project/project.feature to RSpec and reorganize several ↵Rémy Coutable
Project feature specs Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-04[ci skip] Merge branch 'master' into 42568-pipeline-empty-stateFilipa Lacerda
* master: (293 commits) Revert changelog entry for removed feature Revert "Allow CI/CD Jobs being grouped on version strings" Resolve "Protected branches count is wrong when a wildcard includes several protected branches" Use standard codequality job Resolve "Allow the configuration of a project's merge method via the API" [Rails5] Rename `sort` methods to `sort_by_attribute` Add better LDAP connection handling Updated components to PascalCase Handle invalid params when trying update_username Move network related app settings to expandable blocks [Rails5] Update Gemfile.rails5.lock [ci skip] Update Security Products examples documentation Backport Gitlab::Git::Checksum to CE Add changelog Refactor discussions/notes code Remove unnecessary section looking in admin settings qa Explicitly use page context for qa/factory/settings/hashed_storage.rb Use gitlab_environment because we need: Allow feature gate removal through the API Use shard name in Git::GitlabProjects instead of shard path ...
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-03-30Merge branch 'fix/projects-no-repository-placeholder' into 'master'Rémy Coutable
Update no repository placeholder See merge request gitlab-org/gitlab-ce!17964
2018-03-29Replace group spinach tests with RSpec analogSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-03-27Update translated stringsGeorge Tsiolis
2018-03-19[ci skip] Merge branch 'master' into 42568-pipeline-empty-stateFilipa Lacerda
* master: (156 commits) Make issue boards height calculation clearer and remove magic numbers Rename `package-qa` in docs Copyedit CI services docs Fix dropzone project show Prettify notes. Fix "A copy of Gitlab::Metrics::Methods" have been removed error Add Jupyter Notebook docs Fixed profile notifications not being editable Rename manual job to `package-and-qa` Update vendored gitlab-ci.yml template for auto-devops Docs: refactor doc general guidelines and style guidelines Use Gitaly 0.91.0 Add version available info to integrity check rake task docs Adds the option to override project description on export via API and fixes the project description not being imported Extract constant for LfsPointerFile::VERSION_LINE Setup Faraday middleware before adapter Revert "Merge branch 'update-httparty' into 'master'" Update Code Quality example documentation Fix timeouts loading /admin/projects page OpenShift install docs: Recommend "add-scc-to-user" over "edit scc" ...
2018-03-14Merge branch 'projects-graphs-rspec' into 'master'Grzegorz Bizon
Replace project graphs spinach tests with RSpec analog See merge request gitlab-org/gitlab-ce!17675
2018-03-14Replace project graphs spinach tests with RSpec analogSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-03-14Replace project redirects spinach tests with RSpec analogSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-03-12Merge branch 'master' into 42568-pipeline-empty-stateFilipa Lacerda
* master: (59 commits) Use Gitaly 0.89.0 Resolve "Hover style for sidebar dropdowns is wrong" fixed spec Respect the protocol in `expose_url` Fix removes source branch text being rendered in merged state Fix code and wiki search results when filename is non-ASCII Include the ee/ directory in backtraces Use GitLab fork of zaproxy Updates file extensions on Vue docs fixed note polling not sending updated last fetched at date added spec for polling Add changelog entry Use `list.id` for `:key` Add changelog entry Update test for change in label dropdown action name Add `createLabelTitle` & `manageLabelsTitle` props for action string Add `headerTitle` prop for container header string Add `isProject` and computed props to for contextual info for dropdown Add `isProject` mock config Use label dropdown helper for rendering contextual string Add helpers for labels dropdown ...
2018-03-09Fix broken testFilipa Lacerda
2018-03-09Merge branch 'move-project-fork-to-rspec' into 'master'Douwe Maan
Move project fork spinach tests to RSpec See merge request gitlab-org/gitlab-ce!17511
2018-03-09Merge branch 'project-active-tab-rspec' into 'master'Douwe Maan
Move project active tab spinach tests to RSpec See merge request gitlab-org/gitlab-ce!17628
2018-03-08Move project active tab spinach tests to RSpecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-03-07Use Project#full_name instead of name_with_namespaceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-05Move project fork spinach tests to RSpecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-02-21Move project pages spinach tests to RspecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-02-16Move spinach project network graph tests to RSpecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-02-15Merge branch 'move-profile-to-rspec' into 'master'Rémy Coutable
Move spinach profile tests to RSpec See merge request gitlab-org/gitlab-ce!17068
2018-02-15Merge branch 'ce-rc/move-more-ee-only-spec-files' into 'master'Sean McGivern
Port some changes from gitlab-ee!4532 back to CE See merge request gitlab-org/gitlab-ce!17120
2018-02-15Move spinach group milestones test to RSpecSemyon Pupkov
2018-02-15Move spinach profile tests to RSpecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-02-15Move feature group members search test to RSpecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-02-14Port some changes from gitlab-ee!4532 back to CERémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-06Merge branch '42798-fix-hardcoded-id-in-spinach' into 'master'Rémy Coutable
Resolve "features/project/commits/commits.feature is failing on master" Closes #42798 See merge request gitlab-org/gitlab-ce!16940
2018-02-06Fix a hardcoded pipeline ID in a spinach stepNick Thomas