| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Stop new merge request page tabs updating the URLmr-new-page-changing-url | Phil Hughes | 2017-04-05 | 2 | -1/+6 |
| | | | | | | | | | The tabs on the merge_requests#new where changing the URL to URLs meant for merge_requests#show. The URL don't actually exist on the new page, so the simplest solution is to not update the URL for this page. Closes #30419 | ||||
| * | Merge branch 'sh-fix-ssh-keys-with-spaces' into 'master' | Sean McGivern | 2017-04-05 | 3 | -1/+14 |
| |\ | | | | | | | | | Handle SSH keys that have multiple spaces between each marker See merge request !10466 | ||||
| | * | Handle SSH keys that have multiple spaces between each marker | Stan Hu | 2017-04-04 | 3 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Update CHANGELOG.md for 9.0.3 | James Lopez | 2017-04-05 | 15 | -58/+17 |
| |/ | | | [ci skip] | ||||
| * | Merge branch 'backport-transient-failure-1567' into 'master' | Rémy Coutable | 2017-04-04 | 1 | -0/+4 |
| |\ | | | | | | | | | Backport changes of ee fix for transient failure in environments spec See merge request !10459 | ||||
| | * | Backport changes of ee fix for transient failure in environments spec | Filipa Lacerda | 2017-04-04 | 1 | -0/+4 |
| | | | |||||
| * | | Merge branch 'simple-ci-sourcemaps' into 'master' | Clement Ho | 2017-04-04 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | | | | Use a less memory-intensive sourcemap when running in CI See merge request !10460 | ||||
| | * | | use a less memory-intensive sourcemap when running in CI | Mike Greiling | 2017-04-04 | 1 | -1/+2 |
| | |/ | |||||
| * | | Merge branch '30461-fix-transient-failure' into 'master' | Robert Speicher | 2017-04-04 | 1 | -3/+3 |
| |\ \ | |/ |/| | | | | | | | | | Fix a transient spec failure in "Admin Health Check" feature spec Closes #30461 See merge request !10454 | ||||
| | * | Fix a transient spec failure in "Admin Health Check" feature spec30461-fix-transient-failure | Rémy Coutable | 2017-04-04 | 1 | -3/+3 |
| | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Merge branch 'fix-password-required-check' into 'master' | Rémy Coutable | 2017-04-04 | 3 | -0/+37 |
| |\ \ | | | | | | | | | | | | | | | | | | | Inlude the password_automatically_check param as permitted config in the user create_service Closes #30335 See merge request !10386 | ||||
| | * | | Inlude the password_automatically_check param as permitted config in the ↵fix-password-required-check | DJ Mountney | 2017-04-04 | 3 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | user create_service 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. | ||||
| * | | | Merge branch 'rs-sign-in-poc' into 'master' | Rémy Coutable | 2017-04-04 | 1 | -9/+11 |
| |\ \ \ | | | | | | | | | | | | | | | | | Use `sign_in` instead of `login_as` when we're not testing login flow See merge request !10296 | ||||
| | * | | | Use `sign_in` instead of `login_as` when we're not testing login flow | Robert Speicher | 2017-04-04 | 1 | -9/+11 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Merge branch '28732-expandable-folders' into 'master' | Alfredo Sumaran | 2017-04-04 | 10 | -30/+406 |
| |\ \ \ | |_|/ |/| | | | | | | | | | | | | | | Resolve "Expandable folders for environments" Closes #28732 See merge request !10290 | ||||
| | * | | Adds tests for scoped tabs28732-expandable-folders | Filipa Lacerda | 2017-03-31 | 1 | -0/+36 |
| | | | | |||||
| | * | | Adds tests that were only in EE | Filipa Lacerda | 2017-03-29 | 1 | -21/+68 |
| | | | | |||||
| | * | | Changes after review | Filipa Lacerda | 2017-03-29 | 3 | -19/+17 |
| | | | | |||||
| | * | | Fix broken test | Filipa Lacerda | 2017-03-28 | 2 | -2/+2 |
| | | | | |||||
| | * | | Changes after review | Filipa Lacerda | 2017-03-28 | 4 | -12/+7 |
| | | | | |||||
| | * | | Adds show all button | Filipa Lacerda | 2017-03-28 | 10 | -81/+287 |
| | | | | |||||
| | * | | Adds expandable folder back. | Filipa Lacerda | 2017-03-28 | 5 | -19/+100 |
| | | | | | | | | | | | | | Makes request to get environments | ||||
| | * | | Add back expandable folders behavior | Filipa Lacerda | 2017-03-28 | 2 | -0/+13 |
| | | | | |||||
| * | | | Merge branch '29432-prevent-click-disabled-btn' into 'master' | Alfredo Sumaran | 2017-04-04 | 4 | -29/+18 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Prevent clicking on disabled button Closes #29432 See merge request !9931 | ||||
| | * | | | Show BS Tooltips on disabled GitLab export button29432-prevent-click-disabled-btn | Kushal Pandya | 2017-03-29 | 1 | -5/+6 |
| | | | | | |||||
| | * | | | Update styles to bind tooltips to button wrapper | Kushal Pandya | 2017-03-29 | 1 | -9/+2 |
| | | | | | |||||
| | * | | | Update tests | Kushal Pandya | 2017-03-28 | 1 | -6/+2 |
| | | | | | |||||
| | * | | | Update export button tooltip | Kushal Pandya | 2017-03-28 | 1 | -2/+4 |
| | | | | | |||||
| | * | | | Add MR number to changelog | Kushal Pandya | 2017-03-28 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Add changelog entry | Kushal Pandya | 2017-03-28 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Fix project title validation, prevent clicking on disabled button | Kushal Pandya | 2017-03-28 | 1 | -9/+2 |
| | | | | | |||||
| * | | | | Merge branch 'refactor_simulate_drag' into 'master' | Clement Ho | 2017-04-04 | 13 | -154/+148 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Refactor test_utils bundle See merge request !10437 | ||||
| | * | | | | Refactor test_utils bundle | Mike Greiling | 2017-04-04 | 13 | -154/+148 |
| |/ / / / | |||||
| * | | | | Merge branch '30451-fix-docs-check-jobs-shallow-fetch' into 'master' | Achilleas Pipinellis | 2017-04-04 | 1 | -4/+0 |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Fetch the default number of commits (20) for docs:check jobs Closes #30451 See merge request !10449 | ||||
| | * | | | Fetch the default number of commits (20) for docs:check jobs30451-fix-docs-check-jobs-shallow-fetch | Rémy Coutable | 2017-04-04 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | Merge branch 'bug/api_milestone_merge_requests_scope' into 'master' | Rémy Coutable | 2017-04-04 | 5 | -3/+9 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fixes milestone/merge_request API endpoint to really scope the results See merge request !10369 | ||||
| | * | | | | Fixes milestone/merge_request API endpoint to really scope the results | Joren De Groof | 2017-04-03 | 5 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The MergeRequestsFinder uses the milestone_title instead of the milestone_id | ||||
| * | | | | | Merge branch 'fix/import-fork' into 'master' | Rémy Coutable | 2017-04-04 | 15 | -16/+215 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issues importing forked projects Closes #26184 and #29380 See merge request !9102 | ||||
| | * | | | | | Fix issues importing forked projects | James Lopez | 2017-04-04 | 15 | -16/+215 |
| |/ / / / / | |||||
| * | | | | | Merge branch 'issue-boards-scrollbars' into 'master' | Filipa Lacerda | 2017-04-04 | 1 | -2/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue boards having a vertical scrollbar Closes #30209 See merge request !10312 | ||||
| | * | | | | | Fixed issue boards having a vertical scrollbarissue-boards-scrollbars | Phil Hughes | 2017-04-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Closes #30209 | ||||
| * | | | | | | Merge branch '30400-fix-blob-highlighting-in-search' into 'master' | Sean McGivern | 2017-04-04 | 5 | -4/+35 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix blob highlighting in search Closes #30400 See merge request !10420 | ||||
| | * | | | | | | Fix blob highlighting in search | Nick Thomas | 2017-04-03 | 5 | -4/+35 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'workhorse-gitaly-address' into 'master' | Sean McGivern | 2017-04-04 | 2 | -2/+9 |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | Pass GitalyAddress to workhorse See merge request !10447 | ||||
| | * | | | | | | Pass GitalyAddress to workhorse | Jacob Vosmaer | 2017-04-04 | 2 | -2/+9 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'environment-performance-improvements' into 'master' | Filipa Lacerda | 2017-04-04 | 10 | -153/+277 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved Environments Metrics UX Closes #29227 See merge request !9946 | ||||
| | * | | | | | | | Removed formatRelevantDigits from text_utils.js and added it to a new file ↵environment-performance-improvements | Jose Ivan Vargas | 2017-04-03 | 5 | -142/+169 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | number_utils.js Also improved code formatting | ||||
| | * | | | | | | | Code corrections with a helper and a variable | Jose Ivan Vargas | 2017-04-03 | 2 | -11/+10 |
| | | | | | | | | | |||||
| | * | | | | | | | Added a formatRelevantDigits text utility | Jose Ivan Vargas | 2017-04-03 | 4 | -14/+54 |
| | | | | | | | | | |||||
| | * | | | | | | | Added CHANGELOG | Jose Ivan Vargas | 2017-04-03 | 1 | -0/+4 |
| | | | | | | | | | |||||
