| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Prevent vue.esm.js from being bundled into the primary JS bundle
Closes #31966
See merge request !11177
|
|/ |
|
|\
| |
| |
| |
| | |
Robustify environment policy specs to pass on EE
See merge request !11203
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Fix spec/features/snippets/notes_on_personal_snippets_spec.rb
Closes #31993
See merge request !11199
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In commit 020295ff a regex was added to quickly determine if mentionables might
be referenced. But this didn't take into account the note might not belong to a
project. So when it doesn't belong to a project, assume the default issue
tracker is used, and use DEFAULT_PATTERN to check if there are mentionables.
Fixes gitlab-org/gitlab-ce#31993
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fix skipped manual actions issue in pipeline processing
Closes #30212
See merge request !11164
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Fixed UP arrow key not editing last comment in discussion
Closes #31348
See merge request !11173
|
| | | |
|
| | |
| | |
| | |
| | | |
Closes #31348
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix notify_only_default_branch check for Slack service
See merge request !11154
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The notify_only_default_branch property is using boolean_accessor
this means we need to check it using a question methods.
Also add specs for disabling this option.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge request widget redesign
Closes #25424 and #27950
See merge request !10319
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update guides for 9.2
See merge request !11157
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Update the "Installation from Source" guide
- Create an update guide for `9.1` to `9.2`
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'28794-standardize-jasmine-test-describe-block-names-that-test-specific-methods' into 'master'
Resolve "Standardize jasmine test describe block names that test specific methods"
Closes #28794
See merge request !11137
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
into 'master'
Use regex to skip unnecessary reference processing in ProcessCommitWorker
Closes #28359
See merge request !10867
|
| | | | | | |
| | | | | | |
| | | | | | | |
The plan stage both measures time taken and lists related commits. We test for commits being listed, so needed to actually mention the issue in them. An alternative would have been adding “allow_any_instance_of(Commit).to receive(:matches_cross_reference_regex?).and_return(true)” but this felt too coupled to implementation.
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
'master'
Fix notes_on_personal_snippets_spec
Closes #31938
See merge request !11160
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
minutes. We cannot rely on 'less than a minute ago'
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
'Add-index_redirect_routes_path_for_link-migration-to-setup_postgresql' into 'master'
Add index_redirect_routes_path_for_link migration to setup_postgresql
See merge request !11165
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Use absolute URLs for fixtures
See merge request !11133
|
| | |_|_|/ / / / /
| |/| | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Fix sub-second timing comparison error for Devise confirmation period
Closes gitlab-ee#2362
See merge request !11156
|
| | |_|_|_|_|/ / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
On databases such as MySQL, it's possible to get into a timing comparison
error if the value of `Confirmable#confirmation_sent_at` is within a second
of `0.days.ago`. This is possible mostly in specs that test this behavior
and most likely not happening in practice. The result of this error causes
a user to be deemed active when it should be inactive. To prevent this
error, we explicitly check the configuration setting to be `0.days.ago`.
Closes gitlab-org/gitlab-ee#2362
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Update gitignore, dockerfile, and license templates for 9.2
See merge request !11158
|
| | |_|_|/ / / / /
| |/| | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add documentation about adding foreign keys
See merge request !11117
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ci skip]
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Update the vendor licenses file for 9.2
See merge request !11159
|
| |/ / / / / / |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
clarify DB/Redis HA docs
See merge request !11094
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
New doc topic: issues
Closes #27650
See merge request !11075
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add confirm delete protected branch modal
Closes #21393
See merge request !11000
|
|/ / / / / |
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Omit gl_project_id from Import/Export
Closes #29813
See merge request !11032
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add support for commit diff ignore_whitespace_change and paths flags
Closes gitaly#198
See merge request !11028
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Closes gitaly#198
|