- 15 Mar, 2019 30 commits
-
-
Mike Lewis authored
Docs: CI/CD intro - new graph Closes #58720 See merge request gitlab-org/gitlab-ce!25934
-
Marcia Ramos authored
-
Grzegorz Bizon authored
Update clair-local-scan to 2.0.6 Closes #58482 See merge request gitlab-org/gitlab-ce!25743
-
Nick Thomas authored
Remove timeout for GitalyClient remove_remote Closes #56015 See merge request gitlab-org/gitlab-ce!26213
-
Annabel Dunstone Gray authored
Fix UI layout on Commits on mobile Closes #58933 See merge request gitlab-org/gitlab-ce!26133
-
Nick Thomas authored
Fix error creating a merge request when diff includes a null byte Closes #57710 See merge request gitlab-org/gitlab-ce!26190
-
Douwe Maan authored
Refactor groups and projects boards actions See merge request gitlab-org/gitlab-ce!25568
-
Lin Jen-Shin authored
Merge branch 'ce-6098-extract-ee-specific-files-lines-for-app-views-admin-application_settings' into 'master' (CE Port) Extract EE specific files/lines for app/views/admin/application_settings See merge request gitlab-org/gitlab-ce!25955
-
Robert Speicher authored
Reduce queries in spec/requests/api/merge_requests_spec.rb See merge request gitlab-org/gitlab-ce!26110
-
Achilleas Pipinellis authored
Update browser requirements to be clear about minor versions. See merge request gitlab-org/gitlab-ce!25805
-
Achilleas Pipinellis authored
Docs: Add link to namespace api doc to clarify URL-encoded path Closes #57292 See merge request gitlab-org/gitlab-ce!26083
-
Marcel Amirault authored
-
Kamil Trzciński authored
Edit note about remote includes Closes #58836 See merge request gitlab-org/gitlab-ce!25999
-
Sean McGivern authored
Hide "Edited" when note is transformed or resolved Closes #57330 See merge request gitlab-org/gitlab-ce!26143
-
Lin Jen-Shin authored
[CE] Reduce differences with EE in a migration spec See merge request gitlab-org/gitlab-ce!26162
-
Phil Hughes authored
Resolve "Merge request page loses state" See merge request gitlab-org/gitlab-ce!25988
-
Mark Chao authored
This can be slow because it must potentially remove a lot of remote refs (if the remote being removed has a lot of refs)
-
Phil Hughes authored
Removes EE differences for environment_item_spec Closes gitlab-ee#10424 See merge request gitlab-org/gitlab-ce!26185
-
Phil Hughes authored
Removes EE differences for environments_folder_bundle Closes gitlab-ee#10027 See merge request gitlab-org/gitlab-ce!26184
-
Sanad Liaquat authored
Quarantine failing auto devops spec See merge request gitlab-org/gitlab-ce!26207
-
Evan Read authored
Hashed Storage: Document Rollback mechanism Closes #58738 See merge request gitlab-org/gitlab-ce!25960
-
Sanad Liaquat authored
-
Evan Read authored
Fix search scope for snippet_blobs in example See merge request gitlab-org/gitlab-ce!26093
-
Evan Read authored
Docs: Fix a link that fails the link test See merge request gitlab-org/gitlab-ce!26111
-
Marcel Amirault authored
-
Evan Read authored
-
Gabriel Mazetto authored
Updated Rake-specific documentation to include storage rollback, and improved migration and rollback instructions.
-
Paul Slaughter authored
- Also stop polling if we get a bad response from the server.
-
Evan Read authored
Document global user permission configuration See merge request gitlab-org/gitlab-ce!25632
-
Wei-Meng Lee authored
-
- 14 Mar, 2019 10 commits
-
-
Mike Lewis authored
Refactor and restructure pipelines landing page Closes #58450 See merge request gitlab-org/gitlab-ce!26079
-
Evan Read authored
- Also has other minor improvements.
-
Mike Greiling authored
CE backport of Add Incidents section to Operations settings See merge request gitlab-org/gitlab-ce!25939
-
Reuben Pereira authored
Add spec for form fields Style settings sections
-
Stan Hu authored
If a diff happened to include a single null byte anywhere, insertion into the database would fail with an Error 500 since the column is text and not a byte array. To fix this, we mark the diff as binary if we detect a single null byte and Base64-encode it. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57710
-
Martin Wortschack authored
- Leverage render_if_exists - Externalize strings - Extract help page setting into EE specific partial
-
Mike Greiling authored
Show loading spinner while Ingress/Knative IP is being assigned Closes #56945 and #49863 See merge request gitlab-org/gitlab-ce!25912
-
Jacques Erasmus authored
Show a loading spinner while Ingress/Knative IP is being assigned
-
Rémy Coutable authored
Some more factories in migration specs See merge request gitlab-org/gitlab-ce!26177
-
Filipa Lacerda authored
-