summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Send Gitaly Repository with /api/internal/allowedgitaly-internal-allowed-send-repoKim "BKC" Carlbäcker2017-07-071-14/+60
| | | | | - Make single gitaly payload - Add feature-flag specs to verify payload
* Resolve "Issue Board -> "Remove from board" button when viewing an issue ↵Luke "Jared" Bennett2017-07-031-0/+16
| | | | gives js error and fails"
* Merge branch 'change-extended-docker-configuration-syntax' into 'master'Grzegorz Bizon2017-07-023-13/+22
|\ | | | | | | | | Make entrypoint and command keys to be array of strings See merge request !12536
| * Fix rubocop offenseschange-extended-docker-configuration-syntaxTomasz Maczukin2017-07-023-6/+6
| |
| * Make entrypoint and command keys to be array of stringsTomasz Maczukin2017-07-023-13/+22
| |
* | Merge branch 'enable-webpack-code-splitting' into 'master'Jacob Schatz2017-06-301-8/+7
|\ \ | |/ |/| | | | | | | | | Enable webpack code splitting Closes #32989 See merge request !12032
| * dynamically import emoji helpers for AwardsHandler classMike Greiling2017-06-281-8/+7
| |
* | Merge branch 'winh-issue-show-aftereach' into 'master'Clement Ho2017-06-301-3/+0
|\ \ | | | | | | | | | | | | Remove empty afterEach() from issue_show app_spec.js See merge request !12577
| * | Remove empty afterEach() from issue_show app_spec.jswinh-issue-show-aftereachWinnie Hellmann2017-06-291-3/+0
| | |
* | | New navigation breadcrumbsPhil Hughes2017-06-301-1/+1
| | |
* | | Merge branch 'speed-up-issue-counting-for-a-project' into 'master'Rémy Coutable2017-06-302-24/+158
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Speed up issue counting for a project Closes #33913 See merge request !12457
| * | | Make finders responsible for counter cache keysSean McGivern2017-06-302-33/+31
| | | |
| * | | Cache total issue / MR counts for project by user typeSean McGivern2017-06-301-6/+43
| | | | | | | | | | | | | | | | | | | | | | | | This runs a slightly slower query to get the issue and MR counts in the navigation, but caches by user type (can see all / none confidential issues) for two minutes.
| * | | Only do complicated confidentiality checks when necessarySean McGivern2017-06-301-13/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we are filtering by a single project, and the current user has access to see confidential issues on that project, we don't need to filter by confidentiality at all - just as if the user were an admin. The filter by confidentiality often picks a non-optimal query plan: for instance, AND-ing the results of all issues in the project (a relatively small set), and all issues in the states requested (a huge set), rather than just starting small and winnowing further.
* | | | Merge branch 'adam-external-issue-references-spike' into 'master'Sean McGivern2017-06-309-59/+45
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve support for external issue references Closes #33679, #34076, and #34082 See merge request !12485
| * | | | Improve support for external issue referencesadam-external-issue-references-spikeAdam Niedzielski2017-06-309-59/+45
| |/ / /
* | | | Remove placeholder note when award emoji slash command is appliedKushal Pandya2017-06-301-0/+45
|/ / /
* | | Merge branch ↵Dmitriy Zaporozhets2017-06-305-26/+38
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '34502-gitlab-git-hook-should-set-the-gl_repository-environment-variable' into 'master' Set the GL_REPOSITORY env variable on Gitlab::Git::Hook Closes #34502 See merge request !12572
| * | | Set the GL_REPOSITORY env variable on Gitlab::Git::Hook34502-gitlab-git-hook-should-set-the-gl_repository-environment-variableAlejandro Rodríguez2017-06-295-26/+38
| |/ /
* | | Merge branch 'inject-add-diff-note' into 'master'Phil Hughes2017-06-301-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Render add-diff-note with server and optimize styles See merge request !12103
| * | | Render add-diff-note button with server.Bryce Johnson2017-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103
* | | | Merge branch 'fix-sidebar-showing-mobile-merge-requests' into 'master'Tim Zallmann2017-06-303-14/+39
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Fixed sidebar not collapsing on merge request in mobile screens Closes #32759 See merge request !12489
| * | | Refactored tests and added a breakpoint to the merge_request_tabsfix-sidebar-showing-mobile-merge-requestsJose Ivan Vargas2017-06-293-17/+39
| | | |
| * | | Fixed sidebar not collapsing on merge request in mobile screensJose Ivan Vargas2017-06-271-2/+5
| | | |
* | | | Merge branch 'sh-fix-project-destroy-in-namespace' into 'master'Robert Speicher2017-06-292-20/+43
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Defer project destroys within a namespace in Groups::DestroyService#async_execute See merge request !12435
| * | | | Defer project destroys within a namespace in ↵Stan Hu2017-06-292-20/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Groups::DestroyService#async_execute Group#destroy would actually hard-delete all associated projects even though the acts_as_paranoia gem is used, preventing Projects::DestroyService from doing any work. We first noticed this while trying to log all projects deletion to the Geo log.
* | | | | Clean up issuable listsTaurie Davis2017-06-291-1/+1
| |_|/ / |/| | |
* | | | Merge branch '34078-allow-to-enable-feature-flags-with-more-granularity' ↵Robert Speicher2017-06-292-22/+175
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Allow the feature flags to be enabled/disabled with more granularity Closes #34078 See merge request !12357
| * | | Rename flipper_group to feature_group34078-allow-to-enable-feature-flags-with-more-granularityRémy Coutable2017-06-281-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Rename FLippable to FeatureGate and make `flipper_group` and `user` mutually ↵Rémy Coutable2017-06-272-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | exclusive Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Allow the feature flags to be enabled/disabled with more granularityRémy Coutable2017-06-272-22/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to enable/disable a feature flag for a given user, or a given Flipper group (must be declared statically in the `flipper.rb` initializer beforehand). Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'sha-attributes-for-postgresql-and-mysql' into 'master'Sean McGivern2017-06-292-0/+60
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Added code for defining SHA attributes See merge request !12555
| * | | | Added code for defining SHA attributesYorick Peterse2017-06-292-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These attributes are stored in binary in the database, but exposed as strings. This allows one to query/create data using plain SHA1 hashes as Strings, while storing them more efficiently as binary.
* | | | | Merge branch 'refactor-namespace-default-scope-override' into 'master'Douwe Maan2017-06-291-0/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove Namespace model default scope override and write additional test to Project search See merge request !12546
| * | | | | Remove Namespace model default scope override and write additional test to ↵refactor-namespace-default-scope-overrideTiago Botelho2017-06-291-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Project search
* | | | | | Merge branch 'revert-12499' into 'master'Douwe Maan2017-06-291-21/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'" Closes #34511 See merge request !12557
| * | | | | | Revert "Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'"Adam Niedzielski2017-06-291-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b07c00032b038f40796a28e34b6dd4c622bad012, reversing changes made to 2b97d76d0b08a778710410df910a7601f6b8e9e7.
* | | | | | | Merge branch 'zj-usage-ping-only-gl-pipelines' into 'master'Kamil Trzciński2017-06-292-1/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only count GL pipelines in usage data ping Closes #33172 See merge request !12277
| * | | | | | | Split pipelines by origin on usage datazj-usage-ping-only-gl-pipelinesZ.J. van de Weg2017-06-272-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When sending the usage data, it now includes all pipelines. This commit will split the pipelines in two; internal and external. This will lead to historical data being incorrectly marked this way. Fixes gitlab-org/gitlab-ce#33172
* | | | | | | | Merge branch '26125-match-username-on-search' into 'master'Douwe Maan2017-06-291-25/+32
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inserts exact matches of username and email to the top of the user search list Closes #26125 See merge request !12525
| * | | | | | | | Inserts exact matches of username, email and name to the top of the user ↵26125-match-username-on-searchTiago Botelho2017-06-291-25/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | search list
* | | | | | | | | Merge branch 'hb-fix-abuse-report-on-stale-user-profile' into 'master'Douwe Maan2017-06-292-1/+26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix errors caused by attempts to report already blocked or deleted users Closes #8928 See merge request !12502
| * | | | | | | | | Fix errors caused by attempts to report already blocked or deleted usersHoracio Bertorello2017-06-282-1/+26
| | | | | | | | | |
* | | | | | | | | | Merge branch 'refactor/declarative-policy' into 'master'Sean McGivern2017-06-2912-277/+305
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor/declarative policy See merge request !10515
| * | | | | | | | | | convert all the policies to DeclarativePolicyhttp://jneen.net/2017-06-272-3/+3
| | | | | | | | | | |
| * | | | | | | | | | update the specs to not require a set to be returnedhttp://jneen.net/2017-06-2712-275/+303
| | | | | | | | | | |
* | | | | | | | | | | Merge branch ↵Douwe Maan2017-06-292-0/+137
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '33082-use-update_pipeline_schedule-for-edit-and-take_ownership-in-pipelineschedulescontroller' into 'master' Use authorize_update_pipeline_schedule in PipelineSchedulesController Closes #33082 See merge request !11846
| * | | | | | | | | | | Make membership required for create_user_by_membershipShinya Maeda2017-06-281-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Fix saShinya Maeda2017-06-281-3/+1
| | | | | | | | | | | |
| * | | | | | | | | | | use go instead of let procShinya Maeda2017-06-282-49/+43
| | | | | | | | | | | |