summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Further optimise queriesKamil Trzcinski2017-04-061-1/+1
|
* Update tests and associationsKamil Trzcinski2017-04-061-0/+7
|
* Optimise includesKamil Trzcinski2017-04-061-1/+2
|
* Introduce endpoint optimisationsKamil Trzcinski2017-04-061-1/+1
|
* Define baseline for test for pipelines serializerKamil Trzcinski2017-04-063-4/+41
|
* Refactor test_utils bundleMike Greiling2017-04-042-2/+8
|
* Merge branch 'bug/api_milestone_merge_requests_scope' into 'master' Rémy Coutable2017-04-041-0/+2
|\ | | | | | | | | Fixes milestone/merge_request API endpoint to really scope the results See merge request !10369
| * Fixes milestone/merge_request API endpoint to really scope the resultsJoren De Groof2017-04-031-0/+2
| | | | | | | | | | The MergeRequestsFinder uses the milestone_title instead of the milestone_id
* | Fix issues importing forked projectsJames Lopez2017-04-047-1/+119
| |
* | Merge branch '30400-fix-blob-highlighting-in-search' into 'master' Sean McGivern2017-04-042-3/+9
|\ \ | | | | | | | | | | | | | | | | | | Fix blob highlighting in search Closes #30400 See merge request !10420
| * | Fix blob highlighting in searchNick Thomas2017-04-032-3/+9
| | |
* | | Merge branch 'workhorse-gitaly-address' into 'master' Sean McGivern2017-04-041-1/+3
|\ \ \ | | | | | | | | | | | | | | | | Pass GitalyAddress to workhorse See merge request !10447
| * | | Pass GitalyAddress to workhorseJacob Vosmaer2017-04-041-1/+3
| | | |
* | | | Merge branch 'environment-performance-improvements' into 'master' Filipa Lacerda2017-04-042-4/+47
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved Environments Metrics UX Closes #29227 See merge request !9946
| * | | | Removed formatRelevantDigits from text_utils.js and added it to a new file ↵environment-performance-improvementsJose Ivan Vargas2017-04-032-26/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | number_utils.js Also improved code formatting
| * | | | Added a formatRelevantDigits text utilityJose Ivan Vargas2017-04-031-0/+26
| | | | |
| * | | | Fixed prometheus_graph_spec.js and scss-lintersJose Ivan Vargas2017-04-031-4/+6
| | |/ / | |/| |
* | | | Merge branch 'fix/disable-gitaly-post-receive-pack' into 'master' Robert Speicher2017-04-041-18/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Disable support for Gitaly PostReceivePack See merge request !10444
| * | | | Disable support for Gitaly PostReceivePackfix/disable-gitaly-post-receive-packAhmad Sherif2017-04-041-18/+20
| | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitaly/issues/172
* | | | | Merge branch '29492-useless-queries' into 'master'Sean McGivern2017-04-043-0/+55
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove useless queries with false conditions (e.g 1=0) Closes #29492 See merge request !10141
| * | | | | Remove useless queries with false conditions (e.g 1=0)mhasbini2017-04-043-0/+55
| | | | | |
* | | | | | Merge branch 'zj-kube-service-auto-fill' into 'master' Kamil Trzciński2017-04-041-35/+54
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Don't autofill kubernetes namespace See merge request !10438
| * | | | | Don't autofill kubernetes namespaceZ.J. van de Weg2017-04-041-35/+54
| | | | | |
* | | | | | Merge branch '24784-system-notes-icons' into 'master' Sean McGivern2017-04-041-12/+23
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | Split status and confidentiality action See merge request !10443
| * | | | | Split status and confidentiality actionJarka Kadlecova2017-04-041-12/+23
| |/ / / /
* | | | | Ensure we generate unique usernames otherwise validations failrc/fix-transient-failures-following-no-ffakerRémy Coutable2017-04-041-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch '29643-stop-using-ffaker-in-factories' into 'master' Robert Speicher2017-04-0442-158/+92
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't use FFaker in factories, use sequences instead Closes #29643 See merge request !10184
| * | | | Ensure user has a unique username otherwise `user10` would match `user1`29643-stop-using-ffaker-in-factoriesRémy Coutable2017-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-034-13/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Fix brittle specsRémy Coutable2017-04-038-15/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-0336-140/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch '29241-fix-transient-failure' into 'master' Robert Speicher2017-04-041-11/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure users have a short username otherwise a click event is triggered outside the search field Closes #29241 See merge request !10411
| * | | | | Ensure users have a short username otherwise a click event is triggered ↵29241-fix-transient-failureRémy Coutable2017-04-041-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | outside the search field Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch 'quiet-pipelines' into 'master' Rémy Coutable2017-04-044-150/+177
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quiet pipeline emails Closes #24845 See merge request !10333
| * | | | | Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-034-150/+177
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Never send a pipeline email to anyone other than the user who created the pipeline. 2. Only send pipeline success emails to people with the custom notification setting for enabled. Watchers and participants will never receive this. 3. When custom settings are unset (for new settings and legacy ones), act as if failed_pipeline is set.
* | | | | Merge branch 'fix-github-importer-slowness' into 'master' Robert Speicher2017-04-033-41/+59
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve performance of GitHub importer Closes #28183 See merge request !10273
| * | | | | Refactoring Projects::ImportServiceDouglas Barbosa Alexandre2017-04-032-38/+53
| | | | | |
| * | | | | Fix GitHub pull request formatter specDouglas Barbosa Alexandre2017-04-031-3/+6
| | | | | |
* | | | | | Merge branch 'fix/gb/remove-deprecated-pipeline-processing-code' into 'master' Kamil Trzciński2017-04-031-59/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated code from pipeline processing service Closes #30052 See merge request !10266
| * | | | | | Remove code deprecated in pipeline process serviceGrzegorz Bizon2017-04-021-59/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'feature/support-grpc-calls-over-tcp-conn' into 'master' Robert Speicher2017-04-031-0/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for Gitaly calls over TCP connection Closes gitaly#166 See merge request !10410
| * | | | | | Add support for Gitaly calls over TCP connectionfeature/support-grpc-calls-over-tcp-connAhmad Sherif2017-04-031-0/+26
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Closes gitaly#166
* | | | | | Merge branch 'feature/add-feature-flags-for-upload-receive-pack' into 'master' Robert Speicher2017-04-031-7/+51
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add feature flags for enabling (Upload|Receive)Pack Closes gitaly#168 See merge request !10341
| * | | | | Add feature flags for enabling (Upload|Receive)Pack for Gitalyfeature/add-feature-flags-for-upload-receive-packAhmad Sherif2017-04-031-7/+51
| |/ / / / | | | | | | | | | | | | | | | Closes gitaly#168
* | | | | Make file templates easy to use and discoverBryce Johnson2017-04-036-7/+209
| |_|_|/ |/| | |
* | | | Merge branch 'style-proc-cop' into 'master' Rémy Coutable2017-04-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Enable Style/Proc cop for rubocop See merge request !10382
| * | | | Enable Style/Proc cop for rubocopmhasbini2017-04-021-1/+1
| | |/ / | |/| |
* | | | Merge branch '22303-symbolic-in-tree' into 'master' Douwe Maan2017-04-031-0/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | #22303 fix mode representation git::tree ( in base 8 ) Closes #22303 See merge request !9780
| * | | Fix symlink icon in project treemhasbini2017-04-021-0/+1
| |/ /
* | | Merge branch 'introduce-base-polling-interval' into 'master' Sean McGivern2017-04-032-0/+47
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Introduce "polling_interval_multiplier" as application setting Closes #29759 See merge request !10280