summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Smarter refreshing of authorized projectsproject-authorizations-diffYorick Peterse2016-12-197-61/+364
* Merge branch 'fix/ci-readme-typo' into 'master' Grzegorz Bizon2016-12-191-1/+1
|\
| * Fix typofix/ci-readme-typoJames Lopez2016-12-191-1/+1
* | Merge branch '25301-git-2.11-force-push-bug' into 'master' Douglas Barbosa Alexandre2016-12-1910-10/+147
|\ \
| * | Implement final review comments from @rymai.25301-git-2.11-force-push-bugTimothy Andrew2016-12-163-51/+30
| * | Implement review comments from @dbalexandre.Timothy Andrew2016-12-164-92/+57
| * | Add CHANGELOG entry.Timothy Andrew2016-12-161-0/+4
| * | Check the exit code while invoking git in the force push check.Timothy Andrew2016-12-162-2/+26
| * | Validate environment variables in `Gitlab::Git::RevList`Timothy Andrew2016-12-164-3/+126
| * | Accept environment variables from the `pre-receive` script.Timothy Andrew2016-12-167-9/+51
* | | Merge branch 'dockerfile-templates' into 'master' Rémy Coutable2016-12-1912-6/+138
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into dockerfile-templatesdockerfile-templatesKamil Trzcinski2016-12-182868-35378/+79204
| |\ \ \
| * | | | Add CHANGELOGKamil Trzcinski2016-12-181-0/+4
| * | | | Update templates.rbKamil Trzciński2016-12-161-1/+1
| * | | | Refactored JSLuke "Jared" Bennett2016-11-087-42/+84
| * | | | Allow to use Dockerfile templatesKamil Trzcinski2016-11-089-7/+93
* | | | | Merge branch 'move-admin-application-spinach-test-to-rspec' into 'master' Rémy Coutable2016-12-194-77/+36
|\ \ \ \ \
| * | | | | Move admin application spinach test to rspecSemyon Pupkov2016-12-174-77/+36
* | | | | | Merge branch 'deploy-keys-to-rspec' into 'master' Rémy Coutable2016-12-193-62/+29
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Move admin deploy keys spinach test to rspecSemyon Pupkov2016-12-173-62/+29
| |/ / / /
* | | | | Merge branch 'fix-groups-helper-spec' into 'master' Stan Hu2016-12-191-1/+1
|\ \ \ \ \
| * | | | | Always use `fixture_file_upload` helper to upload files in tests.fix-groups-helper-specRuben Davila2016-12-181-1/+1
|/ / / / /
* | | | | Merge branch 'update-nginx-config-for-websockets' into 'master' Kamil Trzciński2016-12-182-0/+15
|\ \ \ \ \
| * | | | | Upgrade NGINX configuration files to add websocket supportNick Thomas2016-12-122-0/+15
* | | | | | Merge branch 'correct-slack-slash-commands-pretty-path' into 'master' Kamil Trzciński2016-12-181-3/+2
|\ \ \ \ \ \
| * | | | | | Correct slack slash commands pretty pathcorrect-slack-slash-commands-pretty-pathLuke "Jared" Bennett2016-12-151-3/+2
* | | | | | | Merge branch 'feature/runner-script-attempts-docs' into 'master' Kamil Trzciński2016-12-183-0/+29
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add detailed docs in yaml README [ci skip]feature/runner-script-attempts-docsJames Lopez2016-12-161-0/+25
| * | | | | | add new runner script attempts docs and update .gitlab-ci.ymlJames Lopez2016-12-152-0/+4
* | | | | | | Merge branch '25741_enable_multiline_operation_indentation_rubocop_rule' into...Sean McGivern2016-12-1721-44/+45
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-1621-44/+45
* | | | | | | Merge branch 'zj-mattermost-session' into 'master' Grzegorz Bizon2016-12-174-0/+227
|\ \ \ \ \ \ \
| * | | | | | | Fix rubocop failureszj-mattermost-sessionKamil Trzcinski2016-12-172-17/+23
| * | | | | | | Store mattermost_url in settingsKamil Trzcinski2016-12-174-13/+35
| * | | | | | | Improve Mattermost Session specsKamil Trzcinski2016-12-172-26/+50
| * | | | | | | Ensure the session is destroyedZ.J. van de Weg2016-12-171-3/+5
| * | | | | | | Improve session testsZ.J. van de Weg2016-12-173-45/+74
| * | | | | | | Setup mattermost sessionZ.J. van de Weg2016-12-172-0/+144
|/ / / / / / /
* | | | | | | Merge branch 'cleaner-merge-commit-messages' into 'master' Sean McGivern2016-12-179-21/+242
|\ \ \ \ \ \ \
| * | | | | | | Change closes issues reference text on MergeRequest#merge_commit_message to m...Gabriel Gizotti2016-12-163-6/+5
| * | | | | | | add feature specs to test toggling of merge commit message between message wi...Gabriel Gizotti2016-12-162-3/+75
| * | | | | | | add eslint disable prefix for prefer-arrow-callback rule on header of merge_r...Gabriel Gizotti2016-12-161-1/+1
| * | | | | | | Add feature spec to verify all 4 different states of closing issues message o...Gabriel Gizotti2016-12-161-0/+57
| * | | | | | | add guard clause to MergeRequest#issues_mentioned_but_not_closingGabriel Gizotti2016-12-161-9/+6
| * | | | | | | add js prefix to classes used to toggle description on commit message in merg...Gabriel Gizotti2016-12-162-10/+10
| * | | | | | | Show either description or closes issues references on MergeRequest#merge_com...Gabriel Gizotti2016-12-163-12/+12
| * | | | | | | Unify commit message listeners in one functionGabriel Gizotti2016-12-161-11/+6
| * | | | | | | better text for mentioned but not closedGabriel Gizotti2016-12-161-1/+1
| * | | | | | | add mentioned but not closed message to the same line as closes issueswqGabriel Gizotti2016-12-161-13/+14
| * | | | | | | extract duplicate logic into a variable on _commit_message_containerGabriel Gizotti2016-12-161-2/+3