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/lib
AgeCommit message (Collapse)Author
2018-11-18Merge branch 'sh-fix-issue-54189-11-5' into 'security-11-5'Steve Azzopardi
[11.5] Prevent templated services from being imported See merge request gitlab/gitlabhq!2635
2018-11-16Merge branch ↵Steve Azzopardi
'54011-all-files-named-index-have-their-content-rendered-as-if-they-were-text-files' into 'master' Resolve "All files named `index.*` have their content rendered as if they were text files" Closes #54011 See merge request gitlab-org/gitlab-ce!23063
2018-11-16Merge branch 'docs/rs-revert-api-version' into 'master'Evan Read
Revert API is going into 11.5, not 11.6. See merge request gitlab-org/gitlab-ce!23060 (cherry picked from commit 38d234e2e5474fc732306c2cfbbd274e1cc32fea) f1f03895 Revert API is going into 11.5, not 11.6.
2018-11-15Merge branch 'osw-comment-on-any-line-on-diffs-w-feature-flag' into 'master'Douwe Maan
Comment on any expanded diff line on MRs (with feature-flag) Closes #13950 See merge request gitlab-org/gitlab-ce!22914
2018-11-14Merge branch 'patch-31' into 'master'Stan Hu
Set an empty entrypoint for license_management job Closes #53786 See merge request gitlab-org/gitlab-ce!22955
2018-11-14Merge branch 'rs-revert-api' into 'master'Nick Thomas
Add revert to commits API Closes gitlab-org/release/framework#48 See merge request gitlab-org/gitlab-ce!22919
2018-11-09Merge branch 'limit-parallel-to-100' into 'master'Grzegorz Bizon
Limit parallel to 50 Closes #53711 See merge request gitlab-org/gitlab-ce!22907
2018-11-08Merge branch 'osw-revert-comment-in-any-diff-line' into 'master'Sean McGivern
Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'" See merge request gitlab-org/gitlab-ce!22891
2018-11-07Merge branch 'sh-paginate-bitbucket-server-imports' into 'master'Douglas Barbosa Alexandre
Paginate Bitbucket Server importer projects See merge request gitlab-org/gitlab-ce!22825
2018-11-07Merge branch 'jira-ping-differentiate-cloud' into 'master'Sean McGivern
Usage ping - Differentiate Jira Server and Cloud Closes #51043 See merge request gitlab-org/gitlab-ce!22791
2018-11-07Paginate Bitbucket Server importer projectsStan Hu
To prevent delays in loading the page and reduce memory usage, limit the number of projects shown at 25 per page. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/50021
2018-11-07Usage ping - Differentiate Jira Server and CloudMario de la Ossa
2018-11-07Allow limiting quick actions to executeBob Van Landuyt
Sometimes we don't want to trigger any quick actions that cause side effects. For example when building a record to validate. This allows listing the quick actions that need to be performed.
2018-11-07Apply patches when creating MR via emailBob Van Landuyt
This allows users to add patches as attachments to merge request created via email. When an email to create a merge request is sent, all the attachments ending in `.patch` will be applied to the branch specified in the subject of the email. If the branch did not exist, it will be created from the HEAD of the repository. When the patches could not be applied, the error message will be replied to the user. The patches can have a maximum combined size of 2MB for now.
2018-11-07Merge branch 'fj-41213-api-update-submodule-commit' into 'master'Sean McGivern
Add endpoint to update a git submodule reference Closes #41213 See merge request gitlab-org/gitlab-ce!20949
2018-11-07Merge branch 'max_retries_when' into 'master'Grzegorz Bizon
Allow to configure when to retry builds Closes gitlab-runner#3515 See merge request gitlab-org/gitlab-ce!21758
2018-11-07Merge branch 'triggermesh-phase1-knative' into 'master'Grzegorz Bizon
Allow to install Knative as cluster application See merge request gitlab-org/gitlab-ce!22593
2018-11-07Merge branch 'dm-api-merge-requests-index-merged-at' into 'master'Sean McGivern
Expose {closed,merged}_{at,by} in merge requests API index Closes #52031 See merge request gitlab-org/gitlab-ce!22806
2018-11-07Merge branch '43521-keep-personal-emails-private' into 'master'Douwe Maan
Adds option to override commit email Closes #43521 See merge request gitlab-org/gitlab-ce!22560
2018-11-07Merge branch 'touchup-ci-normalizer' into 'master'Grzegorz Bizon
Touchup Normalizer implementation See merge request gitlab-org/gitlab-ce!22872
2018-11-07Merge branch 'refactor-snippets-finder' into 'master'Douwe Maan
Rewrite SnippetsFinder to improve performance Closes #52639 See merge request gitlab-org/gitlab-ce!22606
2018-11-07Add submodule update API endpointFrancisco Javier López
This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949
2018-11-07User can keep their commit email privateTiago Botelho
The private commit email is automatically generated in the format: id-username@noreply.HOSTNAME GitLab instance admins are able to change the HOSTNAME portion, that defaults to Gitlab's hostname, to whatever they prefer.
2018-11-07Move extracting job names outside the loopMatija Čupić
2018-11-07use Ci::Build instead of CommitStatus as per feedbackMarkus Doits
2018-11-07small fixes to doc and remove on whitespace noiseMarkus Doits
2018-11-07refactoring after latest feedbackMarkus Doits
2018-11-07remove now unneeded validationMarkus Doits
2018-11-07fix wrong retry error messagesMarkus Doits
2018-11-07refactor validations to a Entry::Retry classMarkus Doits
2018-11-07one more try to reduce cognitive overheadMarkus Doits
before: - Method `validate_retry_max` has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. - Method `validate_retry_when` has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
2018-11-07refactor for hopefully lower cognitive complexityMarkus Doits
before: - Method `validate_retry` has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. - Method `validate_retry_max` has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. - Method `validate_retry_when` has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
2018-11-07fix allowed keys validator to use correct attribute as error base?Markus Doits
2018-11-07update job config validator to validate new retry syntaxMarkus Doits
2018-11-07Return untouched hash if no job is parallelizedMatija Čupić
2018-11-07Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'Douwe Maan
Comment on any expanded diff line on MRs See merge request gitlab-org/gitlab-ce!22398
2018-11-07Merge branch '21480-parallel-job-keyword-mvc' into 'master'Grzegorz Bizon
Resolve "`parallel` job keyword MVC" Closes #21480 See merge request gitlab-org/gitlab-ce!22631
2018-11-07Merge branch 'winh-delayed-jobs-dynamic-timer' into 'master'Filipa Lacerda
Add dynamic timer to delayed jobs See merge request gitlab-org/gitlab-ce!22382
2018-11-07Add placeholder for remaining time in delayed job tooltipsWinnie Hellmann
2018-11-07Merge branch 'sh-fix-issue-52649' into 'master'Sean McGivern
Fix statement timeouts in RemoveRestrictedTodos migration Closes #52649 See merge request gitlab-org/gitlab-ce!22795
2018-11-07Add a helper method to append path to a base URLDouglas Barbosa Alexandre
In Ruby 2.4, `URI.join("http://test//", "a").to_s` will remove the double slash, however it's not the case in Ruby 2.5. Using chomp should work better for the intention, as we're not trying to allow things like ../ or / paths resolution. This helper method append path to host, making sure there's one single slash as path separator.
2018-11-06Fix double-negationChris Baumbauer
2018-11-06Refactor preinstall/postinstall methods in the helm installerChris Baumbauer
2018-11-06Apply additional guard-clauses for unfold_required?Oswaldo Ferreira
2018-11-06Comment on any expanded diff line on MRsOswaldo Ferreira
2018-11-06Avoid creating intersection if there's no arrayMatija Čupić
2018-11-06Use instance based approach for NormalizerMatija Čupić
2018-11-06Refactor Normalizer specsMatija Čupić
2018-11-06Merge branch 'unindirect-fetch-remote' into 'master'Rémy Coutable
Stop Repository#fetch_remote from using Gitlab::Shell See merge request gitlab-org/gitlab-ce!22635
2018-11-06Merge branch 'master' into 'refactor-snippets-finder'Douwe Maan
# Conflicts: # spec/models/project_spec.rb