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
2021-04-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-04Add service to transfer group milestonesEugenia Grieff
- Add new service that transfers milestones from a group to a project - Include new service in Projects transfer service - Include FromUnion module in Milestone model to use in transfer service - Add specs for new milestones service - Add specs for transferring milestones in project transfer service
2019-09-03Added relationships between Release and MilestoneEtienne Baqué
Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
2019-04-12Add frozen_string_literal to spec/servicesThong Kuah
Probably useful as we often move these files to "new" files.
2018-11-07Fix spec in EE which now trigger access to repositoryMark Chao
2018-08-28Merge branch 'issue_36138' into 'master'Sean McGivern
Allow to delete group milestones Closes #36138 See merge request gitlab-org/gitlab-ce!21057
2018-08-07Add missing specMark Chao
2018-08-06Allow to delete group milestonesFelipe Artur
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-11-21Merge branch 'issue_40337' into 'master'Sean McGivern
Fix promoting milestone updating all issuables without milestone Closes #40337 See merge request gitlab-org/gitlab-ce!15487
2017-11-21Fix promoting milestone updating all issuables without milestoneFelipe Artur
2017-11-20Clean up schema of the "merge_requests" tableYorick Peterse
This adds various foreign keys and indexes to the "merge_requests" table as outlined in https://gitlab.com/gitlab-org/gitlab-ce/issues/31825. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31825
2017-11-09Clean up schema of the "issues" tableYorick Peterse
This adds various foreign key constraints, indexes, missing NOT NULL constraints, and changes some column types from timestamp to timestamptz. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
2017-10-31Allow promoting project milestones to group milestonesFelipe Artur
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-27Use described_class when possibleRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-11Repair Regression caused by - !11573Paul Charlton
some changes introduced by 4daa6da5407d235cbe4f7a787eaa29304446a870, 26b6e299e1c97b956306572c5c9f6c02f428bfd7, 17898ce021fc365c620d4600df68c3e7d2151619 were regressed during today's merge conflict resolution of !11573. This commit serves to reapply those changes. /cc: @rspeicher @stanhu @mikegreiling
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-10Fix milestones destroy serviceFelipe Artur
2017-03-28Use `:empty_project` where possible in service specsRobert Speicher
2017-03-25Fix RSpec/DescribeSymbol cop violationsRobert Speicher
2016-10-28Optimize Event queries by removing default orderAlejandro Rodríguez
2016-07-12Avoid `describe`-ing symbols in specsRobert Speicher
2015-12-09Tag service specsDouwe Maan
2015-11-16Lets add more tests to Milestones servicesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-16Move global milestone specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-30Add group service spec.Marin Jankovski