| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Encompasses designs from
- https://gitlab.com/gitlab-org/gitlab-ce/issues/23206#note_43355199
- https://gitlab.com/gitlab-org/gitlab-ce/issues/29985#note_30417407
|
|\
| |
| |
| |
| | |
Refactored multi-file data structure
See merge request gitlab-org/gitlab-ce!14862
|
| | |
|
| |
| |
| |
| |
| |
| | |
Adds a test for flattenedFiles
Changes the data method to not be an arrow method
Various other review fixes
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
fixed previous directory showing when it shouldnt
|
| |
| |
| |
| | |
fixed eslint
|
| |
| |
| |
| |
| |
| | |
Updated as best as possible, a lot of tests still change the store
and never reset the state back which can cause some issues with other
tests.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This moves away from storing in a single array just to render the table.
It now stores in a multi-dimensional array/object type where each entry
in the array can have its own tree. This makes storing the data for
future feature a little easier as there is only one way to store the
data.
Previously to insert a directory the code had to insert the directory
& then the file at the right point in the array. Now the directory
can be inserted anywhere & then a file can be quickly added into this
directory.
The rendering is still done with a single array, but this is handled
through underscore. Underscore takes the array & then goes through
each item to flatten it into one. It is done this way to save changing
the markup away from table, keeping it as a table keeps it semantically
correct.
|
|\ \
| | |
| | |
| | |
| | | |
Add inline edit button to issue_show app
See merge request gitlab-org/gitlab-ce!14875
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Change project deletion message from alert to notice
Closes #26956
See merge request gitlab-org/gitlab-ce!14756
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'20930-very-first-commit-to-default-branch-didn-t-close-referenced-issue' into 'master'
Fix #20930: automatic closing is not triggered on very first push.
Closes #20930
See merge request gitlab-org/gitlab-ce!11899
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Move user avatar specs to folder to mimic javascript directory
Closes #39169
See merge request gitlab-org/gitlab-ce!14901
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Improve sprite icon spec
Closes #39199
See merge request gitlab-org/gitlab-ce!14914
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Avoid using `Redis#keys`
See merge request gitlab-org/gitlab-ce!14889
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix errors when deleting a forked project
Closes #39196
See merge request gitlab-org/gitlab-ce!14916
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The problem would occur when the `ForkedProjectLink` was deleted, but
the `ForkNetworkMember` was not. The delete would be rolled back and
retried.
But the error would not be saved because `Project#forked?`
would still be true, because the `ForkNetworkMember` exists. But the
`Project#forked_project_link` would be `nil`. So the validation for
the visibility level would fail.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use variable for mobile breadcrumbs padding
Closes #38156
See merge request gitlab-org/gitlab-ce!14904
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Prevent creating multiple ApplicationSetting by forcing it to always have id=1
Closes #34728
See merge request gitlab-org/gitlab-ce!14718
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
'39181-gitlab-backgroundmigration-deserializemergerequestdiffsandcommits-error-nomethoderror-undefined-method-map-for-nil-nilclass' into 'master'
Resolve "Gitlab::BackgroundMigration::DeserializeMergeRequestDiffsAndCommits::Error: #<NoMethodError: undefined method `map' for nil:NilClass"
Closes #39181
See merge request gitlab-org/gitlab-ce!14907
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This is already handled for diffs, but not commits.
|
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Adds collapsible sections in cluster page
See merge request gitlab-org/gitlab-ce!14890
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Allow testing on Gitaly call count
See merge request gitlab-org/gitlab-ce!14837
|
| | | | | | | | |
|
| | | | | | | | |
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Previous efforts were aimed at detecting N + 1 queries, general
regressions are hard to find and mitigate.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Clarify how to resume GitHub import on docs
See merge request gitlab-org/gitlab-ce!14905
|
| | |_|/ / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Bump Git version to 2.13.6
See merge request gitlab-org/gitlab-ce!14906
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Make the circuitbreaker configurable at runtime
See merge request gitlab-org/gitlab-ce!14842
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Instead of from the configuration file
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Show collapsible tree on the project show page
Closes #30343
See merge request gitlab-org/gitlab-ce!14055
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Even when we pass an array of only a single object
|
| | | | | | | | | |
|
| | | | | | | | | |
|