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-09-05Use script_failure. Add runner_system_failure. Improve spec.Shinya Maeda
2017-09-05Fix specShinya Maeda
2017-09-05- Allow runner API to pass failure_reasonShinya Maeda
- Fix spec
2017-09-05Fix enum listsShinya Maeda
2017-08-16Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon
* master: (1000 commits) Fix username autocomplete group name with no avatar alignment Fix 'Projected tags' typo in protected_tags_spec.rb Many Repo Fixes Repo Editor Fixes Docs: New index for permissions link article from CI index link tech articles from the landing page new articles come first fix relative link fix date format Fixed changed files dropdown not being shown Update publication date Remove deprecated field from workhorse API responses Fix API responses when dealing with txt files Make sure MySQL would not use CURRENT_TIMESTAMP Add two more project templates Allow usage of any_projects? with an Array Copyedit Artifactory and GitLab article Rename Artifactory and GitLab article file Display GPG status loading spinner only when Ajax request is made ...
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-31Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into ↵Grzegorz Bizon
backstage/gb/migrate-stages-statuses * commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3': (270 commits) Add a note about EFS and GitLab log files Projects logo are not centered vertically on projects page Fix spec/features/projects/branches_spec Fixup POST /v3/:id/hooks and PUT /v3/:id/hooks/:hook_id Fix a spec that was assuming to be on the wrong page Add copy about search terms to ux guide Update documentation of user creation by replacing the 'confirm' param with 'skip_confirmation' Fix replying to commit comments on MRs from forks Fix 500 error when rendering avatar for deleted project creator Load and process at most 100 commits when pushing into default branch Ensure Gitlab::Application.routes.default_url_options are set correctly in Capybara + :js specs Add log messages to clarify log messages about API CSRF token verification failure Update gitlab_flow.md, Teatro seems to be completely dead, see also https://forum.gitlab.com/t/gitlab-flow-documentation-teatro/7774 Fix diff commenting results just after changing view Update CHANGELOG.md for 9.4.2 none is not a CSS Value for sizes ;-) Merge issuable "reopened" state into "opened" Make access level more compatible with EE Add link to JIRA article in docs Expand pipeline_trigger_service_spec by godfat request ...
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-24Do not implement CI/CD job to stage association yetGrzegorz Bizon
2017-07-20Use a new stage_id reference to a persisted stageGrzegorz Bizon
2017-07-11Freeze mutable constants in stages migration codeGrzegorz Bizon
2017-07-04Add a workaround for a tmp job -> stage relationGrzegorz Bizon
We still didn't migrate `ci_builds.stage_id`, so we can't use a belongs_to association. We also have `ci_builds.stage` string attribute, that we need to phase out in favor of `ci_stages.name`.
2017-06-20Check warnings when building compound status SQL queryGrzegorz Bizon
2017-06-20Add test for using overridden status method with scopesGrzegorz Bizon
2017-06-20Move custom compound status method to commit statusGrzegorz Bizon
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-05-22Test the ExpireJobCacheWorker and related changesZ.J. van de Weg
These were untested by the cherry picked commit.
2017-05-07Store retried in database for CI buildsKamil Trzcinski
2017-04-06Make sure that's canceledLin Jen-Shin
2017-04-06Fix typoLin Jen-Shin
2017-04-06Add missing tests and update test descriptionLin Jen-Shin
2017-04-06Also track auto-cancelling in jobs, detail:Lin Jen-Shin
Not only tracking auto-cancelling in pipelines, we'll also track this in jobs because pipelines could be retried and the information would get lost when this happened. Also erase auto-cancelling relation for pipelines when they're retried.
2017-03-28Make CI build to use optimistic locking only on status changeKamil Trzcinski
2017-03-06Fix Rubocop offenses in commit status/build specsGrzegorz Bizon
2017-03-06Ignore optional actions when calculating warningsGrzegorz Bizon
2017-03-06Improve specs for calculating pipeline result statusGrzegorz Bizon
2017-03-06Fix invalid description in commit status specsGrzegorz Bizon
2017-02-14Add specs for after_stage scope, update specs fileGrzegorz Bizon
2017-01-27Use `:empty_project` where possible in model specsRobert Speicher
2017-01-13revise sortable_name test formattingMike Greiling
2017-01-02prefer unit test on model over view testMike Greiling
2016-12-14Add some missing tests for detailed status methodsGrzegorz Bizon
2016-12-06Fix handling of allowed to failure jobsKamil Trzcinski
2016-10-03Add test for CommitStatus.exclude_ignoredLin Jen-Shin
2016-09-15Merge branch 'group-similar' into 'master' Rémy Coutable
Group similar builds We group builds by removing from the builds name two numbers which are delimited by whitespace or colon: * `name 0 1` => `name` * `name 0:1` => `name` * `name 0/1` => `name` * `name 0:1 ruby` => `name ruby` * `name 0/1 ruby` => `name ruby` * `0 1 name ruby` => `name ruby` * `0:1 name ruby` => `name ruby` * `0/1 name ruby` => `name ruby` See merge request !6242
2016-09-14Add more regexp testsKamil Trzcinski
2016-09-14Add grouping testsKamil Trzcinski
2016-09-13Fix stylingLin Jen-Shin
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-15Fix stage status shown for pipelinesKamil Trzcinski
2016-07-12Avoid `describe`-ing symbols in specsRobert Speicher
2016-06-21Fix builds API response not including commit dataGrzegorz Bizon
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-03Fix more places where we should rename ci_commit to pipelineKamil Trzcinski
2016-06-03Rename Ci::Build commit to pipelineKamil Trzcinski
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
2016-04-18Fix testsKamil Trzcinski
2016-04-16Write specs for this featureKamil Trzcinski
2016-04-12Fix specsKamil Trzcinski
2016-01-06Annotate modelsStan Hu