summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Group SAML docs explain metadata configurationce-jej/unflag-group-saml-metadataJames Edwards-Jones2019-05-241-1/+9
|
* Merge branch 'bvl-add-corrilation-id-to-all-exception' into 'master'Douglas Barbosa Alexandre2019-05-143-10/+15
|\ | | | | | | | | | | | | Add correlation id to all sentry errors Closes #61699 See merge request gitlab-org/gitlab-ce!28253
| * Add correlation id to all sentry errorsBob Van Landuyt2019-05-133-10/+15
| | | | | | | | | | | | | | | | Before this, we were only adding the correlation id to the "acceptable exceptions" which we handle in code. But we need to add it to the default raven context so the information would be available for uncaught exceptions.
* | Merge branch 'patch-56' into 'master'Evan Read2019-05-141-1/+1
|\ \ | | | | | | | | | | | | Fix typo See merge request gitlab-org/gitlab-ce!28276
| * | Fix typoNicholas Bishop2019-05-141-1/+1
|/ /
* | Merge branch 'make-autocomplete-faster-with-lots-of-results' into 'master'53811-move-multiple-issue-boards-for-projects-to-coreStan Hu2019-05-1410-7/+23
|\ \ | | | | | | | | | | | | Optimise upload path calls See merge request gitlab-org/gitlab-ce!28264
| * | Optimise upload path callsSean McGivern2019-05-1410-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | String#underscore isn't particularly slow, but it's possible for us to call it many times in a users autocomplete request, with mostly-static values ('User', 'Group', etc.). We can memoise this and save a surprising amount of time (around 10% of the total request time in some cases).
* | | Merge branch 'fix-slow-preview-note-specs' into 'master'Sean McGivern2019-05-141-6/+4
|\ \ \ | | | | | | | | | | | | | | | | Fix hiding of quick action prompt in specs See merge request gitlab-org/gitlab-ce!28285
| * | | Fix hiding of quick action prompt in specsfix-slow-preview-note-specsHeinrich Lee Yu2019-05-141-6/+4
| | | |
* | | | Merge branch 'patch-58' into 'master'Stan Hu2019-05-141-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | delete feature flag when disabling Rugged See merge request gitlab-org/gitlab-ce!28289
| * | | | delete feature flag when disabling RuggedBen Bodenmiller2019-05-131-1/+1
| | | | |
* | | | | Merge branch 'single-codebase-favicon-specs-ce' into 'master'Rémy Coutable2019-05-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | EE Backport to CE of EE!12404 See merge request gitlab-org/gitlab-ce!28292
| * | | | | EE backport to CE of favicon_spec.rbsingle-codebase-favicon-specs-cemove-ee-favicon-spec-changes-to-eelmcandrew2019-05-131-1/+1
| | | | | |
* | | | | | Merge branch 'fix-project-visibility-level-validation' into 'master'Stan Hu2019-05-143-2/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix project visibility level validation Closes #59379 See merge request gitlab-org/gitlab-ce!28305
| * | | | | | Fix project visibility level validationPeter Marko2019-05-143-2/+18
| | | | | | |
* | | | | | | Merge branch '55583-rename-method-conflicts' into 'master'Jan Provaznik2019-05-1412-46/+46
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename methods that conflict in Rails 5.2 Closes #55583 See merge request gitlab-org/gitlab-ce!28281
| * | | | | | Rename methods that conflict in Rails 5.255583-rename-method-conflictsHeinrich Lee Yu2019-05-1212-46/+46
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Adds suffix to enum methods and changes `in_groups` to `of_groups`
* | | | | | Merge branch 'docs/mermaid-supported-by-docs-site' into 'master'Achilleas Pipinellis2019-05-142-4/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use real mermaid for mermaid result See merge request gitlab-org/gitlab-ce!28300
| * | | | | | Use real mermaid for mermaid resultEvan Read2019-05-142-4/+9
|/ / / / / /
* | | | | | Merge branch 'docs-writing-e2e-tests' into 'master'Mark Lapierre2019-05-134-3/+423
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | First iteration of documentation for writing end-to-end tests See merge request gitlab-org/gitlab-ce!27603
| * | | | | | This is the first iteration of documentation for the GitLab QAWalmyr2019-05-134-3/+423
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | framework that intends to make easier for every engineer to contribute with the end-to-end tests creation, edition, and improvements.
* | | | | | Merge branch 'docs/improve-installation-from-source' into 'master'Evan Read2019-05-131-0/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve installation from source Closes #47483, #61549, and #50937 See merge request gitlab-org/gitlab-ce!28201
| * | | | | | Improve installation from sourceDmitriy Zaporozhets2019-05-131-0/+30
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a solution for JavaScript heap out of memory error when compiling assets * Add note about postgres database config * Start gitaly before gitlab:setup as it won't work otherwise Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Merge branch ↵Evan Read2019-05-133-0/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '9228-geo-how-to-reconcile-differences-with-geo-checksum-mismatches-docs' into 'master' Document how to reconcile differences with Geo checksum mismatches Closes gitlab-ee#9228 See merge request gitlab-org/gitlab-ce!28183
| * | | | | | Document how to reconcile differences with Geo checksum mismatchesDouglas Barbosa Alexandre2019-05-133-0/+36
|/ / / / / /
* | | | | | Merge branch 'ruby-parser-rb-2-6' into 'master'Stan Hu2019-05-131-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ruby_parser for ruby 2.6 See merge request gitlab-org/gitlab-ce!28295
| * | | | | | Update ruby_parser for ruby 2.6ruby-parser-rb-2-6Luke Bennett2019-05-131-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch '61302-remove-ignore_column-ci_cd' into 'master'Douglas Barbosa Alexandre2019-05-131-1/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Remove ignore_column ci_id" Closes #61302 See merge request gitlab-org/gitlab-ce!28234
| * | | | | | Remove ignore_column from Project model61302-remove-ignore_column-ci_cdDmitriy Zaporozhets2019-05-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | Merge branch 'winh-frontend-tests-check-dependencies' into 'master'Kushal Pandya2019-05-131-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that dependencies are installed before running frontend tests See merge request gitlab-org/gitlab-ce!28236
| * | | | | | | Ensure that dependencies are installed before running frontend testswinh-frontend-tests-check-dependenciesWinnie Hellmann2019-05-131-0/+4
| | | | | | | |
* | | | | | | | Merge branch ↵Kushal Pandya2019-05-132-1/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'ce-11542-remove-non-semantic-use-of-row-in-member-listing-controls' into 'master' CE backport: Remove non-semantic use of `.row` in member listing controls See merge request gitlab-org/gitlab-ce!28204
| * | | | | | | | Remove non-semantic use of `.row` in member listing controlsce-11542-remove-non-semantic-use-of-row-in-member-listing-controlsDennis Tang2019-05-082-1/+6
| | | | | | | | |
* | | | | | | | | Merge branch 'support-string-piwik-website-ids' into 'master'Phil Hughes2019-05-131-0/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Adds changelog entry for Matomo string website ID support See merge request gitlab-org/gitlab-ce!28244
| * | | | | | | | Adds changelog entry for Matomostring website ID supportCDuv2019-05-101-0/+5
| | | | | | | | |
* | | | | | | | | Merge branch 'qa-ml-fix-branches-test' into 'master'Sanad Liaquat2019-05-137-33/+34
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix E2E test - wait for branches to not be present See merge request gitlab-org/gitlab-ce!27805
| * | | | | | | | | Add branch_name qa selectorqa-ml-fix-branches-testMark Lapierre2019-05-075-16/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses the branch_name element to find a branch with a specific name, instead of using a dynamic CSS class that can't be validated by the sanity selector test
| * | | | | | | | | Check test result via an assertionMark Lapierre2019-05-012-11/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As long as `has_no_branch?` is only called in an assertion it shouldn't matter if it could return false but still allow the test to continue. So we don't need the new wait method
| * | | | | | | | | Make max wait time a constantMark Lapierre2019-05-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So it can be used elsewhere in the code
| * | | | | | | | | Wait for branches to not be presentMark Lapierre2019-04-292-14/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When testing if branches are deleted, wait for the branch element to not be present. Do the same for both checks (second and third branches).
* | | | | | | | | | Merge branch 'bvl-fix-graphql-autoloading' into 'master'Nick Thomas2019-05-131-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eager load the GraphQL schema in specs Closes gitlab-ee#11497 See merge request gitlab-org/gitlab-ce!28246
| * | | | | | | | | | Eager load the GraphQL schema in specsBob Van Landuyt2019-05-101-0/+4
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid counting on Rails eager loading the GraphQL types, but preload them before the specs. This would avoid loading the schema in 2 separate threads concurrently (1 inside the specs, 1 inside the test-server that will receive requests). Loading the schema in parallel like that could cause duplicate definition errors.
* | | | | | | | | | Merge branch 'explain-artifacts-server-configuration-docs' into 'master'Nick Thomas2019-05-131-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expain usage of `artifacts_server` in `gitlab.yml` See merge request gitlab-org/gitlab-ce!28230
| * | | | | | | | | Expain usage of `artifacts_server` in `gitlab.yml`explain-artifacts-server-configuration-docsKrasimir Angelov2019-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add comment to clarify intended usage of `artifacts_server`. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/49475.
* | | | | | | | | | Merge branch 'graphql-docs-fix' into 'master'Phil Hughes2019-05-131-2/+6
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update doc/development/fe_guide/graphql.md See merge request gitlab-org/gitlab-ce!28272
| * | | | | | | | | Update doc/development/fe_guide/graphql.mdNatalia Tepluhina2019-05-131-2/+6
|/ / / / / / / / /
* | | | | | | | | Merge branch 'docs-update-salesforce-documentation' into 'master'Evan Read2019-05-121-4/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Fix wording error in salesforce section See merge request gitlab-org/gitlab-ce!28190
| * | | | | | | | | Docs: Fix wording error in salesforce sectionGosia Ksionek2019-05-121-4/+4
|/ / / / / / / / /
* | | | | | | | | Merge branch 'patch-31' into 'master'Evan Read2019-05-121-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix typos in new_ci_build_permissions_model.md See merge request gitlab-org/gitlab-ce!28087
| * | | | | | | | | fix typos in new_ci_build_permissions_model.mdBen Bodenmiller2019-05-041-2/+2
| | | | | | | | | |