summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refactor emails servicerefactor-servicesJames Lopez2017-09-287-14/+14
* fix update serviceJames Lopez2017-09-281-1/+1
* refactor users update serviceJames Lopez2017-09-2817-32/+32
* refactor keys controllerJames Lopez2017-09-281-1/+7
* refactor some controllers to make them EE friendlyJames Lopez2017-09-283-5/+21
* fix specsJames Lopez2017-09-283-6/+6
* fix users update serviceJames Lopez2017-09-281-3/+5
* update initializersJames Lopez2017-09-282-2/+4
* refactor services to match EE signatureJames Lopez2017-09-2817-41/+43
* Merge branch 'rotated_profile_image' into 'master'Tim Zallmann2017-09-282-1/+7
|\
| * Check orientation of profile imageGuilherme Vieira2017-09-272-1/+7
* | Merge branch 'docs-38152-bump-recommended-mysql-version' into 'master'Achilleas Pipinellis2017-09-282-2/+9
|\ \
| * | Change recommended MySQL version to 5.6Mark Fletcher2017-09-282-2/+9
* | | Merge branch 'cleanup-css' into 'master'dj-test-pushAnnabel Dunstone Gray2017-09-271-6/+1
|\ \ \
| * | | Cleanup diff-notes-collapse csscleanup-cssClement Ho2017-09-261-6/+1
* | | | Merge branch 'docs/k8s' into 'master'Marcia Ramos2017-09-276-16/+92
|\ \ \ \
| * | | | Add EEP to headingsAchilleas Pipinellis2017-09-271-7/+8
| * | | | Add link to NGINX Ingress and change Auto DevOps descriptiondocs/k8sAchilleas Pipinellis2017-09-251-15/+15
| * | | | Clean up Kubernetes integration docs pageAchilleas Pipinellis2017-09-256-7/+30
| * | | | Add things that the k8s integration enablesAchilleas Pipinellis2017-09-251-2/+54
* | | | | Merge branch 'winh-linting-locale' into 'master'Tim Zallmann2017-09-272-4/+3
|\ \ \ \ \
| * | | | | Fix linting errors in locale/index.jswinh-linting-localeWinnie Hellmann2017-09-272-4/+3
* | | | | | Merge branch 'acet-repo-editor-fix-link-linking' into 'master'Jacob Schatz2017-09-274-152/+167
|\ \ \ \ \ \
| * | | | | | Change repo view hll color.acet-repo-editor-fix-link-linkingFatih Acet2017-09-251-0/+4
| * | | | | | Fix line_highlighter_spec.Fatih Acet2017-09-251-6/+12
| * | | | | | RepoEditor: Implement line and range linking.Fatih Acet2017-09-222-146/+151
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'breadcrumbs-line-height-padding' into 'master'Annabel Dunstone Gray2017-09-272-1/+9
|\ \ \ \ \ \
| * | | | | | Breadcrumbs receives padding when double linedDimitrie Hoekstra2017-09-272-1/+9
|/ / / / / /
* | | | | | Merge branch 'gitaly-docs' into 'master'Robert Speicher2017-09-272-0/+55
|\ \ \ \ \ \
| * | | | | | Added some Gitaly docs to `docs/development`Andrew Newdigate2017-09-272-0/+55
|/ / / / / /
* | | | | | Merge branch 'backstage/gb/refactor-pipeline-create-service' into 'master'Kamil TrzciƄski2017-09-2721-371/+1007
|\ \ \ \ \ \
| * | | | | | Add some minor improvements to pipeline creation chainbackstage/gb/refactor-pipeline-create-serviceGrzegorz Bizon2017-09-273-14/+5
| * | | | | | Add test for head pipeline assignment when skippedGrzegorz Bizon2017-09-261-0/+20
| * | | | | | Add specs for pipeline chain builder sequence classGrzegorz Bizon2017-09-261-0/+55
| * | | | | | Fix some code style offenses in pipeline chain classesGrzegorz Bizon2017-09-261-3/+2
| * | | | | | Add missing tests for pipeline chain access validatorGrzegorz Bizon2017-09-261-0/+13
| * | | | | | Add specs for pipeline builder that validates configGrzegorz Bizon2017-09-261-0/+127
| * | | | | | Add specs for pipeline builder repository validatorGrzegorz Bizon2017-09-261-0/+60
| * | | | | | Add specs for builder chain that persist a pipelineGrzegorz Bizon2017-09-261-0/+66
| * | | | | | Add specs for builder chain step that skipps pipelinesGrzegorz Bizon2017-09-262-1/+86
| * | | | | | Fix coding style offenses in pipeline chain classesGrzegorz Bizon2017-09-263-5/+2
| * | | | | | Add specs for pipeline builder abilities validatorGrzegorz Bizon2017-09-262-13/+29
| * | | | | | Move pipeline builder validation chain to a moduleGrzegorz Bizon2017-09-268-119/+125
| * | | | | | Split pipeline chain builder validation classGrzegorz Bizon2017-09-268-104/+147
| * | | | | | Add class that handles pipeline creation sequenceGrzegorz Bizon2017-09-262-16/+51
| * | | | | | Extract pipeline persistence to a separate chain classGrzegorz Bizon2017-09-262-32/+50
| * | | | | | Fix code style offenses in pipeline create servicesGrzegorz Bizon2017-09-263-4/+2
| * | | | | | Fix post receive specs regarding pipeline creationGrzegorz Bizon2017-09-261-5/+8
| * | | | | | Use tag/branch methods to check if pipeline ref existsGrzegorz Bizon2017-09-252-11/+5
| * | | | | | Extract pipeline chain builder classes from serviceGrzegorz Bizon2017-09-256-193/+301