- 12 Sep, 2018 7 commits
-
-
Douwe Maan authored
Resolve "Markdown footnotes don't render when inside a table..." Closes #51200 See merge request gitlab-org/gitlab-ce!21675
-
Stan Hu authored
Update example Prometheus queries Closes #49849 See merge request gitlab-org/gitlab-ce!21695
-
Kamil Trzciński authored
Add trigger information for job API Closes #50989 See merge request gitlab-org/gitlab-ce!21495
-
Steve Azzopardi authored
Create new entity called TriggerVariablesEnitity for trigger variables, to aid reuseablity in the future. Update JSON schema to include trigger information in the response. Refactor rspec tests a bit to reduce duplication and for the `context` to make sense. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50989
-
Ben Kochie authored
* Update metric names to match current release. * Improve descriptions. * Improve examples to show more query language functionality. Memory: * Show use of `or` function. * Automatically select "MemAvailable" kernel metric if possible. CPU: * Show use of `avg without ...`. * Show CPU utilization per node. Network: * Show use of `!=` label matching. * Don't show "localhost" metrics.
-
Dmitriy Zaporozhets authored
Add GitLab project id to jupyter config installed via cluster apps See merge request gitlab-org/gitlab-ce!21341
-
Stan Hu authored
Merge branch '51271-error-500-due-to-encoding-issues-when-when-attempting-to-access-issues-api' into 'master' Resolve "Error 500 due to encoding issues when when attempting to access issues API" Closes #51271 See merge request gitlab-org/gitlab-ce!21680
-
- 11 Sep, 2018 33 commits
-
-
Brett Walker authored
- utilize the 'out' method to output the 'fence_info', which converts to utf8 - output 'sourcepos' again
-
Robert Speicher authored
Filter any parameters ending with "key" in logs See merge request gitlab-org/gitlab-ce!21688
-
Mike Greiling authored
Use gitlab-ui loading icon See merge request gitlab-org/gitlab-ce!21659
-
Clement Ho authored
-
Stan Hu authored
Rails does a partial match for strings in the filter_parameters configuration, so the parameter "key" causes "key_id" to be filtered even though it's a useful parameter for debugging internal API issues. We now revise this filter to make any parameter ending with "key" is filtered. Relates to https://gitlab.com/gitlab-com/gl-infra/production/issues/463
-
Robert Speicher authored
Resolve "500 Internal Server Error: Cherrypick commit with empty branch name" Closes #50677 See merge request gitlab-org/gitlab-ce!21501
-
🙈 jacopo beschi 🙉 authored
-
Mike Greiling authored
Generate JUnit report for Karma tests See merge request gitlab-org/gitlab-ce!21473
-
Winnie Hellmann authored
-
Mike Greiling authored
Explicitly use bootstrap 4.1.1 Closes #51362 See merge request gitlab-org/gitlab-ce!21683
-
Clement Ho authored
-
Mike Greiling authored
Remove unused GlModal import in delete wiki modal See merge request gitlab-org/gitlab-ce!21677
-
Robert Speicher authored
Fix the group and project activity pages Closes #51375 See merge request gitlab-org/gitlab-ce!21674
-
Clement Ho authored
-
Nick Thomas authored
-
Brett Walker authored
-
Kamil Trzciński authored
Add empty state illustration information in job API Closes #51112 See merge request gitlab-org/gitlab-ce!21532
-
Steve Azzopardi authored
-
Robert Speicher authored
[CE] Fix rails 5 deprecation warnings See merge request gitlab-org/gitlab-ce!21673
-
Clement Ho authored
Resolve "[SCSS Variables Cleanup] Combine all duplicated hex colors in variables.scss", Part 1 See merge request gitlab-org/gitlab-ce!21375
-
Stan Hu authored
Enable frozen string in vestigial files See merge request gitlab-org/gitlab-ce!21665
-
Grzegorz Bizon authored
Use Rails.root for CommonMetricsImporter Closes #51333 See merge request gitlab-org/gitlab-ce!21664
-
Robert Speicher authored
Add ability to skip user email confirmation with API Closes #50876 See merge request gitlab-org/gitlab-ce!21630
-
Jan Provaznik authored
Fixes rails 5 deprecation warnings in `config/` files
-
Kamil Trzciński authored
-
Dmitriy Zaporozhets authored
Add sorting for labels on labels page See merge request gitlab-org/gitlab-ce!21642
-
Kamil Trzciński authored
Fix workhorse temp path for namespace uploads Closes gitlab-ee#7009 See merge request gitlab-org/gitlab-ce!21650
-
Jarka Košanová authored
-
Annabel Dunstone Gray authored
Remove jquery.scss; Combine multiple duplicate grays into global gray variables; Remove unused styles in common.scss
-
Annabel Dunstone Gray authored
Resolve "Filter bar height changes when items are added" Closes #49943 See merge request gitlab-org/gitlab-ce!21609
-
Andrea Leone authored
-
Grzegorz Bizon authored
Resolve "Project export broken when avatar is set" Closes #51318 See merge request gitlab-org/gitlab-ce!21649
-
gfyoung authored
Partially addresses #47424.
-