| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Dynamically create offset for sticky bar
See merge request gitlab-org/gitlab-ce!14280
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Fixed fly-out error if mousePos array is empty
See merge request gitlab-org/gitlab-ce!14338
|
| |/ |
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
IssueNotes: Resize comment form after note submit and discard.
Closes #38115
See merge request gitlab-org/gitlab-ce!14401
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Use modules in common utils
See merge request gitlab-org/gitlab-ce!14074
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* master: (148 commits)
Remove gaps under nav on build page
Replace the 'project/snippets.feature' spinach test with an rspec analog
Use correct group members path for members flyout link
Replace the 'project/commits/revert.feature' spinach test with an rspec analog
Merge branch 'rs-incoming-email-domain-docs' into 'security-10-0'
Replace the 'project/archived.feature' spinach test with an rspec analog
Fix broken link in docs/api/wiki.md
Fixed the new sidebars width when browser has scrollbars
Improve 'spec/features/profiles/*' specs
Replace the 'search.feature' spinach test with an rspec analog
dedupe yarn packages
add dependency approvals (all MIT license)
update build image to latest with node 8.x, yarn 1.0.2, and chrome 61
Ensure we use `Entities::User` for non-admin `users/:id` API requests
Minor update to address Sean McGivern's comment.
Add data migration
Fix setting share_with_group_lock
created services for keys
Prepare Repository#merge for migration to Gitaly
Never connect to webpack-dev-server over SSL
...
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* master: (35 commits)
Use WikiPages::CreateService in spec/features/projects/wiki/user_updates_wiki_page_spec.rb
Replace the 'project/merge_requests/revert.feature' spinach test with an rspec analog
Docs group mrs list view search bar
Replace the project/milestone.feature spinach test with an rspec analog
Make all the tooltips in the same direction on the commit info box
Reset all connection schema cache after migration tests
Emoji was rendered as italic
Adds Event polyfill for IE
Add gitaly to patch update doc
Document how to swap database tables.
Replace 'project/wiki.feature' spinach test with an rspec analog
Check for sidebar cookie instead of class when resizing window
update installation and update instructions for 10.0
Replace the 'project/merge_requests/accept.feature' spinach test with an rspec analog
Remove confidential toggle checkbox and related code as no longer necessary
Bump grape_logging gem to 1.7.0 to get status codes for error messages
Expand filtered parameters to include `token`
Replace the project/team_management.feature spinach test with an rspec analog
Replace the profile/emails.feature spinach test with an rspec analog
Replace project/group_links.feature spinach test with an rspec analog
...
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Removes set favicon related methods from global scope
Improves test related with favicon
Removes convertPermissionToBoolean from global scope.
Adds tests for convertPermissionToBoolean - were non existant
Removes setParamInURL from gl.utils
Removes parseIntPagination from gl.utils namespace
Remove normalizeCRLFHeaders from gl.utils namespace
Removes normalizeHeaders from gl.utils namespace
Use gl.utils for filtered search
Fix bad import
Fix broken test by cleaning window.history namespace
Adds changelog
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |_|_|/
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'37298-the-prettytime-utils-module-could-use-some-light-maintenance' into 'master'
Resolve some tech debt in the prettyTime module
Closes #37298
See merge request gitlab-org/gitlab-ce!14058
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Revert feature highlight
Closes #38087
See merge request gitlab-org/gitlab-ce!14373
|
| | |_|/
| |/| | |
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33287
The MR widget was trying to render the pipelines section when
there are no GitLab CI pipelines which was throwing some NPE
errors.
|
| | | |
|
|/ /
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/ |
|
|\
| |
| |
| |
| | |
Move issues index variable setting to a method
See merge request !14048
|
| |\ |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Supports additional colors and labels for the prometheus monitoring dashboard
Closes #34629
See merge request !14065
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| |/
|/|
| |
| |
| | |
Fix Live Comment XSS Vulnerability
See merge request gitlab/gitlabhq!2183
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve "Banner to enable Auto DevOps at project level"
Closes #37158
See merge request !13991
|
| |\ \ |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
37158-autodevops-banner
|
| |\ \ \ \ |
|
| | | | | | |
|
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Implement the implied CI/CD config for AutoDevOps
Closes #34777
See merge request !13923
|