- 15 Sep, 2017 1 commit
-
-
Joshua Lambert authored
-
- 14 Sep, 2017 35 commits
-
-
Robert Speicher authored
Add missing index for getting recent push events See merge request gitlab-org/gitlab-ce!14273
-
Annabel Dunstone Gray authored
Fixed overflow issue in changes dropdown See merge request gitlab-org/gitlab-ce!14181
-
Robert Speicher authored
Resolve "`bin/rspec`/`bin/karma` can nuke the GDK entirely" Closes #37872 See merge request gitlab-org/gitlab-ce!14276
-
Yorick Peterse authored
This index is required to allow fast retrieval of recent push events without merge requests. Without this index in place the query would lead to PostgreSQL scanning over 150 000 index entries all the time, easily taking up between 200 and 500 milliseconds. This index reduces the time spent in this process to around 40 milliseconds on GitLab.com.
-
Achilleas Pipinellis authored
Docs filter by my reaction See merge request gitlab-org/gitlab-ce!14197
-
Victor Wu authored
-
Stan Hu authored
Constrain environment deployments to project IDs Closes #36877 See merge request gitlab-org/gitlab-ce!14252
-
Annabel Dunstone Gray authored
Changed dashed border button color to be darker See merge request gitlab-org/gitlab-ce!14041
-
Annabel Dunstone Gray authored
Add missing classes to omniauth remember-me checkbox and add correct font-size See merge request gitlab-org/gitlab-ce!14111
-
Jedidiah authored
-
Rémy Coutable authored
Extend the QueryRecorder matcher See merge request gitlab-org/gitlab-ce!14267
-
Rémy Coutable authored
Rename Gitlab::Git::Committer to User See merge request gitlab-org/gitlab-ce!14254
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Clement Ho authored
Reduce footprint of animate.js See merge request gitlab-org/gitlab-ce!14187
-
Achilleas Pipinellis authored
Improve nginx ingress configuration docs Closes #37739 See merge request gitlab-org/gitlab-ce!14203
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
So it can report the queries that we're run more compared to the control point.
-
Jacob Vosmaer authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Expose the URL of the environment when triggering a docs review app See merge request gitlab-org/gitlab-ce!14236
-
Grzegorz Bizon authored
Don't force the encoding of the OAuth provider in Gitlab::OAuth::AuthHash#provider Closes #37845 See merge request gitlab-org/gitlab-ce!14263
-
Kamil Trzciński authored
Treat newlines as separators for pipeline emails service Closes #37759 See merge request gitlab-org/gitlab-ce!14250
-
Kamil Trzciński authored
Restore has_visible_content? to improve performance (cache) See merge request gitlab-org/gitlab-ce!14264
-
Jarka Kadlecova authored
This method was moved to ::Git but it is not cached there which causes performance problems
-
Achilleas Pipinellis authored
That's a hack since we cannot inject variables that are defined in `script:` into `environments:url`, and we want to avoid maintaining two different job versions in CE and EE. Relevant discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14236/diffs#note_40140693
-
Dimitrie Hoekstra authored
-
Phil Hughes authored
Truncate milestone text on collapse; add tooltip for title Closes #35978 See merge request gitlab-org/gitlab-ce!14123
-
Annabel Dunstone Gray authored
-
Phil Hughes authored
Update badge color to match theme; lighten active color in sidebar Closes #37573 See merge request gitlab-org/gitlab-ce!14116
-
Annabel Dunstone Gray authored
-
Douwe Maan authored
fix #34510 add association preloading for issue boards Closes #34510 See merge request gitlab-org/gitlab-ce!14198
-
Rémy Coutable authored
Some providers freeze their name (e.g. https://github.com/zquestz/omniauth-google-oauth2/blob/414c43ef3ffec37d473321f262e80f1e46dda89f/lib/omniauth/strategies/google_oauth2.rb#L1), so trying to modify the string would fail with a `can't modify frozen String` exception (see https://gitlab.com/gitlab-org/gitlab-ce/issues/37845#note_40308148). In this case, we can just stop trying to force the encoding of the provider name as they should always be in utf8 by default. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Merge branch '37576-renamed-files-have-escaped-html-for-the-inline-diff-in-the-header' into 'master' Resolve "Renamed files have escaped HTML for the inline diff in the header" Closes #37576 See merge request gitlab-org/gitlab-ce!14121
-
Annabel Dunstone Gray authored
Fixed width of sub-group in breadcrumb dropdown Closes #37745 See merge request !14210
-
- 13 Sep, 2017 4 commits
-
-
Robert Speicher authored
Fix default navigation theme selection Closes #37777 See merge request !14260
-
Phil Hughes authored
Closes #37745
-
Vitaliy @blackst0ne Klachkov authored
-
Jacob Schatz authored
Several repo editor fixes Closes #36128, #36240, and #37733 See merge request !14126
-