| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Replaces 'dashboard/new-project.feature' spinach with rspec
See merge request !12550
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Render add-diff-note with server and optimize styles
See merge request !12103
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/ |
|
|\
| |
| |
| |
| | |
Split up MergeRequestsController
See merge request !12150
|
| | |
|
|\ \
| |/
|/|
| |
| | |
Refactor group members tests
See merge request !12465
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \
| | |
| | |
| | |
| | | |
Replaces 'dashboard/todos' spinach with rspec
See merge request !12453
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
Replace 'dashboard/merge_requests' spinach with rspec
See merge request !12440
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
Revert "Annotate" to "Blame"
See merge request !12401
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
Replace 'profile/notifications.feature' spinach test with an rspec analog
See merge request !12345
|
| | | |
|
| |/
|/| |
|
|/ |
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change fix a memory leak due to a Webkit bug:
https://github.com/ariya/phantomjs/issues/12903
Also:
- Whitelist only localhost and 127.0.0.1 in Capybara + JS specs
- Blacklist all requests to media such as images, videos, PDFs, CSVs etc.
- Log all the requests made.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
|\ |
|
| | |
|
|/
|
|
| |
When loading a tree with a README.md, we need to wait for the blob viewer.
|
|\
| |
| |
| |
| | |
Master security update
See merge request !12025
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Ran:
- git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
- git checkout -b 9-2-5-security-patch origin/v9.2.2
- git apply patchfile.patch
- git commit
- [Got the sha ref for the commit]
- git checkout -b upstream-9-2-security master
- git cherry-pick <SHA of the patchfile commit>
- [Resolved conflicts]
- git cherry-pick --continue
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
into 'master'
Resolve "Add extra functionality for the top right Plus Button"
Closes #23603
See merge request !11632
|
| | |
|
| | |
|
| |
| |
| |
| | |
Greenfield Tests for Dropdown Menu finished
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fixed couple of spinach test
|
| |
| |
| |
| |
| |
| | |
Checks for creating new issue
Styling of .dropdown-bold-header
Fixed Spinach Tests to limit them to the main content area for clicking 'New Project' etc. so that they don't click the dropdown menu
|
| |
| |
| |
| |
| | |
Fixed different issues from discussion
Fixed a Spinach Test which had now 2 New buttons
|
| | |
|
| | |
|
|/ |
|
| |
|
|\
| |
| |
| |
| | |
Promote blameless culture by using "annotate" instead
See merge request !10378
|
| |
| |
| |
| | |
User-facing changes (fast & easy win)
|
|/ |
|
|\
| |
| |
| | |
# Conflicts:
# db/schema.rb
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Rename BuildsController to JobsController
Closes #30699
See merge request !11407
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* upstream/master: (116 commits)
Revert "Merge branch 'grpc-1.3.4' into 'master'"
Return nil when looking up config for unknown LDAP provider
Avoid crash when trying to parse string with invalid UTF-8 sequence
Enable Gitaly by default in GitLab 9.3
Don’t create comment on JIRA if link already exists
Disable sub_group_issuables_spec.rb for mysql
Fix math rendering on blob pages
Add changelog
Don't allow to pass a user to ProjectWiki#http_url_to_repo
Revert "Merge branch '1937-https-clone-url-username' into 'master'
"
Fix bottom padding for build page
Fix /unsubscribe slash command creating extra todos
Fix omniauth-google-oauth2 dependencies in Gemfile.lock
Update looks job log
'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled
Fix spec for Members::AuthorizedDestroyService
31616-add-uptime-of-gitlab-instance-in-admin-area
Set head pipeline when creating merge requests
Create a separate helper to check if we show particular tab on a search page
Add performance deltas between app deployments on Merge Request widget
...
|