Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch ↵ | Robert Speicher | 2017-05-03 | 1 | -25/+180 |
|\ | | | | | | | | | | | | | | | | | '28408-feature-proposal-include-search-options-to-pipelines-api' into 'master' Resolve "Feature Proposal: Include search options to pipelines API" Closes #28408 See merge request !9367 | ||||
| * | Improve pipelines_finder.rb | Shinya Maeda | 2017-05-03 | 1 | -4/+4 |
| | | |||||
| * | Avoid using sample | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | | |||||
| * | Use HasStatus::AVAILABLE_STATUSES instead of hard coding | Shinya Maeda | 2017-05-03 | 1 | -2/+2 |
| | | |||||
| * | Improve api/pipelines_spec.rb | Shinya Maeda | 2017-05-03 | 1 | -3/+7 |
| | | |||||
| * | Add another pipeline for spec status | Shinya Maeda | 2017-05-03 | 1 | -0/+5 |
| | | |||||
| * | Add space before bracket | Shinya Maeda | 2017-05-03 | 1 | -6/+6 |
| | | |||||
| * | Improve pipelines_finder_spec.rb | Shinya Maeda | 2017-05-03 | 1 | -113/+70 |
| | | |||||
| * | Ci::Pipeline to project.pipelines | Shinya Maeda | 2017-05-03 | 1 | -23/+23 |
| | | |||||
| * | Fix improper method name and spec description | Shinya Maeda | 2017-05-03 | 1 | -3/+3 |
| | | |||||
| * | Fix created_at to user_id in spec | Shinya Maeda | 2017-05-03 | 1 | -6/+6 |
| | | |||||
| * | Change sort spec description | Shinya Maeda | 2017-05-03 | 1 | -2/+2 |
| | | |||||
| * | Allow only indexed columns in #order_and_sort. Remove present (Because ↵ | Shinya Maeda | 2017-05-03 | 1 | -1/+9 |
| | | | | | | | | unnecessary) from condition. Added spec just in case. | ||||
| * | Normalize wording | Shinya Maeda | 2017-05-03 | 1 | -47/+39 |
| | | |||||
| * | Finish pipelines_spec | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | | |||||
| * | Use eq instead of match_array for comparison of array | Shinya Maeda | 2017-05-03 | 1 | -5/+5 |
| | | |||||
| * | No need 'a' | Shinya Maeda | 2017-05-03 | 1 | -13/+13 |
| | | |||||
| * | Add name(User) | Shinya Maeda | 2017-05-03 | 1 | -6/+24 |
| | | |||||
| * | Change name to username | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | | |||||
| * | Use ActiveRecord for comparison | Shinya Maeda | 2017-05-03 | 1 | -50/+36 |
| | | |||||
| * | Add tag true | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | | |||||
| * | Check if any master exists | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | | |||||
| * | include to all(eq()). Test status, not scope. | Shinya Maeda | 2017-05-03 | 1 | -16/+16 |
| | | |||||
| * | %[] to %w[] | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | | |||||
| * | %w() to %[] | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | | |||||
| * | Improved CI. Fix yaml_errors boolean evaluation. | Shinya Maeda | 2017-05-03 | 1 | -56/+39 |
| | | |||||
| * | Fixed the following. | Shinya Maeda | 2017-05-03 | 1 | -20/+39 |
| | | | | | | | | | | | | - Fix inappropriate evaluation(casecmp) to regex - Fix missed boolean conversion - Improve spec | ||||
| * | Fix created_at test case because of sorting failure | Shinya Maeda | 2017-05-03 | 1 | -8/+8 |
| | | |||||
| * | Fix rubocop offences and rspec failures | Shinya Maeda | 2017-05-03 | 1 | -23/+22 |
| | | |||||
| * | Add specs. Plus, minor fixes. | Shinya Maeda | 2017-05-03 | 1 | -17/+201 |
| | | |||||
* | | Merge branch 'rs-described_class-cop-2' into 'master' | Douwe Maan | 2017-05-02 | 3 | -24/+24 |
|\ \ | |/ |/| | | | | | Enable `RSpec/DescribedClass` cop and correct violations See merge request !10930 | ||||
| * | Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2 | Robert Speicher | 2017-05-01 | 3 | -24/+24 |
| | | |||||
* | | Display comments for personal snippets12910-personal-snippets-notes-show | Jarka Kadlecova | 2017-05-02 | 1 | -0/+9 |
|/ | |||||
* | Use rspec-set to speed up examples | Zeger-Jan van de Weg | 2017-04-26 | 1 | -12/+12 |
| | |||||
* | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussion | Luke "Jared" Bennett | 2017-04-06 | 2 | -38/+160 |
|\ | |||||
| * | ProjectsFinder should handle more options | Jacopo | 2017-04-06 | 2 | -38/+160 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extended ProjectFinder in order to handle the following options: - current_user - which user use - project_ids_relation: int[] - project ids to use - params: - trending: boolean - non_public: boolean - starred: boolean - sort: string - visibility_level: int - tags: string[] - personal: boolean - search: string - non_archived: boolean GroupProjectsFinder now inherits from ProjectsFinder. Changed the code in order to use the new available options. | ||||
* | | Add specs | Douwe Maan | 2017-04-05 | 1 | -1/+38 |
| | | |||||
* | | Add option to start a new discussion on an MR | Douwe Maan | 2017-04-05 | 1 | -0/+4 |
|/ | |||||
* | Fix a transient failure caused by FFaker30211-fix-transient-failure | Rémy Coutable | 2017-04-03 | 1 | -1/+1 |
| | | | | | | | The error occurs when the Ffaker-generate title or description of issue3 contains git, e.g. fugit in this case. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Allow filtering by all started milestonesbetter-priority-sorting | Sean McGivern | 2017-03-15 | 1 | -0/+35 |
| | |||||
* | Show members of parent groups on project members pagedz-nested-groups-members | Dmitriy Zaporozhets | 2017-03-09 | 1 | -0/+22 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_token | Tiago Botelho | 2017-03-06 | 1 | -38/+42 |
| | |||||
* | refactors finder and correlated code | Tiago Botelho | 2017-03-01 | 1 | -0/+192 |
| | |||||
* | Revert "Enable Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -22/+22 |
| | | | | | | | | | | | | | | | This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb | ||||
* | Revert "Prefer leading style for Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -22/+22 |
| | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b. | ||||
* | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -22/+22 |
| | |||||
* | Enable Performance/RedundantMerge | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Enable Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -22/+22 |
| | |||||
* | Merge branch 'master' into 26900-pipelines-tabs26900-pipelines-tabs | Filipa Lacerda | 2017-02-23 | 2 | -3/+11 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (361 commits) Code style improvements remove require.context from network_bundle remove require.context from graphs_bundle remove require.context from filtered_search_bundle Ignore two Rails CVEs in bundler:audit job Remove Pages readme Change Pages redirect Add missing index.md to Pages docs Added double newline after file upload markdown insert Reorder main index items in Pages overview remove html comments remove <> wrapping text - part 3 wrapping text - part 2 [ci skip] fix link wrap text - part 1 - [ci skip] typo fix spelling, add intermediate cert link Improve `Gitlab::EeCompatCheck` by using the `git apply --3way` flag remove link to unfinished video ... | ||||
| * | add a :iids param to IssuableFinder | mhasbini | 2017-02-17 | 2 | -3/+11 |
| | |