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-09-07UX review: move explanation text above text field45560-provide-zero-configuration-domain-name-for-auto-devops-using-nip-ioThong Kuah
2018-09-06Add missing specs for Project#auto_devops_variablesThong Kuah
2018-09-06Move to defining AUTO_DEVOPS_DOMAIN in Ci::Build#persisted_environment_variablesThong Kuah
2018-08-30Preparation to enable multi-cluster ingress default domainsThong Kuah
Move AUTO_DEVOPS_DOMAN to deployment variables, which already has environment support. Adds #deployment_cluster on DeploymentPlatform Full integration specs for AUTO_DEVOPS_DOMAIN variable using `Ci::Build#scoped_variable_hash` Remove Project#cluster_ingress_domain as we will not use it in its current form for multi-cluster help text. Sorting out the UX for multi-cluster Auto Devops domain is a future release issue.
2018-08-28Rename method after feedback.Thong Kuah
2018-08-28Update the quick start guide for Auto Devops to skip setting the base domain.Thong Kuah
As GitLab now sets the base domain via the * ingress using nip.io Instead, mention the new default behaviour of base domain. Also, updated Auto Devops settings image above with new help text.
2018-08-28Update documentation for Auto DevOps base domain - document nip.io based defaultThong Kuah
2018-08-28Revise help text for base domain field after feedbackThong Kuah
2018-08-28Amend help text for Auto DevOps base domain field so that it reflects that ↵Thong Kuah
we have a default value for the domain - Show the default nip.io domain - Instruct the user that they can create a Kubernetes cluster to get the default domain generated. - Instruct the user that they can use their own domain as well. Also, update the docs for base domain to document nip.io defaults
2018-08-28Test on #to_hash so that we can be sure that over-riding the default domain ↵Thong Kuah
works. It turns out that when the collection contains two AUTO_DEVOPS_DOMAIN variables (`example.com` and `127.0.0.1.nip.io`) it will return true for both `is_expected.to include(domain_variable(value: 'example.com')` and is_expected.to include(domain_variable(value: '127.0.0.1.nip.io')`
2018-08-28Set AUTO_DEVOPS_DOMAIN default based on the ingress external_ip to enable ↵Thong Kuah
zero-config domain name for the Auto Devops flow. Allow the ingress default to be overriddable by the `predefined_variables` of the project's `auto_devops` Uses #deployment_platform which already handles all the logic to find the cluster with `*` environment scope. Create #cluster_ingress_domain as its own method so that it can be used in the frontend - for help text for the autodevops domain input field and also to decide if the warning message about `missing_auto_devops_domain` is shown or not. Add Changelog entry DRY up the tests for checking which value for the domain is used Allow the environment scope for the cluster to be passed in for EE purposes
2018-08-28Fix spelling in spec context descriptionThong Kuah
2018-08-21Merge branch '49993-fix-remember-sorting-issue-mr' into 'master'Sean McGivern
Resolve "Separate remembering sorting issues/merge requests" Closes #49993 See merge request gitlab-org/gitlab-ce!21153
2018-08-21Resolve "Separate remembering sorting issues/merge requests"🙈 jacopo beschi 🙉
2018-08-21Merge branch 'ce-6752-jira-branches' into 'master'Sean McGivern
Backport of gitlab-org/gitlab-ee!6876 See merge request gitlab-org/gitlab-ce!21266
2018-08-21Merge branch '49179-fill-with-js-directly-qa' into 'master'Grzegorz Bizon
Resolve "[QA] Automation Triage 11.1.0 RC9 - Filling textarea with deploy key timeouts sometime" Closes #49179 See merge request gitlab-org/gitlab-ce!21258
2018-08-21Merge branch 'fa-add_jira_specs' into 'master'Sean McGivern
Add JIRA service specs to commit object See merge request gitlab-org/gitlab-ce!21116
2018-08-21Add JIRA service specs to commit objectFelipe Artur
2018-08-21Merge branch '48869-wiki-slugs-with-spaces' into 'master'Sean McGivern
Resolve "Wiki: links with spaces in the url render incorrectly with CommonMark" See merge request gitlab-org/gitlab-ce!20417
2018-08-21Resolve "Wiki: links with spaces in the url render incorrectly with CommonMark"Brett Walker
2018-08-21Merge branch '50323-fix-clusters-application-prometheus-test' into 'master'Grzegorz Bizon
Resolve "Fix bad test from 20765 MR" Closes #50323 See merge request gitlab-org/gitlab-ce!21219
2018-08-21Merge branch 'qa-staging-2' into 'master'Grzegorz Bizon
[QA] Improve the fork scenario to take a username and password instead of always… Closes gitlab-org/quality/staging#2 See merge request gitlab-org/gitlab-ce!21090
2018-08-21Merge branch 'ce-ccr/6274_add_weight_to_payload' into 'master'Rémy Coutable
Port of ccr/6274/add_weight_to_payload to CE See merge request gitlab-org/gitlab-ce!21315
2018-08-21Port of ccr/6274/add_weight_to_payload to CEChantal Rollison
2018-08-21Merge branch 'fix_events_permission_#49255' into 'master'Grzegorz Bizon
Add authenticate to events api. fix #49255 Closes #49255 See merge request gitlab-org/gitlab-ce!20627
2018-08-21Merge branch 'qa-fix-broken-pathing' into 'master'Rémy Coutable
fix broken pathing (remove extraneous ../) See merge request gitlab-org/gitlab-ce!21318
2018-08-21fix broken pathing (remove extraneous ../)Dan Davison
2018-08-21Merge branch '42754-runners-pagination' into 'master'Mike Greiling
Resolve "UX bug in CI Runner settings on projects with many runners" Closes #42754 See merge request gitlab-org/gitlab-ce!21314
2018-08-21Backport of gitlab-org/gitlab-ee!6876Mario de la Ossa
2018-08-21Merge branch '48145-illustration' into 'master'Annabel Gray
Resolve "Job page illustration overflows on mobile" Closes #48145 See merge request gitlab-org/gitlab-ce!21313
2018-08-20Merge branch '50019-remove-redundant-header-from-metrics-page' into 'master'Clement Ho
Resolve "Remove redundant header from metrics page" Closes #50019 See merge request gitlab-org/gitlab-ce!21282
2018-08-20Resolve "Remove redundant header from metrics page"Adriel Santiago
2018-08-20Merge branch 'qa-smoke-tests' into 'master'Rémy Coutable
add initial smoke tests and documentation See merge request gitlab-org/gitlab-ce!20568
2018-08-20add initial smoke tests and documentationDan Davison
2018-08-20Merge branch '6010_remove_gemnasium_service' into 'master'Rémy Coutable
Remove Gemnasium service See merge request gitlab-org/gitlab-ce!21185
2018-08-20Remove Gemnasium serviceGilbert Roulot
2018-08-20Does not collapse runners section when using paginationFilipa Lacerda
Includes settings hash on runners pagination links
2018-08-20Define width as max-width to allow svgs to scale in smaller screensFilipa Lacerda
2018-08-20Merge branch 'patch-24' into 'master'Rémy Coutable
use nfs4 mount to match other docs See merge request gitlab-org/gitlab-ce!21270
2018-08-20Merge branch 'master' into 'master'Grzegorz Bizon
#47845 - Propagate failure_reason to job webhook See merge request gitlab-org/gitlab-ce!21143
2018-08-20Merge branch 'fix-flaky-code-quality-auto-devops-qa' into 'master'Grzegorz Bizon
Disable code_quality check in auto devops QA integration test See merge request gitlab-org/gitlab-ce!21304
2018-08-20Merge branch 'define-abstraction-levels' into 'master'Dmitriy Zaporozhets
Refactor AutocompleteController See merge request gitlab-org/gitlab-ce!20908
2018-08-20Merge branch 'patch-21' into 'master'Kamil Trzciński
clarify runners currently online text See merge request gitlab-org/gitlab-ce!21151
2018-08-20clarify runners currently online textBen Bodenmiller
2018-08-20Refactor AutocompleteControllerYorick Peterse
This refactors the AutocompleteController according to the guidelines and boundaries discussed in https://gitlab.com/gitlab-org/gitlab-ce/issues/49653. Specifically, ActiveRecord logic is moved to different finders, which are then used in the controller. View logic in turn is moved to presenters, instead of directly using ActiveRecord's "to_json" method. The finder MoveToProjectFinder is also adjusted according to the abstraction guidelines and boundaries, resulting in a much more simple finder. By using finders (and other abstractions) more actively, we can push a lot of logic out of the controller. We also remove the need for various "before_action" hooks, though this could be achieved without using finders as well. The various finders related to AutcompleteController have also been moved into a namespace. This removes the need for calling everything "AutocompleteSmurfFinder", instead you can use "Autocomplete::SmurfFinder".
2018-08-20Merge branch 'patch-29' into 'master'Rémy Coutable
Update CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!21286
2018-08-20Merge branch 'patch-28' into 'master'Rémy Coutable
Update README.md See merge request gitlab-org/gitlab-ce!21285
2018-08-20Merge branch 'dosuken123-master-patch-47251' into 'master'Rémy Coutable
Fix code quality reports See merge request gitlab-org/gitlab-ce!21275
2018-08-20Disable code_quality check in auto devops QA integration testDylan Griffith
This test takes too long and leads to flakiness so we disable it for now until somebody can figure out why it takes longer than 20 minutes to finish.
2018-08-20Documentation for failure_reason in job webhookMaciej Sokolowski