- 05 Apr, 2017 8 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
This is one step closer to making the transition to .vue files for issue boards
-
Sean McGivern authored
Fix wiki commit message Closes #20389 See merge request !10464
-
Sean McGivern authored
Do not set closed_at to nil when issue is reopened See merge request !10453
-
Sean McGivern authored
Handle SSH keys that have multiple spaces between each marker See merge request !10466
-
James Lopez authored
[ci skip]
-
Stan Hu authored
Notice what happens when a user adds a key with a space in between: ``` irb(main):004:0> 'ssh-rsa foobar'.split(/ /) => ["ssh-rsa", "", "foobar"] ``` This would cause gitlab-shell to receive a blank argument for the actual key, leading to users unable to login.
-
blackst0ne authored
-
- 04 Apr, 2017 32 commits
-
-
Rémy Coutable authored
Backport changes of ee fix for transient failure in environments spec See merge request !10459
-
Clement Ho authored
Use a less memory-intensive sourcemap when running in CI See merge request !10460
-
Robert Speicher authored
Fix a transient spec failure in "Admin Health Check" feature spec Closes #30461 See merge request !10454
-
Mike Greiling authored
-
Filipa Lacerda authored
-
Rémy Coutable authored
Inlude the password_automatically_check param as permitted config in the user create_service Closes #30335 See merge request !10386
-
Rémy Coutable authored
Use `sign_in` instead of `login_as` when we're not testing login flow See merge request !10296
-
Alfredo Sumaran authored
Resolve "Expandable folders for environments" Closes #28732 See merge request !10290
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Felipe Artur authored
-
Alfredo Sumaran authored
Prevent clicking on disabled button Closes #29432 See merge request !9931
-
Clement Ho authored
Refactor test_utils bundle See merge request !10437
-
Mike Greiling authored
-
Achilleas Pipinellis authored
Fetch the default number of commits (20) for docs:check jobs Closes #30451 See merge request !10449
-
DJ Mountney authored
This param is passed to service in two places, one is in the build_user for non ldap oauth users. And the other is in the initial production admin user seed data. Without this change, when setting up GitLab in a production environment, you were not being given the option of setting the root password on initial setup in the UI.
-
Robert Speicher authored
This is a proof of concept for gitlab-org/gitlab-ce#30196. The actual login procedure is well-tested by `spec/features/login_spec.rb`, and we don't gain anything by also thoroughly testing it here, in our second-slowest feature spec. In fact, it only slows us down! So instead we use `sign_in` from the `Devise::Test::IntegrationHelpers` module, which just sets the current user at the Warden level. This drastically reduces the "setup" phase of every test in this file. A non-scientific test run saw this drop from 633 to 231 seconds.
-
Rémy Coutable authored
Fixes milestone/merge_request API endpoint to really scope the results See merge request !10369
-
Rémy Coutable authored
Fix issues importing forked projects Closes #26184 and #29380 See merge request !9102
-
James Lopez authored
-
Filipa Lacerda authored
Fixed issue boards having a vertical scrollbar Closes #30209 See merge request !10312
-
Sean McGivern authored
Fix blob highlighting in search Closes #30400 See merge request !10420
-
Sean McGivern authored
Pass GitalyAddress to workhorse See merge request !10447
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Improved Environments Metrics UX Closes #29227 See merge request !9946
-
Filipa Lacerda authored
Delete unused icons; add empty lines to svg files See merge request !10415
-
Robert Speicher authored
Disable support for Gitaly PostReceivePack See merge request !10444
-
Robert Speicher authored
Bump Gitaly server version to 0.5.0 See merge request !10446
-
Rémy Coutable authored
list recommended version of PostgreSQL See merge request !10190
-
Ben Bodenmiller authored
-
Douwe Maan authored
Adds git terminal prompt env var to application rb Closes #24187 See merge request !10372
-
Jacob Vosmaer authored
-
Sean McGivern authored
remove useless queries with false conditions (e.g 1=0) Closes #29492 See merge request !10141
-