- 11 Nov, 2019 12 commits
-
-
Kamil Trzciński authored
This introduces a persistent `default` and `free` plans into database. The `default` is used by all on-premise installations. The `free` is created for GitLab.com.
-
Sanad Liaquat authored
Update test to use perform instead of act See merge request gitlab-org/gitlab!19830
-
Ray Paik authored
Trivial English correction See merge request gitlab-org/gitlab!19842
-
Bishop Clark authored
-
Evan Read authored
Fix VPC-native typo See merge request gitlab-org/gitlab!19823
-
Paul Slaughter authored
Migrate comment form specs to Jest & VTU See merge request gitlab-org/gitlab!19267
-
Paul Gascou-Vaillancourt authored
Also: - Moved issue_show/helpers and notes/mock_data to frontend specs directory
-
Evan Read authored
Add Step to Resolve Permission issues when Adding Service Account See merge request gitlab-org/gitlab!18287
-
Evan Read authored
Updating example CI deployment README link See merge request gitlab-org/gitlab!19416
-
Evan Read authored
Merge branch '34544-add-docs-notice-that-api-activity-for-group-level-ip-address-restriction-was-added-in-12-3' into 'master' Resolve "Add docs notice that API activity for group-level IP address restriction was added in 12.3" Closes #34544 See merge request gitlab-org/gitlab!19799
-
Evan Read authored
NAME not SLUG should be used to describe an unsanitised url See merge request gitlab-org/gitlab!19468
-
Kevin authored
-
- 10 Nov, 2019 7 commits
-
-
Thong Kuah authored
Fix Regression: Error Tracking page fails with 500 Closes #35949 See merge request gitlab-org/gitlab!19843
-
Thong Kuah authored
Enable frozen string for lib/gitlab/auth See merge request gitlab-org/gitlab!19844
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Thong Kuah authored
Only expose 1 diff style in diffs endpoint See merge request gitlab-org/gitlab!19317
-
Bob Van Landuyt authored
When enabling the `single_mr_diff_view` feature flag, the backend will only render one kind of diff: inline or parallel. The feature is disabled for now until the frontend has been updated. To switch the view, the frontend can pass a `view` param containing either `inline` or `parallel`. That will get written to a cookie. The response for diff files will then contain either `highlighted_diff_lines` or `parallel_diff_lines` but no longer both.
-
Sean Arnold authored
-
Michael Kozono authored
Update omniauth_openid_connect to v0.3.3 See merge request gitlab-org/gitlab!19525
-
- 09 Nov, 2019 5 commits
-
-
Stan Hu authored
Some OpenID servers are configured to format the request to the client application as a POST request (form_post). This version of the gem allows you to actually use an unused configuration option.
-
Sean Arnold authored
-
Michael Kozono authored
Only enable protected paths for POST requests See merge request gitlab-org/gitlab!19184
-
Robert Speicher authored
This reverts commit 756ba726.
-
GitLab Release Tools Bot authored
GroupPackageFinder to filter private repos See merge request gitlab/gitlab-ee!1413
-
- 08 Nov, 2019 16 commits
-
-
Imre Farkas authored
Merge branch '33257-prevent-accidental-deletions-via-soft-delete-for-groups-db-changes' into 'master' Resolve "Prevent accidental deletions via soft delete for groups" - db changes (MR: 1/n) See merge request gitlab-org/gitlab!19342
-
Kamil Trzciński authored
Allows interruptible keyword in default Closes #33213 See merge request gitlab-org/gitlab!18841
-
Cédric Tabin authored
-
Robert Speicher authored
See merge request gitlab-org/gitlab!17933
-
Fernando Diaz authored
Adds a step to resolve the issue where an automatically created GKE cluster does not have permissions to create a Service Account and ClusterRoleBinding. I encountered these issues when creating my own GKE cluster and tries to create a Cluster-Admin.
-
Robert Speicher authored
Improve performance of API merge request commits endpoint See merge request gitlab-org/gitlab!19500
-
Robert Speicher authored
Remove unnecessary SQL queries from avatar requests See merge request gitlab-org/gitlab!19822
-
Robert Speicher authored
Add new link to "Pod logs" in sidebar and create empty state page when no environment is available See merge request gitlab-org/gitlab!19471
-
Miguel Rincon authored
- Add pod logs redirect route - Redirect to default env when not set - Create new ee specific link file - Add link locale string
-
Douglas Barbosa Alexandre authored
Quarantine flaky member_leaves_project_spec.rb See merge request gitlab-org/gitlab!19829
-
Walmyr Lima authored
-
Walmyr Lima e Silva Filho authored
Wait for approval before continuing with the test Closes #35525 See merge request gitlab-org/gitlab!19797
-
Lucas Charles authored
-
Douglas Barbosa Alexandre authored
Resolve "Detail view of Sentry error in GitLab" See merge request gitlab-org/gitlab!19137
-
Sean Arnold authored
- API call for Basic error data - API call for last occurance - Use reactive caching - Add route endpoint
-
Andreas Brandl authored
Resolve "Follow-up from "Adjusts snowplow to use cookies for sessions"" Closes #31222 See merge request gitlab-org/gitlab!19252
-