summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 31689 Add default margin-top to user request table on project members page31689-request-access-spacingtauriedavis2017-05-044-5/+7
* Merge branch '30458-real-time-note-edits' into 'master' Jacob Schatz2017-05-039-131/+320
|\
| * Add real-time note edits :chipmunk:Eric Eastwood2017-05-039-131/+320
|/
* 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 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 failuresJames Lopez2017-05-032-2/+3
|/
* Merge branch '26883-members-page-layout-looks-broken' into 'master' Annabel Dunstone Gray2017-05-034-4/+68
|\
| * 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 t...Jose Ivan Vargas2017-04-241-0/+3
| * 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 setting...Jose Ivan Vargas2017-04-241-0/+6
* | Merge branch 'docs/31692-elaborate-on-spring-instructions' into 'master' Achilleas Pipinellis2017-05-031-6/+16
|\ \
| * | Elaborate on the usage of Springdocs/31692-elaborate-on-spring-instructionsRémy Coutable2017-05-031-6/+16
* | | Merge branch '28408-feature-proposal-include-search-options-to-pipelines-api'...Robert Speicher2017-05-038-54/+538
|\ \ \
| * | | 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
| * | | 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 unnece...Shinya Maeda2017-05-032-3/+11
| * | | '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
| * | | Add name. Improve order_and_sort.Shinya Maeda2017-05-031-7/+12