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
2019-04-09Merge branch 'docs-fix-page-specific-javascript-link' into 'master'Achilleas Pipinellis
Fix page specific JavaScript link in documentation See merge request gitlab-org/gitlab-ce!27162
2019-04-09Fix page specific JavaScript link in documentationMark Florian
2019-04-09Merge branch 'docs/update-registry-user' into 'master'Achilleas Pipinellis
Update auth with registry docs See merge request gitlab-org/gitlab-ce!27148
2019-04-09Update auth with registry docsEvan Read
2019-04-09Merge branch '46326-environment-url-validation' into 'master'Kamil Trzciński
Add environment url validation Closes #46326 See merge request gitlab-org/gitlab-ce!26805
2019-04-09Add environment url validationWolphin
2019-04-09Merge branch 'prevent-running-mr-pipelines-when-target-updated' into 'master'Kamil Trzciński
Create pipelines for merge requests **only** when source branch is updated See merge request gitlab-org/gitlab-ce!26921
2019-04-09Merge branch '30157-api-expose-single-environment' into 'master'Kamil Trzciński
Add new API endpoint to expose single environment Closes #30157 See merge request gitlab-org/gitlab-ce!26887
2019-04-09Add new API endpoint to expose single environmentKrasimir Angelov
This is resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/30157. Implement new API endpoint `/projects/:id/environments/:environment_id` to expose single environment. Include information for environment's last deployment if there is one.
2019-04-09Merge branch 'winh-jest-no-jasmine-globals' into 'master'Kushal Pandya
Enable ESLint rule jest/no-jasmine-globals See merge request gitlab-org/gitlab-ce!27137
2019-04-09Merge branch ↵Phil Hughes
'ce-6099-move-ee-differences-for-app-views-admin-users-show-html-haml' into 'master' CE backport: Move EE differences for `app/views/admin/users/show.html.haml` Closes gitlab-ee#6099 See merge request gitlab-org/gitlab-ce!26874
2019-04-09Merge branch '59708-vendor-css' into 'master'Phil Hughes
Adds a vendors folder for third party CSS Closes #59694 and #59708 See merge request gitlab-org/gitlab-ce!27119
2019-04-09Adds a vendors folder for third party CSSFilipa Lacerda
Does not run stylelint for the vendors folder
2019-04-09Fixed EE differences in noteable_note.vuePhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9972
2019-04-09Merge branch 'note-body-ee-differences' into 'master'Filipa Lacerda
Fixed EE differences in note_body.vue Closes gitlab-ee#9968 See merge request gitlab-org/gitlab-ce!27126
2019-04-09Merge branch 'winh-filtered_search_boards' into 'master'Phil Hughes
Remove EE-specific changes from FilteredSearchBoards (CE-backport) See merge request gitlab-org/gitlab-ce!27122
2019-04-09Replace jasmine.createSpy() with jest.fn()Winnie Hellmann
2019-04-09Run yarn eslint --fixWinnie Hellmann
2019-04-09Enable ESLint rule jest/no-jasmine-globalsWinnie Hellmann
2019-04-09Merge branch 'revert-e4b2c3b0' into 'master'Stan Hu
Revert "Merge branch 'fix-ide-web-worker-relative-url' into 'master'" Closes #60217 See merge request gitlab-org/gitlab-ce!26066
2019-04-09Merge branch 'issue-58418-release-notes' into 'master'Rémy Coutable
Set Release Name When Adding Release Notes to an Existing Tag Closes #58418 See merge request gitlab-org/gitlab-ce!26807
2019-04-09Set release name when adding release notes to an existing tagJason Goodman
Also set the release sha and author
2019-04-09Revert "Merge branch 'fix-ide-web-worker-relative-url' into 'master'"Mike Greiling
This reverts merge request !26015
2019-04-09CE port: Move EE differences for `app/views/admin/users/show.html.haml`Dennis Tang
2019-04-09Merge branch 'gitlab-managed-apps' into 'master'Evan Read
Name GitLab managed apps See merge request gitlab-org/gitlab-ce!27129
2019-04-09Merge branch 'fix_qa_auto_devops_ci_masking_variable' into 'master'Ramya Authappan
QA: Change CI value to something that can be masked See merge request gitlab-org/gitlab-ce!27146
2019-04-09Merge branch 'docs-anchors-predefined-variables' into 'master'Evan Read
Docs: Update predefined_variables.md to fix anchor See merge request gitlab-org/gitlab-ce!27127
2019-04-09Docs: Update predefined_variables.md to fix anchorMarcel Amirault
2019-04-09Merge branch 'patch-50' into 'master'Evan Read
Update Okta configuration notes See merge request gitlab-org/gitlab-ce!27076
2019-04-09Update Okta configuration notesBlair Lunceford
2019-04-09Fix icon colors of related MRs widgetFatih Acet
2019-04-09Remove unused CSS class in Related MRs widgetFatih Acet
2019-04-09Update service to handle unexpected exceptionsLuke Duncalfe
This will ensure that now and in the future, PushOptionsHandlerService will not cause the post_receive API endpoint from running other code if something causes an unknown exception.
2019-04-09Feature flag for merge requestion push optionsLuke Duncalfe
https://gitlab.com/gitlab-org/gitlab-ce/issues/43263 https://gitlab.com/gitlab-org/gitlab-ce/issues/53198
2019-04-09Refactor PushOptionsHandlerService from reviewLuke Duncalfe
Exceptions are no longer raised, instead all errors encountered are added to the errors property. MergeRequests::BuildService is used to generate attributes of a new merge request. Code moved from Api::Internal to Api::Helpers::InternalHelpers.
2019-04-09Add methods to check dead and retrying jobsOswaldo Ferreira
It adds two methods for checking if a background job (for a given class) has dead or retrying jobs.
2019-04-09Merge branch 'mk/follow-up-fix-default-project-creation-migration' into 'master'Kamil Trzciński
Fix default_project_creation already exists See merge request gitlab-org/gitlab-ce!27144
2019-04-09Fix the backported migrationMichael Kozono
For those who upgraded to a version that included the previous backport implementation with migration 20190311132500.
2019-04-09Use have_gitlab_http_status in runner_specMatija Čupić
2019-04-09Support merge on pipeline success w/ push optionsLuke Duncalfe
MergeRequests::PushOptionsHandlerService has been updated to allow creating and updating merge requests with the `merge_when_pipeline_succeeds` set using git push options. To create a new merge request and set it to merge when the pipeline succeeds: git push -u origin -o merge_request.create \ -o merge_request.merge_when_pipeline_succeeds To update an existing merge request and set it to merge when the pipeline succeeds: git push -u origin -o merge_request.merge_when_pipeline_succeeds Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/53198
2019-04-09Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe
Previously the raw push option Array was sent to Pipeline::Chain::Skip. This commit updates this class (and the chain of classes that pass the push option parameters from the API internal `post_receive` endpoint to that class) to treat push options as a Hash of options parsed by GitLab::PushOptions. The GitLab::PushOptions class takes options like this: -o ci.skip -o merge_request.create -o merge_request.target=branch and turns them into a Hash like this: { ci: { skip: true }, merge_request: { create: true, target: 'branch' } } This now how Pipeline::Chain::Skip is determining if the `ci.skip` push option was used.
2019-04-09Change value to something that can be maskedThong Kuah
The current value cannot be masked[1] but CI variables default to masked. Rather than implementing a toggle for the masking control, simply change the value to something that can be masked. [1] Currently, "simple" values can be masked: * it should be a single line * it should not have escape characters * it should not use variables * it should not have any whitespace * it should be longer than 8 characters https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25476
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
2019-04-09Change double quote strings to single quotesLuke Duncalfe
2019-04-09Support merge request create with push optionsLuke Duncalfe
To create a new merge request: git push -u origin -o merge_request.create To create a new merge request setting target branch: git push -u origin -o merge_request.create \ -o merge_request.target=123 To update an existing merge request with a new target branch: git push -u origin -o merge_request.target=123 A new Gitlab::PushOptions class handles parsing and validating the push options array. This can be the start of the standard of GitLab accepting push options that follow namespacing rules. Rules are discussed in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/43263. E.g. these push options: -o merge_request.create -o merge_request.target=123 Become parsed as: { merge_request: { create: true, target: '123', } } And are fetched with the class via: push_options.get(:merge_request) push_options.get(:merge_request, :create) push_options.get(:merge_request, :target) A new MergeRequests::PushOptionsHandlerService takes the `merge_request` namespaced push options and handles creating and updating merge requests. Any errors encountered are passed to the existing `output` Hash in Api::Internal's `post_receive` endpoint, and passed to gitlab-shell where they're output to the user. Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/43263
2019-04-08Merge branch 'backport-add-default-project-creation-setting' into 'master'Michael Kozono
Backport `add_default_project_creation_setting` to CE See merge request gitlab-org/gitlab-ce!27141
2019-04-08Refactor diff_spec.js to use table-based testsWinnie Hellmann
2019-04-08Enable ESLint rule jest/no-identical-titleWinnie Hellmann
2019-04-08Merge branch 'sh-fix-issue-59985' into 'master'Michael Kozono
Fix stage index migration failing in PostgreSQL 10 Closes #59985 See merge request gitlab-org/gitlab-ce!26972
2019-04-08Merge branch 'review-revamp-issues-docs' into 'master'Mike Lewis
Refactor Issues doc Closes #56877 See merge request gitlab-org/gitlab-ce!24695