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
2021-09-20Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-01-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-11Use 'gitlab_chronic_duration' gemAleksei Lipniagov
Replace 'chronic_duration' to 'gitlab_chronic_duration', to make relevant method calls thread-safe.
2019-09-05Fix time tracking parsing of monthsHeinrich Lee Yu
Patches ChronicDuration to use our custom conversions when parsing months
2019-07-12Use transactions in JS feature specsHeinrich Lee Yu
Uses Rails transactional tests instead of DatabaseCleaner transaction strategy because that doesn't work with JS tests
2019-02-08Use correct integrity hash for sprockets cachingLukas Eipert
Use self.integrity_uri over self.hexdigest_integrity_uri(digest), as the latter always returned nil leading to improper cache invalidation. We are alos enabling caching of `tmp/cache/assets/sprockets` again, to get those performance gains.
2019-02-05Monkey-patch Sprockets to prevent cache ballooningRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-26Make it clear that we intent to use | over ||Lin Jen-Shin
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-09-11Explain why we need PrependableLin Jen-Shin
2018-09-11Preserve prepend semantics for RubyLin Jen-Shin
However we still want to make ClassMethods work! And we'll need to fix codes using the wrong include/prepend along the way. There were a lot of misuses.
2018-09-11Properly implement prepending for ConcernLin Jen-Shin