- 29 Sep, 2017 1 commit
-
-
Brian Neel authored
-
- 28 Sep, 2017 3 commits
-
-
Brian Neel authored
-
Brian Neel authored
-
Brian Neel authored
# This is the 1st commit message: Add logging for all web authentication events # This is the commit message #2: Re-add underscore to after_inactive_sign_up_path_for # This is the commit message #3: Standardize on username= # This is the commit message #4: after_filter -> after_action, _resource -> resource # This is the commit message #5: Add two-factor login failures and account lockouts # This is the commit message #6: Move logging from two-factor concern to user model # This is the commit message #7: Add spaces around default parameter assignments # This is the commit message #8: Move logs out of user model # This is the commit message #9: Replace filtered_params with user_params # This is the commit message #10: Standardize case # This is the commit message #1: Fixes for username and AppLogger.info
-
- 27 Sep, 2017 27 commits
-
-
Annabel Dunstone Gray authored
Cleanup diff-notes-collapse css See merge request gitlab-org/gitlab-ce!14515
-
Marcia Ramos authored
Add things that the k8s integration enables Closes #37529 See merge request gitlab-org/gitlab-ce!14163
-
Tim Zallmann authored
Fix linting errors in locale/index.js See merge request gitlab-org/gitlab-ce!14521
-
Jacob Schatz authored
RepoEditor: Implement line and range linking. Closes #38254 See merge request gitlab-org/gitlab-ce!14448
-
Annabel Dunstone Gray authored
Breadcrumbs receives padding when double lined See merge request gitlab-org/gitlab-ce!14298
-
Dimitrie Hoekstra authored
-
Achilleas Pipinellis authored
-
Robert Speicher authored
Added some Gitaly docs to `docs/development` [ci skip] See merge request gitlab-org/gitlab-ce!14473
-
Andrew Newdigate authored
-
Kamil Trzciński authored
Refactor a service responsible for creating a pipeline Closes #37563 and #34415 See merge request gitlab-org/gitlab-ce!14482
-
Jacob Schatz authored
Removes section about big MRs See merge request gitlab-org/gitlab-ce!14520
-
Douwe Maan authored
Improves i18n for Auto Devops callout Closes #38406 See merge request gitlab-org/gitlab-ce!14509
-
Achilleas Pipinellis authored
Update CI parallelization description See merge request gitlab-org/gitlab-ce!14503
-
Marcia Ramos authored
Clarify k8s project namespace Closes #35366 See merge request gitlab-org/gitlab-ce!14139
-
Jarka Kadlecova authored
[ci skip]
-
Rémy Coutable authored
Fix component update with branch specifiers on CI Closes #38378 See merge request gitlab-org/gitlab-ce!14494
-
Winnie Hellmann authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
find_user users helper method no longer overrides find_user API helper method. Closes #37467 See merge request gitlab-org/gitlab-ce!14418
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Achilleas Pipinellis authored
Add how to use reserved words in gitlab-ci.yml See merge request gitlab-org/gitlab-ce!14516
-
Fabio Busatto authored
-
Grzegorz Bizon authored
-
Filipa Lacerda authored
Stop breadcrumbs changing container when in side-by-side diff Closes #37641 See merge request gitlab-org/gitlab-ce!14454
-
Grzegorz Bizon authored
Resolve "GitHub import should fetch 100 results per page to limit the change to hit rate limiting" Closes #38198 See merge request gitlab-org/gitlab-ce!14421
-
Filipa Lacerda authored
-
- 26 Sep, 2017 9 commits
-
-
Clement Ho authored
-
Annabel Dunstone Gray authored
Make issue boards sidebar full height Closes #36980 and #36447 See merge request gitlab-org/gitlab-ce!14214
-
Winnie Hellmann authored
-
Grzegorz Bizon authored
Backport some changes from EE See merge request gitlab-org/gitlab-ce!14304
-
Tiago Botelho authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
The Pull Request resource doesn't include the `comments` field, while the Issue resource does. And since we're looping through all issues anyway, we can freely check if the issue is a PR and has comments and in this case only fetch comments for it. That means if you have 1000 PRs but only 200 with comments, you will do 200 API requests instead of 1000. :notbad: 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
Allow n+1s caused by avatar fetches on the project dashboard. See… See merge request gitlab-org/gitlab-ce!14475
-