- 14 May, 2019 5 commits
-
-
Stan Hu authored
Fix project visibility level validation Closes #59379 See merge request gitlab-org/gitlab-ce!28305
-
Jan Provaznik authored
Rename methods that conflict in Rails 5.2 Closes #55583 See merge request gitlab-org/gitlab-ce!28281
-
Peter Marko authored
-
Achilleas Pipinellis authored
Use real mermaid for mermaid result See merge request gitlab-org/gitlab-ce!28300
-
Evan Read authored
-
- 13 May, 2019 19 commits
-
-
Mark Lapierre authored
First iteration of documentation for writing end-to-end tests See merge request gitlab-org/gitlab-ce!27603
-
Walmyr authored
framework that intends to make easier for every engineer to contribute with the end-to-end tests creation, edition, and improvements.
-
Evan Read authored
Improve installation from source Closes #47483, #61549, and #50937 See merge request gitlab-org/gitlab-ce!28201
-
Dmitriy Zaporozhets authored
* Add a solution for JavaScript heap out of memory error when compiling assets * Add note about postgres database config * Start gitaly before gitlab:setup as it won't work otherwise Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Evan Read authored
Merge branch '9228-geo-how-to-reconcile-differences-with-geo-checksum-mismatches-docs' into 'master' Document how to reconcile differences with Geo checksum mismatches Closes gitlab-ee#9228 See merge request gitlab-org/gitlab-ce!28183
-
Douglas Barbosa Alexandre authored
-
Stan Hu authored
Update ruby_parser for ruby 2.6 See merge request gitlab-org/gitlab-ce!28295
-
Luke Bennett authored
-
Douglas Barbosa Alexandre authored
Resolve "Remove ignore_column ci_id" Closes #61302 See merge request gitlab-org/gitlab-ce!28234
-
Kushal Pandya authored
Ensure that dependencies are installed before running frontend tests See merge request gitlab-org/gitlab-ce!28236
-
Kushal Pandya authored
CE backport: Remove non-semantic use of `.row` in member listing controls See merge request gitlab-org/gitlab-ce!28204
-
Phil Hughes authored
Adds changelog entry for Matomo string website ID support See merge request gitlab-org/gitlab-ce!28244
-
Sanad Liaquat authored
Fix E2E test - wait for branches to not be present See merge request gitlab-org/gitlab-ce!27805
-
Nick Thomas authored
Eager load the GraphQL schema in specs Closes gitlab-ee#11497 See merge request gitlab-org/gitlab-ce!28246
-
Nick Thomas authored
Expain usage of `artifacts_server` in `gitlab.yml` See merge request gitlab-org/gitlab-ce!28230
-
Winnie Hellmann authored
-
Phil Hughes authored
Update doc/development/fe_guide/graphql.md See merge request gitlab-org/gitlab-ce!28272
-
Natalia Tepluhina authored
-
Heinrich Lee Yu authored
Adds suffix to enum methods and changes `in_groups` to `of_groups`
-
- 12 May, 2019 5 commits
-
-
Evan Read authored
Docs: Fix wording error in salesforce section See merge request gitlab-org/gitlab-ce!28190
-
Gosia Ksionek authored
-
Evan Read authored
fix typos in new_ci_build_permissions_model.md See merge request gitlab-org/gitlab-ce!28087
-
Achilleas Pipinellis authored
Update webhooks examples of Issue and MR in documentation Closes #61187 See merge request gitlab-org/gitlab-ce!27897
-
Maneschi Romain authored
Not my initial idea but when I write the issue I see this field is wrong
-
- 11 May, 2019 4 commits
-
-
Achilleas Pipinellis authored
Update K8S apps to checkmark See merge request gitlab-org/gitlab-ce!28259
-
Stan Hu authored
Add EE fixtures to SeedFu fixture paths See merge request gitlab-org/gitlab-ce!28241
-
Ash McKenzie authored
Update get_process_mem to 0.2.3 See merge request gitlab-org/gitlab-ce!28248
-
Matija Čupić authored
-
- 10 May, 2019 7 commits
-
-
Mike Lewis authored
Provide alternatives to using setTimeout in frontend tests (docs) Closes #49612 See merge request gitlab-org/gitlab-ce!28207
-
Grzegorz Bizon authored
Add warning about updating Omnibus is secrets are updated See merge request gitlab-org/gitlab-ce!28247
-
Phil Hughes authored
Fixes next badge being always visible Closes #61550 See merge request gitlab-org/gitlab-ce!28249
-
Filipa Lacerda authored
-
Stan Hu authored
This squelches a BigDecimal warning in Ruby 2.6: warning: BigDecimal.new is deprecated; use BigDecimal() method instead. https://github.com/schneems/get_process_mem/blob/master/CHANGELOG.md
-
Stan Hu authored
[ci skip]
-
Bob Van Landuyt authored
Avoid counting on Rails eager loading the GraphQL types, but preload them before the specs. This would avoid loading the schema in 2 separate threads concurrently (1 inside the specs, 1 inside the test-server that will receive requests). Loading the schema in parallel like that could cause duplicate definition errors.
-