- 13 Nov, 2019 29 commits
-
-
Andreas Brandl authored
Add index for projects API default param See merge request gitlab-org/gitlab!19989
-
Bob Van Landuyt authored
Conan file download endpoint See merge request gitlab-org/gitlab!17798
-
Andreas Brandl authored
Merge branch '34018-remove-pages-settings-fix-rake-task-after-executing-it-on-production' into 'master' Resolve "Remove pages settings fix rake task after executing it on production" Closes #34018 See merge request gitlab-org/gitlab!19870
-
Vladimir Shushlin authored
This migration needed to be executed only once on .com to fix issue with incorrect rollout of the access control feature, so it needs to be removed The empty migration needs to stay to avoid potential problems with rolling back/reapplying migrations
-
Ash McKenzie authored
Merge branch '36104-environment-pod-logs-in-menu-lands-in-404-if-the-user-has-no-permissions-to-see-logs' into 'master' Enable pod logs nav menu only for maintainers in projects with k8s environments Closes #36104 See merge request gitlab-org/gitlab!19927
-
Miguel Rincon authored
-
Sean McGivern authored
Make GraphQL enums a little bit nicer See merge request gitlab-org/gitlab!19998
-
Jan Provaznik authored
Remove ci_new_expire_job_artifacts_service feature flag See merge request gitlab-org/gitlab!19794
-
Phil Hughes authored
Resolve "Show the size of the files in image diff" See merge request gitlab-org/gitlab!19710
-
Thomas Randolph authored
This changeset literally just passes a size value down to the 2-Up viewer, which passes the sizes down to the image-viewer.
-
Phil Hughes authored
Add "Edit Dashboard" to metrics dashboard using the dashboard's project_blob_path Closes #35230 See merge request gitlab-org/gitlab!19279
-
Miguel Rincon authored
Instead of excluding XHRs for these actions, we only want to perform them when we're serving an HTML page. If we're serving an image or an Atom feed, they are mostly useless: 1. Gon variables can't be used by an image. 2. Redirects won't be seen if an image is embedded in another page.
-
Phil Hughes authored
Set 'assumeImmutableResults' to false by default See merge request gitlab-org/gitlab!19959
-
Natalia Tepluhina authored
Set assumeImmutableResults to false for design management application
-
James Lopez authored
Remove grafana integration feature flag See merge request gitlab-org/gitlab!18486
-
Tristan Read authored
-
Martin Wortschack authored
Fix compatibility issues with new backend logs API Closes #36101 See merge request gitlab-org/gitlab!19752
-
Miguel Rincon authored
- Change input props of component environment_logs - Update store to match path params from API. - Add documentation to getPodLogs API method - Keep path params in store - Update specs
-
Shinya Maeda authored
This commit removes ci_new_expire_job_artifacts_service feature flag.
-
Kushal Pandya authored
Update SaaS trial header to include the tier "Gold" See merge request gitlab-org/gitlab!19970
-
Thong Kuah authored
Backend actions for creating EKS clusters See merge request gitlab-org/gitlab!19593
-
Ash McKenzie authored
Merge branch '34770-error-500-for-api-v4-projects-id-services-jira-nomethoderror-undefined-method-slice-for-nil' into 'master' Resolve "Error 500 for /api/v4/projects/ID/services/jira" Closes #34770 See merge request gitlab-org/gitlab!19367
-
Nick Nguyen authored
-
Mario de la Ossa authored
-
Thong Kuah authored
GraphQL: Sort issues by due date See merge request gitlab-org/gitlab!18094
-
Tiger authored
This is the backend parts of https://gitlab.com/gitlab-org/gitlab/merge_requests/19045. It adds the following controller actions: - ClustersController#revoke_aws_role to allow a user to modify the role that will be assumed to create their EKS resources. - ClustersController#aws_proxy to populate the cluster form with roles, subnets etc from the user's account. - ClustersController#create_aws to create the cluster record and trigger the provisioning workers.
-
Thong Kuah authored
Enable frozen string for spec/lib/gitlab/gitaly_client See merge request gitlab-org/gitlab!20000
-
Walmyr Lima e Silva Filho authored
Tag tests that require admin access See merge request gitlab-org/gitlab!19926
-
Ash McKenzie authored
Removed unused private `#valid_size?` method See merge request gitlab-org/gitlab!19919
-
- 12 Nov, 2019 11 commits
-
-
Utkarsh Gupta authored
-
Ash McKenzie authored
Add can_edit and project_blob_path to metrics_dashboard endpoint Closes #35217 See merge request gitlab-org/gitlab!19663
-
Robert Speicher authored
Extend legacy routes comment with link to the issue Closes #35620 See merge request gitlab-org/gitlab!19774
-
Ray Paik authored
permissions.md: Fix spelling error See merge request gitlab-org/gitlab!19995
-
Ray Paik authored
index.md: Fix typo See merge request gitlab-org/gitlab!19996
-
Utkarsh Gupta authored
This changes recieve -> receive
-
Thong Kuah authored
Enable frozen string for spec/lib/gitlab/email See merge request gitlab-org/gitlab!19892
-
Utkarsh Gupta authored
This changes though -> through
-
Andreas Brandl authored
This if the default query for the unauthenticated user: ```sql SELECT "projects".* FROM "projects" WHERE "projects"."visibility_level" = 20 AND "projects"."pending_delete" = FALSE ORDER BY "projects"."created_at" DESC, "projects"."id" DESC LIMIT 20 OFFSET 0 ``` We also remove the existing, now redundant index. Relates to https://gitlab.com/gitlab-org/gitlab/issues/36135
-
Evan Read authored
Detail view of Sentry error in GitLab documentation See merge request gitlab-org/gitlab!19697
-
Olena Horal-Koretska authored
-