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-04-24Merge branch 'test-pg' into 'master' Rémy Coutable
Test both PostgreSQL and MySQL for the win Closes #2582 See merge request !10156
2017-04-19Don't run the downtime check on stable branches, or tags/masterno-downtime-check-stableDJ Mountney
The way the check currently works, it runs on the diff between your branch and the latest commit in gitlab on master. This doesn't give a good representation of the changes migrations for stable branches, tags, and master itself.
2017-04-19Remove node modules cache because we already use artifactsLin Jen-Shin (godfat)
2017-04-15Turn on caching of classes in Knapsack specsStan Hu
Enabling caching of classes slows start-up time because all controllers are loaded at initialization, but it reduces memory and load because files are not reloaded with every request. For example, caching is not necessary for loading database migrations but useful for handling Knapsack specs. Addresses gitlab-org/gitlab-ee#2162
2017-04-13Properly use $BUNDLE_INSTALL_FLAGSLin Jen-Shin
2017-04-13Always use . and add more comments to prepare_build.shLin Jen-Shin
2017-04-12Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin
* upstream/master: Setup and run a Gitaly server for testing if GitalyClient is enabled Update changelog with MR id Move permission to create subgroup into GroupPolicy Fix issue's note cache expiration after delete fix(subgroups): add verification of group creation capability to subgroup UI
2017-04-12Merge branch 'gitaly-testing' into 'master' Rémy Coutable
Setup and run a Gitaly server for testing if GitalyClient is enabled See merge request !10298
2017-04-12Remove duplicated lineLin Jen-Shin
2017-04-12Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin
* upstream/master: (90 commits) Fixed notebooklab code including file paths [BB Importer] Save the error trace and the whole raw document Statisfy Robertcop and Seancop Update documents according to: Update licenses.csv via: Update templates via: Add foreign key on trigger requests Added CHANGELOG Added tests and fixed a typo Fix typo on the class merge-when-pipeline_succeeds Axil's review remove unnecessary line typo fix typo fix links Remove an unused `cared` scope from Issue and MergeRequest Remove an unused `Issue.open_for` scope add topic: authentication Fix edit button on blame page without repo perms Don't show 'Copy content' button on text files that are not rendered as text ...
2017-04-11Setup and run a Gitaly server for testing if GitalyClient is enabledAlejandro Rodríguez
2017-04-11Merge branch 'redundant-steps-for-ci' into 'master' Rémy Coutable
Remove redundant steps from .gitlab-ci-yml configs See merge request !10425
2017-04-10Move variables back to where they areLin Jen-Shin
2017-04-10Just set GITLAB_DATABASE in the scriptLin Jen-Shin
2017-04-10We cannot use array in yaml variablesLin Jen-Shin
2017-04-10Use GITLAB_DATABASE: $CI_JOB_NAME[1] so that weLin Jen-Shin
reduce variables definitions. Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10156#note_26811996
2017-04-10Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin
* upstream/master: (238 commits) Periodically clean up temporary upload files to recover storage space Add a name field to the group edit form Remove the User#is_admin? method Fix specs Enable RSpec/DescribeSymbol; update .rubocop_todo.yml Update rubocop-rspec 1.12.0 -> 1.15.0 Rename displaying_blame to blame Actually include WaitForAjax! Don't show Copy contents button on Blame page alfredo review changes Give explicit height to SVG icons for Safari Update MR title change icon Put back usernames in activity and profile feed Wait for AJAX requests to complete so they don't blow up if they are only handled after DatabaseCleaner has already run Revert yarn.lock changes add CHANGELOG.md entry for !10522 upgrade webpack-dev-server to fix issues with SockJS causing odd reload behavior in firefox upgrade webpack to v2.3.3 to resolve sourcemap issues Rever yarn.lock changes Revert yarn.lock file changes ...
2017-04-07Bump migration paths versionZ.J. van de Weg
Skimming over the job I noticed that the version is way behind in history, which ansich is a good thing. However, the first couple of migrations have been tested ad infinitum at this point, plus it adds to the number of objects to fetch for this job.
2017-04-07Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin
* upstream/master: (590 commits) Fixes failing spec Fix icon name error Rewrite system note helper Change edit icon Leave icon area blank if legacy note; remove diamond icon Fix positioning of note icons Fix newline errors Add remaining system note icons Add system notes icon helper; add icons Fixed specs Updated JS that was causing the hints to appear & then disappear Update tests Fix broken spinach test Reuse code Improve shortcuts code Adds ShortcutsDashboardNavigation to globals comment since its a global variable Fix shortcut specs Reorganize shortcut help menu Change todos shortcut to shift Change shortcuts Switch global shortcuts to shift; reuse key styles from help menu ...
2017-04-04Refactor test_utils bundleMike Greiling
2017-04-04Fetch the default number of commits (20) for docs:check jobsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-03Remove redundant steps from .gitlab-ci-yml configsbogdanvlviv
scripts/prepare_build.sh already does it
2017-03-30Test docs internal links checkAchilleas Pipinellis
2017-03-29Only upload/download knapsack reports from pgLin Jen-Shin
2017-03-28Switch back to original repositoryLin Jen-Shin
2017-03-28Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin
* upstream/master: (43 commits) Update CHANGELOG.md for 9.0.1 Support wider range of monitored environments with Prometheus Add changelog entry Don't include branch name in Knapsack report file Add a new `stub_mattermost_setting` stub helper to properly stub Mattermost settings Fixed issue boards sidebar alignment Fixed alignment of tooltip on card assignee Stops triggering board sidebar when clicking avatar Get rid of a third N+1 query problem Get rid of second N+1 query problem Get rid of a first N+1 query problem Add N+1 query problem specs for Issue and MergeRequest ReferenceFilter classes Fix Gitlab::EeCompatCheck: use `ee_branch_found` instead of `ee_branch` Use `:empty_project` where possible in service specs Adds entry about kebab case props in documentation Fix sub-nav highlighting for `Environments` and `Jobs` pages spread out webpack bundles per-line to reduce conflicts in EE Improve UX guide on tooltips Correct example value variable name. If wget fails, remove the empty file created ...
2017-03-28Don't include branch name in Knapsack report fileRémy Coutable
Otherwise, branches other than master won't benefit from Knapsack! Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-27Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin
* upstream/master: (127 commits) Fixed up issue boards JS specs Implement new service for creating user Add Changelog entry for pipeline retry fix Do not retry jobs multiple times when retrying a pipeline Update sentry-raven 2.0.2 -> 2.4.0 Update webmock 1.21.0 -> 1.24.6 Update spring 1.7.2 -> 2.0.1 Update simplecov 0.12.0 -> 0.14.1 Update pry-rails 0.3.4 -> 0.3.5 Update pry-byebug 3.4.1 -> 3.4.2 Update flay 2.6.1 -> 2.8.1 Optimize labels finder query Remove Tags filter from Projects Explore dropdown Update capybara-screenshot 1.0.11 -> 1.0.14 Update bullet 5.2.0 -> 5.5.1 Update brakeman 3.4.1 -> 3.6.1 Remove web-console gem Update better_errors 1.0.1 -> 2.1.1 Display flash message to unauthenticated user when creating new issue Activate group name toggle based on horizontal space ...
2017-03-27If wget fails, remove the empty file createdRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-27Merge branch '29772-store-knapsack-reports-in-s3' into 'master' Kamil Trzciński
Save Knapsack reports in S3 instead of in shared cache Closes #29772 See merge request !10192
2017-03-24Save Knapsack reports in S3 instead of in shared cacheRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-24Temporarily ignore Nokogiri CVE-2016-4658Robert Speicher
See https://gitlab.com/gitlab-org/gitlab-ce/issues/29992 for progress on updating this gem. In the meantime, we can't do anything about it quickly, so we'll ignore the CVE in `bundle-audit`
2017-03-24Merge branch 'improve-ee_check_compat-again' into 'master' Sean McGivern
Fetch deeper the tested branch before fetching master See merge request !9484
2017-03-24Test all on EE, only master on CE, and -mysql branchesLin Jen-Shin
2017-03-24Merge branch 'frontend-coverage-badge' into 'master' Grzegorz Bizon
Include JavaScript test coverage in coverage badge See merge request !10097
2017-03-24Fetch deeper the tested branch before fetching masterRémy Coutable
The tested branch is clone with a deep of 20 so if it has more than 20 commits, we need to deepen its hitory to be able to find the merge-base with origin/master. Also, detect prefixed EE branch as well, i.e. `ee-<branch>`. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-23Test both PostgreSQL and MySQL for the win.Lin Jen-Shin
2017-03-23Include JavaScript test coverage in coverage badge (!10097)winniehell
2017-03-23Run bundle install after checking out $CI_COMMIT_SHARémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-21Clean cache after bundlingZ.J. van de Weg
2017-03-21Only add frontend code coverage instrumentation when generating coverage reportMike Greiling
2017-03-20Fail trigger_docs if triggering build was not successfulwinniehell
2017-03-20Simplify trigger_docs build job for CE and EE (!9820)winniehell
2017-03-17Fix Slack link when on notifyZeger-Jan van de Weg
2017-03-16Merge branch 'remove-es6-extension-configuration' into 'master' Filipa Lacerda
Remove remaining references to .es6 file extension in our config files and documentation See merge request !9980
2017-03-16Futher rename the CI variablesZ.J. van de Weg
2017-03-16remove all references to the .es6 in our config files and documentationMike Greiling
2017-03-15Merge branch 'test-db-rollback' into 'master' Kamil Trzciński
Add a test which would rollback db and migrate again Closes #29106 See merge request !9908
2017-03-14Merge branch 'rs-capybara-screenshot-artifacts' into 'master' Kamil Trzciński
Store capybara screenshots as build artifacts Closes #13971 See merge request !7985
2017-03-14Split to two commands, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9908#note_25331127