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
2022-01-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-04Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-09-24Use `Gitlab::SafeRequestStore` in more placesMichael Kozono
Even if it doesn’t save lines of code, since people will tend to use code they’ve seen. And `SafeRequestStore` is safer since you don’t have to remember to check `RequestStore.active?`.
2018-07-14Backport logger changes from EEStan Hu
This resolves the issues identified in https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/81699184.
2017-10-24Memoize GitLab logger to reduce open file descriptorsStan Hu
We see that in gitlab-org/gitlab-ee#3664 that if we log a lot of data in Sidekiq workers, the number of open file descriptors reaches over 1000. To avoid this, we can memoize the logger per thread via RequestStore. Closes gitlab-org/gitlab-ee#3664
2017-08-23Fix a potential timeout in `Gitlab::Logger.read_latest`Robert Speicher
If this method was called for a file that didn't exist, we attempted to first `build` it. But if the file wasn't writeable, such as a symlink pointing to an unmounted filesystem, the method would just hang and eventually timeout. Further, this was entirely pointless since we were creating a file and then shelling out to `tail`, eventually returning an empty Array. Now we just skip building it and return the empty Array straight away.
2014-10-06Dry admin logs.Ciro Santilli
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2014-03-03Replace backticks with Gitlab::PopenJacob Vosmaer
2012-12-19show production.log, show only active milestone for issue filterDmitriy Zaporozhets
2012-11-29Improve admin logsDmitriy Zaporozhets
2012-09-27Use Rails.root.join where appropriateRobert Speicher
2012-09-12Application loggerrandx
2012-07-21Create the githost.log file if necessary.Pat Thoyts
This resolves issue #1121. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2012-07-17CHANGELOG updated. Fixed MR bug. Logger improvedDmitriy Zaporozhets
2012-07-16Admin logs improved. Commits list box styledDmitriy Zaporozhets
2012-07-05Admin gitolite logs. Refactored project creation. Few style fixes.Dmitriy Zaporozhets
2012-05-26lib/ refactoring. Module Gitlabhq renamed to Gitlabrandx