| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
added spec for openPendingTab in component
|
| |
|
| |
|
|
|
|
| |
Closes #46051
|
|\
| |
| |
| |
| |
| |
| | |
[Rails5] Fix conversion of integer into string in board spec
Closes #47653
See merge request gitlab-org/gitlab-ce!19616
|
| |
| |
| |
| |
| |
| | |
In rails 5 controller specs, integers are converted to strings unless
conte-type is set with `as: :json`:
https://github.com/rails/rails/issues/26069
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve "Uploads specs are failing on master"
Closes #47684
See merge request gitlab-org/gitlab-ce!19638
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix IDE pipelines eTagPoll not stopping
Closes #47678
See merge request gitlab-org/gitlab-ce!19636
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Closes #47678
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update installation from source guide
See merge request gitlab-org/gitlab-ce!19320
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Set `max_old_space_size` option of node to 3.5GB during compile:assets
See merge request gitlab-org/gitlab-ce!19624
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Prevent ENV from leaking variables in CI output
See merge request gitlab-org/gitlab-ce!19607
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
'master'
Use Tooltip component in MrWidgetAuthorTime vue component
See merge request gitlab-org/gitlab-ce!19635
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Avoid checking the user format in every url validation
Closes #47526
See merge request gitlab-org/gitlab-ce!19575
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Hide project name if searching against a project
See merge request gitlab-org/gitlab-ce!19595
|
| | | | | | | | | |
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Migrate CycleAnalytics::CommitCount to Gitaly
Closes gitaly#1215
See merge request gitlab-org/gitlab-ce!19481
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[Rails5] Add missing `:comment` attribute
Closes #47650
See merge request gitlab-org/gitlab-ce!19612
|
| | |_|_|_|_|_|/
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
In Rails 5 IndexDefinition contains also `:comment` attribute.
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve "Table on Failed Jobs tab is overflowing in IE11 and sm screens"
Closes #47679
See merge request gitlab-org/gitlab-ce!19637
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Don't use Gitlab::Utils.nlbr in Gitlab::Git
See merge request gitlab-org/gitlab-ce!18335
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Move gitaly_blame, gitaly_count_commits, gitaly_commit_count to opt-out
See merge request gitlab-org/gitlab-ce!19591
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Update rspec to 3.7
See merge request gitlab-org/gitlab-ce!19449
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Enable mapping to nil in enums
Closes #47032 and #46279
See merge request gitlab-org/gitlab-ce!19288
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Enum in Rails 5 does not map nil values - IOW nil value remains nil,
even if there is a key with nil value in the enum definition.
This commit overrides the underlying Enum methods so nil value is
still mapped. This solution is far from being ideal: it uses dynamic
definition of methods which introduces more magic/confusion
into the codebase.
It would be better to get rid of the nil value in enums.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Resolve "`TimeTrackingComparisonPane` vue component tech debt"
Closes #44742
See merge request gitlab-org/gitlab-ce!19593
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
of aria attributes
|