Commit graph

90 commits

Author SHA1 Message Date
Dan Cryer
522eaef825 Adding project groups 2015-10-08 16:33:01 +01:00
Dmitry Khomutov
39d386a629 Added total builds count to index and project page 2015-02-28 23:13:02 +06:00
Alex Davyskiba
36b39bfc0d Allow projects to be archived.
Closes #771
2015-02-23 19:37:11 +00:00
Dzhilkibaev Nadir
7756066050 Add SVN support to PHPCI.
Closes #759
2015-02-20 14:14:36 +00:00
Tobias van Beek
24590265a5 Render the public key on the project edit page. CLose #722 done by @leewillis77 2015-02-16 15:00:37 +01:00
Dan Cryer
a84cde0cb5 Lots of cleanup. 2015-02-12 14:15:19 +00:00
Dan Cryer
9f93db9f35 Lots of cleanup. 2015-02-12 14:11:58 +00:00
Dan Cryer
fe2a029d1e Fixing some bugs related to the last round of changes. 2015-02-12 13:17:42 +00:00
Dan Cryer
2d5659d613 Cleaning up unnecessary use of 'die' and 'exit' 2015-02-12 12:37:56 +00:00
Dan Cryer
28d09275fd Merging latest master 2014-12-08 14:18:57 +00:00
Dan Cryer
9fda9ed989 Adding Docblocks throughout the project and lowering the missing docblock limit in phpci.yml to zero.
Closes #692
2014-12-08 14:12:01 +00:00
Dan Cryer
261806109d Add/Edit/View Project languages 2014-12-04 11:42:21 +00:00
Dan Cryer
43fef1539f Front-End Upgrade: New UI Based on Admin LTE.
Closes #673
2014-12-03 15:30:36 +00:00
Dan Cryer
a92585fcb8 Updating session variables to add phpci_ prefix.
Fixes #652
2014-12-01 15:56:33 +00:00
Sam Van der Borght
f85274bb88 Remove un-necessary and incorrect validator for branch field on the project add/edit form.
Closes #506
Fixes #580
Fixes #562
Fixes #573
Fixes #633
2014-11-13 17:42:39 +00:00
Adam Cooper
abd50bf4bd Adding a branch filter to the project page, allowing users to view builds from a specific branch.
Closes #600
2014-10-16 16:10:24 +01:00
Dan Cryer
e7c21f8c75 Restoring the ability to change a project's default branch. Fixes #532 2014-07-31 12:15:26 +01:00
Dan Cryer
1a9f813235 Fixing the ability to delete projects. Fixes #535 2014-07-31 12:10:22 +01:00
Dan Cryer
4d2583e536 More service layer functionality, builds now. Also some extra tests for projects and build models. 2014-07-14 16:02:36 +01:00
Dan Cryer
2bff0270cf More work on ProjectService and its tests 2014-07-14 14:37:51 +01:00
Dan Cryer
9a7743e8d3 Initial work on adding a Services layer to PHPCI, for better testability. Starting with Projects 2014-07-14 14:01:29 +01:00
Dan Cryer
5d4db6a5bd Fixing ProjectController::add() complexity 2014-07-11 15:38:28 +01:00
Dan Cryer
8b0261417a Various bits of cleanup, should hopefully fix the build 2014-07-11 14:29:27 +00:00
Dmitrijs Vrublevskis
e17c06c2db Check for zero builds count and if so, set pages count to 1. 2014-06-27 19:24:44 +03:00
Steve B
cf0cc172b7 Merge pull request #464 from bweston92/master
SSH issues.
2014-06-27 14:55:41 +01:00
Steve B
a8ac14b1dd Merge pull request #459 from FriTOol/master
Feature: Choose branch
2014-06-27 14:31:52 +01:00
Bradley Weston
d8bf99be8e SshKey generate always returns an array. 2014-06-18 10:25:24 +01:00
Dan Cryer
13cc74edaa Merge pull request #449 from corpsee/add-project-fix
Fixed key in add action when 'ssh-keygen' command is not available
2014-06-13 13:52:20 +01:00
Anatoly Skornyakov
34a72006ae Feature: Choose branch 2014-06-11 17:18:31 +04:00
Dmitry Khomutov
c8288bf7e1 Project builds pagination improvements 2014-06-09 00:08:46 +07:00
Dmitry Khomutov
0314944b79 Fixed key in add action when 'ssh-keygen' command is not available 2014-05-26 08:55:32 +07:00
Dan Cryer
d639f4a324 Renaming project.git_key and project.public_key to project.ssh_private_key and project.ssh_public_key respectively. 2014-05-13 15:15:33 +00:00
Dan Cryer
d098fabdb6 Adding / correcting the file docblock throughout the project 2014-05-12 17:26:17 +01:00
Dan Cryer
85c93c3e0c Reducing complexity of ProjectController::add() - See #384 2014-05-12 17:01:05 +01:00
Dan Cryer
87ee8efaf8 Reducing the complexity of ProjectController::add() 2014-05-09 16:19:15 +01:00
Dan Cryer
fe813b057c Cleaning up exceptions in the Project controller 2014-05-09 12:11:02 +01:00
Dan Cryer
c164295170 Further cleanup for #384 2014-05-02 17:38:43 +01:00
Dan Cryer
f0d35605b6 Simplifying ProjectController a little, see #384 2014-05-02 17:32:18 +01:00
Dan Cryer
4197c9e34d Fixing the horrors of overly long lines, misalignment, and incorrect use of new lines. 2014-05-01 16:53:29 +01:00
Dan Cryer
15b880b2f0 Adding a basic external project status page, accessible via /build-status/view/{id}. Fixes #353 2014-04-30 15:00:35 +01:00
Dan Cryer
195d85a82c Making the public key a property that we store for projects, and displaying it for later use. 2014-04-30 14:14:23 +01:00
Dan Cryer
71d86bd346 Making new manual builds use the active user's email as the committer address 2014-04-25 11:26:33 +00:00
Dan Cryer
8685f2ac36 Adding per-page titles throughout PHPCI, fixes #371 2014-04-24 16:25:24 +01:00
Dan Cryer
55975a8026 Fixing issues when adding a gitlab project 2014-04-16 10:14:06 +00:00
Dan Cryer
e6d0cee4bd Adding guard around ssh-keygen in project controller, hopefully fixes #340 2014-04-16 09:15:39 +00:00
Dmitry Khomutov
e553330412 Merge branch 'master' into database-yml 2014-03-25 22:28:09 +07:00
Dmitry Khomutov
a7a90195a9 ProjectController::view 404 fix 2014-03-20 22:27:04 +07:00
Dmitry Khomutov
60bf262ee7 Added database-based yml build config 2014-03-15 12:18:12 +07:00
Dan Cryer
0193f07de2 Making commit links work throughout the UI 2014-02-25 17:00:05 +00:00
Steve B
03aeb7e3b1 remove unreachable if 2013-12-07 14:33:59 +00:00