summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable2016-07-221-1/+1
|\
| * Also fix the URL in the commentartifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-211-1/+1
* | Retrieve rendered HTML from cache in one requestfix/get-cached-rendered-html-using-single-redis-requestAhmad Sherif2016-07-211-4/+5
* | Merge branch 'discussion-model' into 'master' Robert Speicher2016-07-211-53/+10
|\ \
| * | Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-201-53/+10
* | | Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable2016-07-211-20/+38
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-2121-58/+266
| |\ \
| * | | Should check against `authorize_read_builds!`Lin Jen-Shin2016-07-201-0/+2
| * | | Artifacts are plural, feedback:Lin Jen-Shin2016-07-201-3/+3
| * | | Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-195-45/+33
| |\ \ \
| * | | | API for downloading latest successful build:Lin Jen-Shin2016-07-191-21/+37
* | | | | Merge branch '4142-show-inline-video' into 'master' Rémy Coutable2016-07-212-0/+60
|\ \ \ \ \
| * | | | | Remove VideoJS and clean the integrationRémy Coutable2016-07-201-9/+6
| * | | | | Use a more powerful query to match videos in img tagsRémy Coutable2016-07-192-10/+35
| * | | | | Remove duplication, useless rescue, and avoid using ActionViewRémy Coutable2016-07-191-14/+9
| * | | | | First support of videos in issues, MRs and notesEric Hayes2016-07-192-0/+43
* | | | | | Merge branch 'email-domain-blacklist' into 'master' Robert Speicher2016-07-202-2/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-182-2/+2
| * | | | | Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-181-0/+2
* | | | | | Change `return`s for `next`s to please rubocop (behaviour is the same)Alejandro Rodríguez2016-07-201-2/+2
* | | | | | Add /deploy_keys API to retrieve all deploy keys regardless of project affili...Alejandro Rodríguez2016-07-201-53/+66
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'migration-downtime-tags' into 'master' Robert Speicher2016-07-204-0/+140
|\ \ \ \ \
| * | | | | Added checks for migration downtimemigration-downtime-tagsYorick Peterse2016-07-204-0/+140
| | |_|/ / | |/| | |
* | | | | Merge branch 'rubocop/enable-multiline-ternary-operator-cop' into 'master' Robert Speicher2016-07-201-2/+1
|\ \ \ \ \
| * | | | | Enable Style/MultilineTernaryOperator rubocop coprubocop/enable-multiline-ternary-operator-copGrzegorz Bizon2016-07-201-2/+1
* | | | | | Use limit parameter rather than hardcoded valueM. Ricketts2016-07-201-1/+1
* | | | | | Ensure to_json methods take optional argumentSean McGivern2016-07-202-4/+4
* | | | | | Merge branch 'remove-parse-boolean' into 'master' Rémy Coutable2016-07-204-8/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Replace parse_boolean with to_booleanRobert Schilling2016-07-204-8/+4
| |/ / / /
* | | | | Limit git rev-list output count to one in forced push checkAhmad Sherif2016-07-191-2/+2
* | | | | Fix help page paths to make sure shortcuts and the UI help page work.fix-help-pathsConnor Shea2016-07-191-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'allow-deploy-key-to-download-public-projects' into 'master' Rémy Coutable2016-07-191-0/+1
|\ \ \ \
| * | | | Allow to pull code with deploy key from public projectsallow-deploy-key-to-download-public-projectsKamil Trzcinski2016-07-191-0/+1
* | | | | Merge branch 'fix/import-export-project-avatar' into 'master' Rémy Coutable2016-07-195-7/+78
|\ \ \ \ \
| * | | | | squashed - added avatar saver/restorer and specsfix/import-export-project-avatarJames Lopez2016-07-195-7/+78
| | |/ / / | |/| | |
* | | | | Improve code designKamil Trzcinski2016-07-191-1/+1
* | | | | Fix broken builds_for_refKamil Trzcinski2016-07-191-1/+1
* | | | | Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski2016-07-191-32/+33
| |_|_|/ |/| | |
* | | | Merge branch 'manual-actions' into 'master' Rémy Coutable2016-07-191-2/+2
|\ \ \ \
| * | | | Add implementation of manual actionsKamil Trzcinski2016-07-181-2/+2
* | | | | Merge branch 'api-cleanup-entities' into 'master' Rémy Coutable2016-07-192-42/+21
|\ \ \ \ \
| * | | | | Simplify entities for branches and tags APIapi-cleanup-entitiesRobert Schilling2016-07-192-42/+21
| | |/ / / | |/| | |
* | | | | Merge branch 'deployment-tracking' into 'master' Rémy Coutable2016-07-191-0/+9
|\ \ \ \ \
| * | | | | Added Rake task for tracking deploymentsdeployment-trackingYorick Peterse2016-07-191-0/+9
* | | | | | Merge branch 'api-delete-todos' into 'master' Rémy Coutable2016-07-191-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Return the number of marked todosapi-delete-todosRobert Schilling2016-07-191-1/+1
* | | | | | Merge branch 'api-dev-can-push' into 'master' Rémy Coutable2016-07-193-4/+36
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Only update onceRobert Schilling2016-07-191-2/+3
| * | | | | API: Expose 'developers_can_merge' for branchesRobert Schilling2016-07-192-1/+11
| * | | | | API: Expose 'developers_can_push' for branchesRobert Schilling2016-07-193-4/+25