- 22 Jan, 2019 40 commits
-
-
Douglas Barbosa Alexandre authored
[EE backport] Hashed Storage: `AfterRenameService` was not renaming Pages or Uploads folder on legacy storage See merge request gitlab-org/gitlab-ee!9256
-
GitLab Bot authored
-
Rémy Coutable authored
Refactor Sidekiq workers to reduce differences between CE and EE See merge request gitlab-org/gitlab-ce!24466
-
Rémy Coutable authored
EE: Refactor Sidekiq workers to reduce differences between CE and EE See merge request gitlab-org/gitlab-ee!9215
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Edits to issues CSV import docs See merge request gitlab-org/gitlab-ce!24554
-
Mike Lewis authored
-
GitLab Bot authored
-
Sean McGivern authored
Changed the Caching of User Avatars to be public and to 5 minutes See merge request gitlab-org/gitlab-ce!24546
-
GitLab Bot authored
-
Grzegorz Bizon authored
Resolve "When ref is ambiguous, `CreatePipelineService` raises an error" Closes #55966 See merge request gitlab-org/gitlab-ce!24437
-
Douglas Barbosa Alexandre authored
Reduce the scope of Geo JWT (JSON Web Tokens). Step 1 Closes #3868 See merge request gitlab-org/gitlab-ee!9234
-
GitLab Bot authored
-
Phil Hughes authored
Make favicon tests more fault resistent Closes #50527 See merge request gitlab-org/gitlab-ce!22686
-
Phil Hughes authored
Resolve "Fix hover state of License Management dropdown" Closes #7066 See merge request gitlab-org/gitlab-ee!9237
-
Sam Beckham authored
-
GitLab Bot authored
-
Kamil Trzciński authored
Update GitLab Runner Helm Chart to 0.1.45 See merge request gitlab-org/gitlab-ce!24564
-
Tomasz Maczukin authored
-
Kushal Pandya authored
Resolve "Related merge requests in issue design - Restyle" Closes #47007 See merge request gitlab-org/gitlab-ce!24270
-
Rémy Coutable authored
Change Monitoring to Monitor in docs dangerfile See merge request gitlab-org/gitlab-ce!24570
-
Stan Hu authored
Resolve "Limit sidekiq logging based on argument size" Closes #56547 See merge request gitlab-org/gitlab-ce!24493
-
GitLab Bot authored
-
Douwe Maan authored
Use Gitaly 1.14.0 See merge request gitlab-org/gitlab-ce!24562
-
Achilleas Pipinellis authored
-
Rémy Coutable authored
[QA] Backport Repository::Push and Git::Repository from EE See merge request gitlab-org/gitlab-ce!24558
-
Rémy Coutable authored
Resolve "Inconsistent text color for labels" Closes #53714 See merge request gitlab-org/gitlab-ce!23873
-
Gabriel Mazetto authored
-
Achilleas Pipinellis authored
Fix typos in dev & test docu See merge request gitlab-org/gitlab-ce!24539
-
Achilleas Pipinellis authored
Add hyperlink to PAT doco Closes #56650 See merge request gitlab-org/gitlab-ce!24551
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Add notes about gitaly network architecture See merge request gitlab-org/gitlab-ce!24563
-
Gabriel Mazetto authored
We still rely on the Dirty API for project rename (before/after) values, but we don't access the dirty api from the service class anymore. The previous value is now part of the initialization, which makes it easier to test and the behavior is clearer. The same was done with the `rename_repo` on the Storage classes, we now provide before and after values as part of the method signature.
-
Valery Sizov authored
Currently, we generate a large number of JWTs for Geo - one per file synced, per secondary. They are short-lived but do not have any restrictions on scope, so a token valid for downloading one file or repo could, in theory, be used to download another. In this commit we add scope to every token but not enforce it yet.
-
Douwe Maan authored
Fix the MySQL version in gitlab-ci.yml Closes #9323 See merge request gitlab-org/gitlab-ee!9252
-
Gabriel Mazetto authored
During a previous refactor on project model, code related to the hashed storage was extracted into AfterRenameService, see 4b9c17f1. The "path_before" was changed from using `previous_changes['path']` to `path_was`. They are not equivalent. `path_was` exists reliably only *before* persisting to the database. After database persistence is confirmed, the value is moved to `previous_changes[:attribute_name]`. Because the repository/attachments rename or storage upgrade happens after it was persisted to the database, we were in fact not informing the right parameters (and therefore not doing what it was supposed to).
-
GitLab Bot authored
-
Lin Jen-Shin authored
Move the CNG triggering to a dedicated job in the `test` stage Closes #56660 See merge request gitlab-org/gitlab-ce!24538
-
Bob Van Landuyt authored
-
GitLab Bot authored
-