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
path: root/spec
AgeCommit message (Collapse)Author
2018-06-06Merge branch 'ide-merge-requests-components' into 'master'Filipa Lacerda
Show merge requests in IDE Closes #45184 See merge request gitlab-org/gitlab-ce!19318
2018-06-06Merge branch '42751-rename-master-to-maintainer' into 'master'Sean McGivern
Resolve "Rename the `Master` role to `Maintainer`" Closes #42751 See merge request gitlab-org/gitlab-ce!19080
2018-06-06Move GC/Repack to OptOutKim Carlbäcker
2018-06-06Add a custom storage config instead of overwritingBob Van Landuyt
Otherwise the ApplicationSetting that is currently stored would be invalid as it specifies a storage that is not configured
2018-06-06Merge branch 'live-trace-v2-persist-data' into 'master'Kamil Trzciński
Live trace: Rescue stale live trace See merge request gitlab-org/gitlab-ce!18680
2018-06-06fix lock specMark Chao
2018-06-06group runnersMark Chao
2018-06-06change wordingMark Chao
2018-06-06Fix specMark Chao
2018-06-06Rename “Developers + Masters”Mark Chao
2018-06-06Merge branch 'sh-improve-import-status-error' into 'master'Fatih Acet
Show a more helpful error for import status Closes #47365 See merge request gitlab-org/gitlab-ce!19467
2018-06-06component specsPhil Hughes
2018-06-06Rename worker to ArchiveTracesCronWorkerShinya Maeda
2018-06-06Merge branch 'rails5-fix-47376' into 'master'Yorick Peterse
Rails 5 fix glob spec Closes #47376 See merge request gitlab-org/gitlab-ce!19469
2018-06-06Adjust monitoring graphs to support widgets in EEMike Greiling
2018-06-06Merge branch '47189-github_import_visibility' into 'master'Douwe Maan
Use Github repo visibility during import while respecting restricted visibility levels Closes #47189 See merge request gitlab-org/gitlab-ce!19450
2018-06-06Merge branch '45821-avatar_api' into 'master'Rémy Coutable
Add Avatar API Closes #45821 See merge request gitlab-org/gitlab-ce!19121
2018-06-06fix broken specsMike Greiling
2018-06-06fixed mutations specPhil Hughes
2018-06-06fixed karmaPhil Hughes
2018-06-06Merge branch 'bvl-graphql-start-34754' into 'master'Douwe Maan
GraphQL setup: Basic Project and Merge request endpoint Closes #34754 See merge request gitlab-org/gitlab-ce!19008
2018-06-06Use Github repo visibility during import while respecting restricted ↵Imre Farkas
visibility levels
2018-06-06find assets in test for CI and local testAlexis Reigel
Due to the change in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14583/diffs we can't use the same method to access assets in a CI and the local test environment anymore.
2018-06-06Merge branch 'ide-jobs-log' into 'master'Filipa Lacerda
Show job logs in web IDE Closes #46245 See merge request gitlab-org/gitlab-ce!19279
2018-06-06Merge branch 'jprovazn-uploader-migration' into 'master'Sean McGivern
Migrate jobs in object_storage_upload queue Closes gitlab-ee#4811 See merge request gitlab-org/gitlab-ce!19180
2018-06-06Simplify error message handling in Projects::CreateServiceStan Hu
There's no need to add a redundant message to the errors if the model is invalid. This cleans up the message as well for the importer.
2018-06-06Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt
- All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601
2018-06-06Fix typos and add a small specShinya Maeda
2018-06-06Fix specs for exclusive leaseShinya Maeda
2018-06-06Fix the query to select stale live tracesShinya Maeda
2018-06-06Move find_builds_from_stale_live_traces method to Ci::BuildShinya Maeda
2018-06-06Rename find_stale_in_batches to find_builds_from_stale_live_trace. Fix commentsShinya Maeda
2018-06-06Fix ambiguous stuck ci job worker's spec. Rename lease key of archiveShinya Maeda
2018-06-06Add tests for each new codeShinya Maeda
2018-06-06Fix spec fiel locationShinya Maeda
2018-06-06Add testsShinya Maeda
2018-06-06Show a more helpful error for import statusStan Hu
Importing a project from GitHub for a project namespace that already exists would show an unhelpful error, "An error occurred while importing project." We now add the base message from Projects::CreateService when this fails. Closes #47365
2018-06-06Merge branch ↵Grzegorz Bizon
'47196-actionview-missingtemplate-missing-template-projects-merge_requests-invalid-projects-merge_requests-application-invalid-pr' into 'master' Resolve "ActionView::MissingTemplate: Missing template projects/merge_requests/invalid, projects/merge_requests/application/invalid, pr..." Closes #47196 See merge request gitlab-org/gitlab-ce!19356
2018-06-06Merge branch '46858-triggered-at' into 'master'Kamil Trzciński
Resolve "Manual job's triggered by datetime is wrong" Closes #46858 See merge request gitlab-org/gitlab-ce!19438
2018-06-06Adds #human_import_status_name to make it comply with ↵Tiago Botelho
ProjectImportState#human_status_name
2018-06-06Add Avatar APIImre
2018-06-06Merge remote-tracking branch 'origin/master' into ↵Luke Bennett
39549-label-list-page-redesign-with-draggable-labels
2018-06-06Merge branch '25045-add-variables-to-post-pipeline-api' into 'master'Grzegorz Bizon
Resolve "POST api/v4/projects/:id/pipeline should accept variables" Closes #25045 See merge request gitlab-org/gitlab-ce!19124
2018-06-06added empty statePhil Hughes
2018-06-06Merge branch 'rails5-fix-47368' into 'master'Rémy Coutable
Rails 5 fix unknown keywords: changes, key_id, project, gl_repository, action,… Closes #47368 See merge request gitlab-org/gitlab-ce!19466
2018-06-06component specsPhil Hughes
2018-06-06store specsPhil Hughes
2018-06-06Rails 5 fix glob specJasper Maes
2018-06-06Merge branch 'rs-markdown-spec-performance' into 'master'Rémy Coutable
Combine multiple `it` blocks to improve Markdown feature spec times Closes #47348 See merge request gitlab-org/gitlab-ce!19447
2018-06-06Rails 5 fix unknown keywords: changes, key_id, project, gl_repository, ↵Jasper Maes
action, secret_token, protocol