- 16 Jul, 2020 40 commits
-
-
Robert Speicher authored
-
Sean McGivern authored
When a user creates a project in a group, we refresh the `authorized_projects` table for all members of that group using Sidekiq. This includes the user that created the project, but that alone would mean that if the Sidekiq job didn't finish almost immediately, a user could create a project that they'd be unable to see for a few seconds. We solved this by immediately refreshing all the projects for the user who created the project. However, that in turn can be quite slow, because we need to recompute the entire project authorization structure for a user. This commit changes that to just insert a single row to `authorized_projects` for the user who created the project. It should be accurate all the time, but if it is not quite right, the Sidekiq job will correct it shortly after anyway.
-
Kamil Trzciński authored
Enable the `ci_release_generation` feature flag by default See merge request gitlab-org/gitlab!34633
-
Achilleas Pipinellis authored
Docs - Add missing Docker restore commands See merge request gitlab-org/gitlab!37028
-
Anton Smith authored
-
Kushal Pandya authored
Namespace epic form textarea styling See merge request gitlab-org/gitlab!37053
-
Markus Koller authored
Fix comment in LfsObjectsProject See merge request gitlab-org/gitlab!37026
-
Rémy Coutable authored
Resolve "Follow-up from "Use the correct gitaly image tag"" Closes #229160 See merge request gitlab-org/gitlab!37049
-
Achilleas Pipinellis authored
Email body only supports plain text messages See merge request gitlab-org/gitlab!37020
-
Achilleas Pipinellis authored
Add Geo upgrade to 13.0 demo to validation tests doc Closes #225359 See merge request gitlab-org/gitlab!36895
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/-/issues/222594 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34633
-
Andreas Brandl authored
Delete tracking records on partitioning rollback See merge request gitlab-org/gitlab!36743
-
Achilleas Pipinellis authored
Update Documentation to reflect Advanced Search availability on DotCom See merge request gitlab-org/gitlab!36521
-
Changzheng Liu authored
-
Bob Van Landuyt authored
Update gitlab-labkit to 0.12.1 See merge request gitlab-org/gitlab!37055
-
Achilleas Pipinellis authored
Add info on using reset_column_information to the Data Migration Guide See merge request gitlab-org/gitlab!36832
-
Andreas Brandl authored
Add models for DAST site profiles See merge request gitlab-org/gitlab!36659
-
Andreas Brandl authored
Backfill project snippets statistics and refresh related ones See merge request gitlab-org/gitlab!36444
-
Achilleas Pipinellis authored
Docs: Update architecture components for GitLab chart as of 2020-06-10 See merge request gitlab-org/gitlab!34287
-
Jason Plum authored
Update architecture page and components listing for state of charts/gitlab as of 2020-06-10 Many items are now available directly with additional configuration, or were mislabelled as needing additional installation vs configuration.
-
Grzegorz Bizon authored
Fetch and store CI secrets configuration when processing CI yaml See merge request gitlab-org/gitlab!34896
-
Rémy Coutable authored
Exclude development gems from CI builds See merge request gitlab-org/gitlab!37023
-
Paul Slaughter authored
Do not render export button when uninitialized See merge request gitlab-org/gitlab!36843
-
pbair authored
When a partitioned migration is rolled back by calling the drop_partitioned_table_for method, delete all records related to that migration in the background_migration_jobs table.
-
Achilleas Pipinellis authored
Elasticsearch Storage Requirements See merge request gitlab-org/gitlab!36599
-
John McGuire authored
-
Adam Hegyi authored
Unrevert: Remove LOCK_VERSION monkeypatch Closes #223041 See merge request gitlab-org/gitlab!36893
-
Olena Horal-Koretska authored
Resolve "Internationalize admin project view" Closes #227009 See merge request gitlab-org/gitlab!36062
-
Jiaan Louw authored
-
Rémy Coutable authored
Add database category for counters changes in usage data files See merge request gitlab-org/gitlab!36690
-
Alina Mihaila authored
- Add more tests - Use telemetry_labels in danger file - Revert test change
-
Rémy Coutable authored
Add updating notes confidentiality to Service See merge request gitlab-org/gitlab!36812
-
Yannis Roussos authored
-
Krasimir Angelov authored
Update CI YAML processor to fetch secrets configuration from CI config and store it the database. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/28321 and https://gitlab.com/gitlab-org/gitlab/-/issues/218746.
-
Imre Farkas authored
Fallback to `created_at` when `merged_at` is missing in Insights charts Closes #229118 See merge request gitlab-org/gitlab!36930
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Marc Shaw authored
-
Natalia Tepluhina authored
Alert opsgenie integration select See merge request gitlab-org/gitlab!36798
-
David O'Regan authored
-
Axel García authored
-