summaryrefslogtreecommitdiff
path: root/spec/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'issue-discussions-refactor' into 'master'Jacob Schatz2017-09-021-0/+2
|\ | | | | | | | | Issue discussions Vue refactor See merge request !12069
| * Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-312-2/+14
| |\
| * \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-302-9/+9
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb
| * | | Fix merge request json schema (add labels, milestone)Jarka Kadlecova2017-08-111-0/+2
| | | |
* | | | Validate unescaped `%` chars in PO filesBob Van Landuyt2017-09-011-0/+21
| | | |
* | | | Take `nplurals` into account when validating translations.Bob Van Landuyt2017-08-311-0/+4
| | | |
* | | | Check for newlines in different methods on TranslationEntryBob Van Landuyt2017-08-311-0/+7
| | | |
* | | | Validate the number of plurals in an entryBob Van Landuyt2017-08-312-24/+22
| | | |
* | | | Check newlines in translationsBob Van Landuyt2017-08-311-0/+9
| | | |
* | | | Add spec for languages without pluralsBob Van Landuyt2017-08-312-0/+50
| | | |
* | | | Add a linter for PO filesBob Van Landuyt2017-08-314-0/+1220
| |_|/ |/| |
* | | Add time stats to API schema for issue and merge request end pointsTravis Miller2017-08-292-2/+14
| |/ |/|
* | Changed all font-weight values to 400 and 600Dimitrie Hoekstra2017-08-242-9/+9
|/
* Merge branch '35098-raise-encoding-confidence-threshold' into 'master'Sean McGivern2017-08-081-0/+42
|\ | | | | | | | | | | | | Raise encoding confidence threshold to 50 Closes #35098 See merge request !12990
| * Add a test to show that threshold 40 would corrupt35098-raise-encoding-confidence-thresholdLin Jen-Shin2017-08-081-0/+42
| | | | | | | | | | | | | | | | | | | | | | If we set `ENCODING_CONFIDENCE_THRESHOLD` to 40, this test case would not pass. If we raise to 50, this would pass. Note that if in the future rugged didn't return corrupt data, this would be less relevant. But still icu recommend the threshold to be 50, we should just stick with 50.
* | Merge branch 'rc/fix-commits-api' into 'master'Sean McGivern2017-08-087-0/+93
|\ \ | | | | | | | | | | | | | | | | | | Fix the /projects/:id/repository/commits endpoint to handle dots in the ref name… Closes #15651 See merge request !13370
| * | Fix the /projects/:id/repository/commits endpoint to handle dots in the ref ↵rc/fix-commits-apiRémy Coutable2017-08-087-0/+93
| |/ | | | | | | | | | | name when the project full path contains a `/` Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Fix the /projects/:id/repository/tags endpoint to handle dots in the tag ↵Rémy Coutable2017-08-083-0/+37
|/ | | | | | name when the project full path contains a `/` Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu2017-08-081-2/+2
|\ | | | | | | | | | | | | Resolve "Store MergeWorker JID on merge request, and clean up stuck merges" Closes #31207 See merge request !13207
| * Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-071-2/+2
| |
* | Support references to group milestonesSean McGivern2017-08-071-1/+4
|/ | | | | Group milestones can only be referred to by name, not IID. They also do not support cross-project references.
* Fix the /projects/:id/repository/branches endpoint to handle dots in the ↵Rémy Coutable2017-07-273-0/+61
| | | | | | branch name when the project full patch contains a `/` Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'mr-branch-link-use-tree' into 'master'Robert Speicher2017-07-121-0/+1
|\ | | | | | | | | | | | | MR branch link now links to tree instead of commits Closes #34243 See merge request !12763
| * Make commits behind text a link to the target branch commits pageClement Ho2017-07-111-0/+1
| |
| * Convert target branch link to use treeClement Ho2017-07-111-1/+1
| |
* | Return `is_admin` attribute in the GET /user endpoint for adminsRémy Coutable2017-07-121-0/+34
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | 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