- 02 Aug, 2019 40 commits
-
-
mo khan authored
-
mo khan authored
-
mo authored
-
mo authored
-
mo authored
-
Stan Hu authored
All Kubectl command should return array by default See merge request gitlab-org/gitlab-ce!31305
-
João Cunha authored
-
Robert Speicher authored
Don't run danger on stable branches See merge request gitlab-org/gitlab-ce!31430
-
Mike Greiling authored
Update dependency @gitlab/ui to ^5.12 See merge request gitlab-org/gitlab-ce!31242
-
Enrique Alcántara authored
- Also, include pikaday styles through gitlab-ui
-
Sean McGivern authored
Uninstall Helm/Tiller See merge request gitlab-org/gitlab-ce!27359
-
Dylan Griffith authored
Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs
-
Stan Hu authored
Documentation - Services slack See merge request gitlab-org/gitlab-ce!31004
-
Jeffrey Cafferata authored
-
Sean McGivern authored
Make `needs:` to require a strong reference Closes #65512 See merge request gitlab-org/gitlab-ce!31419
-
Paul Slaughter authored
Add md files to .prettierignore See merge request gitlab-org/gitlab-ce!31426
-
Justin Boyson authored
This is to prevent prettier from auto formatting doc files.
-
Lukas Eipert authored
-
Bob Van Landuyt authored
Removes update_statistics_namespace feature flag See merge request gitlab-org/gitlab-ce!31392
-
Kamil Trzciński authored
This changes `needs:` from weak reference to have a strong reference. This means that job will not be created unless all needs are present as part of a pipeline.
-
Robert Speicher authored
Resolve "Breakage in displaying SVG in the same repository" See merge request gitlab-org/gitlab-ce!31352
-
Robert Speicher authored
Support X_if_ee methods for QA tests See merge request gitlab-org/gitlab-ce!31379
-
Drew Blessing authored
Update HA resource descriptions Closes #61192 and #27833 See merge request gitlab-org/gitlab-ce!31064
-
Sean McGivern authored
Respect needs on artifacts Closes #65466 See merge request gitlab-org/gitlab-ce!31413
-
Fatih Acet authored
Improve job log rendering performance See merge request gitlab-org/gitlab-ce!31262
-
Lukas '+ alert('Eipi') + ' Eipert authored
Currently we write out empty CSS classes (`class=""`) every time we create a new tag. This adds 9 unnecessary bytes per span element. In a recent trace, I have counted 11950 span elements. So we transported 105 unnecessary kilobytes!
-
Mayra Cabrera authored
After measuring the impact of the namespace storage on https://gitlab.com/gitlab-org/gitlab-ce/issues/64092. It was decided that it's performant enough. So we can freely remove the feature flag Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64092
-
Bob Van Landuyt authored
Resolve docker in docker problems See merge request gitlab-org/gitlab-ce!31417
-
Paul Slaughter authored
Syncs the vue test utils helpers See merge request gitlab-org/gitlab-ce!31349
-
Sam Beckham authored
-
Lukas Eipert authored
See https://gitlab.com/gitlab-com/gl-infra/production/issues/1023 This also has been suggested by Tomasz in the MR
-
Sean McGivern authored
Fix performance bar warnings when Rugged is disabled Closes #65491 See merge request gitlab-org/gitlab-ce!31395
-
Sean McGivern authored
Improve test for .with_needs See merge request gitlab-org/gitlab-ce!31411
-
Walmyr authored
Update end-to-end style guide doc with new guideline See merge request gitlab-org/gitlab-ce!31342
-
Kamil Trzciński authored
When `needs:` is defined, the value of it is not respected when returning a list of artifacts to the runner from the job.
-
Kamil Trzciński authored
-
Fatih Acet authored
Clean up job_app_spec See merge request gitlab-org/gitlab-ce!31400
-
Kamil Trzciński authored
Fix GC::Profiler metrics fetching See merge request gitlab-org/gitlab-ce!31331
-
Aleksei Lipniagov authored
Previously, both InfluxSampler and RubySampler were relying on the `GC::Profiler.total_time` data which is the sum over the list of captured GC events. Also, both samplers asynchronously called `GC::Profiler.clear` which led to incorrect metric data because each sampler has the wrong assumption it is the only object who calls `GC::Profiler.clear` and thus could rely on the gathered results between such calls. We should ensure that `GC::Profiler.total_time` is called only in one place making it possible to rely on accumulated data between such wipes. Also, we need to track the amount of profiler reports we lost.
-
Kamil Trzciński authored
Make `bin/web_puma` consider RAILS_ENV See merge request gitlab-org/gitlab-ce!31378
-