- 07 May, 2019 1 commit
-
-
Paul Slaughter authored
**What?** In some browsers subpixel heights are rounded in tables. This was causing the discussion border to be hidden because the content overflowed. Adding `padding-bottom: 1px` basically overrides this rounding. https://gitlab.com/gitlab-org/gitlab-ce/issues/53973
-
- 06 May, 2019 39 commits
-
-
Stan Hu authored
Add issue template for refactorings See merge request gitlab-org/gitlab-ce!27889
-
Fatih Acet authored
CE Add leave link to access_granted email See merge request gitlab-org/gitlab-ce!27892
-
Fatih Acet authored
(CE Port) New user onboarding (Welcome screen) See merge request gitlab-org/gitlab-ce!28062
-
Martin Wortschack authored
- Add styles for blue popovers - Add render_if_exists to help menu for "Learn GitLab" menu item
-
Fatih Acet authored
Resolve "Support Prometheus for group-level clusters" Closes #51963 See merge request gitlab-org/gitlab-ce!27280
-
Peter Leitzen authored
-
Ash McKenzie authored
[CE] Compute resolver complexity based on items See merge request gitlab-org/gitlab-ce!28017
-
Jan Provaznik authored
If a field is a resolver, its complexity is automatically increased. By default we add extra points for sort and search arguments (which will be common for various resolvers). For specific resolvers we add field-specific complexity, e.g. for Issues complexity is increased if we filter issues by `labelName` (because then SQL query is more complex). We may want to tune these values in future depending on real-life results. Complexity is also dependent on the number of loaded nodes, but only if we don't search by specific ID(s). Also added complexity is limited (by default only twice more than child complexity) - the reason is that although it's more complex to process more items, the complexity increase is not linear (there is not so much difference between loading 10, 20 or 100 records from DB).
-
Mayra Cabrera authored
Fix editing issues and MRs with NULL lock_version See merge request gitlab-org/gitlab-ce!28145
-
Sean McGivern authored
-
Clement Ho authored
Upgrade GitLab UI to 3.10.0 See merge request gitlab-org/gitlab-ce!28140
-
Sean McGivern authored
Fix issuables state_id nil when importing projects from GitHub Closes #57906 See merge request gitlab-org/gitlab-ce!28027
-
Felipe Artur authored
Issues and merge requests imported from GitHub are having state_id set to null. This fixes the GitHub project importer and schedule migrations to fix state_id.
-
Fatih Acet authored
Add close_select2 method to select2_helper See merge request gitlab-org/gitlab-ce!27981
-
Lukas Eipert authored
-
Sean McGivern authored
Add Mayra Cabrera to .gitlab/codeowners See merge request gitlab-org/gitlab-ce!28131
-
Mayra Cabrera authored
Per the second step of: https://gitlab.com/gitlab-com/www-gitlab-com/issues/3351
-
Clement Ho authored
Update dependency @gitlab/svgs to ^1.60.0 See merge request gitlab-org/gitlab-ce!27842
-
Kushal Pandya authored
Aligns the play button for stages Closes #61469 See merge request gitlab-org/gitlab-ce!28124
-
Bob Van Landuyt authored
Support Prometheus for group-level clusters (backend) See merge request gitlab-org/gitlab-ce!27995
-
Peter Leitzen authored
Tweak cluster helper and refactor its specs.
-
Lukas 'Eipi' Eipert authored
-
Stan Hu authored
Move the build-qa-image to the test stage See merge request gitlab-org/gitlab-ce!28122
-
Nick Thomas authored
CE destroy repo mirrors Closes #54574 See merge request gitlab-org/gitlab-ce!27087
-
Luke Bennett authored
It is important to destroy data related to repo mirrors when they are disabled. Use `_destroy` nested attribute instead of `enabled` for push mirrors. Call `remove_import_data` after saving a project if its pull mirror is disabled.
-
Lin Jen-Shin authored
CI variables of type file Closes #46806 See merge request gitlab-org/gitlab-ce!27112
-
Krasimir Angelov authored
Add env_var and file as supported types for CI variables. Variables of type file expose to users existing gitlab-runner behaviour - save variable value into a temp file and set the path to this file in an ENV var named after the variable key. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
-
Nick Thomas authored
Fix uploading of LFS tracked file through UI Closes #61203 See merge request gitlab-org/gitlab-ce!28052
-
Patrick Bajao authored
-
Filipa Lacerda authored
-
Sanad Liaquat authored
[QA] Escape arg used as regex Closes gitlab-org/quality/performance#2 See merge request gitlab-org/gitlab-ce!28104
-
Achilleas Pipinellis authored
Resolve "Reporters can create labels in projects/groups" Closes #61222 See merge request gitlab-org/gitlab-ce!27991
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Merge branch '10090-move-ee-differences-for-app-assets-javascripts-pages-projects-issues-index-index-js' into 'master' Resolved EE differences for issues page index Closes gitlab-ee#10090 See merge request gitlab-org/gitlab-ce!28031
-
Constance Okoghenun authored
-
Douwe Maan authored
Remove cleaned up OIDs from database and cache Closes #30093 See merge request gitlab-org/gitlab-ce!26555
-
Andreas Brandl authored
CE Backport: Create ActiveRecordModel and table for Merge Train feature See merge request gitlab-org/gitlab-ce!27879
-
Filipa Lacerda authored
Merge branch '58105-pipeline-author-and-commit-author-too-close-together-in-pipeline-list' into 'master' Improve pipelines table spacing, add triggerer column Closes #38802 and #58105 See merge request gitlab-org/gitlab-ce!26136
-
Stan Hu authored
Add client methods for DisconnectGitAlternates rpc See merge request gitlab-org/gitlab-ce!27938
-