Commit Graph

70 Commits

Author SHA1 Message Date
GitLab Bot 89a0c1fa66 Add latest changes from gitlab-org/gitlab@master 2023-12-14 12:10:37 +00:00
GitLab Bot f1c788bb18 Add latest changes from gitlab-org/gitlab@master 2023-11-21 15:13:27 +00:00
GitLab Bot 68ce709bef Add latest changes from gitlab-org/gitlab@master 2023-11-01 18:12:39 +00:00
GitLab Bot f94cd1d0fb Add latest changes from gitlab-org/gitlab@master 2023-10-23 12:11:40 +00:00
GitLab Bot 605f9296cc Add latest changes from gitlab-org/gitlab@master 2023-09-27 06:09:27 +00:00
GitLab Bot 5bbc92d39c Add latest changes from gitlab-org/gitlab@master 2023-09-20 21:10:41 +00:00
GitLab Bot 87ce80bead Add latest changes from gitlab-org/gitlab@master 2023-09-19 18:11:47 +00:00
GitLab Bot bf53a3fd78 Add latest changes from gitlab-org/gitlab@master 2023-09-19 03:09:45 +00:00
GitLab Bot 7f73b108d4 Add latest changes from gitlab-org/gitlab@master 2023-09-14 12:09:48 +00:00
GitLab Bot 5f825c2ede Add latest changes from gitlab-org/gitlab@master 2023-06-26 18:08:59 +00:00
GitLab Bot 4e175ca905 Add latest changes from gitlab-org/gitlab@master 2023-05-23 21:09:55 +00:00
GitLab Bot 8060e5c609 Add latest changes from gitlab-org/gitlab@master 2022-10-17 12:10:08 +00:00
GitLab Bot e750680e89 Add latest changes from gitlab-org/gitlab@master 2022-08-17 09:11:44 +00:00
GitLab Bot 8ed0a009f0 Add latest changes from gitlab-org/gitlab@master 2022-05-04 12:07:48 +00:00
GitLab Bot 63b3a14f15 Add latest changes from gitlab-org/gitlab@master 2021-03-03 21:11:13 +00:00
GitLab Bot 3ce55b46df Add latest changes from gitlab-org/gitlab@master 2020-07-22 18:09:27 +00:00
GitLab Bot dee9315801 Add latest changes from gitlab-org/gitlab@master 2019-10-29 15:07:20 +00:00
GitLab Bot f155cc9034 Add latest changes from gitlab-org/gitlab@master 2019-10-16 03:06:12 +00:00
GitLab Bot e66d6781ef Add latest changes from gitlab-org/gitlab@master 2019-09-26 18:06:29 +00:00
Dinesh Panda 736b5908da Avoid calling freeze on already frozen strings in lib 2019-09-10 08:11:43 +00:00
George Koltsov 5ba77a4999 Add author lines to project import comments 2019-08-07 14:01:40 +01:00
gfyoung d598e4fd93 Enable more frozen string in lib/**/*.rb
Enables frozen for the following:

* lib/*.rb
* lib/banzai/**/*.rb
* lib/bitbucket/**/*.rb
* lib/constraints/**/*.rb
* lib/container_registry/**/*.rb
* lib/declarative_policy/**/*.rb

Partially addresses #47424.
2018-10-06 17:02:50 -07:00
Bart Libert 4bfd54f3d2
Import bitbucket issues that are reported by an anonymous user
For these kind of issues, the "reporter" field is present but zero.
In such a case, "fetch" will not return the default value, but it will
return nil.
Hence, importing fails, because the "username" field of nil is referenced

Fixes issue #44381
2018-05-24 13:28:58 +02:00
Horatiu Eugen Vlad 1ad5df49b1 Moved o_auth/saml/ldap modules under gitlab/auth 2018-02-28 16:53:02 +01:00
Robert Speicher 260c8da060 Whitelist or fix additional `Gitlab/PublicSend` cop violations
An upcoming update to rubocop-gitlab-security added additional
violations.
2017-08-14 12:14:11 -04:00
Rémy Coutable 4cfa5ce4a9
Enable the Style/PreferredHashMethods cop
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-02 19:11:26 +02:00
Valery Sizov 3bc114a7c1 [BB Importer] Save the error trace and the whole raw document 2017-04-11 19:27:15 +03:00
Sean McGivern 811e598f60 Enable and autocorrect the CustomErrorClass cop 2017-03-01 15:28:10 +00:00
Douwe Maan 75f5fa997d Enable Rails/Delegate 2017-02-23 09:32:42 -06:00
Douwe Maan 7ea641b6d0 Enable Style/ColonMethodCall 2017-02-23 09:31:57 -06:00
Douwe Maan b7d8df503c Enable Style/MutableConstant 2017-02-23 09:31:56 -06:00
Valery Sizov 5b0ebbe5b4 Add Wiki import to BB importer 2016-12-19 20:48:08 +02:00
Douglas Barbosa Alexandre a3be4aeb7a Avoid use of Hash#dig to keep compatibility with Ruby 2.1 2016-12-16 19:51:40 -02:00
Valery Sizov e0ef9dc83e BB importer: Milestone importer 2016-12-16 12:12:53 +02:00
Valery Sizov 26628fb91a BB importer: Fixed bug with putting expired token to a project.clone_url 2016-12-15 14:19:28 +02:00
Valery Sizov 8f0cef0b6e BB importer: Refactoring user importing logic[ci skip] 2016-12-14 12:35:13 +02:00
Valery Sizov e39f024029 BB importer: Adding created_by only when used is not found[ci skip] 2016-12-13 21:28:07 +02:00
Valery Sizov 0057ed1e69 BB importer: Fixed after code review[ci skip] 2016-12-13 17:59:21 +02:00
Valery Sizov a2be395401 specs for bitbucket representers 2016-12-12 20:41:55 +02:00
Valery Sizov 3a0fecb492 Spec for bitbucket page 2016-12-12 17:29:25 +02:00
Valery Sizov 314c4746bc Specs for Bitbucket::Connections and Bitbucket::Collections 2016-12-12 16:16:51 +02:00
Stan Hu 1d7f85aeef Fix query for importing all projects for member 2016-12-09 15:28:49 -08:00
Stan Hu 091970208e Return repositories to which user is a member, not just owner 2016-12-09 15:17:13 -08:00
Valery Sizov 00cd864237 BitBucket importer: import issues with labels 2016-12-07 18:04:02 +02:00
Valery Sizov 98c0eb0f75 BitBucket refactoring. Iteration 3 2016-12-07 15:54:32 +02:00
Valery Sizov b12d654183 BitBuckpet importer. Refactoring. Iteration 2 2016-12-07 14:00:06 +02:00
Valery Sizov 67b7637e5d Apply review comments. Iteration 1 2016-12-07 11:33:32 +02:00
Valery Sizov ee8433466e Fix importing PRs with not existing branches 2016-12-06 17:12:11 +02:00
Valery Sizov 84f2c219aa Fix importing inline comment for any diff type 2016-12-06 13:46:59 +02:00
Valery Sizov 54221b5a3b Fix inline comment importing for 1:1 diff type 2016-12-05 21:14:46 +02:00