- 12 Dec, 2017 10 commits
-
-
Sean McGivern authored
Use app host instead of asset host when rendering image blob or diff Closes #41002 See merge request gitlab-org/gitlab-ce!15854
-
Kamil Trzciński authored
Merge branch '41023-activerecord-staleobjecterror--attempted-to-update-a-stale-object--ci-build' into 'master' Job dropping by MissingDependenciesError should consider StaleObjectError Closes #41023 See merge request gitlab-org/gitlab-ce!15873
-
Phil Hughes authored
Checks for null in job tooltip title Closes #40997 See merge request gitlab-org/gitlab-ce!15869
-
Sean McGivern authored
Milestone sidebar docs See merge request gitlab-org/gitlab-ce!15861
-
Victor Wu authored
-
Douwe Maan authored
-
Sean McGivern authored
Fix migration that removes issues.branch_name See merge request gitlab-org/gitlab-ce!15858
-
Shinya Maeda authored
-
Tim Zallmann authored
Clarify casing of I18N placeholder names See merge request gitlab-org/gitlab-ce!15867
-
Tim Zallmann authored
Fix comment on image discussion icon alignment (update icons) Closes #39608 See merge request gitlab-org/gitlab-ce!15760
-
- 11 Dec, 2017 30 commits
-
-
Fatih Acet authored
rename remaining issue_ prefixed files See merge request gitlab-org/gitlab-ce!15818
-
Stan Hu authored
Ignore temporary table in schema Closes #40976 See merge request gitlab-org/gitlab-ce!15866
-
Robert Speicher authored
Gitaly mirroring migration prep Closes gitaly#816 See merge request gitlab-org/gitlab-ce!15775
-
Jacob Schatz authored
Backport epic in issue See merge request gitlab-org/gitlab-ce!15799
-
Michael Kozono authored
-
Filipa Lacerda authored
-
Winnie Hellmann authored
-
Rémy Coutable authored
fixes some markup issues in the js style guide docs See merge request gitlab-org/gitlab-ce!15828
-
Christiaan Van den Poel authored
-
Filipa Lacerda authored
Moved URL utility methods into exported es modules See merge request gitlab-org/gitlab-ce!15783
-
Filipa Lacerda authored
Animate contextual sidebar; change class names for easier readability Closes #35724 See merge request gitlab-org/gitlab-ce!15797
-
Achilleas Pipinellis authored
Docs: add index for `doc/administration/operations/` See merge request gitlab-org/gitlab-ce!15852
-
Rémy Coutable authored
Add cop for use of remove_column See merge request gitlab-org/gitlab-ce!15855
-
Yorick Peterse authored
-
Nick Thomas authored
small change to make less conflict with EE version See merge request gitlab-org/gitlab-ce!15809
-
Brett Walker authored
-
Sean McGivern authored
remove_column should only be used in the up (or change) step of a migration if it's a post-deployment migration. Otherwise there will be downtime due to the ActiveRecord column cache, which we can avoid by using the IgnorableColumn concern in combination with a post-deployment migration.
-
Winnie Hellmann authored
Resolve merge conflicts with dev.gitlab.org/master after security release See merge request gitlab-org/gitlab-ce!15851
-
Winnie Hellmann authored
-
Marcia Ramos authored
-
Yorick Peterse authored
Remove allocation tracking code from InfluxDB sampler for performance Closes gitlab-com/infrastructure#3250 See merge request gitlab-org/gitlab-ce!15834
-
Yorick Peterse authored
Remove issues.assignee_id column Closes #30453 See merge request gitlab-org/gitlab-ce!11637
-
Douwe Maan authored
Bugfix: User can't change the access level of an access requester Closes #40743 See merge request gitlab-org/gitlab-ce!15832
-
Robert Speicher authored
Properly bump prometheus-client-mmap gem versions See merge request gitlab-org/gitlab-ce!15825
-
Stan Hu authored
-
Rubén Dávila authored
The endpoint was returning 404 because it was only searching on the current members of a Group or Project and not the access requesters.
-
Sean McGivern authored
This migration also needs to be a post-deployment migration, as it removes a column.
-
Achilleas Pipinellis authored
Remove a header level in the new 'Automatic CE->EE merge' doc See merge request gitlab-org/gitlab-ce!15843
-
Douwe Maan authored
Keep track of the circuit breaker access check timings Closes #39698 See merge request gitlab-org/gitlab-ce!15612
-
Grzegorz Bizon authored
Do not raise when downstream pipeline is created Closes #40987 See merge request gitlab-org/gitlab-ce!15837
-