| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
into 'master'
Make filename and path creation compatible with UNIX in web UI
Closes #21362
See merge request !12608
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
Replace 'snippets/snippets.feature' spinach with rspec
See merge request !12385
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | |
| | | |
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
|
| |/ / |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
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
|
| | |/ |
|
| |/ |
|
| |
|
|
| |
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
...
|
| | | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* upstream/master: (307 commits)
Address feedback
Add small update for the i18n guide.
update webpack to v2.6.1 patch release to fix "Can't find variable: Promise" error
update webpack-bundle-analyzer past v2.4.1 to support NamedChunksPlugin
name all webpack chunks to improve long term cacheability
add NameAllModulesPlugin to cover shortcomings of NamedModulesPlugin
upgrade to latest webpack version
Only use DROP INDEX CONCURRENTLY on postgreql 9.2+
Provide default for calculating label text color (!11681)
Add failing test for #32728
Bugfix: Always use the default language when generating emails.
Remove unecessary commit pattern check
Add regexp_for_value helper method
Remove shared example and improve sub_group_issuables_spec.rb
Remove 'should' from scenario in has_subgroup_title_spec.rb
Cartfile git and binary methods cannot take a GitHub repo
Fix terminals support for Kubernetes service
Add review comments to compare_spec.rb
Fix transient error clicking dropdown items in compare_spec.rb
Use non-global jQuery reference within raven bundle
...
|