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-01-04Merge branch '41396-ee_compat_check-and-security-fix-development' into 'master'Rémy Coutable
Do not run ee_compat_check on security branches Closes #41396 See merge request gitlab-org/gitlab-ce!16188
2018-01-04Rename db:seed_fu-{pg,mysql} to gitlab:setup-{pg,mysql}Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-04Do not run ee_compat_check on security branchesAlessio Caiazza
Branches started from `security-X-Y` will likely fail on `ee_compat_check`, the check tries to merge against EE `master` which may likely fail for MR that are not targetted on `master`, like security fixes. This commit disables `ee_compat_check` on branches starting with `security-`.
2018-01-02Fix `rake db:seed_fu` not doing anything in CIStan Hu
The default behavior of seed_fu is to load the fixtures using the RAILS_ENV environment. In CI, since we set RAILS_ENV=test, nothing is ever loaded. Instead of `rake db:seed_fu`, use `rake gitlab:setup`, which sets up MySQL properly with limits. Closes #41517
2017-12-23Remove security checks from static analysis and add sast jobDmitriy Zaporozhets
2017-12-22Use gitlab-stylesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-21Update Ruby version to 2.3.6Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-19Make sure two except won't overwrite each otherLin Jen-Shin
This is a pretty boring solution, but I can't think of a good idea right now and this might be good enough for now...
2017-12-18Use dedicated runners for all the CI jobsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-18Optimize QA pipeline and don't run irrelevant jobsGrzegorz Bizon
2017-12-15Change CI config to use new base imageBalasankar C
2017-12-05Do not run qa:internal for docs only changesAchilleas Pipinellis
2017-11-28Upgrade codeclimate image to latestWinnie Hellmann
2017-11-24Add a feedback mechanism to `package-qa` manual actionGrzegorz Bizon
2017-11-22Try to find the merge-base against the canonical masterRémy Coutable
Also, name the remotes in Gitlab::EeCompatCheck Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-20Remove a useless `allow_failure: no` and use `true` instead of `yes`Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-20Merge branch 'docs/use-slug-as-prefix-in-ci-docs-job' into 'master'Rémy Coutable
Use slug as the prefix for the docs CI job preview URL See merge request gitlab-org/gitlab-ce!15450
2017-11-18Rollback to a safer place to stopMichael Kozono
2017-11-17Use slug as the prefix for the docs CI job preview URLAchilleas Pipinellis
2017-11-17Set 0.69.0 instead of latest for codeclimate imageShinya Maeda
2017-11-10Remove the custom cache definition for the ee_compat_check job and disallow ↵Rémy Coutable
it to fail Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-10Use a non-superuser user to access GitLab to ensure permissions are properStan Hu
We have run into permission issues with MySQL triggers in #36633 that would have been caught earlier either if our migration tests or GitLab QA tests had been testing against non-superuser users. This change creates a non-superuser that has access to the GitLab test database and uses that. Closes #39932
2017-11-08Add Internal QA specs to the pipelineGrzegorz Bizon
2017-11-04Merge branch 'sh-headless-chrome-support' into 'master'Stan Hu
Replace PhantomJS with Headless Chrome for GitLab Integration Tests Closes #30876 See merge request gitlab-org/gitlab-ce!12244
2017-11-01Pull tags from true originZeger-Jan van de Weg
2017-11-01remove PhantomJS specific hacksMike Greiling
2017-11-01update to Chrome 62 build imageMike Greiling
2017-11-01Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (84 commits) Migrate Gitlab::Git::Wiki#page to Gitaly Load participants async Normalize LDAP DN when looking up identity Improve the maintenance policy page add changelog fix spec failure Allow promoting project milestones to group milestones fix specs Be able to bundle gems with newer rubies Upgrade Ruby to 2.3.5 fixed up upload feature after master merge fix missing issue assignees Migrate Gitlab::Git::Wiki#delete_page to Gitaly Enable eslint Make `#hashed_storage?` require feature argument Adds callback function to inital cluster request Fix example typo. Upload files through the multi-file editor get branch name from the DOM Resolve "Convert autosize.js library to be a Yarn managed library" ...
2017-10-31Be able to bundle gems with newer rubiesZeger-Jan van de Weg
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-31Upgrade Ruby to 2.3.5Zeger-Jan van de Weg
Part of gitlab-org/gitlab-ce#38040
2017-10-23Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (297 commits) Fix deletion of container registry or images returning an error The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This merge requests update the gem to v0.2.0 which contains the fix: Decrease ABC threshold to 54.28 Update VERSION to 10.2.0-pre Update CHANGELOG.md for 10.1.0 Document `CI_SHARED_ENVIRONMENT` and `CI_DISPOSABLE_ENVIRONMENT` Fix the external URLs generated for online view of HTML artifacts Use title as placeholder instead of issue title for reusability Fix failure in current_settings_spec.rb Clarify the difference between project_update and project_rename URI decode Page-Title header to preserve UTF-8 characters Update Gitaly version to v0.49.0 Decrease Perceived Complexity threshold to 14 Resolve "Remove help text regarding group issues on group issues page (and group merge requests page)" Force non diff resolved discussion to display when collapse toggled Added submodule support in multi-file editor add note about after_script being run separately Check for element before evaluate_script Merge branch 'master-i18n' into 'master' Update Prometheus gem to fix problems with other files overwriting current file ...
2017-10-23Merge branch '39308-fix-broken-master' into 'master'Sean McGivern
Fix the broken .tests-metadata-state definition Closes #39308 See merge request gitlab-org/gitlab-ce!14969
2017-10-20Merge branch 'rc/cleanup-some-jobs' into 'master'Robert Speicher
Improve the build-package and .review-docs jobs See merge request gitlab-org/gitlab-ce!14938
2017-10-20Fix the broken .tests-metadata-state definitionRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-19Merge branch 'rc/balance-test-job-nodes' into 'master'Robert Speicher
Reduce Spinach parallelization to 4 nodes and increase RSpec's to 26 nodes See merge request gitlab-org/gitlab-ce!14936
2017-10-18Improve the build-package and .review-docs jobsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-18Reduce Spinach parallelization to 4 nodes and increase RSpec's to 26 nodesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-18Improve the .tests-metadata-state definition a bitRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-09Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (113 commits) Introduce new hook data builders for Issue and MergeRequest Don't create todos for old issue assignees Start adding Gitlab::HookData::IssuableBuilder Include the changes in issuable webhook payloads Rename the `codeclimate` job to `codequality` Don't show an "Unsubscribe" link in snippet comment notifications Add QA::Scenario::Gitlab::Group::Create Removes CommitsList from global namespace Fix wiki empty page translation namespace not being removed Fixes mini graph in commit view Fix link to new i18n index page Update i18n docs Move i18n/introduction to i18n/index Resolve "Simple documentation update - backup to restore in restore section" Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace Move cycle analytics banner into a vue file Updated Icons + Fix for Collapsed Groups Angle Don't create fork networks for root projects that are deleted Remove executable permissions on images to make docs lint happy Sync up hard coded DN class in migration ...
2017-10-09Rename the `codeclimate` job to `codequality`Rémy Coutable
As per our documentation: https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html#how-it-works Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-09Merge branch 'rc/do-not-retry-ee_compat_check' into 'master'Sean McGivern
Do not retry jobs that are allowed to fail See merge request gitlab-org/gitlab-ce!14757
2017-10-07Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-10-04Do not retry jobs that are allowed to failRémy Coutable
The `ee_compat_check` job can take 10 minutes to run so it's a shame to retry it and loose 10 minutes if it fails for a good reason. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-04Improve the flaky examples detection jobsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-03Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-10-02Add changelog lint script to docs lint CI jobAchilleas Pipinellis
2017-09-26Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-09-22Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-09-21Do not clone the repo when running the review-docs jobsAchilleas Pipinellis
Previously, we checked out the branch and ran the script from there. However, when the MR got merged and the cleanup job was run it would fail since it could not find the now deleted branch. This commit rather downloads the script from GitLab and skips downloading the artifacts/dependencies/cache to speed up the process.
2017-09-20Merge branch '37713-enable-ee_compat_check-for-forks' into 'master'Rémy Coutable
Enable ee_compat_check for forks, but not EE Closes #37713 See merge request gitlab-org/gitlab-ce!14189