| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
- Uses Timecop to fix due date spec
- Waits for sidebar to be visible before doing anything
- Fixes weird issues where the link would be clicked instead of the card itself
Closes #28310
|
|\
| |
| |
| |
| |
| |
| | |
Use `page` query parameter instead of `p` to keep consistency with all URLs
Closes #28248
See merge request !9268
|
| |
| |
| |
| | |
stub pagination in tests
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* master:
Renders pagination again for pipelines table
Simplify Pages admin source docs
Simplify Pages admin Omnibus docs
Seed abuse reports
Add active_when helper
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* master: (65 commits)
Add CHANGELOG file
Fix positioning of top scroll button
add space between ci text and commit sha in Merge Request widget
Do not use single quote in headings as it breaks docs.gitlab.com
Fix broken test
Update services templates docs
Fix error in MR widget after /merge slash command
Remove arrow icon from folders
Create util to handle pagination transformation
Wrap long Project and Group titles
Changes after review
Changes after review
Rename storePagination to setPagination
Transforms startTimeAgoLoops into a static method so we can reuse it instead of have 2
Only run timeago loops after rendering timeago components
fix tmpdir
Fix broken tests
Show merge errors in merge request widget
Move babel config for instanbul to karma config (!9286)
Clarify that stage is needed to stop environments
...
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* master:
Fix most of broken docs links
Change wording of MR comment box
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fix rubocop error
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Restore pagination to admin abuse reports
Closes #28059
See merge request !9233
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Speed up project_tree_restorer_spec
Closes #28235
See merge request !9266
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Disables add issue button
Closes #27931
See merge request !9100
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Previously was disabled until any list was present (except for done) this now takes into account the welcome blank state
Closes #27931
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add active_when helper
Closes #24036
See merge request !9166
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Only run timeago loops after rendering timeago components
Closes #28247
See merge request !9267
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
override favicon for development to find tabs more easily
See merge request !9260
|
| | | | | | | | |
|
| | |_|_|/ / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix a number of race conditions that can occur during namespace deletion
See merge request !9294
|
| | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
There are two problems in the current implementation:
1. If a project is marked for deletion via the `pending_delete` flag
and then the namespace was quickly deleted, it's possible that the
namespace skips over that project and leaves that project in
an orphaned state.
2. Before namespace deletion, the namespace attempts to clean up
all the relevant storage paths. However, if all projects have been
removed synchronously, then the namespace will not be able to clean anything.
To prevent this, we should load the paths to be deleted before
actually destroying projects.
The specs were missing this second case due to a permission issue
that caused project removal never to happen.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
don't trigger tanuki loader when downloading files
See merge request !9290
|
| |/ / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix import webhooks performance issue
Closes #27958
See merge request !9197
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Also update repo restorer to use project wiki method.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Paginate environments bundle
Closes #25499
See merge request !9302
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
'paginate-environments-bundle'
Integrate with new environments API
See merge request !8954
|
| | | | | | | | | | |
|
| | |\ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
fe-paginated-environments-api-add-subview
* fe-paginated-environments-api-add-pagination:
Changes after review
Rename storePagination to setPagination
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | |/ / / / / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Add tests
Adds folder name in the top of the table
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Remove fdescribe statement
Fix conflict
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Changes after review
Fix typo
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Adds pagination tests
Remove misplaced comment
Fix broken store test
|
| | | | | | | | | | |
|
| | |\ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
* master: (97 commits)
convert js-cookie dependency to an npm module
convert timeago.js dependency to an npm module
remove vue from vendor since it is now in node_modules
Add CHANGELOG file
Stylize blockquote in notification emails
Add js prefix to right sidebar
Replace accidentally deleted metaclick
Remove right padding from navbar-collapse on large screens
Add changelog
common_utils merge conflicts
Set sidebar height to 100% if at top of page
Set height of fixed sidebars with js
Add sticky sidebar on wiki page
Fix comment button test for slash commands
Fix time tracking spec
Fix issue boards sidebar alignment and sidebar toggle spec
Fix failing conflicts test
Fix build sidebar scrolling
Refactor JS
Fix pinned sidebar alignment
...
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Updates expected model in tests
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
a
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Fix error in MR widget after /merge slash command
Closes #28176
See merge request !9259
|