| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
Standardize access to CSRF token in JavaScript
Closes #37773
See merge request gitlab-org/gitlab-ce!14241
|
|/ |
|
|\
| |
| |
| |
| | |
Do not show YAML frontmatter for doc pages under /help
See merge request gitlab-org/gitlab-ce!14345
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We recently started adding YAML frontmatter in docs so that we can
show more information, but that only works for the docs portal at
docs.gitlab.com.
For example, we want to add a last_updated entry
https://gitlab.com/gitlab-org/gitlab-ce/issues/37677
Whereas this is useful for the docs portal, it looks ugly for docs
under /help.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Force two up view
Closes #32613
See merge request gitlab-org/gitlab-ce!14397
|
| | | |
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Don't memoize storage configuration on `FsShardsCheck`
Closes #38140
See merge request gitlab-org/gitlab-ce!14419
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
These values are already coming from memory, so we don't need to
memoize.
If we do memoize these, than the would not be stubbed when calling
`stub_storage_settings` in specs
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Correctly detect multiple issue URLs after 'Closes...' in MR descriptions
Closes #33745
See merge request gitlab-org/gitlab-ce!14411
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve "[Meta] Create Uniquely 'GitLab' Icons"
Closes #32894
See merge request gitlab-org/gitlab-ce!14396
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Document that group Owners can always create subgroups
See merge request gitlab-org/gitlab-ce!14416
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | | |
Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/30473
MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14046
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into 'master'
Adds EE tag detection to remove_old in gitlab backup.
Closes #32796
See merge request gitlab-org/gitlab-ce!14413
|
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Auto DevOps docs cleanup
Closes #37666, #37592, #37468, and #31641
See merge request gitlab-org/gitlab-ce!14293
|
|/ / / / |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
new sharing permissions screenshot
See merge request gitlab-org/gitlab-ce!14408
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
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
...
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove unused function
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* 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
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Upgrade gitlab-markup gem
See merge request gitlab-org/gitlab-ce!14395
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve "Remove banner to customize experience"
Closes #38088
See merge request gitlab-org/gitlab-ce!14384
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Remove redundant WHERE from event queries
Closes #38129
See merge request gitlab-org/gitlab-ce!14389
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
The default scope in Event would add a "WHERE author_id IS NOT NULL"
clause to every query. Now that "events.author_id" has a NOT NULL clause
set this filter is redundant and we can safely remove it.
In this commit we also add a validation on events.author_id (previously
only defined in PushEvent) just in case something tries to create data
without an author ID. This way we can present a nicer error message
compared to PostgreSQL's foreign key error messages.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/38129
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Stop using Sidekiq for updating Key#last_used_at
Closes #36663
See merge request gitlab-org/gitlab-ce!14391
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This makes things simpler as no scheduling is involved. Further we
remove the need for running a SELECT + UPDATE just to get the key and
update it, whereas we only need an UPDATE when setting last_used_at
directly in a request.
The added service class takes care of updating Key#last_used_at without
using Sidekiq. Further it makes sure we only try to obtain a Redis lease
if we're confident that we actually need to do so, instead of always
obtaining it. We also make sure to _only_ update last_used_at instead of
also updating updated_at.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36663
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Make resolve discussion icon gray
See merge request gitlab-org/gitlab-ce!14398
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Sync dev to gitlab.com
See merge request gitlab-org/gitlab-ce!14406
|
| |\ \ \ \ \ \ \ \ \ \
|/ / / / / / / / / / / |
|
| | |_|_|_|_|_|/ / /
| |/| | | | | | | |
| | | | | | | | | | |
[ci skip]
|