summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Add scaffold of CI config for the job stage entryGrzegorz Bizon2016-07-071-0/+22
| * | | | | | | | Add undefined CI node strategies to handle defaultsGrzegorz Bizon2016-07-071-16/+35
| * | | | | | | | Improve validation of CI config entry if compositeGrzegorz Bizon2016-07-072-12/+4
| * | | | | | | | Delegate methods to default CI entry if undefinedGrzegorz Bizon2016-07-072-3/+31
| * | | | | | | | Use only node factory to create CI config entriesGrzegorz Bizon2016-07-073-27/+25
| * | | | | | | | Simplify legacy CI config processor a littleGrzegorz Bizon2016-07-061-9/+4
| * | | | | | | | Move CI job config validations to new classesGrzegorz Bizon2016-07-063-2/+16
| * | | | | | | | Move decision about relevant jobs to new CI configGrzegorz Bizon2016-07-061-2/+0
| * | | | | | | | Add hidden job in new CI config that is irrelevantGrzegorz Bizon2016-07-064-4/+41
| * | | | | | | | Create composite job entries in new CI configGrzegorz Bizon2016-07-051-0/+14
| * | | | | | | | Add ability to define nodes in new CI config entryGrzegorz Bizon2016-07-051-6/+10
| * | | | | | | | Add new CI config entry for single job in pipelineGrzegorz Bizon2016-07-051-0/+14
| * | | | | | | | Add new CI config entry that holds jobs definitionGrzegorz Bizon2016-07-052-9/+23
| * | | | | | | | Remove code creating job hash from legacy CI configGrzegorz Bizon2016-07-052-3/+4
| * | | | | | | | Extract jobs config to separate key in config hashGrzegorz Bizon2016-07-051-0/+16
* | | | | | | | | Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-292-11/+29
* | | | | | | | | Have the `branches` API work with the new protected branches data model.Timothy Andrew2016-07-292-14/+21
* | | | | | | | | Enforce "No One Can Push" during git operations.Timothy Andrew2016-07-291-4/+6
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge branch 'new-issue-by-email' into 'master' Douwe Maan2016-07-286-85/+222
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-283-19/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-278-5/+137
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-2664-638/+926
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-153-26/+42
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-15178-1118/+4269
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | raise UnknownIncomingEmail when there's no mail_key:Lin Jen-Shin2016-06-201-2/+1
| * | | | | | | | | | | Use keyword args to be more clear:Lin Jen-Shin2016-06-203-6/+11
| * | | | | | | | | | | Use a separate line for separate actions:Lin Jen-Shin2016-06-201-1/+2
| * | | | | | | | | | | Only pass item nameLin Jen-Shin2016-06-153-11/+6
| * | | | | | | | | | | More space for private concernLin Jen-Shin2016-06-152-0/+2
| * | | | | | | | | | | Save the list of handlers in a constantLin Jen-Shin2016-06-151-1/+3
| * | | | | | | | | | | Raise first like an input checkLin Jen-Shin2016-06-151-5/+3
| * | | | | | | | | | | Avoid assignment in ifLin Jen-Shin2016-06-151-1/+2
| * | | | | | | | | | | Blank line for privateLin Jen-Shin2016-06-151-0/+1
| * | | | | | | | | | | A blank line to separate exception raisingLin Jen-Shin2016-06-151-0/+1
| * | | | | | | | | | | Avoid using bang bangLin Jen-Shin2016-06-151-1/+1
| * | | | | | | | | | | Rename to project_path which is more accurateLin Jen-Shin2016-06-151-3/+3
| * | | | | | | | | | | Remove empty lines at the beginning of filesLin Jen-Shin2016-06-152-2/+0
| * | | | | | | | | | | Merge branch 'master' into new-issue-by-emailLin Jen-Shin2016-06-15142-1027/+2877
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Merge the places where exceptions could be raisedLin Jen-Shin2016-05-243-6/+6
| * | | | | | | | | | | | use split and try to unify error raisingLin Jen-Shin2016-05-233-12/+10
| * | | | | | | | | | | | Add ! for verify_record! because it could raiseLin Jen-Shin2016-05-213-3/+3
| * | | | | | | | | | | | Rename handlers and introduce Handler.forLin Jen-Shin2016-05-215-64/+74
| * | | | | | | | | | | | Only set @raw for receiver, and handle the rest in executeLin Jen-Shin2016-05-201-11/+12
| * | | | | | | | | | | | It's for Message-ID so it should be message_idLin Jen-Shin2016-05-202-4/+4
| * | | | | | | | | | | | Use the authentication_token for finding the userLin Jen-Shin2016-05-201-10/+1
| * | | | | | | | | | | | Give ProjectNotFound when the project is not readableLin Jen-Shin2016-05-182-4/+1
| * | | | | | | | | | | | so we use separate classes to handle different tasksLin Jen-Shin2016-05-185-154/+215
| * | | | | | | | | | | | We should totally cache itLin Jen-Shin2016-05-161-3/+1
| * | | | | | | | | | | | Report better errors. TODO: Enable skipped testLin Jen-Shin2016-05-161-2/+9
| * | | | | | | | | | | | Now we would be validating authentication tokenLin Jen-Shin2016-05-161-3/+0