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
2020-02-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot
2019-12-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-30Replace rails_helper.rb with spec_helper.rbAsh McKenzie
rails_helper.rb's only logic was to require spec_helper.rb.
2019-08-15Allow disabling group/project email notificationsBrett Walker
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
2019-07-25Remove code related to object hierarchy in MySQLHeinrich Lee Yu
These are not required because MySQL is not supported anymore
2019-07-20Resolve some issues in MRFabio Papa
2019-07-20Fix group creat_service_spec to contain maintainer contextFabio Papa
2019-07-20Style rules; Revert some examplesFabio Papa
2019-07-20Add failing unit test specifying a maintainer creating a subgroupFabio Papa
2019-07-19Apply changes recomended by merge request coachFabio Papa
2019-07-19Fix group creat_service_spec to contain maintainer contextFabio Papa
2019-07-19Style rules; Revert some examplesFabio Papa
2019-07-19Add failing unit test specifying a maintainer creating a subgroupFabio Papa
2019-07-19Apply changes recomended by merge request coachFabio Papa
2019-07-19Fix group creat_service_spec to contain maintainer contextFabio Papa
2019-07-19Style rules; Revert some examplesFabio Papa
2019-07-19Fix group creat_service_spec to contain maintainer contextFabio Papa
2019-07-19Style rules; Revert some examplesFabio Papa
2019-07-19Add failing unit test specifying a maintainer creating a subgroupFabio Papa
2019-07-19Apply changes recomended by merge request coachFabio Papa
2019-07-19Fix group creat_service_spec to contain maintainer contextFabio Papa
2019-07-19Style rules; Revert some examplesFabio Papa
2019-07-19Add failing unit test specifying a maintainer creating a subgroupFabio Papa
2019-07-19Apply changes recomended by merge request coachFabio Papa
2019-07-19Fix group creat_service_spec to contain maintainer contextFabio Papa
2019-07-19Style rules; Revert some examplesFabio Papa
2019-07-19Add failing unit test specifying a maintainer creating a subgroupFabio Papa
2019-04-12Merge branch 'frozen_string_literal_spec_services' into 'master'Michael Kozono
Add frozen_string_literal to spec/services See merge request gitlab-org/gitlab-ce!27267
2019-04-12Squashed commits and modified visibility level outputSara Ahbabou
Added changelog and rebased
2019-04-12Add frozen_string_literal to spec/servicesThong Kuah
Probably useful as we often move these files to "new" files.
2019-04-05Autocorrect with RSpec/ExampleWording copThong Kuah
- rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
2019-04-02Remove groups destroy race condition specSean McGivern
This was removed in the below MR in EE only, as it was causing failures related to Geo. https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3999
2019-03-12Enable/disable Auto DevOps at Group levelMayra Cabrera
- Includes instance methods on Group model to detect when a group has AutoDevOps explicitly/implicitly enabled/disabled. - Includes migration to add a new column to namespaces table - Add UI necessary modifications - Add service and controller to update auto devops related instances - Updates project and groups auto devops badges Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
2019-03-01fix group without owner after transferPeter Marko
2019-01-02Merge branch 'security-todos_not_redacted_for_guests' into 'master'John Jarvis
[master] Security todos not redacted for guests See merge request gitlab/gitlabhq!2697
2018-12-19Rename GroupHierarchy into ObjectHierarchyJarka Košanová
- we now use the hierarchy class also for epics - also rename supports_nested_groups? into supports_nested_objects? - move it to a concern
2018-12-14Delete confidential issue todos for guestsFelipe Artur
Fix leaking information of confidential issues on TODOs when user is downgraded to guest access.