Commits on Source (57)
-
James Lopez authored
-
alex argunov authored
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10120 We use this to split up astral symbols ```js // ["
", " "] Array.from(' '); ``` -
Phil Hughes authored
Instead of the JS being in charge of the HTML, the HAML now handles it. The HAML can then check the cookie & show it needed. It also allows the HAML access to the paths so we don't have to pass that through. Closes #29955
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Jose Ivan Vargas authored
-
Keifer Furzland authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Pedro Moreira da Silva authored
-
Annabel Dunstone Gray authored
Improve UX guide on tooltips See merge request !10220
-
Alfredo Sumaran authored
update test_bundle.js ignored files See merge request !10228
-
Mike Greiling authored
-
Alfredo Sumaran authored
Spread out webpack bundles per-line to reduce conflicts in EE See merge request !10269
-
Kushal Pandya authored
-
Alfredo Sumaran authored
Fix sub-nav highlighting for `Environments` and `Jobs` pages Closes #30112 See merge request !10254
-
Filipa Lacerda authored
-
Alfredo Sumaran authored
Adds entry about kebab case props in documentation Closes #29973 See merge request !10208
-
Robert Speicher authored
If wget fails, remove the empty file created See merge request !10257
-
Robert Speicher authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Update wikis_controller.rb to use strong params Closes #23363 See merge request !10240
-
Rémy Coutable authored
Use `:empty_project` where possible in service specs See merge request !10274
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Use the same approach in Banzai::Filter::MergeRequestReferenceFilter as we do with issues. 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>
-
Sean McGivern authored
Fix Gitlab::EeCompatCheck: use `ee_branch_found` instead of `ee_branch` Closes #30136 See merge request !10255
-
Phil Hughes authored
-
Phil Hughes authored
Closes #30123
-
Phil Hughes authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
-
Rémy Coutable authored
Otherwise, branches other than master won't benefit from Knapsack! Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
[ci skip] Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
-
Rémy Coutable authored
Support wider range of monitored environments with Prometheus Closes #29874 See merge request !10159
-
Sean McGivern authored
Add a new `stub_mattermost_setting` stub helper to properly stub Mattermost settings Closes #30172 See merge request !10288
-
Filipa Lacerda authored
Stops triggering board sidebar when clicking avatar See merge request !10265
-
Annabel Dunstone Gray authored
Fixed issue boards sidebar alignment See merge request !10260
-
Annabel Dunstone Gray authored
Fixed alignment of tooltip on card assignee Closes #30123 See merge request !10261
-
DJ Mountney authored
-
Kamil Trzciński authored
Fix environment folder route when special chars present Closes #29922 See merge request !10250
-
Filipa Lacerda authored
Remove spreadString in favor of polyfilled Array.from See merge request !10203
-
DJ Mountney authored
[ci skip]
-
DJ Mountney authored
-
Filipa Lacerda authored
Refactored the user callout class Closes #29955 See merge request !10213
-
Kamil Trzciński authored
Don't include branch name in Knapsack report file See merge request !10284
-
Yorick Peterse authored
Merge branch '30098-banzai-filter-mergerequestreferencefilter-has-an-n-1-query-problem' into 'master' Resolve "Banzai::Filter::MergeRequestReferenceFilter has three N+1 query problems" Closes #30098 See merge request !10252
-
Phil Hughes authored
-
Filipa Lacerda authored
Fixed labels icon being hidden in collapsed issuable sidebar Closes #29751 See merge request !10107
-
Rémy Coutable authored
Add tooltip to user's calendar activities Closes #28925 See merge request !10123
-
Jacob Schatz authored
Adds restart method and auxiliar callback to polling class See merge request !10223
Showing
- .gitlab-ci.yml 4 additions, 4 deletions.gitlab-ci.yml
- CHANGELOG.md 13 additions, 0 deletionsCHANGELOG.md
- VERSION 1 addition, 1 deletionVERSION
- app/assets/javascripts/behaviors/gl_emoji/is_emoji_unicode_supported.js 3 additions, 5 deletions...ascripts/behaviors/gl_emoji/is_emoji_unicode_supported.js
- app/assets/javascripts/behaviors/gl_emoji/spread_string.js 0 additions, 50 deletionsapp/assets/javascripts/behaviors/gl_emoji/spread_string.js
- app/assets/javascripts/boards/components/board_card.js 1 addition, 3 deletionsapp/assets/javascripts/boards/components/board_card.js
- app/assets/javascripts/boards/components/issue_card_inner.js 3 additions, 3 deletionsapp/assets/javascripts/boards/components/issue_card_inner.js
- app/assets/javascripts/lib/utils/poll.js 41 additions, 14 deletionsapp/assets/javascripts/lib/utils/poll.js
- app/assets/javascripts/user_callout.js 6 additions, 37 deletionsapp/assets/javascripts/user_callout.js
- app/assets/stylesheets/pages/boards.scss 6 additions, 1 deletionapp/assets/stylesheets/pages/boards.scss
- app/controllers/projects/wikis_controller.rb 1 addition, 1 deletionapp/controllers/projects/wikis_controller.rb
- app/helpers/application_helper.rb 4 additions, 0 deletionsapp/helpers/application_helper.rb
- app/models/project_services/prometheus_service.rb 3 additions, 3 deletionsapp/models/project_services/prometheus_service.rb
- app/views/dashboard/projects/index.html.haml 3 additions, 1 deletionapp/views/dashboard/projects/index.html.haml
- app/views/projects/pipelines/_head.html.haml 2 additions, 2 deletionsapp/views/projects/pipelines/_head.html.haml
- app/views/shared/_user_callout.html.haml 14 additions, 0 deletionsapp/views/shared/_user_callout.html.haml
- app/views/shared/issuable/_sidebar.html.haml 1 addition, 1 deletionapp/views/shared/issuable/_sidebar.html.haml
- app/views/users/calendar_activities.html.haml 2 additions, 2 deletionsapp/views/users/calendar_activities.html.haml
- app/views/users/show.html.haml 2 additions, 2 deletionsapp/views/users/show.html.haml
- changelogs/unreleased/22850-404-when-requesting-build-trace.yml 0 additions, 4 deletions...logs/unreleased/22850-404-when-requesting-build-trace.yml
app/views/shared/_user_callout.html.haml
0 → 100644