Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-20Merge branch 'cs-update-rainbow' into 'master'Rémy Coutable
Update rainbow from 2.1.0 to 2.2.2. See merge request !12289
2017-06-20Merge branch 'cs-update-paranoia' into 'master'Rémy Coutable
Update paranoia from 2.2 to 2.3.1. See merge request !12288
2017-06-20Merge branch 'rs-login_as' into 'master'Rémy Coutable
Remove implicit dependency on `gitlab_sign_in` assigning to a user instance variable See merge request !12296
2017-06-20Fix MR "Changes" diff note up arrow to edit last noteEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33868 While in a MR "Changes" tab looking at some diff note discussions. Clicking reply and pressing the up-arrow should edit your last comment in that discussion. I suspect this regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11173/diffs#f4bb984ec495c5cb58516785c62978f5209c39b4_179_178 where we changed the selector
2017-06-20Merge branch 'cs-update-carrierwave' into 'master'Robert Speicher
Update carrierwave from 1.0.0 to 1.1.0. See merge request !12291
2017-06-20Add Prometheus metrics documentationJoshua Lambert
2017-06-20Remove implicit dependency on `gitlab_sign_in` assigning `@user`Robert Speicher
We shouldn't be using instance variables in specs to begin with, and depending on this implicit behavior of `gitlab_sign_in` would have made it more difficult to change to `sign_in` where possible. ...we've also gone ahead and changed to `sign_in` where possible.
2017-06-20Merge branch 'rs-gitlab_sign_in' into 'master'Douwe Maan
Prepare for bypassing GitLab sign in in feature specs See merge request !11913
2017-06-20Moved Open source license templates link into alphabetical orderMike Fisher
2017-06-20Fix failure in spec/features/unsubscribe_links_spec.rbRobert Speicher
Not sure why this fails with the full login flow, but it's not necessary and would've been changed eventually anyway, so whatever!
2017-06-20Include Devise::Test::IntegrationHelpers for all feature specsRobert Speicher
2017-06-20Change `logout` uses to `gitlab_sign_out`Robert Speicher
Change `logout_direct` uses to `gitlab_sign_out_direct`
2017-06-20Change `login_with` uses to `gitlab_sign_in`Robert Speicher
Change single `login_via` use to `gitlab_sign_in_via`
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-20add a changelog for the email parsing bughttp://jneen.net/
2017-06-20Fix note highlight being added to new notesEric Eastwood
Always use a explicit true/false value to set highlight because jQuery assumes `null` means toggle from whatever state and doesn't force false. Regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12098
2017-06-20Merge branch 'fix-missing-function-dropzone-input' into 'master'Stan Hu
Restored missing function inside dropzone_input.js Closes #33836 See merge request !12279
2017-06-20Merge branch 'enable-autocomplete-on-project-snippets' into 'master'Jacob Schatz
Enable autocomplete on project snippets Closes #33911 See merge request !12286
2017-06-20Rename methods in the LoginHelpers moduleRobert Speicher
- [x] Rename `login_as` to `gitlab_sign_in` - [x] Rename `login_with` to `gitlab_sign_in_with` - [x] Rename `login_via` to `gitlab_sign_in_via` - [x] Rename `logout` to `gitlab_sign_out` - [x] Rename `logout_direct` to `gitlab_sign_out_direct` - [x] Make `gitlab_login_with` (née `login_with`) private - [x] Make `mock_auth_hash` private
2017-06-20Fix hover style for emoji button on parallel diff viewAnnabel Dunstone Gray
2017-06-20Update carrierwave from 1.0.0 to 1.1.0.Connor Shea
Changelog: https://github.com/carrierwaveuploader/carrierwave/blob/f2f8569b1013f601fe7be4b3a616359acd27240d/CHANGELOG.md#110---2017-04-30 Adds support for Rails 5.1
2017-06-20Added specs for the copy/paste actionJose Ivan Vargas
2017-06-20Update rainbow from 2.1.0 to 2.2.2.Connor Shea
Changelog: https://github.com/sickill/rainbow/blob/master/Changelog.md#222-2017-04-21 Adds support for Ruby 2.4.
2017-06-20Update paranoia from 2.2 to 2.3.1.Connor Shea
https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md#230-2017-04-14 Adds support for Rails 5.1.
2017-06-20Merge branch 'winh-merge-request-related-issues' into 'master'Fatih Acet
Adjust position and wording for related issues in merge requests Closes #33652 See merge request !11759
2017-06-20Adjust position and wording for related issues in merge requestsWinnie Hellmann
2017-06-20Enable autocomplete on project snippetsEric Eastwood
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1210 disabled autocomplete for personal snippets and project snippets. But we want autocomplete on project snippets.
2017-06-20unwrap all links with no hrefhttp://jneen.net/
2017-06-20add a spec for no-href link parsinghttp://jneen.net/
2017-06-20Merge branch '33598-fix-autocomplete-disabled-in-gl-form-instances' into ↵Jacob Schatz
'master' Re-enable autocomplete for milestones, tags, releases, and wiki Closes #33598 See merge request !12110
2017-06-19Merge branch '33594-disable-autocomplete-on-snippet-comments' into 'master'Clement Ho
Disable autocomplete on snippets comments Closes #33594 See merge request !12108
2017-06-19Fix issue description syntax highlighting and math renderingEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33877 Regressed in https://gitlab.com/gitlab-org/gitlab-ce/commit/5a95d6f8dae00b31b694759c6ddbf6d83b1a7890#3a15290e7696397415523e0b664aceb3dd4010ae_0_46 where the ref no longer matches what we call `renderGFM` on.
2017-06-19Fix some incorrect usage of translation helpersRuben Davila
Conflicts: app/views/projects/pipeline_schedules/_form.html.haml
2017-06-19Merge branch 'sh-refactor-current-settings' into 'master'Robert Speicher
If migrations are pending, make CurrentSettings use existing values and populate missing columns with defaults See merge request !12253
2017-06-19Restored missing function inside dropzone_input.jsJose Ivan Vargas
2017-06-19Disable autocomplete on snippets commentsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594 Was supposedly fixed in MR for https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop up again
2017-06-19Merge branch 'docs/object-storage' into 'master'Achilleas Pipinellis
Add info about artifacts object storage in docs See merge request !12208
2017-06-19Re-enable autocomplete for milestones, tags, releases, and wikiEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33598
2017-06-19Merge branch 'dm-parallel-diff-unchanged-line-comment' into 'master'Sean McGivern
Don't display comment on unchanged line on both sides in parallel diff Closes #33864 See merge request !12275
2017-06-19Merge branch '25164-disable-fork-on-project-limit' into 'master'Rémy Coutable
Disable fork button on project limit Closes #25164 See merge request !12145
2017-06-19Merge branch 'moved-submodules' into 'master'Rémy Coutable
repository: index submodules by path See merge request !10798
2017-06-19Merge branch 'update-column-in-batches-batch-size' into 'master'Rémy Coutable
Put an upper limit on update batches See merge request !12265
2017-06-19Merge branch 'reduce-sidekiq-wait-timings' into 'master'Rémy Coutable
Reduce wait timings for Sidekiq jobs See merge request !12270
2017-06-19Refactor GroupProjectsFinder#init_collectionYorick Peterse
This optimises how GroupProjectsFinder builds it collection, producing simpler and faster queries in the process. It also cleans up the code a bit to make it easier to understand.
2017-06-19Remove backticks from chat messages because they're not rendered as codeDouwe Maan
2017-06-19If migrations are pending, make CurrentSettings use existing values and ↵Stan Hu
populate missing columns with defaults master was failing because `ApplicationSetting.create_from_defaults` attempted to write to a column that did not exist in the database. This occurred in a `rake db:migrate` task, which was unable to perform the migration that would have added the missing column in the first place. In 9.3 RC2, we also had a bug where password sign-ins were disabled because there were many pending migrations. The problem occurred because `fake_application_settings` was being returned with an OpenStruct that did not include the predicate method `signup_enabled?`. As a result, the value would erroneously return `nil` instead of `true`. This commit uses the values of the defaults to mimic this behavior. This commit also refactors some of the logic to be clearer.
2017-06-19Do not enable prometheus metrics when data folder is not present.Pawel Chojnacki
+ Set defaults correctly only for when not in production or staging + set ENV['prometheus_multiproc_dir'] in config/boot.rb instead of config.ru Test prometheus metrics unmemoized
2017-06-19Don't display comment on unchanged line on both sides in parallel diffDouwe Maan
2017-06-19Revert "Merge branch 'rs-revert-11842' into 'master'"Stan Hu
This reverts commit ad521bde1bb556709edd39d8a9aa67ee47605b91, reversing changes made to 3a38e5f1ab914bc4eaeecda6e18caaa7ca9ea5a7.
2017-06-19Merge branch '30725-reset-user-limits-when-unchecking-external-user' into ↵Douwe Maan
'master' Ensures default user limits when external user is unchecked Closes #30725 See merge request !12218