| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
More conversions to axios
See merge request gitlab-org/gitlab-ce!16800
|
| | |
|
| | |
|
|/ |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* master: (112 commits)
small change to make less conflict with EE version
Add cop for use of remove_column
Resolve merge conflicts with dev.gitlab.org/master after security release
add index for doc/administration/operations/
Remove RubySampler#sample_objects for performance as well
Bugfix: User can't change the access level of an access requester
Add spec for removing issues.assignee_id
updated imports
Keep track of storage check timings
Remove a header level in the new 'Automatic CE->EE merge' doc
Improve down step of removing issues.assignee_id column
Fix specs after removing assignee_id field
Remove issues.assignee_id column
Resolve conflicts in app/models/user.rb
Fix image view mode
Do not raise when downstream pipeline is created
Remove the need for destroy and add a comment in the spec
Use build instead of create in importer spec
Simplify normalizing of paths
Remove allocation tracking code from InfluxDB sampler for performance
...
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Added discussion_line_code value to note response and use it to query the right…
Closes #38677
See merge request gitlab-org/gitlab-ce!14981
|
| |
| |
| |
| | |
form if no discussion_line_code
|
| | |
|
| |
| |
| |
| | |
right row for the discussion UI
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
# Conflicts:
# app/assets/javascripts/issuable_form.js
# app/assets/javascripts/notes.js
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Otherwise, when an error occurred, the content was escaped and
re-escaped on every error.
Fixes #37724
|
| |/ |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Cleanup data-page attribute after each Karma test
Closes #38871
See merge request gitlab-org/gitlab-ce!14742
|
| |
| |
| |
| | |
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
|
| | |
|
|/ |
|
|
|
|
|
| |
changed how the container class is added onto the text element
more specs
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Reduced the technical debt around our JS flash function by making it a
module that is imported rather than relying on the global function.
The global function still exists mainly for technical debt with how
some requests are being completed, but new JS should import the module
directly.
Also reduces some tech debt in the file by removing the need for jQuery.
Instead Flash is now 100% vanilla JS.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Removes set favicon related methods from global scope
Improves test related with favicon
Removes convertPermissionToBoolean from global scope.
Adds tests for convertPermissionToBoolean - were non existant
Removes setParamInURL from gl.utils
Removes parseIntPagination from gl.utils namespace
Remove normalizeCRLFHeaders from gl.utils namespace
Removes normalizeHeaders from gl.utils namespace
Use gl.utils for filtered search
Fix bad import
Fix broken test by cleaning window.history namespace
Adds changelog
|
| |
|
|
|
|
|
| |
Fix Live Comment XSS Vulnerability
See merge request gitlab/gitlabhq!2183
|
| |
|
| |
|
|
|
|
|
|
| |
A commit comment shows in the MR, but if the MR is from a fork, it will have a
different project ID to the MR's target project. In that case, add an
note_project_id param so that we can pick the correct project for the note.
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Enable webpack code splitting
Closes #32989
See merge request !12032
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
This commit moves the rendering of the button back to the server, and
shows/hides it using opacity rather than display. It also removes the
transform applied to the button on hover (scale). Previously, both of these
factors automatically triggered a reflow, which creates a performance
bottleneck on pages with larger DOM size.
MR: !12103
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Fix pressing up-arrow on a MR "Changes" diff discussion edits your last note
Closes #33868
See merge request !12297
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33868
While in a MR "Changes" tab looking at some diff note discussions.
Clicking reply and pressing the up-arrow should edit your last comment in
that discussion.
I suspect this regressed in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11173/diffs#f4bb984ec495c5cb58516785c62978f5209c39b4_179_178
where we changed the selector
|
|/
|
|
|
|
|
|
| |
Always use a explicit true/false value to set highlight because jQuery
assumes `null` means toggle from whatever state and doesn't force false.
Regressed in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12098
|
|\
| |
| |
| |
| |
| |
| | |
Rename "Slash commands" to "Quick actions"
Closes #27070
See merge request !11811
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070
Deprecate "chat commands" in favor of "slash commands"
We looked for things like:
- `slash commmand`
- `slash_command`
- `slash-command`
- `SlashCommand`
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Fix note highlight being lost after real time update
Closes #33483
See merge request !12098
|