- 11 Jul, 2018 7 commits
-
-
Rémy Coutable authored
Resolve "ee_compat_check should remove `ce-` prefix or `-ce` suffix as ee-specific check" Closes #46519 See merge request gitlab-org/gitlab-ce!20532
-
Rémy Coutable authored
Add missing maximum_timeout parameter Closes #48625 See merge request gitlab-org/gitlab-ce!20355
-
gfyoung authored
-
Sean McGivern authored
[Rails5] Permit concurrent loads Closes #48263 See merge request gitlab-org/gitlab-ce!20473
-
Sean McGivern authored
Fix doc for large table column rename See merge request gitlab-org/gitlab-ce!20544
-
Mark Chao authored
-
James Lopez authored
Properly handle colons in URL passwords Closes #49080 See merge request gitlab-org/gitlab-ce!20538
-
- 10 Jul, 2018 33 commits
-
-
Robert Speicher authored
Fix ArgumentError in GitGarbageCollectWorker Sidekiq job Closes #49096 See merge request gitlab-org/gitlab-ce!20541
-
Stan Hu authored
When the Gitaly call failed, the exception handling failed because `method` is expected to have a parameter. Closes #49096
-
Stan Hu authored
Before b46d5b13, we relied on `Addressable::URI` to parse the username/password in a URL, but this failed when credentials contained special characters. However, this introduced a regression where the parsing would incorrectly truncate the password if the password had a colon. Closes #49080
-
Mike Greiling authored
Mock timeouts and Promise in SmartInterval tests See merge request gitlab-org/gitlab-ce!20496
-
Winnie Hellmann authored
-
Lin Jen-Shin authored
This uses a similar approach in ee_specific_check.rb
-
Rémy Coutable authored
Remove timestamps from `locale/gitlab.pot` Closes #49077 See merge request gitlab-org/gitlab-ce!20533
-
Bob Van Landuyt authored
This will help us avoid conflicts when regenerating the pot file, the timestamps aren't used by Crowdin.
-
Kamil Trzciński authored
Add daylight saving time support for pipeline schedules Closes #37165 See merge request gitlab-org/gitlab-ce!20145
-
Collen authored
-
Rémy Coutable authored
Make sure ConflictsService does not raise for conflicting submodules See merge request gitlab-org/gitlab-ce!20528
-
Rémy Coutable authored
Fix a typo on CI Runner page on Projects See merge request gitlab-org/gitlab-ce!20467
-
Ave authored
-
Robert Speicher authored
Merge branch 'rd-6804-bug-unable-to-delete-branches-when-repo-reaches-the-size-limit-ce' into 'master' Backport some changes from EE See merge request gitlab-org/gitlab-ce!20388
-
Sean McGivern authored
-
Phil Hughes authored
Revert "Merge branch 'fix-inconsistent-cancel-button' into 'master'" See merge request gitlab-org/gitlab-ce!20525
-
Rémy Coutable authored
Fix a typo in Gitlab::Git::Repository See merge request gitlab-org/gitlab-ce!20520
-
Rémy Coutable authored
Resolve "Disable GCP free credit banner at instance level" Closes #48578 See merge request gitlab-org/gitlab-ce!20379
-
Dennis Tang authored
-
Marcia Ramos authored
Rename code climate to code quality See merge request gitlab-org/gitlab-ce!20506
-
-
Winnie Hellmann authored
This reverts merge request !20140
-
Sean McGivern authored
CE: Resolve "Extract EE specific files/lines for spec/mailers, app/mailers/preview" See merge request gitlab-org/gitlab-ce!20508
-
Yorick Peterse authored
Rails5 MySQL fix rename_column as part of cleanup_concurrent_column_type_change for timestamps See merge request gitlab-org/gitlab-ce!20514
-
Sean McGivern authored
Backport some changes made for this spec in EE See merge request gitlab-org/gitlab-ce!20318
-
Jan Provaznik authored
Rails 5 introduced a new (and safer) autoload mechanism which uses locking when loading missing constants. Under some circumstances it's possible that a deadlock occurs in multi-threaded environment (especially when running capybara tests) To avoid these deadlocks, concurrent load is enabled when loading policies - we ere hitting timeout in this case: https://gitlab.com/gitlab-org/gitlab-ce/issues/48263 Note that autoloading is enabled only in development or test envs (not in production).
-
Rémy Coutable authored
Update bitbucket.md to fix typo and small grammar touchups. See merge request gitlab-org/gitlab-ce!20482
-
Marcel Amirault authored
-
Rémy Coutable authored
Update time_helper.rb to fix output for exact minutes. Closes #48948 See merge request gitlab-org/gitlab-ce!20479
-
Marcel Amirault authored
-
Rémy Coutable authored
Document update for GitLab Pages users. See merge request gitlab-org/gitlab-ce!20412
-
Richard Hancock authored
-
Rémy Coutable authored
Fix API docs around unauthenticated projects return fields See merge request gitlab-org/gitlab-ce!20477
-