Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add real-time note edits :chipmunk: | Eric Eastwood | 2017-05-03 | 3 | -57/+159 |
| | |||||
* | Fix project tree saver and fork spec failures | James Lopez | 2017-05-03 | 1 | -2/+2 |
| | |||||
* | Merge branch ↵ | Robert Speicher | 2017-05-03 | 2 | -25/+419 |
|\ | | | | | | | | | | | | | | | | | '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 |
| | | |||||
| * | Correct typo in pipelines_spec.rb | Shinya Maeda | 2017-05-03 | 1 | -5/+5 |
| | | |||||
| * | Avoid using sample | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | | |||||
| * | Use HasStatus::AVAILABLE_STATUSES instead of hard coding | Shinya Maeda | 2017-05-03 | 2 | -4/+4 |
| | | |||||
| * | Improve api/pipelines_spec.rb | Shinya Maeda | 2017-05-03 | 2 | -95/+112 |
| | | |||||
| * | 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 |
| | | |||||
| * | Remove unnecessary hash | Shinya Maeda | 2017-05-03 | 1 | -19/+19 |
| | | |||||
| * | Improve pipelines_finder_spec.rb | Shinya Maeda | 2017-05-03 | 1 | -113/+70 |
| | | |||||
| * | Separate parameters from literal url string | Shinya Maeda | 2017-05-03 | 1 | -19/+19 |
| | | |||||
| * | Use order instead of reorder. Improve tests. | Shinya Maeda | 2017-05-03 | 1 | -2/+5 |
| | | |||||
| * | Ci::Pipeline to project.pipelines | Shinya Maeda | 2017-05-03 | 2 | -32/+32 |
| | | |||||
| * | 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. | ||||
| * | 'to be > 0' to 'not_to be_empty'. 'to eq(0)' to 'to be_empty' | Shinya Maeda | 2017-05-03 | 1 | -9/+9 |
| | | |||||
| * | Normalize wording | Shinya Maeda | 2017-05-03 | 1 | -47/+39 |
| | | |||||
| * | Finish pipelines_spec | Shinya Maeda | 2017-05-03 | 2 | -46/+105 |
| | | |||||
| * | Unveil iteration | Shinya Maeda | 2017-05-03 | 1 | -10/+29 |
| | | |||||
| * | Use eq instead of match_array for comparison of array | Shinya Maeda | 2017-05-03 | 1 | -5/+5 |
| | | |||||
| * | Add spec for Pipeline API (Halfway) | Shinya Maeda | 2017-05-03 | 1 | -0/+145 |
| | | |||||
| * | 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 'fix-issue_sidebar_spec-failure-and-remove-sleep' into 'master' | Sean McGivern | 2017-05-03 | 1 | -4/+2 |
|\ \ | | | | | | | | | | | | | Fixed issue_sidebar_spec.rb click as true click cannot hit the right element and removed sleep See merge request !11064 | ||||
| * | | Revert to real click seeing as that was a bug with only the original branchfix-issue_sidebar_spec-failure-and-remove-sleep | Luke "Jared" Bennett | 2017-05-03 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed issue_sidebar_spec.rb click as true click cannot hit the right element ↵ | Luke "Jared" Bennett | 2017-05-03 | 1 | -4/+2 |
| | | | | | | | | | | | | and removed sleep | ||||
* | | | Fix lazy error handling of cron parser | Dosuken shinya | 2017-05-03 | 3 | -9/+129 |
| | | | |||||
* | | | Merge branch '30667-creating-new-label-on-new-issue-causing-bug' into 'master' | Rémy Coutable | 2017-05-03 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix label creation from issuable for subgroup projects Closes #30667 See merge request !11011 | ||||
| * | | | Fix label creation from issuable for subgroup projects | Mark Fletcher | 2017-05-03 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge branch 'async-milestone-tabs' into 'master' | Jacob Schatz | 2017-05-03 | 4 | -0/+86 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Load milestone tabs asynchronously See merge request !10919 | ||||
| * | | | | Moved sort endpoints into data attributesasync-milestone-tabs | Phil Hughes | 2017-04-28 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Fixed failing specs | Phil Hughes | 2017-04-26 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Added controller specs | Phil Hughes | 2017-04-26 | 3 | -0/+84 |
| | | | | | |||||
| * | | | | Fixed feature spec not waiting for ajax request to finish | Phil Hughes | 2017-04-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Fixed 404 in project milestones when not logged in |