- 18 Jan, 2018 39 commits
-
-
Douwe Maan authored
Reduce UPDATEs for background column type changes Closes #42158 See merge request gitlab-org/gitlab-ce!16551
-
Marcia Ramos authored
Add cache clearing documentation Closes #41940 See merge request gitlab-org/gitlab-ce!16559
-
Sean McGivern authored
Remove unnecessary query from labels dropdown Closes #37143 See merge request gitlab-org/gitlab-ce!16520
-
Annabel Dunstone Gray authored
Resolve "Pipeline stages are jumping when dropdown is open" Closes #41806 See merge request gitlab-org/gitlab-ce!16556
-
Filipa Lacerda authored
Added dispatcher imports for some project routes See merge request gitlab-org/gitlab-ce!16389
-
Oswaldo Ferreira authored
[ci skip]
-
Achilleas Pipinellis authored
-
Tim Zallmann authored
Remove IDE option from user preferences See merge request gitlab-org/gitlab-ce!16454
-
Felipe Artur authored
-
Oswaldo Ferreira authored
[ci skip]
-
Marcia Ramos authored
Add Git LFS status icon to docs See merge request gitlab-org/gitlab-ce!16555
-
Achilleas Pipinellis authored
Docs: set comments to false on deprecated articles list doc See merge request gitlab-org/gitlab-ce!16498
-
Oswaldo Ferreira authored
[ci skip]
-
James Ramsay authored
-
Filipa Lacerda authored
-
Achilleas Pipinellis authored
Fix: fix typo to open source See merge request gitlab-org/gitlab-ce!16549
-
Onuwa Nnachi Isaac authored
-
Sean McGivern authored
Retrieve commit signatures with Gitaly Closes gitaly#923 See merge request gitlab-org/gitlab-ce!16467
-
Jacob Vosmaer (GitLab) authored
-
Douwe Maan authored
Remove Rugged::Walker from Repository#log Closes #42089 See merge request gitlab-org/gitlab-ce!16525
-
Jacob Vosmaer (GitLab) authored
-
Douwe Maan authored
Merge branch '42172-deprecation-warning-timestamps-was-called-without-specifying-an-option-for-null-in-rails-5-this-behavior-will-change-to-null-false' into 'master' Resolve "DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`..." Closes #42172 See merge request gitlab-org/gitlab-ce!16545
-
Sean McGivern authored
Fix spec/migrations/update_upload_paths_to_system_spec.rb to use the :migration metadata See merge request gitlab-org/gitlab-ce!16546
-
Yorick Peterse authored
Prior to this commit we would essentially update all rows in a table, even those where the source column (e.g. `issues.closed_at`) was NULL. This in turn could lead to statement timeouts when using the default batch size of 10 000 rows per job. To work around this we don't schedule jobs for rows where the source value is NULL. We also don't update rows where the source column is NULL (as an extra precaution) or the target column already has a non-NULL value. Using this approach it should be possible to update 10 000 rows in the "issues" table in about 7.5 - 8 seconds. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/42158
-
Rémy Coutable authored
Get rid of a Rails 5 deprecation warning in db/migrate/20170425112128_create_pipeline_schedules_table.rb Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jacob Schatz authored
Fix Mermaid drawings not loading on some browsers Closes #42052 See merge request gitlab-org/gitlab-ce!16537
-
Douwe Maan authored
System hooks for Merge Requests See merge request gitlab-org/gitlab-ce!14387
-
Sean McGivern authored
Fix the user-agent detail API endpoint for project snippets Closes #42129 See merge request gitlab-org/gitlab-ce!16521
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
Add modal for stopping jobs in admin area Closes #41305 See merge request gitlab-org/gitlab-ce!16283
-
Sean McGivern authored
Update ConvDev Index docs w better screenshot See merge request gitlab-org/gitlab-ce!16533
-
Marin Jankovski authored
Add openSUSE to the supported Unix OS list See merge request gitlab-org/gitlab-ce!16544
-
Balasankar C authored
-
Achilleas Pipinellis authored
Remove a broken link in the docs See merge request gitlab-org/gitlab-ce!16532
-
Sean McGivern authored
Add the :migration metadata, and don't use factories in FixWronglyRenamedRoutes spec See merge request gitlab-org/gitlab-ce!16535
-
Winnie Hellmann authored
-
Phil Hughes authored
Resolve "Cannot filter issues by labels ending with a plus char in board view" Closes #41715 and #34252 See merge request gitlab-org/gitlab-ce!16490
-
Stan Hu authored
As mentioned in https://github.com/knsv/mermaid/issues/291#issuecomment-287673609, the parameter should be `startOnLoad` instead of `loadOnStart`. In addition, `mermaid.initialize()` expects to see `startOnLoad` in the `mermaid` hash: https://github.com/knsv/mermaid/blob/6cd5ffe637d88525b93417bf3954e9c0e5a4deb8/src/mermaid.js#L118 Closes #42052
-
Annabel Dunstone Gray authored
Remove unused CSS selectors for Cycle Analytics (between 1st iteration and 2nd iteration) Closes #41743 See merge request gitlab-org/gitlab-ce!16270
-
- 17 Jan, 2018 1 commit
-
-
Annabel Dunstone Gray authored
Double padding for file-content wiki class on larger screens See merge request gitlab-org/gitlab-ce!16534
-