summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'slack_wiki_notifications' into 'master' Rémy Coutable2016-04-202-0/+91
|\
| * Fix test to conform to conventionsSebastian Klier2016-04-201-7/+8
| * Fix testSebastian Klier2016-04-201-4/+4
| * formatting and test structureSebastian Klier2016-04-201-26/+43
| * add slack notifications for wiki pagesSebastian Klier2016-04-202-0/+73
* | Merge branch 'license-templates-and-api-12804' into 'master' Robert Speicher2016-04-201-9/+56
|\ \ | |/ |/|
| * Continue implementation of the license template selector and /licenses API en...Rémy Coutable2016-04-181-9/+56
* | Merge branch 'pmq20/gitlab-ce-issue_12785'Douwe Maan2016-04-191-0/+35
|\ \
| * | Add support to cherry-pick any commitP.S.V.R2016-04-181-0/+35
* | | Merge branch 'mr-formatting' into 'master' Robert Speicher2016-04-193-5/+5
|\ \ \
| * | | format merge request references properlyBen Bodenmiller2016-04-183-5/+5
* | | | Merge branch '14566-confidential-issue-branches' into 'master' Robert Speicher2016-04-191-7/+34
|\ \ \ \ | |_|_|/ |/| | |
| * | | A new branch created for a confidential issue is named `<id>-confidential-iss...14566-confidential-issue-branchesTimothy Andrew2016-04-191-1/+1
| * | | Merge remote-tracking branch 'origin/master' into 14566-confidential-issue-br...Timothy Andrew2016-04-155-112/+459
| |\ \ \
| * | | | Make a few style changes based on MR feedback.Timothy Andrew2016-04-151-2/+2
| * | | | Merge remote-tracking branch 'origin/master' into 14566-confidential-issue-br...Timothy Andrew2016-04-131-0/+17
| |\ \ \ \
| * | | | | Fix the rubocop check.Timothy Andrew2016-04-131-2/+3
| * | | | | Test the `Issue#to_branch_name` method.Timothy Andrew2016-04-121-2/+11
| * | | | | Augment the tests for `Issue#related_branches`Timothy Andrew2016-04-121-3/+19
| * | | | | Refactor `Issue#related_branches`Timothy Andrew2016-04-121-1/+2
* | | | | | Remove code that removes duplicate CI variablesGrzegorz Bizon2016-04-181-13/+0
* | | | | | Improve build specs for job environment variablesGrzegorz Bizon2016-04-181-2/+5
* | | | | | Read job variables directly from gitlab CI configGrzegorz Bizon2016-04-181-13/+9
* | | | | | Make it possible to override build variablesGrzegorz Bizon2016-04-181-5/+19
* | | | | | Add `variables` keyword to job in CI config YAMLGrzegorz Bizon2016-04-181-0/+16
* | | | | | Instrument Repository.clean_old_archivesYorick Peterse2016-04-181-1/+24
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'master' into number_sign_for_external_issue_refBaldinoF2016-04-1714-181/+701
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Delete tags via ruggedRobert Schilling2016-04-151-4/+2
| * | | | Merge branch 'rs-trailing-slash-in-search' into 'master' Douwe Maan2016-04-151-0/+6
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Escape the query argument provided to `git grep` by `search_files`rs-trailing-slash-in-searchRobert Speicher2016-04-091-0/+6
| | |/ /
| * | | Merge branch 'start-with-iid-on-new-branch' into 'master' Rémy Coutable2016-04-141-5/+12
| |\ \ \
| | * | | Start with iid on branch creationZeger-Jan van de Weg2016-04-141-5/+12
| * | | | Allow empty recipient list when pusher is addedFrank Groeneveld2016-04-141-2/+35
| |/ / /
| * | | Merge branch 'fix-trailing-slash-in-bamboo_url' into 'master' Robert Speicher2016-04-131-52/+210
| |\ \ \
| | * | | Fix a bug with trailing slash in bamboo_urlRémy Coutable2016-04-131-52/+210
| | |/ /
| * | | Merge branch 'fix-trailing-slash-in-teamcity_url-3515' into 'master' Robert Speicher2016-04-131-52/+199
| |\ \ \
| | * | | Improve TeamcityService and its specsfix-trailing-slash-in-teamcity_url-3515Rémy Coutable2016-04-131-52/+199
| | |/ /
| * | | Fix repository cache invalidation issue when project is recreated with an emp...Stan Hu2016-04-131-0/+2
| | |/ | |/|
| * | Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-087-35/+115
| |\ \ | | |/
| | * Expire caches after project creation to ensure a consistent stateStan Hu2016-04-071-0/+13
| | * Ensure empty recipients are rejected in BuildsEmailServiceRémy Coutable2016-04-061-2/+22
| | * Flush repository cache before import project datafix-gh-pr-importDouglas Barbosa Alexandre2016-04-041-0/+14
| | * Migrate Repository#local_branches from gitlab-ee.update_repository_from_eeRubén Dávila2016-04-011-4/+21
| | * Merge branch 'error-when-ldap-doesn-t-supply-an-email-address-14559' into 'ma...Rémy Coutable2016-04-011-0/+7
| | |\
| | | * Allow temp-oauth-email as notification emailerror-when-ldap-doesn-t-supply-an-email-address-14559Zeger-Jan van de Weg2016-03-311-0/+7
| | * | Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-1/+0
| | * | Exclude projects pending deletion from all resultsZeger-Jan van de Weg2016-03-311-0/+9
| | |/
| | * Merge branch 'fix-todos' into 'master' Rémy Coutable2016-03-311-0/+1
| | |\
| | | * Destroy related todos when an issue is deletedDouglas Barbosa Alexandre2016-03-301-0/+1
| | * | Merge branch 'reorder-project-expire-cache' into 'master' Yorick Peterse2016-03-301-1/+1
| | |\ \