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-09-06Merge branch '66596-allow-danger-to-be-run-locally' into 'master'Lin Jen-Shin
Break up Danger rules into local or CI only See merge request gitlab-org/gitlab-ce!32196
2019-09-06Merge branch 'add-label-push-opts' into 'master'Ash McKenzie
Support adding and removing labels w/ push opts Closes #5942 See merge request gitlab-org/gitlab-ce!31831
2019-09-06Allow Danger to detect if running localAsh McKenzie
2019-09-05Merge branch 'danger-review-pipeline' into 'master'Rémy Coutable
Add Danger Roulette rules for pipeline files See merge request gitlab-org/gitlab-ce!32616
2019-09-05New interruptible attribute supported in YAML parsing.Cédric Tabin
Since it is not possible to dynamically detect if a job is automatically cancellable or not, a this new attribute is necessary. Moreover, it let the maintainer of the repo to adjust the behaviour of the auto cancellation feature to match exactly what he needs.
2019-09-05Add Danger Roulette rules for pipeline filesKyle Wiebers
2019-09-05Refactor new undo_* methodsReuben Pereira
- Move code for creating a new column from old into a function so that it can be reused. - Also add comments above the methods.
2019-09-05Merge branch ↵Peter Leitzen
'66150-remove-dynamically-constructed-feature-flags-starting-with-prometheus_transaction_' into 'master' Resolve "Remove dynamically constructed feature flags starting with `prometheus_transaction_`" Closes #66150 See merge request gitlab-org/gitlab-ce!32395
2019-09-05Add .gitlab/ci/frontend.gitlab-ci.yml to frontend review rouletteWinnie Hellmann
2019-09-05Remove feature flags starting with `prometheus_transaction_`Jacopo
Those feature flags were always enabled so we can remove them safely.
2019-09-05Merge branch 'remove-unnecessary-freeze-in-lib-gitlab' into 'master'Jan Provaznik
Avoid calling freeze on already frozen strings in lib/gitlab See merge request gitlab-org/gitlab-ce!32637
2019-09-05Add spaces to devops ci template to reduce warningsMarcel Amirault
2019-09-05Allow not resolvable urls when rebinding setting is disabledFrancisco Javier López
Now, when the dns rebinging setting is disabled, we will allow urls that are not resolvable.
2019-09-05Upgrade graphql gem to 1.9.10Brett Walker
- `edge_nodes` needs to get called on the object - added `include GlobalID::Identification` in a couple places - renamed `object` to `item` in spec due to conflict
2019-09-04Show meaningful message on /due quick action with invalid date🙈 jacopo beschi 🙉
When using /due quick action with an invalid date a meaninful error message is shown.
2019-09-04Upgrade GraphQL gem to 1.8.17Brett Walker
- Due to https://github.com/exAspArk/batch-loader/pull/32, we changed BatchLoader.for into BatchLoader::GraphQL.for - since our results are wrapped in a BatchLoader::GraphQL, calling `sync` during authorization is required to get real object - `graphql` now has it's own authorization system. Our `authorized?` method conflicted and required renaming
2019-09-04Merge branch 'persist-needs-error' into 'master'Grzegorz Bizon
Persist `needs:` validation as config error See merge request gitlab-org/gitlab-ce!32648
2019-09-04Persist `needs:` validation as config errorKamil Trzciński
In case when `needs:` is missing, but when requested by service, we would not save the pipeline with config_error. This makes it explicit that we want to persist the error as `config_error` failure reason.
2019-09-04Support adding and removing labels w/ push optsChristian Couder
MergeRequests::PushOptionsHandlerService has been updated to allow adding and removing labels to a merge request using git push options. To create a new merge request and add 2 labels to it: git push -u origin -o merge_request.create \ -o merge_request.label="My label 1" \ -o merge_request.label="My label 2" To update an existing merge request and remove a label while adding a different label: git push -u origin -o merge_request.label="My added label" \ -o merge_request.unlabel="My removed label" Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64320
2019-09-04Backport EE changes for productivity analyticsPavel Shutsin
Improve diff lines count efficiency
2019-09-04Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda
2019-09-04Extract Workhorse <-> GitLab authentication to make it reusableKrasimir Angelov
Introduce JWTAutheticatable module that can be reused for ai=uthtication between Pages and GitLab (the same way we use do now for Workhorse). Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/61927.
2019-09-03Improve GC_REPORT_BUCKETS granularityAleksei Lipniagov
2019-09-03Merge branch 'ce-12996-cancel-redundant-pipelines' into 'master'Lin Jen-Shin
Backport retries options for cancel_running See merge request gitlab-org/gitlab-ce!32525
2019-09-03Merge branch 'an-use-labkit-correlation-id' into 'master'Ash McKenzie
Remove all references to Gitlab::CorrelationId See merge request gitlab-org/gitlab-ce!32228
2019-09-03If user can push to docker then it can delete tooGiorgenes Gelatti
Extends the permission of $CI_REGISTRY_USER to allow them to delete tags in addition to just pushing. https://gitlab.com/gitlab-org/gitlab-ce/issues/40096
2019-09-02Update Code-Quality.gitlab-ci.yml to use `only.refs`Rémy Coutable
This allows overriding `only.refs` to something else if needed.
2019-09-02Handle :9090 and 0.0.0.0:9090 listen_address formatsReuben Pereira
Prometheus listen_address can be in formats of :9090 and 0.0.0.0:9090. But before these can be used to connect a project to Prometheus, they have to converted into absolute URIs.
2019-09-02Remove reference of external examplemdhtr
as requested by the reviewer
2019-09-02Backport EE issue 12996Sean Carroll
2019-09-02Fixing #65389Massimeddu Cireddu
Wrong format on MS Teams integration push events with multi line commit messages
2019-09-02Merge branch 'fix-peek-on-puma' into 'master'Rémy Coutable
Fix Peek on Puma Closes #66528 See merge request gitlab-org/gitlab-ce!32213
2019-09-02Tidy up conditional messagecharlieablett
2019-09-02Handle projectless `help` commands to chatopscharlieablett
- Pass in a nil project to Gitlab::SlashCommands::ApplicationHelp.new if the chatops command is help. - Modify the Gitlab::SlashCommands::Presenters::Help message to skip printing out project information.
2019-09-02Merge branch 'sh-fix-ci-lint-500-error' into 'master'Ash McKenzie
Fix 500 error in CI lint when included templates are an array Closes #66605 See merge request gitlab-org/gitlab-ce!32232
2019-09-02Merge branch '46686-move-k8s-services-out-of-gcp-namespace' into 'master'Thong Kuah
Move generic k8s services out of GCP namespace See merge request gitlab-org/gitlab-ce!32310
2019-09-01Merge branch 'improve-chatops-help' into 'master'Nick Thomas
Improve chatops help output See merge request gitlab-org/gitlab-ce!32208
2019-08-31Fix 500 error in CI lint when included templates are an arrayStan Hu
Previously the following syntax would fail in the linter with an error 500: ``` include: template: - License-Management.gitlab-ci.yml - Dependency-Scanning.gitlab-ci.yml - SAST.gitlab-ci.yml ``` Now the error will call out specifically that the value is not a string. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66605
2019-08-30Fix for histogram corruption in SidekiqAndrew Newdigate
This fixes a bug in which sidekiq histograms contain invalid labels. See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/7729 for more details.
2019-08-30Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher
2019-08-30Merge branch 'security-personal-snippets' into 'master'GitLab Release Tools Bot
Add direct upload support for personal snippets See merge request gitlab/gitlabhq!3226
2019-08-30Merge branch 'security-fix_jira_ssrf_vulnerability' into 'master'GitLab Release Tools Bot
Fix DNS rebind vulnerability for JIRA integration See merge request gitlab/gitlabhq!3266
2019-08-30Merge branch 'security-61974-limit-issue-comment-size' into 'master'GitLab Release Tools Bot
Limit the size of issuable description and comments See merge request gitlab/gitlabhq!3267
2019-08-30Merge branch 'security-59549-add-capcha-for-failed-logins' into 'master'GitLab Release Tools Bot
Require a captcha after unique failed logins from the same IP See merge request gitlab/gitlabhq!3270
2019-08-30Merge branch 'security-project-import-bypass' into 'master'GitLab Release Tools Bot
Project visibility restriction bypass See merge request gitlab/gitlabhq!3306
2019-08-30Merge branch 'security-add-job-activity-limit-ce' into 'master'GitLab Release Tools Bot
Introduce JobActivity limit for alive jobs Closes gitlab-ee#376 See merge request gitlab/gitlabhq!3339
2019-08-30Merge branch 'security-fix-markdown-xss' into 'master'GitLab Release Tools Bot
Re-escape the whole HTML content when finding HTML references See merge request gitlab/gitlabhq!3340
2019-08-29Add a close issue slack slash commandSarah Yasonik
Adds a slash command in slach for closing issues. See https://docs.gitlab.com/ee/integration/slash_commands.html for documentation on the wider feature set.
2019-08-29Revert "Cache branch and tag names as Redis sets"Nick Thomas
This reverts commit 0eff75fa2b6691b6fba31fcc2842f51debd249a9.
2019-08-29Improve chatops help outputYorick Peterse
This improves the output produced when running an unknown command, running the "help" command, and when trying to run a command you are not allowed to run. The new help output includes links to the project of the chatops integration, and a link to the chatops documentation.