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-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-03Fix intermittent failing spec in spec/support/helpers/cycle_analytics_helpers.rbStan Hu
There was a race condition in the spec where if the commit is created on disk within a second of the frozen `Timecop` time, the test fails. Closes #43981
2018-03-01Adapt cycle analytics spec helper and cycle analytics usage data specTiago Botelho
2018-02-28Refactors median code to work with both single and multiple projectsTiago Botelho
2018-01-05Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda
* master: (200 commits) Fix issue boards scroll config. Added multi editor setting on the profile preferences page fix missing import of timeWeek which would cause errors in prometheus graphs with deployments Remove downcase from special path helper Rename db:seed_fu-{pg,mysql} to gitlab:setup-{pg,mysql} Fix error when viewing diffs without blobs Moves prettier to dev dependency Eager load event target authors whenever possible Do not run ee_compat_check on security branches Include integration tests in CE/EE testing documentation 41054-Disallow creation of new Kubernetes integrations Resolve "Resizable file list and commit panel" Make tooltip placement bottom by default as per design guidelines Fix groups list icon, timestamp alignment and row height Avoid leaving a push event empty if payload cannot be created Move git operations for UpdateRemoteMirrorService into Gitlab::Git Move delete_remote_branches from Gitlab::Shell to Gitlab::Git::Repository Move push_remote_branches from Gitlab::Shell to Gitlab::Git::Repository Update Kubernetes service documentation fix issue #37843 ...
2018-01-04Fix cycle analytics specsGrzegorz Bizon
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-11-22Just define allowed_ids and override it with empty valueLin Jen-Shin
if not needed for those sub-classes.
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-22Add transient head_pipeline_of to pipeline factoriesFelipe Artur
2017-05-08Fix specs 2Felipe Artur
2017-05-08Fix SpecsFelipe Artur
2017-05-08Merge branch '28359-skip-process-commit-worker-unless-issues-referenced' ↵Dmitriy Zaporozhets
into 'master' Use regex to skip unnecessary reference processing in ProcessCommitWorker Closes #28359 See merge request !10867
2017-05-04Cycle analytics specs needed Commit to reference issueJames Edwards-Jones
The plan stage both measures time taken and lists related commits. We test for commits being listed, so needed to actually mention the issue in them. An alternative would have been adding “allow_any_instance_of(Commit).to receive(:matches_cross_reference_regex?).and_return(true)” but this felt too coupled to implementation.
2017-05-01Auto-correct `RSpec/DescribedClass` violationsRobert Speicher
2017-02-07fix specJames Lopez
2017-02-06add specJames Lopez
2017-02-06user project and not empty_project as we need the repo stuffJames Lopez
2017-02-06fix typo [ci skip]James Lopez
2017-02-06Add limit to the number of events showed in cycle analytics and specJames Lopez
2017-01-25Use `:empty_project` where possible throughout spec/libRobert Speicher
2017-01-17refactored a bunch of stuff based on feedbackJames Lopez
2017-01-17fix specsJames Lopez
2017-01-17refactored metrics fetcher - merged into stage and eventsJames Lopez
2017-01-17fix specs, refactor missing bits from events stuffJames Lopez
2017-01-17big refactor based on MR feedbackJames Lopez
2017-01-17fix spec failures after mergeJames Lopez
2017-01-17few fixes after mergeJames Lopez
2017-01-17refactor cycle analytics - updated based on MR feedbackJames Lopez
2017-01-17Fix other spec failuresJames Lopez
2017-01-17Fix other spec failuresJames Lopez
2017-01-17fixed stage entity and added missing stage specsJames Lopez
2016-12-04Update effected testsZ.J. van de Weg
2016-12-01Pass commit data to ProcessCommitWorkerYorick Peterse
By passing commit data to this worker we remove the need for querying the Git repository for every job. This in turn reduces the time spent processing each job. The migration included migrates jobs from the old format to the new format. For this to work properly it requires downtime as otherwise workers may start producing errors until they're using a newer version of the worker code.
2016-11-23Fix and relevant spec for plan stage breaking with nil commitsJames Lopez
2016-11-21Added permissions per stage to cycle analytics endpointJames Lopez
2016-11-18refactored updater and updated specsJames Lopez
2016-11-18fix small typoJames Lopez
2016-11-18added new build updater, specs and refactored allowed_idsJames Lopez
2016-11-18run pipeline worker in cycle analytics dev setupJames Lopez
2016-11-18refactor eventsJames Lopez
2016-11-18fix spec failuresJames Lopez
2016-11-17more refactoring and added some auth checksJames Lopez
2016-11-17fix specsJames Lopez
2016-11-17refactor events facade so it uses separate classes and refactor query stuffJames Lopez
2016-11-17added custom date helper and spec and fixed some unrelated spec failuresJames Lopez
2016-11-17Refactor all query config stuff into separate classes and added specsJames Lopez