- 11 Nov, 2019 26 commits
-
-
Heinrich Lee Yu authored
Persist Label Based Stages in Cycle Analytics See merge request gitlab-org/gitlab!19361
-
Adam Hegyi authored
- Add label based stage event classes - Add label based stage events to the pairing rules - Validate GroupLabel associations for ProjectStage and GroupStage
-
Thong Kuah authored
Enable frozen string for spec/lib/gitlab/ci See merge request gitlab-org/gitlab!19857
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Stan Hu authored
Disable pull mirror if repository is in read-only state See merge request gitlab-org/gitlab!19182
-
Phil Hughes authored
Fix broken link to add_remove_clusters See merge request gitlab-org/gitlab!19853
-
Kushal Pandya authored
Revert "Merge branch '35120-links-dependency-files-fix' into 'master'" See merge request gitlab-org/gitlab!19854
-
Sean McGivern authored
Upgrade premailer-rails and related dependencies See merge request gitlab-org/gitlab!19206
-
Jan Provaznik authored
Rename MAJOR_VERSION to ANALYZER_IMAGE_TAG in SAST See merge request gitlab-org/gitlab!19782
-
Kushal Pandya authored
Update mermaid to 8.4.2 to support more diagram/graph types See merge request gitlab-org/gitlab!19444
-
Ash McKenzie authored
Fix crash when docker fails to delete tags Closes #34827 See merge request gitlab-org/gitlab!19208
-
Heinrich Lee Yu authored
Create `default` and `free` plans See merge request gitlab-org/gitlab!19033
-
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
-
Heinrich Lee Yu authored
-
Ray Paik authored
Trivial English correction See merge request gitlab-org/gitlab!19842
-
Bishop Clark authored
-
Paul Slaughter authored
This reverts merge request !19464
-
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 11 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
-
Giorgenes Gelatti authored
-
Giorgenes Gelatti authored
Add specs to dummy manifest upload errors Add specs to dummy delete errors Fix crash associated with docker error when deleting tags
-
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.
-
Thong Kuah authored
-
Sean Arnold authored
-
Michael Kozono authored
Update omniauth_openid_connect to v0.3.3 See merge request gitlab-org/gitlab!19525
-
Stan Hu authored
During a project migration to another shard in https://gitlab.com/gitlab-com/gl-infra/production/issues/1250, we noticed the GetAllLFSPointers RPC was timing out for a repository that was marked as read-only. To avoid updates while the migration is happening, we need to check the `repository_read_only` flag and skip the update.
-
- 09 Nov, 2019 3 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
-