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
2019-03-22Merge branch 'revert-79a45f7f' into 'master'Sean McGivern
Revert "Merge branch 'winh-remove-sushi' into 'master'" See merge request gitlab-org/gitlab-ce!26470
2019-03-22Merge branch ↵Robert Speicher
'ce-6618-extract-ee-specific-files-lines-for-create-spec-finders' into 'master' [CE] Extract EE specific files/lines from spec/finders Closes gitlab-ee#10142 and gitlab-ee#10141 See merge request gitlab-org/gitlab-ce!26337
2019-03-22Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda
This reverts merge request !26430
2019-03-21Merge branch 'winh-remove-sushi' into 'master'Mike Greiling
Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430
2019-03-21[CE] Reduce differences with EE in users_finder_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-21[CE] Reduce differences with EE in snippets_finder_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-21[CE] Reduce differences with EE in merge_requests_finder_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-21[CE] Reduce differences with EE in issues_finder_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-21[CE] Reduce differences with EE in group_projects_finder_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-21Remove .raw from JavaScript fixture file namesWinnie Hellmann
There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
2019-03-21Update dashboards to additionally use new environment selectorJames Fargher
Deploy boards now will check for app.gitlab.com/env and app.gitlab.com/app
2019-03-19Merge branch ↵Lin Jen-Shin
'58844-follow-up-from-don-t-create-ee-specific-files-when-creating-emojis-fixture-files' into 'master' Simplify JavaScriptFixturesHelpers Closes gitlab-ee#10386, #58898, and #58844 See merge request gitlab-org/gitlab-ce!26045
2019-03-19Integrate Gitlab::Keys with Gitlab::ShellPatrick Bajao
In this commit, some methods that aren't being used are removed from `Gitlab::Shell`. They are the ff: - `#remove_keys_not_found_in_db` - `#batch_read_key_ids` - `#list_key_ids` The corresponding methods in `Gitlab::Keys` have been removed as well.
2019-03-19Simplify the JavaScriptFixturesHelpers moduleRémy Coutable
- Only storing fixtures in one place - This place changes whether we are in CE or EE We discovered with @winh that only fixtures located under spec/javascripts/fixtures are used, even in EE so there's no need to clean/create fixtures in ee/spec/javascripts/fixtures. Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-19Move some application setting examples to be sharedLin Jen-Shin
2019-03-15Merge branch 'sh-handle-null-bytes-in-merge-request-diffs' into 'master'Nick Thomas
Fix error creating a merge request when diff includes a null byte Closes #57710 See merge request gitlab-org/gitlab-ce!26190
2019-03-15Merge branch 'improve-spec-requests-api-merge_requests_spec' into 'master'Robert Speicher
Reduce queries in spec/requests/api/merge_requests_spec.rb See merge request gitlab-org/gitlab-ce!26110
2019-03-14Fix error creating a merge request when diff includes a null byteStan Hu
If a diff happened to include a single null byte anywhere, insertion into the database would fail with an Error 500 since the column is text and not a byte array. To fix this, we mark the diff as binary if we detect a single null byte and Base64-encode it. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57710
2019-03-14Reduce diff with EE in spec/fixtures/api/schemasRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-13Reduce queries in spec/requests/api/merge_requests_spec.rbRémy Coutable
This reduces the queries from 97137 to 65136 and the query time from 02:04 to 01:27 in spec/requests/api/merge_requests.rb. Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-13Run rubocop -aNick Thomas
2019-03-12Revert "Merge branch 'check_pg_stat_activity' into 'master'"Thong Kuah
This reverts merge request !25723
2019-03-08Add support for ingress hostnameswalkafwalka
2019-03-07Reduce differences in spec/support/shared_contexts/services_shared_context.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-07Reduce differences in spec/support/webmock.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-07Reduce differences in spec/support/matchers/access_matchers.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-07Reduce differences in spec/support/helpers/kubernetes_helpers.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-07Reduce differences in spec/support/helpers/javascript_fixtures_helpers.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-07Reduce differences in spec/support/db_cleaner.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-07Reduce differences in spec/support/api/schema_matcher.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-06Merge branch 'add-rubocop-return-nil-style' into 'master'Rémy Coutable
Adds Rubocop ReturnNil cop Closes #57454 See merge request gitlab-org/gitlab-ce!25034
2019-03-06Adds the Rubocop ReturnNil copAndrew Newdigate
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
2019-03-06Adjust GraphQL helper to query empty fieldsBob Van Landuyt
These adjustments make sure our GraphQL helpers support rendering queries for empty fields like this: { echo(text: "Hello world") } Instead of like this: { echo(text: "Hello world") { } } The latter would be an invalid query, causing parsing errors.
2019-03-06Add array support for labelsAlexandru Croitor
* Support label parameter as comma separated and array of strings for merge requests and issues api endpoints
2019-03-06Merge branch 'fix/38010-sidebar-loads-and-collapses' into 'master'Fatih Acet
Updated ContextualSidebar to render collapsed on smaller screens Closes #38010 See merge request gitlab-org/gitlab-ce!24555
2019-03-05Merge branch 'check_pg_stat_activity' into 'master'Stan Hu
Show pg_stat_activity before each test run See merge request gitlab-org/gitlab-ce!25723
2019-03-05Add metadata about the GitLab server to GraphQLNick Thomas
2019-03-05Show pg_stat_activity before each test runThong Kuah
Maybe this will help us debug https://gitlab.com/gitlab-org/gitlab-ee/issues/10154
2019-03-04Merge dev master into GitLab.com masterYorick Peterse
2019-03-04Merge branch 'security-2773-milestones-fix' into 'master'Yorick Peterse
[master] Check issue milestone availability See merge request gitlab/gitlabhq!2788
2019-03-04Forbid creating discussions for users with restricted accessIgor Drozdov
2019-03-04Merge branch 'security-56348' into 'master'Yorick Peterse
Check snippet attached file to be moved is within designated directory Closes #2806 See merge request gitlab/gitlabhq!2903
2019-03-04Merge branch 'ce-security-jej/group-saml-link-origin-verification' into 'master'Yorick Peterse
Ensure request to link GroupSAML acount was GitLab initiated See merge request gitlab/gitlabhq!2976
2019-03-04Align nav-sidebar with design.gitlab.com docsEzekiel Kigbo
Updated nav-sidebar to reflect the documented behaviour from the design.gitlab.com docs: https://design.gitlab.com/regions/navigation#contextual-navigation Updated rspec tests to reflect the expected behaviour
2019-03-04Updated nav-sidebar to collapse on loadEzekiel Kigbo
Adds the collapsed mixin to the styling for .nav-sidebar ensuring the nav-sidebar is collapsed on load via media queries. Removes the need for an intermediate class to collapse the sidebar on mobile viewports Updated toggleCollapsedSidebar to check for desktop breakpoint
2019-03-04Add tests for nav sidebar collapsed on renderLuke Bennett
Adds rspec view tests that expect the nav sidebar to have a class that will cause the nav sidebar to be rendered collapsed with or without js. Tests the nav sidebar on the admin, group, instance statistics, user profile and project sidebars.
2019-02-27Show header and footer system messages in emailAlexandru Croitor
* Add email_header_and_footer_enabled flag to appearances table * Set email_header_and_footer_enabled default value to false * Add checkbox to appearance to toggle show header and footer in emails * Add email_header_and_footer_enabled to allowed params in controller * Add header and footer messages to the html and text email layouts * Remove the color styling for emails header and footer * Add empty_mailer layout for emails without layout, to have the header and footer applied
2019-02-27Revert "Merge branch 'revert-8baf9e5f' into 'master'"Matija Čupić
This reverts commit f5201a816f2eff9393e16f362403451e5d86ee6c, reversing changes made to 48e6db0dad6f256e8423e0bd6c9b254803f50ccf.
2019-02-27Prepare test suite for switch to Gitaly-embedded Git hooksJacob Vosmaer
2019-02-26Revert "Merge branch '13784-simple-masking-of-protected-variables-in-logs' ↵Kamil Trzciński
into 'master'" This reverts merge request !25293