| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Replace old isObject for underscore methods
Closes #30317
See merge request !11124
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Tech debt: Creates vue component for loading icon
Closes #31328
See merge request !11167
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Resolve "Update gem sidekiq-cron from 0.4.4 to 0.6.0 and rufus-scheduler from 3.1.10 to 3.4.0"
Closes #31554
See merge request !10976
|
|/
|
|
| |
from 3.1.10 to 3.4.0"
|
|\
| |
| |
| |
| |
| |
| | |
Fix broken margin in pipeline graph
Closes #32077
See merge request !11239
|
|/ |
|
|\
| |
| |
| |
| | |
Fix reassigned MR HTML email
See merge request !11238
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Print Go version in rake gitlab:env:info
See merge request !11241
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
Find dropdown-menu before asserting active item in sidebar_spec.rb
See merge request !11246
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Filter projects by group on search page
Closes #29489
See merge request !11169
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
After selecting a group, the projects dropdown will now filter by group projects instead
Closes #29489
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixed search terms not highlight
Closes #31997
See merge request !11198
|
| | | | |
| | | | |
| | | | |
| | | | | |
Closes #31997
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixed create label form not working on issue boards in a sub-group project
Closes #31862
See merge request !11182
|
| | |/ /
| |/| |
| | | |
| | | | |
Closes #31862
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use relative paths for group/project/user avatars
Closes #13418 and #19662
See merge request !11001
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update tree_helper.rb to fix #31784, which broken file browse where paths deeper than 6:'/'.
Closes #31784
See merge request !11197
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
deeper than 6:'/'.
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'master'
Resolve "Delete `Projects::IssuesController#redirect_old`"
Closes #20517
See merge request !11135
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix broken test - load correct data
Closes #32074
See merge request !11237
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use vue file for table pagination component
Closes #31349
See merge request !11210
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Spec fix: Add :redis keyword to some specs clear state of trackable attributes
Closes #32041
See merge request !11221
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit 73f448e589f46865140412754a9c97df52dc16c7.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The specs that rely on a correct value of the trackable attributes, should
include the `:redis` keyword in the spec to ensure the state is reset between
various specs.
The trackable attributes being:
- sign_in_count : Increased every time a sign in is made (by form, openid, oauth)
- current_sign_in_at : A timestamp updated when the user signs in
- last_sign_in_at : Holds the timestamp of the previous sign in
- current_sign_in_ip : The remote ip updated when the user sign in
- last_sign_in_ip : Holds the remote ip of the previous sign in
The limiting of writing trackable attributes was introduced in
gitlab-org/gitlab-ce!11053.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
'32030-transient-failure-in-spec-features-boards-boards_spec-rb' into 'master'
Fix transient job failures relating to "unhandled Promise rejection" in issue boards
Closes #32030
See merge request !11222
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Adds left connector class to the rendered graph
Closes #31053
See merge request !11179
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* master:
Fallback to default pattern when note does not belong to project
Merge request widget redesign
Fixed focused test in notes spec
Fixed UP arrow key not editing last comment in discussion
Fix skipped manual actions issue in pipeline processing
Fix notify_only_default_branch check for Slack service
|
| |\ \ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* master:
Update guides for 9.2.
[skip ci] add documentation
Standardize jasmine test describe block names that test specific methods
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix test failure in job vue componenFix test failure in job vue componentt
Closes #32021
See merge request !11208
|
| | |_|/ / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Make tree, blob and blame pages more consistent
See merge request !11194
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Add German translation for Cycle Analytics
See merge request !11161
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fix OpenID spec failure that assumed current_sign_in_at would be set
Closes #32041
See merge request !11219
|