- 17 May, 2019 40 commits
-
-
Achilleas Pipinellis authored
Docs: Follow-Up on Environments doc review Closes #61085 See merge request gitlab-org/gitlab-ce!27788
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Improved custom wiki sidebar docs See merge request gitlab-org/gitlab-ce!27888
-
Achilleas Pipinellis authored
Add documentation for dependency proxy feature See merge request gitlab-org/gitlab-ce!28096
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
Rescue too many loops cron error Closes #58241 See merge request gitlab-org/gitlab-ce!28002
-
Achilleas Pipinellis authored
Merge branch '61376-add-documentation-about-how-to-enable-puma-web-server-for-installations-from-source' into 'master' Add documentation about how to enable Puma web server for installations from source Closes #61376 See merge request gitlab-org/gitlab-ce!28235
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Clement Ho authored
Adds styling to the toast component Closes gitlab-ui#237 See merge request gitlab-org/gitlab-ce!27734
-
Jacques Erasmus authored
Styled the toast component according to design specs
-
Fatih Acet authored
Add visual review toolbar script to public directory See merge request gitlab-org/gitlab-ce!27518
-
Sarah Groff Hennigh-Palermo authored
More aligned design. More functionality.
-
Jan Provaznik authored
Remove Content-Type override for Mattermost OAuth login Closes #46810 See merge request gitlab-org/gitlab-ce!28374
-
Phil Hughes authored
Upgrade dependencies for node 12 compatibility Closes #61629, #61631, and #61380 See merge request gitlab-org/gitlab-ce!28323
-
Annabel Dunstone Gray authored
Replace deprecated Oxygen-Sans font with Noto Sans See merge request gitlab-org/gitlab-ce!28322
-
Sean McGivern authored
Add extra checks for ci_id migration See merge request gitlab-org/gitlab-ce!28404
-
Tim Zallmann authored
Increase Jest timeout to 500ms See merge request gitlab-org/gitlab-ce!28383
-
Winnie Hellmann authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
James Lopez authored
Add Pool repository to the usage ping See merge request gitlab-org/gitlab-ce!28267
-
Zeger-Jan van de Weg authored
PoolRepository is a relatively new model of which the counts could help to further determine the priority of new features. Also gives some insight into the number of forks customers have.
-
James Lopez authored
Stop configuring group clusters on creation Closes #60379 See merge request gitlab-org/gitlab-ce!27245
-
Grzegorz Bizon authored
Edit comments in CI template See merge request gitlab-org/gitlab-ce!28342
-
Evan Read authored
-
Grzegorz Bizon authored
Remove extra ending line from unicorn example file See merge request gitlab-org/gitlab-ce!28388
-
Phil Hughes authored
Resolve CE/EE diffs in group general settings See merge request gitlab-org/gitlab-ce!28363
-
Phil Hughes authored
Resolve CE/EE diffs in admin groups form Closes gitlab-ee#11042 See merge request gitlab-org/gitlab-ce!28365
-
Phil Hughes authored
Resolve CE/EE diffs in protected branches Closes gitlab-ee#11034 See merge request gitlab-org/gitlab-ce!28362
-
Bob Van Landuyt authored
Make ApplicationData a plain module include Closes #60550 See merge request gitlab-org/gitlab-ce!28387
-
Sean McGivern authored
Fix incorrect prefix used in new uploads for personal snippets Closes #61671 See merge request gitlab-org/gitlab-ce!28337
-
James Lopez authored
SSO enforcement docs details added from 11.11 See merge request gitlab-org/gitlab-ce!28394
-
Jeremy Watson authored
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24550 fixed the case where the wrong path on disk was being searched, but it inadvertently ommitted the `/uploads/-/system` prefix when rendering the Markdown for personal snippet uploads when they were stored directly in object storage. A personal snippet path is stored using FileUploader#upload_path. The format for the path: Local storage: :random_hex/:filename. Object storage: personal_snippet/:id/:random_hex/:filename. upload_paths represent the possible paths for a given identifier, which will vary depending on whether the file is stored in local or object storage. upload_path should match an element in upload_paths. base_dir represents the path seen by the user in Markdown, and it should always be prefixed with uploads/-/system. store_dirs represent the paths that are actually used on disk. For object storage, this should omit the prefix /uploads/-/system. For example, consider the requested path /uploads/-/system/personal_snippet/172/ff4ad5c2/file.png. For local storage: base_dir: uploads/-/system/personal_snippet/172 upload_path: ff4ad5c2/file.png upload_paths: ["ff4ad5c2/file.png", "personal_snippet/172/ff4ad5c2/file.png"]. store_dirs: {1=>"uploads/-/system/personal_snippet/172/ff4ad5c2", 2=>"personal_snippet/172/ff4ad5c2"} For object storage: upload_path: personal_snippet/172/ff4ad5c2/file.png Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61671
-
Lin Jen-Shin authored
Add ref (branch/tag) parameter to project search API See merge request gitlab-org/gitlab-ce!28069
-
Lee Tickett authored
#46469 - Added ref querystring parameter to project search to allow searching on branches other than master
-
Stan Hu authored
Update haml_lint to include linter spec helpers Closes #61892 See merge request gitlab-org/gitlab-ce!28379
-
Ash McKenzie authored
Clean up assets that are older than 4 days to reduce assets cache size See merge request gitlab-org/gitlab-ce!28318
-
Achilleas Pipinellis authored
Docs: Update links and add badge to examples readme Closes #61439 See merge request gitlab-org/gitlab-ce!28349
-
Achilleas Pipinellis authored
Update CI minutes docs regarding transferring of minutes and billing See merge request gitlab-org/gitlab-ce!28293
-
Tiger authored
Immediate configuration is not ideal for group and instance level clusters as projects that may never be deployed would still have Kubernetes namespaces and service accounts created for them. As of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25586 we now create only the resources that are required for the project being deployed, at the time of deployment.
-