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
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
2017-09-19Merge branch 'dz-check-schema' into 'master'Rémy Coutable
Add rake task to check db schema is valid Closes #37568 See merge request gitlab-org/gitlab-ce!14365
2017-09-19Add rake task to check db schema is validDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-09-19Refine docs trigger script and use a really long branch name to test itAchilleas Pipinellis
2017-09-19Detect n+1 issues involving GitalyAndrew Newdigate
2017-09-18Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (97 commits) Eliminate N+1 queries in loading discussions.json endpoint Clean up read_registry scope changes Add missing import statements Improve “New project“ page description Fix notification message when admin label was modified Remove gaps under nav on build page Replace the 'project/snippets.feature' spinach test with an rspec analog Use correct group members path for members flyout link Fix docs for lightweight tag creation via API Replace the 'project/commits/revert.feature' spinach test with an rspec analog Merge branch 'rs-incoming-email-domain-docs' into 'security-10-0' Replace the 'project/archived.feature' spinach test with an rspec analog Fix broken link in docs/api/wiki.md Fixed the new sidebars width when browser has scrollbars Improve 'spec/features/profiles/*' specs Replace the 'search.feature' spinach test with an rspec analog dedupe yarn packages add dependency approvals (all MIT license) update build image to latest with node 8.x, yarn 1.0.2, and chrome 61 Ensure we use `Entities::User` for non-admin `users/:id` API requests ...
2017-09-16update build image to latest with node 8.x, yarn 1.0.2, and chrome 61Mike Greiling
2017-09-14Enable ee_compat_check for forks, but not EELin Jen-Shin
We exclude known EE projects, and check the project directory name for EE forks.
2017-09-14Use a secret variable to define the repo suffixAchilleas Pipinellis
That's a hack since we cannot inject variables that are defined in `script:` into `environments:url`, and we want to avoid maintaining two different job versions in CE and EE. Relevant discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14236/diffs#note_40140693
2017-09-13Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-09-13Expose URL under environments when triggering a docs review appAchilleas Pipinellis
Useful as it will be shown directly in the MR
2017-09-08Exclude migration-paths job when executing docs-only jobsAchilleas Pipinellis
2017-09-07Add script and job to trigger a docs buildAchilleas Pipinellis