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
2017-02-02Merge branch '27516-fix-wrong-call-to-project_cache_worker-method' into ↵Robert Speicher
'master' Fix wrong call to ProjectCacheWorker.perform, and call ProjectCacheWorker.perform_async instead Closes #27516 See merge request !8910
2017-02-02Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan
Add ability to define a coverage regex in the .gitlab-ci.yml Closes #20428 See merge request !7447
2017-02-02Merge branch 'snippet-spam' into 'master' Rémy Coutable
Snippet spam Closes #26276 See merge request !8911
2017-02-02Check public snippets for spamSean McGivern
Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
2017-02-02Merge branch '24462-reduce_ldap_queries_for_lfs' into 'master' Robert Speicher
Reduce hits to LDAP on Git HTTP auth by reordering auth mechanisms Closes #24462 See merge request !8752
2017-02-01Merge branch 'zj-format-chat-messages' into 'master' Kamil Trzciński
Format chat messages Closes #24917 and #25746 See merge request !8528
2017-01-31use destroy_allJames Lopez
2017-01-31Fix wrong call to ProjectCacheWorker.performRémy Coutable
It's either ProjectCacheWorker#perform or ProjectCacheWorker.perform_async! Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-31remove old project members from projectJames Lopez
2017-01-31Improve styling of the new issue messageZ.J. van de Weg
2017-01-31Merge branch ↵Kamil Trzciński
'25910-convert-manual-action-icons-to-svg-to-propperly-position-them' into 'master' Convert pipeline action icons to svg to have them propperly positioned Closes #25910 See merge request !8766
2017-01-31Merge branch 'feature/gb/expose-commit-and-mr-pipelines-api' into 'master'Rémy Coutable
Expose pipelines API for commits and merge requests See merge request !8837
2017-01-30Incorporate feedbackZ.J. van de Weg
2017-01-30Reduce hits to LDAP on Git HTTP auth by reordering auth mechanismsDrew Blessing
We accept half a dozen different authentication mechanisms for Git over HTTP. Fairly high in the list we were checking user password, which would also query LDAP. In the case of LFS, OAuth tokens or personal access tokens, we were unnecessarily hitting LDAP when the authentication will not succeed. This was causing some LDAP/AD systems to lock the account. Now, user password authentication is the last mechanism tried since it's the most expensive.
2017-01-30Use full group name/path in UI dropdownsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-30Merge branch 'fix/import-encrypt-atts' into 'master' Douwe Maan
Ignore encrypted attributes in Import/Export Closes #24458 See merge request !8739
2017-01-30fix spec failureJames Lopez
2017-01-30Improve performance of triggered chat commandsZ.J. van de Weg
When the trigger endpoint is called, it has to find the right service for the given project. However, the old implementation did much more. For example, it build a list of the missing services on this project. This whole process took about 750ms _each time_. The current implementation is expected to perform 10x better, as it only searches in the current projects services. Given the service has to be configured anyway, this can be done.
2017-01-30programmatically remove encrypted attributes. Added relevant spec.James Lopez
2017-01-30rename method and added note to export file spec about new encrypted attributesJames Lopez
2017-01-30fix typoJames Lopez
2017-01-30Ignore encrypted attributes in Import/ExportJames Lopez
* Regenerates tokens for all models that have them * Remove variables, since they are basically just storing encrypted data * Bumped version up to 0.1.6 * Updated related docs
2017-01-30Rename presenters for consitencyZ.J. van de Weg
2017-01-30Incorporate feedbackZ.J. van de Weg
2017-01-30Add help commandZ.J. van de Weg
2017-01-30Revert removing of some filesZ.J. van de Weg
2017-01-30Chat Commands have presentersZ.J. van de Weg
This improves the styling and readability of the code. This is supported by both Mattermost and Slack.
2017-01-28update scripts and docs to reference the newly namespaced rake taskMike Greiling
2017-01-28namespace assets rake tasks to gitlab:assets:*Mike Greiling
2017-01-28correct gzip files if they exist as wellMike Greiling
2017-01-28automatically correct CSS urls on assets:precompileMike Greiling
2017-01-27Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-27Move ApplicationSetting DEFAULTS to `.defaults` insteadRémy Coutable
This will avoid autoloading issues in the long term. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-27Fix cycle analytics code after improving serializersGrzegorz Bizon
2017-01-27Merge branch '26943-fix-user-in-build-presenter' into 'master' Robert Speicher
Don't override Ci::Build#user when presenting a build Closes #26943 See merge request !8668
2017-01-26Removed unused methodFilipa Lacerda
2017-01-26Make sure TraceReader uses Encoding.default_externalLin Jen-Shin
Encoding.default_external was chosen over Encoding.default_internal because File.read is returning Encoding.default_external, therefore we should align with it. Alternatively, we could force both of them to be Encoding.default_internal. However, ideally this should be determined by different projects. For example, some projects might want to use an encoding different to what GitLab is using. This might not happen soon though. Closes #27052
2017-01-26Merge branch 'copy-as-md' into 'master' Jacob Schatz
Copying a rendered issue/comment will paste into GFM textareas as actual GFM See merge request !8597
2017-01-25Merge branch 'refresh-authorizations-fork-join' into 'master' Douwe Maan
Fix race conditions for AuthorizedProjectsWorker Closes #26194 and #26310 See merge request !8701
2017-01-25Merge branch 'fix-ci-requests-concurrency' into 'master' Grzegorz Bizon
Fix CI requests concurrency See merge request !8760
2017-01-25Merge branch 'backport-ee-changes-for-build-minutes' into 'master' Grzegorz Bizon
Backport changes introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1078 See merge request !8657
2017-01-25Merge branch 'master' into copy-as-mdDouwe Maan
# Conflicts: # app/assets/javascripts/lib/utils/common_utils.js.es6
2017-01-25Remove unneeded 'borderless' from icons nameFilipa Lacerda
2017-01-25added icons and fixed mini pipeline action dropdown iconsdimitrieh
2017-01-25Return struct instead of multiple valuesKamil Trzcinski
2017-01-25Fix race conditions for AuthorizedProjectsWorkerYorick Peterse
There were two cases that could be problematic: 1. Because sometimes AuthorizedProjectsWorker would be scheduled in a transaction it was possible for a job to run/complete before a COMMIT; resulting in it either producing an error, or producing no new data. 2. When scheduling jobs the code would not wait until completion. This could lead to a user creating a project and then immediately trying to push to it. Usually this will work fine, but given enough load it might take a few seconds before a user has access. The first one is problematic, the second one is mostly just annoying (but annoying enough to warrant a solution). This commit changes two things to deal with this: 1. Sidekiq scheduling now takes places after a COMMIT, this is ensured by scheduling using Rails' after_commit hook instead of doing so in an arbitrary method. 2. When scheduling jobs the calling thread now waits for all jobs to complete. Solution 2 requires tracking of job completions. Sidekiq provides a way to find a job by its ID, but this involves scanning over the entire queue; something that is very in-efficient for large queues. As such a more efficient solution is necessary. There are two main Gems that can do this in a more efficient manner: * sidekiq-status * sidekiq_status No, this is not a joke. Both Gems do a similar thing (but slightly different), and the only difference in their name is a dash vs an underscore. Both Gems however provide far more than just checking if a job has been completed, and both have their problems. sidekiq-status does not appear to be actively maintained, with the last release being in 2015. It also has some issues during testing as API calls are not stubbed in any way. sidekiq_status on the other hand does not appear to be very popular, and introduces a similar amount of code. Because of this I opted to write a simple home grown solution. After all, all we need is storing a job ID somewhere so we can efficiently look it up; we don't need extra web UIs (as provided by sidekiq-status) or complex APIs to update progress, etc. This is where Gitlab::SidekiqStatus comes in handy. This namespace contains some code used for tracking, removing, and looking up job IDs; all without having to scan over an entire queue. Data is removed explicitly, but also expires automatically just in case. Using this API we can now schedule jobs in a fork-join like manner: we schedule the jobs in Sidekiq, process them in parallel, then wait for completion. By using Sidekiq we can leverage all the benefits such as being able to scale across multiple cores and hosts, retrying failed jobs, etc. The one downside is that we need to make sure we can deal with unexpected increases in job processing timings. To deal with this the class Gitlab::JobWaiter (used for waiting for jobs to complete) will only wait a number of seconds (30 by default). Once this timeout is reached it will simply return. For GitLab.com almost all AuthorizedProjectWorker jobs complete in seconds, only very rarely do we spike to job timings of around a minute. These in turn seem to be the result of external factors (e.g. deploys), in which case a user is most likely not able to use the system anyway. In short, this new solution should ensure that jobs are processed properly and that in almost all cases a user has access to their resources whenever they need to have access.
2017-01-25Merge branch 'no_project_notes' into 'master' Sean McGivern
Support notes without a project (personal snippets notes) See merge request !8468
2017-01-25Raise Gitlab::View::Presenter::CannotOverrideMethodError if presentee ↵Rémy Coutable
already respond to method Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-25Merge branch 'grapify-branch-api' into 'master'Rémy Coutable
Grapify last endpoint of the branches API See merge request !8755
2017-01-25Fix specsKamil Trzcinski