summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix error in haml file31558-job-dropdownFilipa Lacerda2017-05-041-1/+1
|
* Changes after reviewFilipa Lacerda2017-05-042-2/+2
|
* Fix haml lint errorFilipa Lacerda2017-05-031-2/+2
|
* Merge branch 'master' into 31558-job-dropdownFilipa Lacerda2017-05-0330-84/+1057
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (71 commits) Move api lint out of static analysis job Fix project tree saver and fork spec failures Fix lazy error handling of cron parser Use gitlab-workhorse 2.0.0 Revert to real click seeing as that was a bug with only the original branch Fixed issue_sidebar_spec.rb click as true click cannot hit the right element and removed sleep Elaborate on the usage of Spring update article date link ldap-ee article from auth index add ldap article and changes from !10299 Improve pipelines_finder.rb Improve documentation Correct typo in pipelines_spec.rb Avoid using sample Revise documents Add constant as ALLOWED_INDEXED_COLUMNS Use HasStatus::AVAILABLE_STATUSES instead of hard coding Adopt awesome axil idea Improve api/pipelines_spec.rb Add another pipeline for spec status ...
| * Merge branch 'docs/move-api-lint-to-docs-link-job' into 'master' Rémy Coutable2017-05-032-2/+6
| |\ | | | | | | | | | | | | Move api lint out of static analysis job See merge request !11046
| | * Move api lint out of static analysis jobAchilleas Pipinellis2017-05-032-2/+6
| |/
| * Merge branch 'fix/project-tree-saver-spec' into 'master' Rémy Coutable2017-05-032-2/+3
| |\ | | | | | | | | | | | | | | | | | | Fix project tree saver and fork spec failures Closes #31746 See merge request !11076
| | * Fix project tree saver and fork spec failuresJames Lopez2017-05-032-2/+3
| |/
| * Merge branch '26883-members-page-layout-looks-broken' into 'master' Annabel Dunstone Gray2017-05-034-4/+68
| |\ | | | | | | | | | | | | | | | | | | Added UX improvements to the project members settings view Closes #26883 See merge request !8650
| | * Added flex wrapping26883-members-page-layout-looks-brokenJose Ivan Vargas2017-04-243-10/+55
| | |
| | * Added a media query when there's a more width available to show more of the ↵Jose Ivan Vargas2017-04-241-0/+3
| | | | | | | | | | | | title
| | * Changed the way to truncate the panel to title from ruby to a scss mixinJose Ivan Vargas2017-04-243-2/+12
| | |
| | * Added a description for non project masters or owners for the members ↵Jose Ivan Vargas2017-04-241-0/+6
| | | | | | | | | | | | | | | | | | settings page Truncated the project name if it exceeds 18 characters
| * | Merge branch 'docs/31692-elaborate-on-spring-instructions' into 'master' Achilleas Pipinellis2017-05-031-6/+16
| |\ \ | | | | | | | | | | | | | | | | Elaborate on the usage of Spring See merge request !11058
| | * | Elaborate on the usage of Springdocs/31692-elaborate-on-spring-instructionsRémy Coutable2017-05-031-6/+16
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Merge branch ↵Robert Speicher2017-05-038-54/+538
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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.rbShinya Maeda2017-05-031-4/+4
| | | | |
| | * | | Improve documentationShinya Maeda2017-05-032-8/+8
| | | | |
| | * | | Correct typo in pipelines_spec.rbShinya Maeda2017-05-031-5/+5
| | | | |
| | * | | Avoid using sampleShinya Maeda2017-05-031-1/+1
| | | | |
| | * | | Revise documentsShinya Maeda2017-05-032-5/+5
| | | | |
| | * | | Add constant as ALLOWED_INDEXED_COLUMNSShinya Maeda2017-05-032-2/+4
| | | | |
| | * | | Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda2017-05-034-21/+8
| | | | |
| | * | | Adopt awesome axil ideaShinya Maeda2017-05-031-2/+2
| | | | |
| | * | | Improve api/pipelines_spec.rbShinya Maeda2017-05-032-95/+112
| | | | |
| | * | | Add another pipeline for spec statusShinya Maeda2017-05-031-0/+5
| | | | |
| | * | | Add space before bracketShinya Maeda2017-05-031-6/+6
| | | | |
| | * | | Remove unnecessary hashShinya Maeda2017-05-031-19/+19
| | | | |
| | * | | Improve pipelines_finder_spec.rbShinya Maeda2017-05-031-113/+70
| | | | |
| | * | | Separate parameters from literal url stringShinya Maeda2017-05-031-19/+19
| | | | |
| | * | | Add a blank line between blocksShinya Maeda2017-05-031-0/+2
| | | | |
| | * | | Revise document. string to boolean.Shinya Maeda2017-05-031-1/+1
| | | | |
| | * | | Revert "Use JSON type for sorting parameter (halfway)"Shinya Maeda2017-05-032-19/+15
| | | | | | | | | | | | | | | | | | | | This reverts commit 34127cb13ad72f65a24bdc8fc051363d3edd77cb.
| | * | | Use JSON type for sorting parameter (halfway)Shinya Maeda2017-05-032-15/+19
| | | | |
| | * | | Use order instead of reorder. Improve tests.Shinya Maeda2017-05-032-3/+6
| | | | |
| | * | | Ci::Pipeline to project.pipelinesShinya Maeda2017-05-032-32/+32
| | | | |
| | * | | Fix improper method name and spec descriptionShinya Maeda2017-05-032-5/+5
| | | | |
| | * | | Fix created_at to user_id in specShinya Maeda2017-05-031-6/+6
| | | | |
| | * | | Change sort spec descriptionShinya Maeda2017-05-031-2/+2
| | | | |
| | * | | Allow only indexed columns in #order_and_sort. Remove present (Because ↵Shinya Maeda2017-05-032-3/+11
| | | | | | | | | | | | | | | | | | | | unnecessary) from condition. Added spec just in case.
| | * | | 'to be > 0' to 'not_to be_empty'. 'to eq(0)' to 'to be_empty'Shinya Maeda2017-05-031-9/+9
| | | | |
| | * | | Normalize wordingShinya Maeda2017-05-031-47/+39
| | | | |
| | * | | Finish pipelines_specShinya Maeda2017-05-032-46/+105
| | | | |
| | * | | Unveil iterationShinya Maeda2017-05-031-10/+29
| | | | |
| | * | | Use eq instead of match_array for comparison of arrayShinya Maeda2017-05-031-5/+5
| | | | |
| | * | | No need to support sha for sortingShinya Maeda2017-05-032-2/+2
| | | | |
| | * | | Avoid hardcode table nameShinya Maeda2017-05-031-2/+2
| | | | |
| | * | | Add spec for Pipeline API (Halfway)Shinya Maeda2017-05-031-0/+145
| | | | |
| | * | | No need 'a'Shinya Maeda2017-05-031-13/+13
| | | | |
| | * | | Reduce playable columns for sortingShinya Maeda2017-05-032-2/+2
| | | | |