summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'disable-issue-by-email' into 'master' Robert Speicher2016-08-201-1/+2
|\
| * Disable “issue by email” feature until it uses a different tokenDouwe Maan2016-08-191-1/+2
* | Merge branch 'gokmengoksel/gitlab-ce-koding' into 'master' Stan Hu2016-08-191-0/+1
|\ \ | |/ |/|
| * Support integration with Koding (online IDE)Gokmen Goksel2016-08-191-0/+1
* | Merge branch 'directory-names-containing-space' into 'master' Robert Speicher2016-08-191-9/+3
|\ \
| * | Do not escape URI when extracting path (!5878)winniehell2016-08-191-9/+3
* | | Merge branch 'wall-clock-time-for-showing-pipeline' into 'master' Robert Speicher2016-08-191-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'upstream/master' into wall-clock-time-for-showi...Lin Jen-Shin2016-08-201-2/+1
| |\ \ | | |/
| * | Merge remote-tracking branch 'upstream/master' into wall-clock-time-for-showi...Lin Jen-Shin2016-08-1922-15/+864
| |\ \
| * | | Use travel_to instead of dependency injection, feedback:Lin Jen-Shin2016-08-191-5/+0
| * | | Merge remote-tracking branch 'upstream/master' into wall-clock-time-for-showi...Lin Jen-Shin2016-08-1728-185/+570
| |\ \ \
| * | | | Introduce Gitlab::Utils.now so that it's easier to stubLin Jen-Shin2016-08-151-1/+6
* | | | | Merge branch 'expiration-date-on-memberships' into 'master' Douwe Maan2016-08-192-3/+10
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into expiration-date-on-membershipsDouwe Maan2016-08-182-6/+39
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-189-0/+435
| |\ \ \ \ \
| * | | | | | Add expiration date to group membershipsSean McGivern2016-08-182-6/+9
| * | | | | | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-18114-1485/+2318
| |\ \ \ \ \ \
| * | | | | | | Add API support for expires_at.Adam Niedzielski2016-08-062-3/+9
* | | | | | | | Merge branch '20895-inline-comments-for-first-commit' into 'master' Douwe Maan2016-08-191-6/+12
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fix line commenting for the initial commitSean McGivern2016-08-191-6/+12
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'fix/improve-test-coverage-badge-pipelines' into 'master' Douwe Maan2016-08-191-2/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Render coverage badge for latest successful pipelineGrzegorz Bizon2016-08-181-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch '2fa-check-git-http' into 'master' Robert Speicher2016-08-181-6/+38
|\ \ \ \ \ \
| * | | | | | Refactor `find_for_git_client` and its related methods.2fa-check-git-httpPatricio Cano2016-08-181-20/+25
| * | | | | | Refactor `find_for_git_client` method to not use assignment in conditionals a...Patricio Cano2016-08-171-13/+25
| * | | | | | Moved 2FA check to `auth.rb` and cleaned up the flow `authenticate_user`Patricio Cano2016-08-161-2/+8
| * | | | | | Allow Git over HTTP access using Personal Access TokensPatricio Cano2016-08-161-0/+9
* | | | | | | Small refactor and syntax fixes.2fa-api-checkPatricio Cano2016-08-182-5/+1
* | | | | | | Removed unnecessary service for user retrieval and improved API error message.Patricio Cano2016-08-181-1/+1
* | | | | | | Added checks for 2FA to the API `/sessions` endpoint and the Resource Owner P...Patricio Cano2016-08-182-0/+5
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch '4273-slash-commands' into 'master'Robert Speicher2016-08-184-0/+278
|\ \ \ \ \ \
| * | | | | | Fix behavior around commands with optional arguments4273-slash-commandsDouwe Maan2016-08-182-11/+13
| * | | | | | Address feedbackDouwe Maan2016-08-172-17/+16
| * | | | | | Fix specs and implement fixes based on failing specsDouwe Maan2016-08-172-9/+17
| * | | | | | Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-1633-193/+650
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Fixed specs and fixes based on failing specsDouwe Maan2016-08-163-16/+12
| * | | | | | Refactor slash command definitionDouwe Maan2016-08-123-72/+97
| * | | | | | Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable2016-08-131-43/+45
| * | | | | | Accept blocks for `.desc` and `.condition` slash commands DSLRémy Coutable2016-08-131-38/+73
| * | | | | | Make slash commands contextualRémy Coutable2016-08-131-9/+31
| * | | | | | Add support for no-op slash commands that appear in autocompleteRémy Coutable2016-08-131-3/+11
| * | | | | | Don't extract slash commands inside blockcode, blockquote or HTML tagsRémy Coutable2016-08-131-3/+48
| * | | | | | Support slash commands in noteable description and notesRémy Coutable2016-08-133-0/+136
* | | | | | | Do not expose projects on deploymentsZ.J. van de Weg2016-08-181-4/+3
* | | | | | | Incorporate feedbackZ.J. van de Weg2016-08-181-8/+6
* | | | | | | Expose project for environmentsZ.J. van de Weg2016-08-181-0/+1
* | | | | | | Add deployment endpointsZ.J. van de Weg2016-08-183-0/+53
* | | | | | | Add Play endpoints on BuildsZ.J. van de Weg2016-08-181-0/+23
* | | | | | | Add docs on API for pipelines, plus minor fixeszj-pipelines-api-endpointsZ.J. van de Weg2016-08-181-1/+1
* | | | | | | Add endpoints for pipelinesZ.J. van de Weg2016-08-183-0/+83
| |_|_|/ / / |/| | | | |