summaryrefslogtreecommitdiff
path: root/spec/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Support multiple Redis instances based on queue typePaul Charlton2017-07-1116-6/+141
|
* Native group milestonesFelipe Artur2017-07-074-4/+8
|
* Encode certificate-authority-data in base64Lin Jen-Shin2017-07-061-1/+1
|
* Merge remote-tracking branch 'upstream/master' into 33360-generate-kubeconfigLin Jen-Shin2017-07-063-11/+95
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (888 commits) Fix Rubocop offense Use a previous approach for cycle analytics dummy pipeline Allow admin to disable all restricted visibility levels Removes file_name_regex from Gitlab::Regex Remove IIFEs around several javascript classes Update CHANGELOG.md for 9.3.5 Add ProjectPathHelper cop Create and use project path helpers that only need a project, no namespace Handles realtime with 2 states for environments table Revert "Merge branch '18000-remember-me-for-oauth-login' into 'master'" Allow creation of files and directories with spaces in web UI Disable Flipper memoizer in tests to avoid transient failures Introduce cache policies for CI jobs fix sidebar padding for full-width items (Time Tracking help) Replace 'snippets/snippets.feature' spinach with rspec Rename ci_config_file to ci_config_path Add back Pipeline#ci_yaml_file_path due to all the troubles Revert change to design. Go back to scrollable page Fix cycle analytics tests by making pipeline valid Fixes the column widths for the new navigation options in settings ...
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-11/+11
| |
| * Merge remote-tracking branch 'upstream/master' into ↵28717-additional-metrics-review-branchPawel Chojnacki2017-06-221-0/+26
| |\ | | | | | | | | | 28717-additional-metrics-review-branch
| | * add a spec for no-href link parsinghttp://jneen.net/2017-06-191-0/+26
| | |
| * | Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki2017-06-161-1/+1
| |\ \ | | |/ | | | | | | 28717-additional-metrics-review-branch
| * | Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki2017-06-072-0/+45
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 28717-additional-metrics-review-branch # Conflicts: # app/models/project_services/prometheus_service.rb # app/views/projects/services/_form.html.haml
| * | | Add schema matcher for non response objects + use schema to test additional ↵Pawel Chojnacki2017-06-061-0/+58
| | | | | | | | | | | | | | | | metrics compliance
* | | | Generate KUBECONFIG in KubernetesService#predefined_variablesLin Jen-Shin2017-06-162-0/+37
| |_|/ |/| |
* | | Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master'Douwe Maan2017-06-071-1/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Expand/collapse close & backlog lists in issue boards Closes #23917 See merge request !11820
| * | spec updatesPhil Hughes2017-05-311-1/+1
| |/
* | Remove deleted_at from Entity. Use find_by. Remove returns.Shinya Maeda2017-05-301-2/+1
| |
* | Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic ↵Shinya Maeda2017-05-301-23/+1
| | | | | | | | for small payload.
* | Add API support for pipeline scheduleShinya Maeda2017-05-302-0/+68
|/
* Expose remove_source_branch boolean/nullOswaldo Ferreira2017-05-241-1/+2
|
* Stop loading MergeRequestEntity data on sidebar requestOswaldo Ferreira2017-05-182-2/+2
|
* Add new_blob_path to MR json schemaOswaldo Ferreira2017-05-161-0/+1
|
* Merge request widget redesignFatih Acet2017-05-092-0/+112
|
* Real time pipeline show actionZeger-Jan van de Weg2017-05-061-0/+354
|
* [Multiple issue assignee]: reslving some conflictsValery Sizov2017-05-041-3/+1
|
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-042-1/+36
|
* Merge branch '2247-emails-forwarded-to-service-desk-email-don-t-come' into ↵Sean McGivern2017-05-041-0/+25
|\ | | | | | | | | | | | | | | 'master' Handle incoming emails from aliases correctly See merge request !11079
| * Handle incoming emails from aliases correctly2247-emails-forwarded-to-service-desk-email-don-t-comeSean McGivern2017-05-031-0/+25
| | | | | | | | | | These set the 'actual' destination email in one of the Delivered-To lines, so check those too.
* | Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-042-0/+24
|/
* Merge branch 'metrics-deployment-history' into 'master' Douwe Maan2017-05-021-0/+58
|\ | | | | | | | | | | | | Metrics deployment history Closes #26914 See merge request !10649
| * Cleanup deploymentsd controller spec and use schema validation to test the ↵Pawel Chojnacki2017-04-241-0/+58
| | | | | | | | output
* | Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser'Sean McGivern2017-04-271-1/+1
|\ \
| * | Fix rendering emoji inside a stringblackst0ne2017-04-251-1/+1
| | |
* | | Don't display the `is_admin?` flag for user API responses.Timothy Andrew2017-04-251-2/+0
| |/ |/| | | | | | | | | | | | | | | | | | | - To prevent an attacker from enumerating the `/users` API to get a list of all the admins. - Display the `is_admin?` flag wherever we display the `private_token` - at the moment, there are two instances: - When an admin uses `sudo` to view the `/user` endpoint - When logging in using the `/session` endpoint
* | After Trace#limit, we seek to the next line in caseLin Jen-Shin2017-04-131-0/+5
|/ | | | of breaking ANSI sequence or Unicode
* Added mock deployment and monitoring service with environments fixturesKamil Trzciński2017-04-051-0/+1
|
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-1/+1
|
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-071-0/+5
|\
| * SanitizationFilter allows html5 details and summary (Issue #21605)James2017-03-061-0/+5
| | | | | | | | Also adds details/summary tags to Copy-as-GFM
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-066-0/+330
|\ \ | |/
| * Remove "subscribed" field from API responses returning list of issues or ↵api-drop-subscribedAdam Niedzielski2017-03-064-0/+330
| | | | | | | | merge requests
| * Move schema definitions for our public API to a separate directoryAdam Niedzielski2017-03-062-0/+0
| |
* | [Issue board sorting] SpecsValery Sizov2017-02-281-0/+1
|/
* Use newer mail_room to get `require_relative` supportGabriel Mazetto2017-02-202-0/+0
|
* Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-152-10/+7
|
* Merge branch 'fix-references-header-parsing' into 'master' Sean McGivern2017-02-061-0/+42
|\ | | | | | | | | | | | | Fix References header parser for Microsoft Exchange Closes #26567 See merge request !8620
| * Fix References header parser for Microsoft ExchangeLin Jen-Shin2017-01-201-0/+42
| | | | | | | | | | | | | | | | Microsoft Exchange would append a comma and another message id into the References header, therefore we'll need to fallback and parse the header by ourselves. Closes #26567
* | Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-062-1/+2
|\ \ | | | | | | | | | # Conflicts: # db/schema.rb
| * | Add optional id property to the issue schemaDouglas Barbosa Alexandre2017-02-031-0/+1
| | |
| * | Fix spec for Projects::Boards::ListsControllerDouglas Barbosa Alexandre2017-02-031-1/+1
| |/
* | Added support for zip archives in pagesKamil Trzcinski2017-01-314-0/+0
| | | | | | | | The ZIP archive size is calculated from artifacts metadata that should get uploaded for new artifacts
* | Add GitLab PagesKamil Trzcinski2017-01-312-0/+0
|/ | | | | | | | | | | | | | | | - The pages are created when build artifacts for `pages` job are uploaded - Pages serve the content under: http://group.pages.domain.com/project - Pages can be used to serve the group page, special project named as host: group.pages.domain.com - User can provide own 403 and 404 error pages by creating 403.html and 404.html in group page project - Pages can be explicitly removed from the project by clicking Remove Pages in Project Settings - The size of pages is limited by Application Setting: max pages size, which limits the maximum size of unpacked archive (default: 100MB) - The public/ is extracted from artifacts and content is served as static pages - Pages asynchronous worker use `dd` to limit the unpacked tar size - Pages needs to be explicitly enabled and domain needs to be specified in gitlab.yml - Pages are part of backups - Pages notify the deployment status using Commit Status API - Pages use a new sidekiq queue: pages - Pages use a separate nginx config which needs to be explicitly added
* Allow to use ENV variables in redis configSemyon Pupkov2017-01-131-0/+2
|