| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
pdf.js is available on npm. Importing the dependency from there instead
of vendoring it has certain benefits, e.g. the discoverability of
updates (especially security fixes).
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'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
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into 'master'
Resolve "Include time window parameters in the URL query string"
Closes #59365
See merge request gitlab-org/gitlab-ce!27230
|
| | |
| | |
| | |
| | |
| | | |
This commit adds the frontend functionality to add the parameters
via the `pushState` api, preventing the need for a page reload.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Impove the performance of expanding full diff
Closes #58597
See merge request gitlab-org/gitlab-ce!27413
|
| | |/
| |/|
| | |
| | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Adds an endpoint on PipelinesController
- Adds a service that iterates over every build in a stage and
plays it.
- Includes 'play_manual' details on EntitySerializer
- Builds a new Stage state: PlayManual. An stage can take this status if
it has manual builds or an skipped, scheduled or manual status
- Includes FE modifications and specs
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Fix IDE get file data with '/' as relative root
See merge request gitlab-org/gitlab-ce!27911
|
| | |
| | |
| | |
| | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/60932
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Moved discussion notes out of `NoteableDiscussion` component into a
new `DiscussionNotes` component
- Wrote Jest tests for the new `DiscussionNotes` component
- Updated Jest config for emojis fixtures
- Updated Karma tests `NoteableDiscussion` to match its new structure
- Convert `DiffDiscussions` tests to use Vue test utils
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Use FIXTURES_PATH constant for binary fixtures in frontend tests
See merge request gitlab-org/gitlab-ce!27891
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
feat: add option to define the Sentry Environment
See merge request gitlab-org/gitlab-ce!27091
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
refactor(sidebar): Refactored shared sidebar component tests to Jest
Closes #58830
See merge request gitlab-org/gitlab-ce!27688
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
fix #58830
Added changelog
Updated to use jest functions
Added mock implementation
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
'60476-actionview-missingtemplate-missing-template-projects-issues-_merge_requests-with-locale-en-formats-html-varian' into 'master'
Delete leftover code for referenced_merge_requests endpoint
Closes #60476
See merge request gitlab-org/gitlab-ce!27335
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We rewrote Related MRs widget using Vue.
The previous implementation was using Haml templates
and calling referenced_merge_requests endpoint which is
now deprecated. This MR deletes leftover stuff them.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Move all static fixtures to static directory
See merge request gitlab-org/gitlab-ce!27668
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
into 'master'
Don't show the "target branch advanced" error message after merge
Closes #60808
See merge request gitlab-org/gitlab-ce!27588
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This commit fixes the bug that was causing the "target branch has
"advanced" error message to display after an MR was closed.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Migrated issue spec files to Jest
Closes #58827
See merge request gitlab-org/gitlab-ce!27673
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
re #58827
Added changelog
Added sync false, and removed unneeded destroyers
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Move import projects karma specs to jest
Closes #60204
See merge request gitlab-org/gitlab-ce!27552
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Improvements to the stability/validity of the specs.
|
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
fix #58829
Added changelog entry
Added merge request id
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix Metrics environments dropdown
Closes #60687
See merge request gitlab-org/gitlab-ce!27586
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Also bring back EE dashboard component
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
Fix API and IDE path with `/` relative_url_root
See merge request gitlab-org/gitlab-ce!27635
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
**Why?**
Previously we simply concatenated our paths, which led
to requesting `//api/v4/...` and obviously failed. The BE
supports a relative_url_root of `/`. It's a bug that the FE
does not.
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Show category icons in user popover
Closes #60387
See merge request gitlab-org/gitlab-ce!27254
|
| | |/ /
| |/| |
| | | |
| | | | |
Show bio, organization and location icons within user popover.
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
**Why?**
These values will be used to help build the mirroring diff.
It is helpful keeping it controlled in a constant.
**Links:**
- https://gitlab.com/gitlab-org/gitlab-ee/issues/10232
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/11478
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Upgrade Rails to 5.1
See merge request gitlab-org/gitlab-ce!27480
|
| |/ /
| | |
| | |
| | | |
Model.new.attributes now also returns encrypted attributes.
|
| | |
| | |
| | |
| | | |
This reverts commit 2869a61f3b7aeb8b6d79c74332c93e32cec20caa.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Resolve "Web IDE uploading images shows base64 string"
Closes #59514
See merge request gitlab-org/gitlab-ce!27471
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- When uploading a file, we need to flag binary files correspondingly
so that it gets propagated all the way to RepoEditor as it decides on
whether to show editor for this or that file or not (shouldHideEditor())
- rawPath needs to be propagate all the way to ContentViewer as well so
that uploaded images could be rendered as a base64 image right away
instead of raw base64 string
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Instead of ContentViewer attempts to compute file type and render
appropriate viewer type, compute it on the parent RepoEditor having all
file-related information at its disposal and pass it down to
ContentViewer as a prop
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
If left without a width/height, swipeFrame goes off track when the image
isn't wide enough to fill the available width. The spaceLeft prevented
reaching the right edge of the image.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Move EE specific testcase to EE spec file
See merge request gitlab-org/gitlab-ce!27505
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Refactor `board_list` such that we can reuse the parts of component
creation with prop passing with ee specific spec.
|
| | | |
| | | |
| | | |
| | | | |
Fixes a regression causing cluster metrics not to display
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add backtrace to Gitaly performance bar
Closes #60092
See merge request gitlab-org/gitlab-ce!27345
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This adds the backtrace to a table to show exactly where the Gitaly call
was made to make it easier to understand where the call originated.
This change also collapses the details in the same row to improve the
usability when there is a backtrace.
|