| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Show both the cluster(s) of the clusterable, and the cluster(s) of
ancestor groups.
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'55402-broken-master-karma-test-failing-in-spec-javascripts-boards-components-issue_due_date_spec-js' into 'master'
Resolve "Broken master: karma test failing in spec/javascripts/boards/components/issue_due_date_spec.js"
Closes #55402
See merge request gitlab-org/gitlab-ce!23845
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Display empty files properly on MR diffs
Closes #54786
See merge request gitlab-org/gitlab-ce!23671
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve transient failure in Help page spec
Closes #55372
See merge request gitlab-org/gitlab-ce!23839
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Sometimes due to a slow request to load the version check image, the
placeholder image data was still being seen, resulting in this failure:
expected "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" to end with "/version-check-url"
Now we check the `data-src` attribute, which allows us to remove the
`:js` metadata.
This commit also removes a redundant test, which was just ensuring that
the selector we were already using in the other test is visible. If this
test were failing, the other one would always fail too, so it was
pointless.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55372
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
All of these methods are stateless, there was no point to have them as
instance methods.
Mostly this allows us to remove an `allow_any_instance_of` usage.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Resolve "Merge button does not appear after Rebase-ing"
Closes #47052
See merge request gitlab-org/gitlab-ce!23572
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update changelog to include Merge Request ID and Author
Update changelog to include Merge Request ID and Author
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Remove Rails 4 support
See merge request gitlab-org/gitlab-ce!23717
|
| | |/ /
| |/| | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When this spec is run in a certain order, there appeared to be a timing
issue with opening the "Merge when pipeline succeeds" drop-down menu. We
now explicitly wait for any pending requests to complete before clicking
the drop-down.
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/6770
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix warnings in tests
See merge request gitlab-org/gitlab-ce!23788
|
| | | |
| | | |
| | | |
| | | |
| | | | |
spec/lib/gitlab/background_migration/migrate_stage_status_spec.rb:9: warning: already initialized constant STATUSES
spec/lib/gitlab/background_migration/migrate_build_stage_spec.rb:9: warning: previous definition of STATUSES was here
|
| | | |
| | | |
| | | |
| | | |
| | | | |
spec/features/projects/labels/user_views_labels_spec.rb:7: warning: already initialized constant LABEL_TITLES
spec/features/issues/user_creates_issue_spec.rb:67: warning: previous definition of LABEL_TITLES was here
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Move description of cluster type to presenter
Closes #53771
See merge request gitlab-org/gitlab-ce!23789
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove issue_suggestions feature flag
Closes #55166
See merge request gitlab-org/gitlab-ce!23723
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
All arguments passed to the `FeatureConstrainer` will be passed on to
the `Feature.enabled?` check.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add name, author and sha to releases
See merge request gitlab-org/gitlab-ce!23763
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This commit adds a name to each release, defaulting it to tag name,
keeps track of the SHA when a new release is created and tracks the
current user as release author.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Stop using HipChat in the ServicesController spec
See merge request gitlab-org/gitlab-ce!23774
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'55344-only-prompt-user-once-when-navigating-away-from-file-editor' into 'master'
Resolve "Only prompt user once when navigating away from file editor"
Closes #55344
See merge request gitlab-org/gitlab-ce!23820
|
| | |_|_|/
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Upgrade Knative from 0.1.3 to 0.2.2
See merge request gitlab-org/gitlab-ce!23808
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix deprecation: Passing conditions to delete_all is deprecated
See merge request gitlab-org/gitlab-ce!23817
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix Issue boards don't show milestone in issue details
See merge request gitlab-org/gitlab-ce!23813
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* dev/master:
Update CHANGELOG.md for 11.3.13
Validate LFS hrefs before downloading them
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[MASTER]: Validate LFS hrefs before downloading them
Closes #2754
See merge request gitlab/gitlabhq!2696
|
| | | | | | | |
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resolve "Fix labels dropdown with multiple same names"
Closes #51994
See merge request gitlab-org/gitlab-ce!23265
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix diff changes empty state
Closes #48635
See merge request gitlab-org/gitlab-ce!23767
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The empty state now only gets shown when no files exist in the branch.
If the user is reviewing 2 versions with no files, we don't show the state.
Refactors the diff app spec to use Vue test utils.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48635
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Restore Object Pools when restoring an object pool
Closes gitaly#1355
See merge request gitlab-org/gitlab-ce!23682
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Pool repositories are persisted in the database, and when the DB is
restored, the data need to be restored on disk. This is done by
resetting the state machine and rescheduling the object pool creation.
This is not an exact replica of the state like at the time of the
creation of the backup. However, the data is consistent again.
Dumping isn't required as internally GitLab uses git bundles which
bundle all refs and include all objects in the bundle that they require,
reduplicating as more repositories get backed up. This does require more
data to be stored.
Fixes https://gitlab.com/gitlab-org/gitaly/issues/1355
|
| |/ / / / / / /
|/| | | | | | | |
|
| | | | | | | | |
|