- 18 Nov, 2019 27 commits
-
-
Phil Hughes authored
Remove var from search_autocomplete_spec.js Closes #36290 See merge request gitlab-org/gitlab!20112
-
Utkarsh Gupta authored
-
Phil Hughes authored
Make EE design management specs compatible w/ BootstrapVue 2 See merge request gitlab-org/gitlab!19907
-
Martin Wortschack authored
Remove var from project_find_file.js Closes #36275 See merge request gitlab-org/gitlab!20114
-
Utkarsh Gupta authored
-
Phil Hughes authored
Make IDE specs compatible w/ BootstrapVue 2 See merge request gitlab-org/gitlab!19914
-
Evan Read authored
Merge branch '8965-gitlab-rake-geo-db-reset-drops-but-cannot-create-the-database-docs' into 'master' Fix documentation around reseting tracking database Closes #8965 See merge request gitlab-org/gitlab!19974
-
Valery Sizov authored
-
Evan Read authored
Add Times::Type to our GraphQL docs See merge request gitlab-org/gitlab!20012
-
Evan Read authored
Merge branch '36428-follow-up-from-resolve-artifact-based-view-for-junit-xml-documentation' into 'master' Adjust new junit documentation image to match guidelines See merge request gitlab-org/gitlab!20213
-
Martin Wortschack authored
Add mb-2 class to global alerts See merge request gitlab-org/gitlab!20081
-
Kunal D. Sonawane authored
This reverts commit 810bc8a6a7b4db20e58065db80e0dfeb6c1d8663, reversing changes made to f74dbad948a23983f77aa90807e45d06ae943211.
-
Kushal Pandya authored
Fixes links to notes in collapsed discussions See merge request gitlab-org/gitlab!20148
-
Heinrich Lee Yu authored
Enable cluster_management_project FF by default See merge request gitlab-org/gitlab!20216
-
Heinrich Lee Yu authored
#33805: Add serverless framework template See merge request gitlab-org/gitlab!19969
-
Heinrich Lee Yu authored
Add ingress_modsecurity feature flag to usage ping Closes #32358 See merge request gitlab-org/gitlab!20194
-
Thong Kuah authored
Enable frozen string for GitHub import specs See merge request gitlab-org/gitlab!20264
-
Evan Read authored
Resolve "Serverless debugging" Closes #33330 See merge request gitlab-org/gitlab!19264
-
Matt Kasa authored
Relates to https://gitlab.com/gitlab-org/gitlab/issues/33330
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Thong Kuah authored
Enable frozen string for spec/lib/gitlab/gfm See merge request gitlab-org/gitlab!20248
-
Thong Kuah authored
Document how to use OpenFaaS runtimes with GitLab Serverless Closes #29253 See merge request gitlab-org/gitlab!20096
-
Alishan Ladhani authored
-
Thong Kuah authored
.Support for crossplane as a managed app See merge request gitlab-org/gitlab!18797
-
Mahendra Bagul authored
Rubocop run prettified run Fixed test cases
-
Evan Read authored
Documentation for creating EKS clusters See merge request gitlab-org/gitlab!19667
-
-
- 17 Nov, 2019 7 commits
-
-
Ash McKenzie authored
Bump auto-deploy-image to v0.7.0 See merge request gitlab-org/gitlab!20250
-
Kamil Trzciński authored
workflow:rules Configuration for Pipelines Closes #29654 See merge request gitlab-org/gitlab!18757
-
drew authored
- Added Gitlab::Ci::Pipeline::Chain::EvaluateWorkflowRules - Basic E2E spec for skipping Pipelines via workflow:rules - CI config validation for workflow:rules
-
Stan Hu authored
Fix typo: "earlier" to "later" See merge request gitlab-org/gitlab!20228
-
Thong Kuah authored
Enforce using symbolic status codes in controllers See merge request gitlab-org/gitlab!19929
-
Ray Paik authored
Enhance introduction/ci grammar See merge request gitlab-org/gitlab!20138
-
masOOd authored
-
- 16 Nov, 2019 6 commits
-
-
Tanya Pazitny authored
Quarantine wiki http push to secondary spec See merge request gitlab-org/gitlab!20252
-
Jennifer Louie authored
-
Tanya Pazitny authored
Update PgBouncer Recommendation for HA in Documentation See merge request gitlab-org/gitlab!19506
-
Grant Young authored
Add specs to dummy manifest upload errors Add specs to dummy delete errors Fix crash associated with docker error when deleting tags
-
Paul Slaughter authored
Use current commit SHA when requesting IDE file tree and contents See merge request gitlab-org/gitlab!19348
-
Himanshu Kapoor authored
Use the commit SHA instead of the branch ID to request data for the file tree and raw files in the IDE. The SHA is obtained as the most recent commit in the branch at the moment the branch is first loaded, then remains the same until the branch is changed or the window is refreshed. This is done to prevent unusual file behavior that could occur if another user edits the files while the IDE is open. NOTE: We opted to build the raw path on demand rather than keep it in the file object because when a new commit is made, it'd take a lot of processing to update all the paths. For this reason, this MR adds a few long `joinPaths` calls to actions like `getFiles`.
-