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-10-30Merge branch 'frozen-string-enable-lib-gitlab-ci' into 'master'Stan Hu
Enable some frozen string for lib/gitlab/ci See merge request gitlab-org/gitlab-ce!22636
2018-10-30Merge remote-tracking branch 'origin/master' into dev-masterDJ Mountney
2018-10-29Merge branch 'rails5-deprecated-uniq' into 'master'Robert Speicher
Replace deprecated uniq on a Relation with distinct See merge request gitlab-org/gitlab-ce!22625
2018-10-29Merge branch 'fix_pat_auth-11-4' into 'security-11-4'Robert Speicher
[11.4] Fix Token lookup for Git over HTTP and registry authentication See merge request gitlab/gitlabhq!2577
2018-10-29Merge branch 'security-redact-links' into 'master'Jan Provaznik
[master] Redact unsubscribe links in issuable texts See merge request gitlab/gitlabhq!2528
2018-10-29Merge branch 'sh-fix-wiki-security-issue-53072' into 'master'Jan Provaznik
[master] Validate Wiki attachments are valid temporary files See merge request gitlab/gitlabhq!2568
2018-10-29Merge branch 'security-master-junit-test-report-exposes-stacktrace' into ↵Jan Provaznik
'master' [master] JUnit test reports endpoint exposes full stack trace in production mode See merge request gitlab/gitlabhq!2559
2018-10-29[master] Persist only SHA digest of PersonalAccessToken#tokenImre Farkas
2018-10-29Rename 'sast_container' licensed featureKamil Trzciński
2018-10-29Fix open-ended params for api_json.logAndrew Newdigate
2018-10-29Merge branch ↵Grzegorz Bizon
'52780-stale-pipeline-status-cache-for-_project-after-disabling-pipelines' into 'master' Resolve "Stale pipeline status cache for `_project` after disabling pipelines" Closes #52780 See merge request gitlab-org/gitlab-ce!22589
2018-10-28Add failure reason for execution timeoutShinya Maeda
2018-10-27Enable frozen string for lib/gitlab/cigfyoung
Enables frozen string for the following: * lib/gitlab/ci/*.rb * lib/gitlab/ci/build/**/*.rb * lib/gitlab/ci/config/**/*.rb * lib/gitlab/ci/pipeline/**/*.rb * lib/gitlab/ci/reports/**/*.rb Partially addresses #47424.
2018-10-26Merge branch '51335-fail-early-when-user-cannot-be-identified' into 'master'Douwe Maan
User not defined in PostReceive#process_project_changes Closes #51335 See merge request gitlab-org/gitlab-ce!22519
2018-10-26Merge branch ↵Douwe Maan
'42790-improve-feedback-for-internal-git-access-checks-timeouts' into 'master' Adds trace of each access check when git push times out Closes #42790 See merge request gitlab-org/gitlab-ce!22265
2018-10-26Replace deprecated uniq on a Relation with distinctJasper Maes
2018-10-26Feature/add license to project APIJ.D. Bean
2018-10-26Merge branch '7864-ee-routes' into 'master'Sean McGivern
CE: Put EE routes in EE files under EE directories See merge request gitlab-org/gitlab-ce!22376
2018-10-26Remove cache_sha parameterMatija Čupić
2018-10-26Make it clear that we intent to use | over ||Lin Jen-Shin
2018-10-26Merge branch '52384-api-filter-assignee-none-any' into 'master'Sean McGivern
Resolve "Filter by `None`/`Any` for assignee_id in issues/mrs API" Closes #52384 See merge request gitlab-org/gitlab-ce!22598
2018-10-26Reverts commits_check messageTiago Botelho
2018-10-26Support backward compatibility when introduce new failure reasonShinya Maeda
2018-10-26Allow CE do nothing if route doesn't existLin Jen-Shin
2018-10-26Extract EE only oauth routes and add testsLin Jen-Shin
2018-10-26Make it possible to add EE only routeLin Jen-Shin
And if it cannot find any routes, raise an error
2018-10-26Put EE routes in EE files under EE directoriesLin Jen-Shin
2018-10-26Support lowercase none / anyHeinrich Lee Yu
2018-10-26Refactor api validator to separate classHeinrich Lee Yu
2018-10-26Apply similar change to MRs APIHeinrich Lee Yu
2018-10-26Issues API: Add None/Any option to assignee_idHeinrich Lee Yu
2018-10-26Merge branch 'an-multithreading' into 'master'Robert Speicher
Puma in GDK and rack server lifecycle event abstractions Closes #52762 See merge request gitlab-org/gitlab-ce!22372
2018-10-25Use gitlab_environment for ldap rake taskCindy Pallares
2018-10-25Cache pipeline status only for specific shaMatija Čupić
2018-10-25Add experimental support for PumaAndrew Newdigate
This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
2018-10-25Merge remote-tracking branch 'origin/master' into dev-masterDJ Mountney
2018-10-25Merge branch 'refactor_gitlab_kube_client' into 'master'Kamil Trzciński
Refactor Gitlab::KubeClient Closes #52131 See merge request gitlab-org/gitlab-ce!22073
2018-10-25Merge branch 'jlenny-UpdateAndroidTemplate' into 'master'Grzegorz Bizon
Update Android.gitlab-ci.yml template to current Android SDK version See merge request gitlab-org/gitlab-ce!22531
2018-10-25Removes idenfitication by commit from Gitlab::IdentifierTiago Botelho
Before we would need to identify a user when pushing through the GitLab UI. Since this is no longer the case we can remove the identification by commit and instead, use the identify_using_user
2018-10-25User not defined in PostReceive#process_project_changesTiago Botelho
When Gitlab::GitPostReceive#changes_refs is empty user would not get defined and nil would be passed to PostReceive#after_project_changes_hooks which would then throw an error.
2018-10-25Iterating through commit list times outTiago Botelho
Validating each commit on ChangeAccess times out if it already took too long to complete. Improves the TimedLogger specs to not make use of a stubbed class anymore
2018-10-25Refactors TimedLogger to be more OOP compliantTiago Botelho
Adds a #full_message method so that external classes do not have access to the state of the logger. Adds a #append_message to always append to the array in-place
2018-10-25Adds tracing messages for slow git pushesTiago Botelho
Whenever a git push takes more than 50 seconds the user will receive a trace from each check performed along with their timings
2018-10-25Merge branch 'sh-block-other-localhost' into 'master'Thiago Presa
Block additional localhost addresses in UrlBlocker See merge request gitlab/gitlabhq!2487
2018-10-24Update link to blog post since it didn't go out on 23rdJason Lenny
2018-10-24Convert parser warnings to stdout in haml_lintLin Jen-Shin
This was used in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16648 and this could happen from time to time, so let's just keep it.
2018-10-24Validate Wiki attachments are valid temporary filesStan Hu
A malicious attacker could craft a request to read arbitrary files on the system. This change adds a Grape validation to ensure that the tempfile parameter delivered by the Rack multipart uploader is a Tempfile type to prevent users from being able to specify arbitrary filenames. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53072
2018-10-23Redact unsubscribe links in issuable textsJan Provaznik
It's possible that user pastes accidentally also unsubscribe link which is included in footer of notification emails. This unsubscribe link contains personal token which attacker then use to act as the original user (e.g. for sending comments under his/her identity).
2018-10-23Merge branch '53030-ee-compat-check-frozen-literal' into 'master'Sean McGivern
Fix ee-compat-check by not modifying frozen strings Closes #53030 See merge request gitlab-org/gitlab-ce!22527
2018-10-23Fix ee-compat-check by not modifying frozen stringsMario de la Ossa