| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Allow issues filtering on `author_id` and `assignee_id`.
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Resolve "Error 500 viewing notes with anonymous user"
Closes #35444
See merge request !13037
|
| |
| |
| |
| |
| |
| | |
The `members` table can have entries where `user_id: nil`, because people can
invite group members by email. We never want to include those as members,
because it might cause confusion with the anonymous (logged out) user.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
into 'master'
Use a unique feature name for Workhorse send blob migration
See merge request !13031
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add Slack and JIRA services counts to Usage Data
Closes #31533
See merge request !12974
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Associate Issues tab only with internal issues tracker
Closes #33097
See merge request !12130
|
| | | |
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
Upgrade the re2 gem to 1.1.0
See merge request !13036
|
| |/ |
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| | |
Create guest users only when necessary rather than for every spec
See merge request !13024
|
| |
| |
| |
| |
| |
| | |
These are two examples of a top-level `before` block doing too much.
Only specific specs cared about these guest users, but we were creating
them and their `ProjectMember` records for every single spec that ran.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fix support for old CI API when image or services are not specified
Closes #35421
See merge request !13023
|
| |/ |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Pipeline badge improvements
Closes #15582 and #20961
See merge request !12966
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Logic is the same, just now ported, while this feature was being
improved anyway in this branch.
Resolves #20961
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
First commit in probably 2, for resolve gitlab-org/gitlab-ce#15582. This
commit is renaming files and classes from build to pipeline. Also
wording is editted to pipeline. Given `pipeline` had more characters
than `build`, I've made the field a bit wider. The width now matchers
the one for the coverage badge, so they look nice when in a table
format, or in a list.
As soon as this commit is merged to master, and released, the build.svg
is deprecated, meaning that all users which already placed a badge
should update it. However, to make sure it keeps working tests are added
for this case.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix the gcovr coverage regex by removing line separators before scanning
Closes #35368
See merge request !13025
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
RE2 differs from Ruby in handling multiple-line strings. The string "foo\n"
will not match the regular expression "foo$" unless multi-line mode is enabled
(and it's off by default).
Since we're already scanning the build trace line by line (and so multi-line
coverage regular expressions won't work), we can fix this by removing the line
separator before scanning the string.
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
into 'master'
add margin above Remember Me for social login
Closes #35178
See merge request !12957
|
| | |
| | |
| | |
| | | |
also fix case
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Incorporate CommitService.GetTreeEntries Gitaly call
Closes gitaly#372
See merge request !12941
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Extract "@request.env['devise.mapping'] = Devise.mappings[:user]" to a test helper
Closes #34549
See merge request !12742
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
helper
Extracted `@request.env['devise.mapping'] = Devise.mappings[:user]` and `Rails.application.env_config['devise.mapping'] = Devise.mappings[:user]`
in our tests into the helper method `set_devise_mapping`
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Move a spec related to merge requests out of a feature related to issues
See merge request !13002
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Migrate Gitlab::Git::Commit.find_all to Gitaly
Closes gitaly#396
See merge request !12934
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Closes gitaly#396
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
into 'master'
Recommend V4 API usage on chat slash command integrations
Closes #28975
See merge request !12954
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
'34788-testenv-doesn-t-update-the-component-correctly-when-a-branch-is-specified' into 'master'
Improve version handling on component install tasks
Closes #34788
See merge request !13006
|
| | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes an issue where, when using branch versions, the component wouldn't
be updated after the first branch checkout. We also save one step, since
checking out the FETCH_HEAD with `-f` already does what `reset --hard`
did.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix an infinite loop in Gitlab:UntrustedRegexp
See merge request !2146
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Convert Protected Branches feature JS code to ES6
See merge request !12970
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
'master'
Follow-up from "Resolve "pipeline_schedules pages throwing error 500""
Closes #35345, #32790, and #34652
See merge request !12983
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into 'master'
Add coordinator url to admin area runner page
Closes #20817
See merge request !11603
|
| | | | | | | | |
|
| | | | | | | | |
|