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
2019-12-16Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-27476GitLab Bot
2019-12-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add 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-17UI for disabling group/project email notificationBrett Walker
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
2019-07-29Change qa-* class references to rspec-* for repository settingsTanya Pazitny
2019-07-29Merge branch 'tp-qtt182-4' into 'master'Mayra Cabrera
Change qa-* to rspec-* for save-merge-request-changes Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31205
2019-07-29Merge branch 'frozen_string_spec_features' into 'master'Rémy Coutable
Add frozen_string_literal to spec/features See merge request gitlab-org/gitlab-ce!31131
2019-07-27Change qa-* class references to rspec-*Tanya Pazitny
2019-07-26Add frozen_string_literal to spec/featuresThong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-25Remove code related to object hierarchy in MySQLHeinrich Lee Yu
These are not required because MySQL is not supported anymore
2019-07-02Add username to deploy tokensKrasimir Angelov
This new attribute is optional and used when set instead of the default format `gitlab+deploy-token-#{id}`. Empty usernames will be saved as null in the database. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228.
2019-06-12Upgrade to Capybara 3Heinrich Lee Yu
Fix whitespace in specs because normalize_ws is slightly different from Capybara 2 behavior
2019-06-06Always show "Pipelines must succeed" checkboxFabio Pitino
Before: the checkbox was hidden if builds were disabled. The checkbox should not be linked to the builds feature because they are 2 separate functionality.
2019-06-04Remove spec feature stubbingMark Chao
2019-05-27Add expand/collapse buttonAdriel Santiago
Add ability to expand/collapse error tracking settings
2019-05-07Show disabled project repo mirrorsLuke Bennett
Show disabled mirrors with a badge so that they can be deleted by project owners.
2019-05-06Destroy repo mirrors instead of disabling themLuke Bennett
It is important to destroy data related to repo mirrors when they are disabled. Use `_destroy` nested attribute instead of `enabled` for push mirrors. Call `remove_import_data` after saving a project if its pull mirror is disabled.
2019-04-17Update CE-specific files for project MR settings UINathan Friend
This commit updates the CE-specific files that reorganizes the project merge request settings UI.
2019-04-11Improve project settings pageLuke Bennett
Prioritize and simplify project settings content.
2019-04-09Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-07Improve project merge request settingsLuke Bennett
Prioritize and simplify project settings content.
2019-04-05Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl
This reverts merge request !26823
2019-04-05Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
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-07Merge branch 'ce-project-settings-freshen-titles-descriptions' into 'master'Kushal Pandya
CE Update project settings section titles and info See merge request gitlab-org/gitlab-ce!25817
2019-03-06Update project settings section titles and infoLuke Bennett
Improve wording of project settings section headers. Improve order of sections. Adds section toggling by section title. Translates section titles and descriptions.
2019-03-04Merge dev master into GitLab.com masterYorick Peterse
2019-03-01Refactor model and specReuben Pereira
- Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
2019-02-20Change policy regarding group visibilityMałgorzata Ksionek
2019-02-13CE Port of Multiple merge request approval rulesPaul Slaughter
EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9001
2019-02-04Moves domain setting to Cluster settingMayra Cabrera
Changes domain field to be on the Cluster page show, removing it from Auto DevOps setting. Also injects the new environment variable KUBE_INGRESS_BASE_DOMAIN into kubernetes#predefined_variables. Migration to move the information from ProjectAutoDevops#domain to Clusters::Cluster#domain. As well as necessary modifications to qa selectors Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
2019-01-31Merge branch '56860-fix-spec-race-condition-upside-the-head' into 'master'Douglas Barbosa Alexandre
Fix a JS race in a spec Closes #56860 See merge request gitlab-org/gitlab-ce!24684
2019-01-29Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate
Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
2019-01-28Wait for requests in specs before interacting with select2Nick Thomas
2019-01-25Fix a JS race in a specNick Thomas
2019-01-15Remove `error_tracking` feature flagPeter Leitzen
We introduced the feature flag `error_tracking` to test the Sentry MVC safely. After the successful test, we remove it again.
2019-01-10Rename tags to topicsMartin Wortschack
- Rename CSS class - Fix broken test - Update project settings docs - Update general project settings image - Rename helper methods
2019-01-07Add view and feature test for error tracking settingsTristan Read
2018-12-15Remove the project_cleanup feature flagNick Thomas
2018-12-06Use BFG object maps to clean projectsNick Thomas
2018-12-03Add test for "only mirror protected branches" settingLuke Bennett
2018-11-26Merge branch 'ce-1979-move-mr-approval-settings' into 'master'Filipa Lacerda
CE port of "Move merge request approval settings" See merge request gitlab-org/gitlab-ce!23157
2018-11-19SSH public-key authentication for push mirroringNick Thomas
2018-11-17CE port of "Move merge request approval settings"Paul Slaughter
This is for the upcoming feature for MR approval rules (https://gitlab.com/gitlab-org/gitlab-ee/issues/1979)