- 16 Jun, 2019 6 commits
-
-
Luke Duncalfe authored
This lets us know which repository the LFS pointer file is in, in order to prune unreferenced LFS objects in the future. Saving LFS objects is intended to now be supported for repositories other than the regular 'project' repository; the extra repositories that will also support LFS objects are 'wiki' and 'design'. Because an LFS object's oid is determined by the data in the file, it will be possible for a project to have the same LfsObject in each of the three different repositories. Which repository the LFS object lives in will now be recorded in the has-and-belongs-to-many relation model LfsObjectsProject. In the situation where the same blob is saved in, for e.g., the 'project' and 'design' repositories, there will be two LfsObjectsProject records created for each of the two repository_types. This means the has_many relationships between lfs_objects and projects now need a `distinct` scope to limit the records returned to non-duplicates. Lfs::FileTransformer will now create LfsObjectsProjects with a repository_type saved. The DesignManagement::SaveDesignsService is the first part of the app to pass the repository_type to this class to have it saved. There is a technical debt task to have all parts of the app that create LFS objects save repository_type to LfsObjectsProject in future. https://gitlab.com/gitlab-org/gitlab-ee/issues/9490 particular this comment thread https://gitlab.com/gitlab-org/gitlab-ee/issues/9490#note_155912249
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Edit after script context text See merge request gitlab-org/gitlab-ce!29583
-
Evan Read authored
-
Achilleas Pipinellis authored
Say that the dependency list is from Gemnasium See merge request gitlab-org/gitlab-ce!29673
-
Fabien Catteau authored
Make it explicit that the dependency list is generated from Gemnasium.
-
- 15 Jun, 2019 10 commits
-
-
GitLab Bot authored
-
Stan Hu authored
Fix broken hyperlink in reducing_the_repo_size_using_git.md See merge request gitlab-org/gitlab-ce!29727
-
Tom Forbes authored
-
GitLab Bot authored
-
Tim Zallmann authored
Backport: Pendo POC snippet See merge request gitlab-org/gitlab-ce!29439
-
Donald Cook authored
-
Tim Zallmann authored
Pendo POC See merge request gitlab-org/gitlab-ee!14040
-
Donald Cook authored
-
GitLab Bot authored
-
Clement Ho authored
Update dependency @gitlab/ui to ^4.1.0 See merge request gitlab-org/gitlab-ce!29707
-
- 14 Jun, 2019 24 commits
-
-
null authored
-
GitLab Bot authored
-
Fatih Acet authored
Resolve "Merge request tabs do not handle ctrl+click correctly" Closes #57813 See merge request gitlab-org/gitlab-ce!29506
-
GitLab Bot authored
-
Stan Hu authored
[CI Review Apps] Change `pullPolicy` to `Always` for `gitlab.sidekiq.image` and `gitlab.unicorn.image` and pass `FORCE_RAILS_IMAGE_BUILDS=true` to the `CNG-mirror` triggered pipeline to always rebuild the Rails image Closes #62149 See merge request gitlab-org/gitlab-ce!28592
-
GitLab Bot authored
-
Stan Hu authored
Fixes graphql project stats Closes #63275 See merge request gitlab-org/gitlab-ce!29708
-
Mayra Cabrera authored
Add the missing check on GraphQL API for project statistics
-
GitLab Bot authored
-
Jan Provaznik authored
Expose comments on Noteables in GraphQL Closes #62825 See merge request gitlab-org/gitlab-ce!29212
-
Jan Provaznik authored
Expose comments for designs in GraphQL See merge request gitlab-org/gitlab-ee!14048
-
Stan Hu authored
Regen locale gitlab.pot file See merge request gitlab-org/gitlab-ee!14164
-
Mike Greiling authored
Update default CI image to use node@12 See merge request gitlab-org/gitlab-ce!29703
-
GitLab Bot authored
-
Luke Bennett authored
-
Kamil Trzciński authored
Renumber a new UserCallout enum for EE compatibility Closes gitlab-ee#12173 See merge request gitlab-org/gitlab-ce!29701
-
GitLab Bot authored
-
Mike Greiling authored
Update dependency @gitlab/svgs to ^1.65.0 See merge request gitlab-org/gitlab-ce!29697
-
GitLab Bot authored
-
Lukas 'Eipi' Eipert authored
-
Stan Hu authored
EE migration port: add app-wide LDAP membership lock field See merge request gitlab-org/gitlab-ce!29302
-
Stan Hu authored
Add global LDAP membership lock setting Closes #4354 See merge request gitlab-org/gitlab-ee!14007
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Document CI variable LM_PYTHON_VERSION See merge request gitlab-org/gitlab-ce!29667
-