- 15 Jan, 2020 40 commits
-
-
Mikolaj Wawrzyniak authored
Add post migration and background migration to create missing project services records for projects with prometheus application installed on shared clusters.
-
Phil Hughes authored
Prevent auto disable of submit buttons with class See merge request gitlab-org/gitlab!22992
-
Nicolò Maria Mezzopera authored
- prevent button with defined class to be disabled
-
Natalia Tepluhina authored
Puts Vue LFS badge behind a feature flag See merge request gitlab-org/gitlab!23071
-
Imre Farkas authored
Add tracking for cluster application installs Closes #121724 See merge request gitlab-org/gitlab!23000
-
Bob Van Landuyt authored
Prevent builds from halting unnecessarily when completing prerequisites See merge request gitlab-org/gitlab!22938
-
Peter Leitzen authored
Remove dormant Code Analytics' code See merge request gitlab-org/gitlab!22984
-
Aakriti Gupta authored
This feature is frozen and there are no plans of continuation on the inital plan.
-
Nick Thomas authored
Fix incorrect configuration name See merge request gitlab-org/gitlab!23069
-
Natalia Tepluhina authored
Display fn, line num and column in stacktrace entry caption See merge request gitlab-org/gitlab!22905
-
Olena Horal-Koretska authored
Add caption for all entries
-
Phil Hughes authored
This puts the LFS badge entity in the GraphQL query behind a feature flag. We have seen some errors in production that could be caused by this entity. Also added an extra check around the path locks button.
-
Bob Van Landuyt authored
The application reads `Settings.gitlab.max_request_duration_seconds` This also needs to be fixed in omnibus.
-
Bob Van Landuyt authored
Gracefully handle marking a project deletion multiple times Closes #121730 See merge request gitlab-org/gitlab!22949
-
Kushal Pandya authored
Implement design presentation component See merge request gitlab-org/gitlab!22852
-
Tom Quirk authored
This component contains all logic related to the presentation of a design, with comment pins overlayed, to the user.
-
Kushal Pandya authored
Fix display 403 errors for cycle analytics See merge request gitlab-org/gitlab!22987
-
Rémy Coutable authored
Delete load dir and its file from qa dir See merge request gitlab-org/gitlab!23011
-
Andreas Brandl authored
Add indexes for authenticated project api calls See merge request gitlab-org/gitlab!22886
-
Rémy Coutable authored
Expose `blocked` attribute for board issues See merge request gitlab-org/gitlab!22811
-
Walmyr Lima e Silva Filho authored
Remove old wait method See merge request gitlab-org/gitlab!22861
-
Mark Lapierre authored
Renames `wait` to `wait_until` and updates parameters. Simplifies a few cases where `wait` was unnecessary because it had reload: false and therefore was no different than using Capybara's built in wait parameter.
-
Sean McGivern authored
Add basic docs for adding context metadata See merge request gitlab-org/gitlab!22896
-
Andreas Brandl authored
This is to support queries like the following: ```sql SELECT "projects".* FROM "projects" WHERE (EXISTS ( SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 1562869 AND (project_authorizations.project_id = projects.id)) OR projects.visibility_level IN (10, 20)) AND "projects"."pending_delete" = FALSE ORDER BY "projects"."updated_at" DESC, "projects"."id" DESC LIMIT 20 OFFSET 0; ``` With this change, we add indexes for all order_by options. The regularly sorted index (`asc, asc`) has the common name whereas the one with `desc, desc` is optimized for API calls. It may be subject to removal later (see https://gitlab.com/gitlab-org/gitlab/issues/195881). Relates to https://gitlab.com/gitlab-org/gitlab/issues/36390. A similar MR for unauthenticated calls is https://gitlab.com/gitlab-org/gitlab/merge_requests/22784.
-
Grzegorz Bizon authored
Introduce `LegacyProcessingService` for Pipelines See merge request gitlab-org/gitlab!22993
-
Marcel Amirault authored
Doc: how to use a locally modified Gitaly client See merge request gitlab-org/gitlab!22882
-
Fabio Pitino authored
* document how to install a custom gem for client changes
-
James Lopez authored
Auto-create Vulnerabilities from Findings See merge request gitlab-org/gitlab!22725
-
Dan Davison authored
Reuse test setup for Secure E2E report tests See merge request gitlab-org/gitlab!22921
-
Thong Kuah authored
Improve project Import coverage Closes #39536 See merge request gitlab-org/gitlab!22251
-
Dan Davison authored
Unquarantine performance bar E2E spec See merge request gitlab-org/gitlab!22997
-
Mike Greiling authored
Suppress caniuse-lite outdated error See merge request gitlab-org/gitlab!23030
-
Kushal Pandya authored
Migrate filter specs to VTU See merge request gitlab-org/gitlab!22804
-
Kushal Pandya authored
Update GitLab Packages See merge request gitlab-org/gitlab!22660
-
Paul Slaughter authored
Avoid pre-populating form for MR resolve issues Closes #194764 See merge request gitlab-org/gitlab!22593
-
Samantha Ming authored
- Issue is due to writing to the wrong key - Ensure the use of entire search if not MR https://gitlab.com/gitlab-org/gitlab/merge_requests/22593
-
Ash McKenzie authored
Update aws-sdk-* gems to v3 and use faraday_middleware-aws-sigv4 gem Closes #37931 See merge request gitlab-org/gitlab!22865
-
Paul Slaughter authored
Connect vue app to api _links See merge request gitlab-org/gitlab!22096
-
Nicolò Maria Mezzopera authored
- haml binding - vuex mutation - vue mutation - tests - mock data - component usage https://gitlab.com/gitlab-org/gitlab/merge_requests/22096
-
Kushal Pandya authored
Add child and parent labels to pipelines (3/3) See merge request gitlab-org/gitlab!21332
-