- 17.08.2019 6 коммитов
-
-
Olivier Gonzalez создал
-
Michael Kozono создал
Migrate legacy uploads rake tasks See merge request gitlab-org/gitlab-ce!29409
-
Paul Slaughter создал
Add new table to store email domain per group See merge request gitlab-org/gitlab-ce!31071
-
Gosia Ksionek создал
In order to save user preferences regarding user emails allowed to be invited to group Add foreign_key and down method Change adding foreign key Add partial call to view Add changelog entry Fix schema
-
Clement Ho создал
Embed specific metrics chart in issue Closes #62971 See merge request gitlab-org/gitlab-ce!31644
-
Laura Montemayor создал
This MR adds the styles for displaying a single chart next to another one when embedding them in an issue.
-
- 16.08.2019 34 коммита
-
-
-
Stan Hu создал
Look up upstream commits once before queuing ProcessCommitWorkers Closes #65464 See merge request gitlab-org/gitlab-ce!31871
-
Mayra Cabrera создал
Optimize DB indexes for ES indexing of notes See merge request gitlab-org/gitlab-ce!31846
-
Douwe Maan создал
Expire project caches once per push instead of once per ref Closes #52046 See merge request gitlab-org/gitlab-ce!31876
-
Stan Hu создал
Previously `ProjectCacheWorker` would be scheduled once per ref, which would generate unnecessary I/O and load on Sidekiq, especially if many tags or branches were pushed at once. `ProjectCacheWorker` would expire three items: 1. Repository size: This only needs to be updated once per push. 2. Commit count: This only needs to be updated if the default branch is updated. 3. Project method caches: This only needs to be updated if the default branch changes, but only if certain files change (e.g. README, CHANGELOG, etc.). Because the third item requires looking at the actual changes in the commit deltas, we schedule one `ProjectCacheWorker` to handle the first two cases, and schedule a separate `ProjectCacheWorker` for the third case if it is needed. As a result, this brings down the number of `ProjectCacheWorker` jobs from N to 2. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52046
-
Mayra Cabrera создал
Fix Arel deprecation warning in clusters_hierarchy See merge request gitlab-org/gitlab-ce!31916
-
Markus Koller создал
To index notes, we exclude system notes and use `find_in_batches` to load them in batches for submission to the ES bulk import API. These queries often result in DB timeouts because the usage of `ORDER BY id` results in the `notes_pkey` index being used. This adds an optimized partial index, and removes the unused index `index_notes_on_noteable_type` which is already covered for our usage by the existing `index_notes_on_noteable_id_and_noteable_type`. Newer versions of PostgreSQL (at least 11) are smarter about this and use `index_notes_on_project_id_and_noteable_type` instead, so we might be able to remove the partial index again in the future.
-
Douwe Maan создал
Instead of checking if a commit already exists in the upstream project in its ProcessCommitWorker and bailing out if it does, we check the existence of all commits in bulk in Git::BranchHooksService, so that we can skip scheduling ProcessCommitWorker jobs for those commits that already exist upstream entirely.
-
-
-
Stan Hu создал
As mentioned in https://github.com/rails/rails/pull/29619, this removes this warning message: ``` Delegating join_sources to arel is deprecated and will be removed in Rails 6.0. (called from project_clusters_base_query at app/models/clusters/clusters_hierarchy.rb:62) ``` Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61451
-
Walmyr Lima e Silva Filho создал
Quarantining add_file_template_spec See merge request gitlab-org/gitlab-ce!31908
-
-
Filipa Lacerda создал
Generate shareable link for specific metric charts See merge request gitlab-org/gitlab-ce!31339
-
Tristan Read создал
Adds a clipboard button to the metrics dashboard, that allows copying a link to an individual chart.
-
Kamil Trzciński создал
Add `needs:` CI config option CE Closes gitlab-ee#12334 See merge request gitlab-org/gitlab-ce!31346
-
Nick Thomas создал
fix handling of empty ref_name parameter string in commits api Closes #64745 See merge request gitlab-org/gitlab-ce!31687
-
Nick Thomas создал
Removed duplicate Live preview entry for MR docs See merge request gitlab-org/gitlab-ce!31763
-
-
Grzegorz Bizon создал
Expose finished_at for the Deployment entity See merge request gitlab-org/gitlab-ce!31808
-
Grzegorz Bizon создал
Merge branch '47003-user-onboarding-replace-current-email-confirmation-flow-with-a-soft-email-confirmation-flow' into 'master' Soft email confirmation flow Closes #47003 See merge request gitlab-org/gitlab-ce!31245
-
Marcia Ramos создал
Add docs for rate limiter on raw endpoints See merge request gitlab-org/gitlab-ce!31723
-
Mayra Cabrera создал
The section was included on security/raw_limits and on the admin area settings. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/48717
-
-
Marcel Amirault создал
-
Marcia Ramos создал
Update docs style for code blocks Closes #65373 See merge request gitlab-org/gitlab-ce!31297
-
Marcel Amirault создал
Clarify rules for code blocks, including spaces above and below, and to use tilde when code blocks contain triple backticks
-
Nick Thomas создал
Fix quarantined spec by waiting for requests Closes #65329 See merge request gitlab-org/gitlab-ce!31862
-
Filipa Lacerda создал
Resolve "Web IDE uncommitted files use wrong icon in tree" Closes #61335 See merge request gitlab-org/gitlab-ce!31560
-
-
Marin Jankovski создал
Document cleanup of feature flag after deploy See merge request gitlab-org/gitlab-ce!31893
-
Heinrich Lee Yu создал
-
Kamil Trzciński создал
Enable DAG support by default Closes #65457 See merge request gitlab-org/gitlab-ce!31814
-
-