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-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-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-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
2018-02-06Merge branch '39550-group-labels-redesign' into 'master'Tim Zallmann
Resolve "Group label list page redesign" Closes #39550 See merge request gitlab-org/gitlab-ce!16592
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-30Fix labels specsAnnabel Dunstone Gray
2018-01-25Merge branch 'move-users-spinach-tests-to-rspec' into 'master'Robert Speicher
Move user page spinach tests to RSpec See merge request gitlab-org/gitlab-ce!16598
2018-01-25Add modal for deleting a milestoneWinnie Hellmann
2018-01-25Move user page spinach tests to RSpecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-01-24Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas
2018-01-12update spinach test for subscription toggleMike Greiling
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-10Explicitly enable webmock in spinach envDmitriy Zaporozhets
2018-01-08Merge branch 'mb-invites-feature-to-rspec' into 'master'Rémy Coutable
Move invites spinach test to Rspec See merge request gitlab-org/gitlab-ce!16126
2018-01-08Merge branch 'mv-explore-groups-spinach-to-rspec' into 'master'Rémy Coutable
Move explore groups spinach test to RSpec See merge request gitlab-org/gitlab-ce!16129
2018-01-06Merge branch '22643-manual-job-page' into 'master'Kamil Trzciński
Resolve "Improve non-triggered manual action job detail page" Closes #22643 and #37843 See merge request gitlab-org/gitlab-ce!15991
2018-01-05Backport 'Rebase' feature from EE to CEJan Provaznik
When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
2018-01-05Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda
* master: (200 commits) Fix issue boards scroll config. Added multi editor setting on the profile preferences page fix missing import of timeWeek which would cause errors in prometheus graphs with deployments Remove downcase from special path helper Rename db:seed_fu-{pg,mysql} to gitlab:setup-{pg,mysql} Fix error when viewing diffs without blobs Moves prettier to dev dependency Eager load event target authors whenever possible Do not run ee_compat_check on security branches Include integration tests in CE/EE testing documentation 41054-Disallow creation of new Kubernetes integrations Resolve "Resizable file list and commit panel" Make tooltip placement bottom by default as per design guidelines Fix groups list icon, timestamp alignment and row height Avoid leaving a push event empty if payload cannot be created Move git operations for UpdateRemoteMirrorService into Gitlab::Git Move delete_remote_branches from Gitlab::Shell to Gitlab::Git::Repository Move push_remote_branches from Gitlab::Shell to Gitlab::Git::Repository Update Kubernetes service documentation fix issue #37843 ...
2017-12-25Move explore groups spinach test to RSpecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2017-12-25Move invites spinach test to RspecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2017-12-23Merge branch '36782-replace-team-user-role-with-add_role-user-in-specs' into ↵Rémy Coutable
'master' Resolve "Replace '.team << [user, role]' with 'add_role(user)' in specs" Closes #36782 See merge request gitlab-org/gitlab-ce!16069
2017-12-22Disable /dev/shm in CIStan Hu
According to the Chrome source code (https://chromium.googlesource.com/chromium/src/base/+/master/base_switches.cc#120): The /dev/shm partition is too small in certain VM environments, causing Chrome to fail or crash (see http://crbug.com/715363). Use this flag to work-around this issue (a temporary directory will always be used to create anonymous shared memory files). Addresses gitlab-org/gitlab-ee#4252 but doesn't appear to cure it completely.
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-22Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda
* master: (68 commits) Last push event widget width for fixed layout Added 'admin' persona Docs: move article Artifactory + GL to subject-related folder Mention GitLab Pages when changing username Consolidate the docs when changing a repo path Add docs for automatic redirects when renaming namespaces move "Transfer an existing project into a group" to project docs Do not show Vue pagination if only one page Resolve "Decouple multi-file editor from file list" Update Ruby version to 2.3.6 Skip projects filter on merge requests search Fall back to the `MergeRequestWidgetEntity` LDAP extern_uids are not normalized when updated via API organise content by subject Restore missing language code in datetime_utility.js Add support for defining explicit dependencies to QA factories Document mounting volumes with Docker-in-Docker add missing word to pawel-reduce_cardinality_of_prometheus_metrics.yml Use seconds where possible, and convert to milliseconds for Influxdb consumption update dispatcher to allow for dynamic imports until webpack plugin is updated ...
2017-12-21Fix broken spinach testFilipa Lacerda
2017-12-20Remove two unused step definitions from spinachNick Thomas
2017-12-15Merge branch 'no-ivar-in-modules' into 'master'Robert Speicher
Add cop to make sure we don't use ivar in a module See merge request gitlab-org/gitlab-ce!12800
2017-12-15Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
* upstream/master: (671 commits) Make rubocop happy Use guard clause Improve language Prettify Use temp branch Pass info about who started the job and which job triggered it Docs: add indexes for monitoring and performance monitoring clearer-documentation-on-inline-diffs Add docs for commit diff discussion in merge requests sorting for tags api Clear BatchLoader after each spec to prevent holding onto records longer than necessary Include project in BatchLoader key to prevent returning blobs for the wrong project moved lfs_blob_ids method into ExtractsPath module Converted JS modules into exported modules spec fixes Bump gitlab-shell version to 5.10.3 Clear caches before updating MR diffs Use new Ruby version 2.4 in GitLab QA images moved lfs blob fetch from extractspath file Update GitLab QA dependencies ...
2017-12-14Replace factory_girl_rails with factory_bot_railsRémy Coutable
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-12Merge branch 'add-js-prefix-issuable-edit' into 'master'Filipa Lacerda
Add js prefix for issuable-edit Closes #40965 See merge request gitlab-org/gitlab-ce!15813