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-02-23Merge branch 'bvl-external-auth-port' into 'master'Douwe Maan
Port `read_cross_project` ability from EE See merge request gitlab-org/gitlab-ce!17208
2018-02-23Add Tip about Push to Create project on New Project pageAndré Luís
2018-02-23Merge branch '41619-turn-on-legacy-authorization-for-new-clusters-on-gke' ↵Kamil Trzciński
into 'master' Enable "Legacy Authorization" by default when creating a Cluster on GCP Closes #41619 See merge request gitlab-org/gitlab-ce!17302
2018-02-23Merge branch '42431-add-auto-devops-and-clusters-button-to-projects' into ↵Rémy Coutable
'master' Add a button on the project page to set up a Kubernetes cluster and enable Auto DevOps Closes #42431 See merge request gitlab-org/gitlab-ce!16900
2018-02-23Modify cluster creation API method to enable legacy_apac as defaultMayra Cabrera
GKE 1.8 has RBAC on by default, since GKE has bumped the default version to 1.8.7 RBAC is now on, and we don't support that out of the box. This was also avoiding cluster applications (tiller, prometheus, etc), to be installed. Closes #41619
2018-02-22Merge branch '43373-fix-cache-index-appending' into 'master'Kamil Trzciński
Resolve "cache key for CI stopped working" Closes #43373 See merge request gitlab-org/gitlab-ce!17260
2018-02-22Use `Redactor` to hide cross project informationBob Van Landuyt
Since the redactor can be run on multiple documents at once and query results are stored in the request store.
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-22Merge branch 'fix-500-for-invalid-upload-path' into 'master'Sean McGivern
Fix 500 error when loading an invalid upload URL Closes gitlab-ee#4998 See merge request gitlab-org/gitlab-ce!17267
2018-02-22Update enabled Kubernetes cluster button to "Kubernetes configured"Eric Eastwood
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16900#note_60175507
2018-02-22Merge branch 'master' into 42431-add-auto-devops-and-clusters-button-to-projectsEric Eastwood
2018-02-22Merge branch '42332-actionview-template-error-366-524-out-of-range' into ↵Douwe Maan
'master' Resolve "ActionView::Template::Error: 366..524 out of range" Closes #42332 See merge request gitlab-org/gitlab-ce!17262
2018-02-22Fix 500 error when loading an invalid upload URLSean McGivern
2018-02-22Merge branch '43495-spec-failure-spec-features-users_spec-rb' into 'master'Sean McGivern
Resolve "Spec failure: spec/features/users_spec.rb" Closes #43495 See merge request gitlab-org/gitlab-ce!17289
2018-02-22Fix 500 error when diff context line has broken encodingSean McGivern
Rugged sometimes chops a context line in between bytes, resulting in the context line having an invalid encoding: https://github.com/libgit2/rugged/issues/716 When that happens, we will try to detect the encoding for the diff, and sometimes we'll get it wrong. If that difference in encoding results in a difference in string lengths between the diff and the underlying blobs, we'd fail to highlight any inline diffs, and return a 500 status to the user. As we're using the underlying blobs, the encoding is 'correct' anyway, so if the string range is invalid, we can just discard the inline diff highlighting. We still report to Sentry to ensure that we can investigate further in future.
2018-02-22Fix user feature specs that were hardcoding 'user1'Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-22Merge branch 'fix-squash-with-renamed-files' into 'master'Grzegorz Bizon
Fix squash with renamed files Closes gitlab-ee#4975 See merge request gitlab-org/gitlab-ce!17216
2018-02-22Merge branch 'zj-branch-contains-git-message' into 'master'Douwe Maan
Allow branchnames to be named the same as the commit it points to See merge request gitlab-org/gitlab-ce!17231
2018-02-22Merge branch ↵Filipa Lacerda
'42886-followup-to-new-design-for-cancel-stop-pipeline-confirmation' into 'master' Resolve "Followup to New design for cancel/stop pipeline confirmation" Closes #42886 See merge request gitlab-org/gitlab-ce!17106
2018-02-22Merge branch 'ce-gitaly-squash-in-progress' into 'master'Grzegorz Bizon
[CE] Incorporate Gitaly's RepositoryService.IsSquashInProgress RPC See merge request gitlab-org/gitlab-ce!17002
2018-02-22Fix repo existence check in GitAccessWikiJacob Vosmaer (GitLab)
2018-02-22Merge branch 'master' into ↵Shah El-Rahman
42886-followup-to-new-design-for-cancel-stop-pipeline-confirmation
2018-02-22Merge branch 'mk-improve-background-migration-specs' into 'master'Stan Hu
Improve background migration specs See merge request gitlab-org/gitlab-ce!17162
2018-02-21Incorporate Gitaly's RepositoryService.IsSquashInProgress RPCAlejandro Rodríguez
2018-02-21Rest of Dispatcher RefactorJacob Schatz
2018-02-21Handle branch and tag names which are commit idsZeger-Jan van de Weg
Adds a test where a branch name is also a valid commit id. Git, the binary should create an error message which is difficult to parse and leading to errors later, as seen in: gitlab-org/gitlab-ce#43222 To catch these cases in the future, gitlab-test@1942eed5cc108b19c7405106e81fa96125d0be22 was created. Which a branch name matching the commit
2018-02-21#28481: Display time tracking totals on milestone pageRiccardo Padovani
2018-02-21Merge branch '36847-update-update-toml-rb-to-1.0.0' into 'master'Rémy Coutable
Resolve "[Gem Update] update toml-rb to 1.0.0" Closes #36847 See merge request gitlab-org/gitlab-ce!17259
2018-02-21Merge branch 'add-pagination-commit-diffs' into 'master'Robert Speicher
Add missing pagination on the commit diff endpoint Closes #43370 See merge request gitlab-org/gitlab-ce!17203
2018-02-21Merge branch '26039-Update-to-github-linguist5.3.x' into 'master'Robert Speicher
Resolve "Update to github-linguist 5.3.x" Closes #26039 See merge request gitlab-org/gitlab-ce!17241
2018-02-21Merge branch ↵Rémy Coutable
'40668-pages-domain-api-returns-404-when-using-a-specific-domain' into 'master' Resolve "Pages Domain API returns 404 when using a specific domain" Closes #40668 See merge request gitlab-org/gitlab-ce!17206
2018-02-21Merge branch 'refactor-issuable-finder-to-use-inheritance' into 'master'Rémy Coutable
Refactor IssuableFinder to extract model-specific logic See merge request gitlab-org/gitlab-ce!17236
2018-02-21Make ruby-lint happyOswaldo Ferreira
2018-02-21Merge branch 'ce-3776-ci-view-for-sast' into 'master'Phil Hughes
CE port of changes made to the pipeline bundle in EE - Fixes typos and adds i18n See merge request gitlab-org/gitlab-ce!17176
2018-02-21Merge branch 'move-project-pages-to-rspec' into 'master'Rémy Coutable
Move project pages spinach tests to Rspec See merge request gitlab-org/gitlab-ce!17256
2018-02-21Change cache index delimiter to character not recognizable as variable partTomasz Maczukin
2018-02-2136847 - update toml-rb to 1.0.0Ken
36847 - add changelog
2018-02-21Refactor IssuableFinder to extract model-specific logicSean McGivern
By extracting a new `filter_items` method, we can override that in the IssuesFinder and MergeRequestsFinder separately, so we don't need checks that the model is the correct one, because we can just use the class we're in to know that. We can do the same for the VALID_PARAMS constant, by making it a class method.
2018-02-21Move project pages spinach tests to RspecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-02-21Do not count rails sql cache as queries in query limitingDylan Griffith
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-21Add unit tests to presenter methodsOswaldo Ferreira
2018-02-20Prefer `table` helper in migration specsMichael Kozono
2018-02-20Move TrackUntrackedUploadsHelpersMichael Kozono
into MigrationsHelpers namespace just for organization.
2018-02-20Explicitly reference redefined modelsMichael Kozono
And move UntrackedFile into PopulateUntrackedUploadsDependencies, and move its spec into its own file.
2018-02-20Move default_project_view tests to presenterOswaldo Ferreira
2018-02-2026039 - update github-linguist to 5.3.3 versionKen
26039 - add merge request id 26039 change due to lingust source file updates
2018-02-20Move button list logic to project presenterOswaldo Ferreira
2018-02-20Add unit tests for Gitaly typesZeger-Jan van de Weg
2018-02-20Merge branch 'move-spintach-project-network-graph-to-rspec' into 'master'Rémy Coutable
Move spinach project network graph tests to RSpec See merge request gitlab-org/gitlab-ce!17171