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-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-12-14Use class methods for VersionCheckRobert Speicher
All of these methods are stateless, there was no point to have them as instance methods. Mostly this allows us to remove an `allow_any_instance_of` usage.
2018-10-02Show the commit-sha for pre-release versionsBob Van Landuyt
The pre-release tags are set at the beginning of a release, so it would be impossible to figure out which version was running if we're running nightlies. In that case it's better to still link to the SHA. These versions don't get deployed to .com.
2018-09-10Merge branch 'frozen-string-enable-app-helpers' into 'master'Rémy Coutable
Enable frozen string for app/helpers/**/*.rb See merge request gitlab-org/gitlab-ce!21320
2018-09-07Ask user explicitly about usage stats agreementJan Provaznik
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-02-02use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa
including/extending it
2017-08-15Fix race condition with dispatcher.jsPhil Hughes
The dispatcher was trying to create a new instance of a class that is loaded in a file after main.js which would cause the filtered search to not work on issues. This would only happen on the first load when the JS is not cached. If the JS is cached, then everything will be fine.
2017-07-24Resolve "Lazy load images on the Frontend"Tim Zallmann
2017-01-24hide the version check image if internet connection is brokenKen Ding
2015-09-23Move the `version_check_enabled` check from view to helperRobert Speicher
2015-05-11Enable version check only for production environmentDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-08Remove encryptionDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-03-10Prevent crash if file does not existsDmitriy Zaporozhets
2015-03-10Add version check badge to admin areaDmitriy Zaporozhets