GitLab Bot
91f8ddd4ca
Add latest changes from gitlab-org/gitlab@master
2024-02-16 06:12:25 +00:00
GitLab Bot
89a0c1fa66
Add latest changes from gitlab-org/gitlab@master
2023-12-14 12:10:37 +00:00
GitLab Bot
777ef5e9b2
Add latest changes from gitlab-org/gitlab@master
2023-12-08 03:15:41 +00:00
GitLab Bot
ab37c8f637
Add latest changes from gitlab-org/gitlab@master
2023-11-30 21:15:15 +00:00
GitLab Bot
4b74e7efc0
Add latest changes from gitlab-org/gitlab@master
2023-11-16 06:07:09 +00:00
GitLab Bot
68ce709bef
Add latest changes from gitlab-org/gitlab@master
2023-11-01 18:12:39 +00:00
GitLab Bot
40a4f37126
Add latest changes from gitlab-org/gitlab@master
2023-10-24 15:12:41 +00:00
GitLab Bot
f94cd1d0fb
Add latest changes from gitlab-org/gitlab@master
2023-10-23 12:11:40 +00:00
GitLab Bot
5fcd4e5fbc
Add latest changes from gitlab-org/gitlab@master
2023-10-16 18:10:30 +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
7f73b108d4
Add latest changes from gitlab-org/gitlab@master
2023-09-14 12:09:48 +00:00
GitLab Bot
01f48ebf02
Add latest changes from gitlab-org/gitlab@master
2023-09-07 12:11:52 +00:00
GitLab Bot
d1c0c1c4c3
Add latest changes from gitlab-org/gitlab@master
2023-05-25 15:09:02 +00:00
GitLab Bot
73fe31a692
Add latest changes from gitlab-org/gitlab@master
2023-03-10 18:12:41 +00:00
GitLab Bot
83916cf0a2
Add latest changes from gitlab-org/gitlab@master
2023-02-03 12:09:13 +00:00
GitLab Bot
5b98c2c506
Add latest changes from gitlab-org/gitlab@master
2022-12-09 12:08:19 +00:00
GitLab Bot
8060e5c609
Add latest changes from gitlab-org/gitlab@master
2022-10-17 12:10:08 +00:00
GitLab Bot
9de5cc2d1f
Add latest changes from gitlab-org/gitlab@master
2022-07-15 00:08:49 +00:00
GitLab Bot
152d3b652d
Add latest changes from gitlab-org/gitlab@master
2022-07-13 09:08:30 +00:00
GitLab Bot
dd18ae74af
Add latest changes from gitlab-org/gitlab@master
2021-07-08 12:08:30 +00:00
GitLab Bot
e1f8f12bbe
Add latest changes from gitlab-org/gitlab@master
2020-06-19 15:08:39 +00:00
GitLab Bot
47579e24f3
Add latest changes from gitlab-org/gitlab@master
2020-05-27 21:08:05 +00:00
GitLab Bot
1eeef229aa
Add latest changes from gitlab-org/gitlab@master
2020-04-03 03:07:58 +00:00
GitLab Bot
154b9bae14
Add latest changes from gitlab-org/gitlab@master
2020-03-17 21:09:16 +00:00
GitLab Bot
5eb11b697d
Add latest changes from gitlab-org/gitlab@master
2020-01-06 18:08:01 +00:00
GitLab Bot
fb73ca3398
Add latest changes from gitlab-org/gitlab@master
2019-12-27 15:08:16 +00:00
GitLab Bot
d10a462fed
Add latest changes from gitlab-org/gitlab@master
2019-12-16 12:07:43 +00:00
GitLab Bot
8cc5f27909
Add latest changes from gitlab-org/gitlab@master
2019-12-13 12:07:41 +00:00
GitLab Bot
25989ab7ef
Add latest changes from gitlab-org/gitlab@master
2019-10-18 11:11:44 +00:00
George Koltsov
23dfc5d606
Add code review suggestions
2019-08-12 15:05:49 +01:00
George Koltsov
ba429a6e20
Apply code review feedback
2019-08-08 13:16:33 +01:00
George Koltsov
5ba77a4999
Add author lines to project import comments
2019-08-07 14:01:40 +01:00
Stan Hu
30f52b690f
Avoid storing backtraces from Bitbucket Cloud imports in the database
...
We noticed in
https://gitlab.com/gitlab-com/gl-infra/production/issues/908 some
Bitbucket imports took over a second to load their projects row because
`import_error` was huge due to errors. To prevent this, we now:
1. Clean the backtraces
2. Log the details into importer.log
3. Omit the details from the database
2019-06-19 12:04:24 -07:00
Patrick Derichs
b145d9b873
Refactor spec to reload existing_label right after creation
...
This will avoid timestamp comparison issues later within equality check
with attributes
2019-05-08 12:39:54 +00:00
Nick Thomas
9f05e97aad
Run rubocop -a
2019-03-13 13:42:43 +00:00
Andrew Newdigate
3288e1a874
Adds the Rubocop ReturnNil cop
...
This style change enforces `return if ...` instead of
`return nil if ...` to save maintainers a few minor review points
2019-03-06 17:51:56 +02:00
Stan Hu
a9ab6dbc63
Refactor use of Shell.import_repository for Wikis
...
The previous behavior would pass in a list of parameters
to Shell, but we can improve this by using the WikiFormatter
and Project models to give us the same information.
2019-02-05 21:33:09 -08:00
Stan Hu
82b6e5378a
Send project name with Gitaly repository requests
...
When hashed storage is in use, it's helpful to have the project
name associated with the request.
Closes https://gitlab.com/gitlab-org/gitaly/issues/1394
2019-02-05 21:33:09 -08:00
Tiago Botelho
4bd8a427d4
Removes all the irrelevant import related code and columns
...
Clears the import related columns and code from the Project
model over to the ProjectImportState model
2018-11-27 12:58:13 +00:00
gfyoung
e166e5747c
Enable some frozen string in lib/gitlab
...
Enable frozen string for the following files:
* lib/gitlab/auth/**/*.rb
* lib/gitlab/badge/**/*.rb
* lib/gitlab/bare_repository_import/**/*.rb
* lib/gitlab/bitbucket_import/**/*.rb
* lib/gitlab/bitbucket_server_import/**/*.rb
* lib/gitlab/cache/**/*.rb
* lib/gitlab/checks/**/*.rb
Partially addresses #47424 .
2018-10-13 02:31:31 -07:00
Yorick Peterse
2039c8280d
Disable existing offenses for the CodeReuse cops
...
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11 17:32:00 +02:00
Stan Hu
8c467b9175
Fix Bitbucket Cloud importer omitting replies
...
Inline diff comments did not have the proper position, so even though
they had line codes the merge request validation would fail. Now
we cache the line position for each parent comment and use that.
Closes #50052
2018-08-07 14:34:25 -07:00
Ahmad Sherif
ddfc661f79
Use shard name in Git::GitlabProjects instead of shard path
...
Closes gitaly#1110
2018-04-03 16:22:13 +02:00
Dmitriy Zaporozhets
aeab4e6263
Use Project#full_name instead of name_with_namespace
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-07 16:07:09 +02:00
Nick Thomas
f2977c63a8
Fix bitbucket wiki import with hashed storage enabled
2017-11-20 16:14:41 +00:00
Alejandro Rodríguez
9fdde3693b
Move line code generation into Gitlab::Git
...
Having a distinct class just for that was a bit overkill
2017-10-12 22:13:05 -03:00
Alejandro Rodríguez
faa9bd402d
Create a Gitlab::Git submodule for conlict-related files
...
Rename classes to (hopefully) clearer names while we're doing that.
2017-10-12 22:03:15 -03:00
Alejandro Rodríguez
f72598b659
Move Gitlab::Diff::LineCode to module Gitlab::Git
2017-10-12 21:45:16 -03:00