Commit Graph

19 Commits

Author SHA1 Message Date
GitLab Bot ca5de52835 Add latest changes from gitlab-org/gitlab@master 2021-12-10 18:14:42 +00:00
GitLab Bot ceb0c326ae Add latest changes from gitlab-org/gitlab@master 2021-09-02 03:09:04 +00:00
GitLab Bot e2191b0a18 Add latest changes from gitlab-org/gitlab@master 2021-06-02 21:10:00 +00:00
GitLab Bot 2516f0d87b Add latest changes from gitlab-org/gitlab@master 2021-01-29 18:09:17 +00:00
GitLab Bot c59765a50a Add latest changes from gitlab-org/gitlab@master 2020-06-24 18:09:03 +00:00
GitLab Bot f4251f2694 Add latest changes from gitlab-org/gitlab@master 2020-06-02 06:08:01 +00:00
GitLab Bot cddaddb86b Add latest changes from gitlab-org/gitlab@master 2020-01-09 12:08:03 +00:00
GitLab Bot f155cc9034 Add latest changes from gitlab-org/gitlab@master 2019-10-16 03:06:12 +00:00
Aleksei Lipniagov 50cb6eca57 Use 'gitlab_chronic_duration' gem
Replace 'chronic_duration' to 'gitlab_chronic_duration', to make
relevant method calls thread-safe.
2019-09-11 18:32:24 +00:00
Heinrich Lee Yu 7a8d216480 Fix time tracking parsing of months
Patches ChronicDuration to use our custom conversions
when parsing months
2019-09-05 20:24:33 +08:00
Lin Jen-Shin 52fa309e86 Extract EE only oauth routes and add tests 2018-10-26 14:27:05 +08:00
Lin Jen-Shin ebe89e8bd2 Explicitly state that we're trying to prepend twice 2018-09-11 18:45:49 +08:00
Lin Jen-Shin 1cee6b3c72 Add a test for triggering MultiplePrependedBlocks 2018-09-11 18:45:49 +08:00
Lin Jen-Shin 3acec5328e Explain why we need locals again in let(:ce) 2018-09-11 18:45:49 +08:00
Lin Jen-Shin e8a455dc92 Following the feedbacks 2018-09-11 18:45:49 +08:00
Lin Jen-Shin 07da8f9128 Preserve prepend semantics for Ruby
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-11 18:45:49 +08:00
Lin Jen-Shin d7f87a2bc9 Absorb the old tests 2018-09-11 18:45:49 +08:00
Lin Jen-Shin 517ee9fd04 Fix Override. Properly define prepended
We should never be sloppy!
2018-09-11 18:45:49 +08:00
Lin Jen-Shin 71fefe1474 Properly implement prepending for Concern 2018-09-11 18:45:49 +08:00