- 26 May, 2020 1 commit
-
-
Denys Mishunov authored
When a blob returns a render error, we do not have the blob's content, hence there's nothing to copy. That's why we hide the button in these cases. However, if, for example, user forces loading the content (in case of a collapsed blob), we do render the button again.
-
- 25 May, 2020 39 commits
-
-
Andrew Fontaine authored
Remove prepend-left-2 CSS rule See merge request gitlab-org/gitlab!32883
-
Denys Mishunov authored
Update dependency @gitlab/ui to v15 See merge request gitlab-org/gitlab!32971
-
Enrique Alcántara authored
Update dependency @sourcegraph/code-host-integration to v0.0.47 See merge request gitlab-org/gitlab!32680
-
Douglas Barbosa Alexandre authored
Use wiki instead of project_wiki in Banzai See merge request gitlab-org/gitlab!32675
-
Russell Dickenson authored
Added missing "Introduced in" block See merge request gitlab-org/gitlab!23371
-
Russell Dickenson authored
-
Jan Provaznik authored
Add tags_count to container registry api and controller See merge request gitlab-org/gitlab!32141
-
Nicolò Maria Mezzopera authored
- source - tests Co-authored-by: Steve Abrams <sabrams@gitlab.com> Co-authored-by: Nick Kipling <nkipling@gitlab.com>
-
Peter Leitzen authored
Fix undefined error in Gitlab::Git::Diff See merge request gitlab-org/gitlab!32967
-
Peter Leitzen authored
Clarify merging MRs from a fork See merge request gitlab-org/gitlab!32969
-
Markus Koller authored
-
Jose Vargas authored
This removes the prepend-left-2 CSS rule and replaces it for the gl-ml-` utility class from GitLab-ui
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Revert "Merge branch 'mc/feature/expose-artifacts-locked' into 'master'" See merge request gitlab-org/gitlab!32986
-
Vasilii Iakliushin authored
*Problem* Gitaly::CommitDelta does not have a `#patch` attribute. It leads to the problem that calls to methods `#too_large?`, `#collapsed?`, `#has_binary_notice?` and `#to_hash` raise an exception. Here is an example of the exception: ``` Failure/Error: @too_large = @diff.bytesize >= self.class.patch_hard_limit_bytes NoMethodError: undefined method `bytesize' for nil:NilClass ``` *Solution* I explicitly set `@diff` to have an empty string value if the provided payload does not implement `#patch` method.
-
Andrew Fontaine authored
Abort DAG app init if selector doesn't exist See merge request gitlab-org/gitlab!32966
-
Matija Čupić authored
This reverts merge request !32787
-
Douglas Barbosa Alexandre authored
Added terraform state and Vulnerability exports to Geo limitations See merge request gitlab-org/gitlab!32954
-
Fabian Zimmer authored
-
Douglas Barbosa Alexandre authored
Consider artifact locking when exposing artifact information See merge request gitlab-org/gitlab!32787
-
Sean McGivern authored
Fix location of VSA feature flag spec - RUN AS-IF-FOSS See merge request gitlab-org/gitlab!32978
-
Andrew Fontaine authored
Refactor license page Closes #217560 See merge request gitlab-org/gitlab!32425
-
Sean McGivern authored
-
Marcia Ramos authored
Add a note about backporting columns with default See merge request gitlab-org/gitlab!32662
-
Marcia Ramos authored
Remove "alpha" warning from Design Management docs See merge request gitlab-org/gitlab!32803
-
Igor Drozdov authored
Remove scoped_approval_rules feature flag Closes #198400 See merge request gitlab-org/gitlab!28864
-
Lee Tickett authored
-
Marcia Ramos authored
Clarify translation namespace use See merge request gitlab-org/gitlab!31452
-
Alper Akgun authored
-
Paul Gascou-Vaillancourt authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Sean McGivern authored
Fix VSA path navigation feature flag See merge request gitlab-org/gitlab!32564
-
Rémy Coutable authored
Update Omnibus GitLab Mirror links See merge request gitlab-org/gitlab!32958
-
Marcin Sedlak-Jakubowski authored
doc/api/projects: Document confidential_note_events parameter See merge request gitlab-org/gitlab!32788
-
Achilleas Pipinellis authored
Update and improve database setup steps See merge request gitlab-org/gitlab!32968
-
Markus Koller authored
Remove obsoleted sectional_codeowners FF in tests See merge request gitlab-org/gitlab!32814
-
Natalia Tepluhina authored
Avoid refresh when updating Alert status on Detail page Closes #218242 See merge request gitlab-org/gitlab!32636
-