ソース上のコミット(33)
-
Miranda Fluhartyが 作成しました
-
Winnie Hellmannが 作成しました
(cherry picked from commit 1b33828811897b6a3f8a38044cc0839b87098d1f)
-
Winnie Hellmannが 作成しました
(cherry picked from commit f3b74d59865a88be67663339447667c725961413)
-
Winnie Hellmannが 作成しました
(cherry picked from commit d4ce3c720ecb52f2a9153133bbd47fa358c5d7b6)
-
Winnie Hellmannが 作成しました
(cherry picked from commit 7cde57bf7367bce130a2e7f149c8dafd362de3f8)
-
Winnie Hellmannが 作成しました
(cherry picked from commit 2917a28a885922a03f2026ddbb2680bc2b6e5d50)
-
Filipa Lacerdaが 作成しました
-
Elan Ruusamäeが 作成しました
-
Simon Hardtが 作成しました
(#53310 is now done)
-
Paul Gascou-Vaillancourtが 作成しました
-
Luke Bennettが 作成しました
Show disabled mirrors with a badge so that they can be deleted by project owners.
-
Dmytro Zaporozhets (DZ)が 作成しました
Compiling git has a wrong symbol that leads into invalid command
-
-
Phil Hughesが 作成しました
Only renders Next badge for gitlab.com Closes #61278 See merge request gitlab-org/gitlab-ce!28056
-
Phil Hughesが 作成しました
Generate EE-specific JavaScript fixtures into ee/ directory (CE-backport) See merge request gitlab-org/gitlab-ce!28032
-
Phil Hughesが 作成しました
Cleans up todos.scss style-lint warnings Closes #59930 See merge request gitlab-org/gitlab-ce!28076
-
Bob Van Landuytが 作成しました
This makes sure that the results are predictable and the same on both Postgres and MySQL
-
Stan Huが 作成しました
Unlike uploads that have been uploaded with Tempfile, the project import/export archives are stored in a temporary cache directory and remain there if: 1. Object storage is enabled 2. `move_to_store` is set to `true`. CarrierWave will leave these files there until disk space runs out or a clean step is run manually. If `move_to_store` is set to `false`, CarrierWave will remove the files after storing them. However, unlike a local file, with object storage, the file is still copied, so setting `move_to_store` to `true` doesn't buy us anything. To ensure files are cleaned up, we can just inherit from the GitlabUploader implementation of `move_to_store`, which returns `true` if it's a local file, `false` otherwise. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60656
-
Tim Zallmannが 作成しました
Add wbr style for IE11 compatibility See merge request gitlab-org/gitlab-ce!27846
-
Simon Hardtが 作成しました
-
James Lopezが 作成しました
Clean up CarrierWave's import/export files Closes #60656 See merge request gitlab-org/gitlab-ce!27487
-
Tim Zallmannが 作成しました
CE Backport for Dependency Proxy UI See merge request gitlab-org/gitlab-ce!27965
-
GitalyBotが 作成しました
-
Douwe Maanが 作成しました
Upgrade Gitaly to v1.42.0 See merge request gitlab-org/gitlab-ce!28135
-
Bob Van Landuytが 作成しました
Fix installation from source See merge request gitlab-org/gitlab-ce!28170
-
Sean McGivernが 作成しました
Set created_at and updated_at for sorting specs Closes #61541 See merge request gitlab-org/gitlab-ce!28173
-
Bob Van Landuytが 作成しました
doc/ci: include local: remove superfluous ":" See merge request gitlab-org/gitlab-ce!28112
-
Removed the conditions added to Project.with_feature_available_for_user, and moved to the IssuableFinder. Now, we ensure that, in the projects retrieved in the Finder, the user has enough access for the feature.
-
James Lopezが 作成しました
Improve performance of the global search for issuables Closes #59522 See merge request gitlab-org/gitlab-ce!27817
-
Walmyr Limaが 作成しました
-
Bob Van Landuytが 作成しました
remove note that multi-line suggestions are not yet available See merge request gitlab-org/gitlab-ce!28119
-
Lin Jen-Shinが 作成しました
Quarantine login via oauth spec See merge request gitlab-org/gitlab-ce!28176
-
Nick Thomasが 作成しました
CE Show disabled project repo mirrors See merge request gitlab-org/gitlab-ce!27326
変更されたファイル の表示
- .gitignore 0 件の追加, 2 件の削除.gitignore
- GITALY_SERVER_VERSION 1 件の追加, 1 件の削除GITALY_SERVER_VERSION
- app/assets/javascripts/main.js 15 件の追加, 3 件の削除app/assets/javascripts/main.js
- app/assets/stylesheets/framework/typography.scss 4 件の追加, 0 件の削除app/assets/stylesheets/framework/typography.scss
- app/assets/stylesheets/pages/todos.scss 27 件の追加, 34 件の削除app/assets/stylesheets/pages/todos.scss
- app/finders/issuable_finder.rb 19 件の追加, 7 件の削除app/finders/issuable_finder.rb
- app/finders/issues_finder.rb 2 件の追加, 2 件の削除app/finders/issues_finder.rb
- app/finders/projects_finder.rb 3 件の追加, 5 件の削除app/finders/projects_finder.rb
- app/models/project.rb 16 件の追加, 12 件の削除app/models/project.rb
- app/models/remote_mirror.rb 4 件の追加, 0 件の削除app/models/remote_mirror.rb
- app/models/user.rb 6 件の追加, 2 件の削除app/models/user.rb
- app/uploaders/import_export_uploader.rb 0 件の追加, 4 件の削除app/uploaders/import_export_uploader.rb
- app/views/dashboard/todos/_todo.html.haml 1 件の追加, 1 件の削除app/views/dashboard/todos/_todo.html.haml
- app/views/layouts/header/_default.html.haml 3 件の追加, 2 件の削除app/views/layouts/header/_default.html.haml
- app/views/layouts/nav/sidebar/_group.html.haml 1 件の追加, 0 件の削除app/views/layouts/nav/sidebar/_group.html.haml
- app/views/projects/mirrors/_disabled_mirror_badge.html.haml 1 件の追加, 0 件の削除app/views/projects/mirrors/_disabled_mirror_badge.html.haml
- app/views/projects/mirrors/_mirror_repos.html.haml 16 件の追加, 14 件の削除app/views/projects/mirrors/_mirror_repos.html.haml
- app/views/shared/_remote_mirror_update_button.html.haml 1 件の追加, 1 件の削除app/views/shared/_remote_mirror_update_button.html.haml
- changelogs/unreleased/28119-remove-note-multi-line-suggestions.yml 5 件の追加, 0 件の削除...s/unreleased/28119-remove-note-multi-line-suggestions.yml
- changelogs/unreleased/61278-next.yml 5 件の追加, 0 件の削除changelogs/unreleased/61278-next.yml
changelogs/unreleased/61278-next.yml
0 → 100644