- 12 Mar, 2019 26 commits
-
-
Yorick Peterse authored
This backports support for finding EE workers in ee/app/workers from EE to CE, since we already do this for the configuration paths constant. This removes the need for EE specific modules.
-
Yorick Peterse authored
EE adds this method to Gitlab::Utils, which is also required by our SimpleCov helper. This prevents us from injecting EE modules into Gitlab::Utils, because the necessary bits for this are not yet in place. To work around this we just backport try_megabytes_to_bytes, as there's no particular reason to keep this in EE only.
-
Yorick Peterse authored
This backports the allow_mirror_update update field for Chain::Command from EE to CE. There's no particular reason to keep this in EE. Doing so would require refactoring of CE as there currently is no easy way to inject new Struct members into the Chain::Command class.
-
Yorick Peterse authored
EE added the ability to set timeouts when handling blobs. Since there's no particular reason for this to be EE specific we can just backport this to CE.
-
Yorick Peterse authored
This moves the development favicon name in Gitlab::Favicon to a separate method, allowing EE to redefine it to return a custom favicon.
-
Yorick Peterse authored
This backports the EE changes to Gitlab::Ci::Model back into CE, ensuring the code is the same for both versions.
-
Phil Hughes authored
Update dependency @gitlab/ui to ^2.2.3 See merge request gitlab-org/gitlab-ce!25977
-
Rémy Coutable authored
Batch insert CI profiling spec data Closes gitlab-ee#10154 See merge request gitlab-org/gitlab-ce!25937
-
Stan Hu authored
Instead of inserting a row after each example to an external database, we save the CI profiling reports into the `rspec_profiling` directory and insert the data in the update-tests-metadata CI stage. This should make each spec run faster and also reduce the number of PostgreSQL connections needed by concurrent CI builds. `scripts/insert-rspec-profiling-data` also inserts one file at a time via the PostgreSQL COPY command for faster inserts. The one side effect is that the `created_at` and `updated_at` timestamps aren't available since they aren't generated in the CSV. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10154
-
Lin Jen-Shin authored
Don't create EE-specific files when creating Emojis fixture files See merge request gitlab-org/gitlab-ce!26011
-
Lin Jen-Shin authored
Add a new dedicated labels seeder script and automatically add labels to seeded issues and merge requests See merge request gitlab-org/gitlab-ce!25974
-
Phil Hughes authored
Removes ee differences for container.vue Closes gitlab-ee#10080 See merge request gitlab-org/gitlab-ce!25957
-
Lin Jen-Shin authored
Resolve "Build QA image should have a higher git clone depth" Closes #58671 See merge request gitlab-org/gitlab-ce!25959
-
Phil Hughes authored
Removes EE differences from environment_item Closes gitlab-ee#10029 See merge request gitlab-org/gitlab-ce!25930
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Evan Read authored
Fix convdev note alert box See merge request gitlab-org/gitlab-ce!25984
-
Evan Read authored
Olliverschinagl/gitlab ce clarify master branch name See merge request gitlab-org/gitlab-ce!25965
-
Toon Claes authored
The 'master' branch name is confusing as it indicates some special branch name, where it is actually just a 'ref'. 'branches' _is_ a special name as it indicates 'all' branches. Lets clarify the example a little to indicate this. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
-
Evan Read authored
Resolve "A lot of Trigger Token is Accessible from Internet because of the Documentation" Closes #52261 See merge request gitlab-org/gitlab-ce!25945
-
Matija Čupić authored
-
Evan Read authored
Update setTestTimeout documentation See merge request gitlab-org/gitlab-ce!25932
-
Luke Bennett authored
-
Evan Read authored
doc/ci/yaml: correct recursive expanded includes documentation See merge request gitlab-org/gitlab-ce!25918
-
Elan Ruusamäe authored
-
- 11 Mar, 2019 14 commits
-
-
Evan Read authored
doc: ci/include: note about caching See merge request gitlab-org/gitlab-ce!22654
-
Elan Ruusamäe authored
-
Stan Hu authored
Upgrading gitaly version to 1.27.0 See merge request gitlab-org/gitlab-ce!25986
-
Clement Ho authored
Remove node 6 config See merge request gitlab-org/gitlab-ce!25933
-
Douglas Barbosa Alexandre authored
Add feature flag to enforce gitaly request limits See merge request gitlab-org/gitlab-ce!25931
-
Mark Lapierre authored
We typically don't want to enforce request limits in production However, we have some production-like test environments, i.e., ones where `Rails.env.production?` returns `true`. We do want to be able to check if the limit is being exceeded while testing in those environments.
-
John Cai authored
Fixes bug in FindAllTags when using a commit sha as the tagname would cause an error
-
Caleb Williamson authored
The `note` alert box within the convdev doc was improperly formatted.
-
Mike Greiling authored
Removes the CSRF token if the emojis.json is on a CDN Closes #58784 See merge request gitlab-org/gitlab-ce!25979
-
Tim Zallmann authored
-
Nick Thomas authored
Support multiple roulette roles per project See merge request gitlab-org/gitlab-ce!25818
-
Mike Greiling authored
This removes trailing commas from node scripts which previously omitted them for compatiblity with node 6
-
Fatih Acet authored
Remove polyfill warnings from the FE testing docs See merge request gitlab-org/gitlab-ce!25970
-
Lukas 'Eipi' Eipert authored
-