Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
154 commits
Select commit Hold shift + click to select a range
8e6da8c
Add translation for preferences updated successfully message (#797)
asbiin Jan 20, 2018
a5a6020
Add ability to export a contact as CSV (#840)
djaiss Jan 22, 2018
01b6bcf
Fix contact field types not being linked to account during vcard impo…
djaiss Jan 22, 2018
297be6d
Add more unit test coverage for money helper (#842)
djaiss Jan 22, 2018
a9a6e4c
Add more unit tests for Gift model (#843)
djaiss Jan 22, 2018
4f3994f
Add Code Coverage to Browser tests (#813)
asbiin Jan 22, 2018
383c8d8
Move codecov line (#844)
asbiin Jan 22, 2018
9e08f04
Add more unit tests for User, Tag, Reminder and PetCategory models (#…
djaiss Jan 23, 2018
85c2a72
Add final unit tests for DateHelper (#846)
djaiss Jan 23, 2018
8217e23
Add more unit tests for Task, User and Tag models (#848)
djaiss Jan 24, 2018
13a304e
2FA tests cover (#849)
asbiin Jan 24, 2018
fa69105
More unit tests for many models (#851)
djaiss Jan 25, 2018
4384c0e
Add margin bottom to add contact form (#850)
djaiss Jan 25, 2018
49d1586
Do not put specific editor files in gitignore (#855)
djaiss Jan 26, 2018
8ee0b84
Bump version to 1.6.2 (#856)
djaiss Jan 26, 2018
e6f8413
Some more 2fa test (#854)
asbiin Jan 26, 2018
1944190
Fix avatar being invalid in the Contact API call (#863)
djaiss Jan 28, 2018
cc754ca
Add Annual plan (#861)
djaiss Jan 28, 2018
8974251
Fix annual plans generating an error for users exempt of the paid pla…
djaiss Jan 28, 2018
3e40b48
Fix a regression when filtering the list of contacts based on tags (#…
tomzx Jan 28, 2018
1780432
Update laravel-mix to version 2.0.0 (#847)
greenkeeper[bot] Jan 28, 2018
c9c398d
Add requirements section in README (#858)
djaiss Jan 28, 2018
000aa04
Revert Laravel mix to 1.7.2 (#866)
djaiss Jan 30, 2018
b4577b2
Remove env variable from prod (#867)
djaiss Jan 30, 2018
ee94596
Fix jquery-tags-input name import (#859)
asbiin Jan 31, 2018
b9c6adf
Set DB_PREFIX to a real empty string (#873)
asbiin Feb 2, 2018
9370578
Fix Gitter link and readd badge for sonar (#871)
asbiin Feb 2, 2018
48acc75
Add gifts_update_success (#876)
asbiin Feb 3, 2018
56b001d
Update changelog with recent changes (#877)
asbiin Feb 3, 2018
94cec0d
Test php 7.2 and postgresql (#785)
asbiin Feb 3, 2018
e78e140
Add support for custom genders (#879)
djaiss Feb 4, 2018
d004791
Refactor destroyAndReplace method to facilitate unit testing (#880)
djaiss Feb 4, 2018
0a49417
Add missing features in README (#881)
djaiss Feb 4, 2018
53c07e1
Activate saucelabs connection (#882)
asbiin Feb 4, 2018
08ca2fa
Activate saucelabs (missing file) (#883)
asbiin Feb 4, 2018
e57c684
Build assets on travis and deploy them on bintray (#884)
asbiin Feb 7, 2018
e055ac1
Fix deploy.json creation (#888)
asbiin Feb 8, 2018
148cf1a
Fix docker image (#885)
asbiin Feb 8, 2018
f353461
Don't build docker image immediatly (#889)
asbiin Feb 9, 2018
b46fa46
Better edit contact screen (#890)
djaiss Feb 11, 2018
ffa6a5b
Remove import contact function from Personalization screen (#891)
djaiss Feb 11, 2018
8d6daa5
Launch browser tests with Dusk (#892)
asbiin Feb 12, 2018
dd84961
Add ability to search contacts through the API (#895)
djaiss Feb 14, 2018
f09a379
Add default avatar color in the API (#896)
djaiss Feb 14, 2018
2c14f6d
Fix default genders seed with setup:production (#898)
asbiin Feb 15, 2018
1259876
Fix heroku deploy (#901)
asbiin Feb 16, 2018
b036e47
Tiny typo fix (#900)
sergeifilippov Feb 16, 2018
b6e8c04
Update installation docs (#903)
asbiin Feb 17, 2018
8a2f3c0
Bump version to 1.7.0 (#908)
djaiss Feb 17, 2018
30cbe53
Fix setup:production command (#909)
asbiin Feb 17, 2018
ceddb83
Bump version to 1.7.1 (#910)
djaiss Feb 17, 2018
01a7f59
Run tests with php 7.0 (#904)
asbiin Feb 18, 2018
9188039
Update vagrant script and doc (#907)
asbiin Feb 18, 2018
cfb4ba6
Remove trailing slash from post/get requests (#912)
asbiin Feb 19, 2018
54ed886
Cleanup continuous integration environment (#913)
asbiin Feb 19, 2018
ba9f77f
Fix contact deletion not working (#915)
djaiss Feb 20, 2018
cd19234
Improve travis build (#916)
asbiin Feb 20, 2018
0b27ba3
Bump version 1.7.2 (#919)
djaiss Feb 21, 2018
851ba98
Docker run real cron (#906)
asbiin Feb 22, 2018
4464d83
Fix travis file for deploy stages (#926)
asbiin Feb 22, 2018
a3a07ae
Fix bintray tag set (#927)
asbiin Feb 23, 2018
38d5c27
Fix Patreon link in README (#923)
jkbecker Feb 24, 2018
b4d3ffb
Remove trailing slash from routes (#918)
asbiin Feb 24, 2018
3cbd95d
Add ability to associate and remove one or more tags to a contact via…
djaiss Feb 24, 2018
562016f
Improve contact search through the API (#930)
djaiss Feb 25, 2018
8886aa8
Add sort capabilities in the API (#933)
djaiss Feb 25, 2018
e96b70f
Add concept of notifications for reminders (#894)
djaiss Feb 25, 2018
c69c46f
Add crowdin configuration file (#936)
djaiss Feb 26, 2018
f03c2b7
Rename some i18n folders (#938)
djaiss Feb 26, 2018
4cdda73
Update french translations (#939)
djaiss Feb 26, 2018
20d6015
Fix broken search (#941)
djaiss Feb 26, 2018
9fbf194
Fixes based on sonar recommandations (#934)
asbiin Feb 26, 2018
87c58c5
Bump version 1.8.0 (#942)
djaiss Feb 27, 2018
461bd31
Fix bintray deploy (#943)
asbiin Feb 27, 2018
d5c6892
Support unix socket to connect with mysql (#928)
asbiin Feb 27, 2018
46b663c
Remove saucelabs (#945)
asbiin Feb 28, 2018
85bf4af
Test if .git directory is present (#950)
asbiin Mar 1, 2018
d918ae9
Fix notifications not being sent (#951)
djaiss Mar 2, 2018
8d2b21a
Fix reset account deleting default account values (#956)
djaiss Mar 2, 2018
465b250
Remove partial contacts from search results returned by the API (#957)
djaiss Mar 2, 2018
422a305
Fix gravatar support (#944)
asbiin Mar 2, 2018
f7ee7f1
Fix messages and localization on contact edit (#955)
asbiin Mar 2, 2018
0def827
Bump version to 1.8.1 (#962)
djaiss Mar 3, 2018
4b3fa1c
Fix docker image creating wrong storage directories (#963)
asbiin Mar 3, 2018
a0b4deb
Update translations for it, pt, cz, ru, fr, de, cs (#940)
djaiss Mar 3, 2018
b0f7994
Add bullet points to call lists when rendered from markdown (#961)
jonasvp Mar 3, 2018
a516248
Create a vagrant box (#967)
asbiin Mar 4, 2018
037988e
Build vagrant box on travis (#968)
asbiin Mar 4, 2018
c804ec8
Switching doc to the wiki (#969)
asbiin Mar 4, 2018
af59fa2
Update SQL Import instructions link (#972)
heliostatic Mar 4, 2018
749caa2
Fix issues found by static analysis (#878)
muglug Mar 4, 2018
974123e
sonar-launch file has moved (#974)
asbiin Mar 4, 2018
f4b4d29
Optimizations for composer (#952)
asbiin Mar 5, 2018
64488b6
Require debugbar on dev only (#983)
barryvdh Mar 5, 2018
12d00db
Improve heroku integration (#970)
asbiin Mar 5, 2018
e2933bd
Use google2fa-laravel dev-master (#949)
asbiin Mar 6, 2018
83fbc5f
Improve tests support (#984)
asbiin Mar 8, 2018
558515b
Fix issues proposed by sonar (#986)
asbiin Mar 8, 2018
f89117c
Remove env calls (#991)
asbiin Mar 10, 2018
318b31e
Add codecov file (#993)
asbiin Mar 10, 2018
2a62903
Fix Faker trait use (#995)
asbiin Mar 10, 2018
d3755c7
Update dependencies (#985)
asbiin Mar 10, 2018
6beb3ce
Update CONTRIBUTING.md (#998)
asbiin Mar 11, 2018
9a5a353
Fix sonar issues (#999)
asbiin Mar 11, 2018
67aa882
Open register page after a clean installation (#954)
asbiin Mar 13, 2018
6b04089
Fix typo on readme.md (#1000)
fidel95 Mar 15, 2018
1704d17
Update axios to version 0.18.0 (#914)
greenkeeper[bot] Mar 15, 2018
c1f785b
Update axios to version 0.18.0 (#1006)
asbiin Mar 15, 2018
bf1c213
Update vue-i18n to version 7.6.0 (#1007)
asbiin Mar 16, 2018
edd3b43
Update laravel-mix to version 2.1.7 (#1009)
asbiin Mar 17, 2018
9d2c787
Reduce sonar complexity (#992)
asbiin Mar 17, 2018
21ed015
Fix sonar bug (#1011)
asbiin Mar 17, 2018
84cad7d
Reduce precision in codecov setting (#1012)
asbiin Mar 17, 2018
c442969
Fix bug with return values (#1013)
asbiin Mar 18, 2018
ca28340
Remove MoneyHelper from aliases (#1014)
asbiin Mar 18, 2018
8e7c032
Fix notification messages (#1016)
asbiin Mar 20, 2018
8be4c15
Add ability to sort tasks by completed_at attribute (#1021)
djaiss Mar 21, 2018
f581086
Add sorting capabilities to most models in the API (#1022)
djaiss Mar 21, 2018
5620763
Update Czech, Italian, Portuguese, Russian, German, French, Chinese S…
djaiss Mar 21, 2018
e84d8c8
Add two new languages: Hebrew and Chinese Simplified (#1023)
djaiss Mar 21, 2018
f356136
Bump version to 1.8.2 (#1024)
djaiss Mar 21, 2018
9f8d340
Replace logo in README (#1027)
djaiss Mar 21, 2018
159bfa2
Fix vagrant install using bash (#1029)
asbiin Mar 21, 2018
da1bd11
Update i18n assets on build (#1032)
asbiin Mar 22, 2018
7640ac5
Bump enm1989/chromedriver from 2.36 to 2.37 (#1037)
dependabot[bot] Mar 22, 2018
cd709bd
Bump barryvdh/laravel-debugbar from 3.1.3 to 3.1.4 (#1034)
dependabot[bot] Mar 22, 2018
dacfc0f
Bump pragmarx/google2fa from 3.0.0 to 3.0.1 (#1039)
dependabot[bot] Mar 22, 2018
39d8071
Add linkedin url in the Contact object returned by the API (#1042)
djaiss Mar 24, 2018
d1559d9
Fix called_at field in the Call object returned by the API (#1043)
djaiss Mar 24, 2018
ce7ecf5
Add with parameter in Contact object to retrieve contact fields (#1044)
djaiss Mar 24, 2018
9d883ec
Add yearly statistics to activities and calls object (#1049)
djaiss Mar 25, 2018
cec2b92
Bump jeroendesloovere/vcard from 1.5.2 to 1.6 (#1038)
dependabot[bot] Mar 25, 2018
f007ef0
Bump symfony/dom-crawler from 3.0.9 to 4.0.6 (#1033)
dependabot[bot] Mar 25, 2018
c52e868
Symplify return (#1054)
carusogabriel Mar 25, 2018
7f07c1b
Use assertCount (#1052)
carusogabriel Mar 26, 2018
006ce9a
I18n improvements (#1060)
asbiin Mar 26, 2018
6ec2597
Fix i18n improvements (#1061)
asbiin Mar 27, 2018
f275f3c
New Crowdin translations (#1025)
djaiss Mar 27, 2018
8dfa646
Add reference to Crowdin in the documentation (#1066)
jkbecker Mar 28, 2018
b956585
Bump guzzlehttp/guzzle from 6.3.0 to 6.3.2 (#1063)
dependabot[bot] Mar 28, 2018
1be5e08
Use lang list instead of auto (#1068)
asbiin Mar 29, 2018
1e1e984
Use unsigned* columns (#1053)
carusogabriel Mar 29, 2018
1794435
Use now helper (#1051)
carusogabriel Mar 29, 2018
f436549
Fix i18n support (#1069)
asbiin Mar 29, 2018
40e8844
New Crowdin translations (#1064)
djaiss Mar 29, 2018
b32eb76
Bump league/flysystem-aws-s3-v3 from 1.0.18 to 1.0.19 (#1067)
dependabot[bot] Mar 29, 2018
dd8484f
Fixed usage of wrong success message when adding existing contact as …
QueerCodingGirl Mar 29, 2018
f59b5b1
Bump creativeorange/gravatar from 1.0.10 to 1.0.11 (#1074)
dependabot[bot] Mar 30, 2018
444f5f5
Order lastname and middlename parameters correctly for contact->setNa…
Mar 30, 2018
f2ca504
Update i18n messages (#1076)
asbiin Mar 30, 2018
f601440
Use phpdbg and other test improvements (#1082)
asbiin Mar 31, 2018
ab4794f
Bump google2fa-laravel to version 0.2.0 (#1084)
asbiin Apr 1, 2018
e009e40
Fix a duplicate key message (#1085)
asbiin Apr 1, 2018
aa869d5
Split app.js and generate separate javascript language files (#1079)
asbiin Apr 1, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix vagrant install using bash (monicahq#1029)
  • Loading branch information
asbiin authored Mar 21, 2018
commit 159bfa291abfbd5d54ddf5f2e43a7c50ea3c39fa
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,14 @@ jobs:
deploy:
provider: bintray
file: .travis.deploy.json
skip_cleanup: true
user: $BINTRAY_USER
key: $BINTRAY_APIKEY
on:
all_branches: true

- stage: Deploy
if: tag IS present
skip_cleanup: true
before_install:
- cp scripts/tests/.env.mysql.travis .env
- docker-compose --version
Expand All @@ -166,7 +166,6 @@ jobs:

- stage: Deploy
if: tag IS present
skip_cleanup: true
before_install:
- scripts/vagrant/install-vagrant.sh

Expand All @@ -182,6 +181,7 @@ jobs:
deploy:
provider: bintray
file: .travis.deploy.json
skip_cleanup: true
user: $BINTRAY_USER
key: $BINTRAY_APIKEY
on:
Expand Down
Binary file modified .travis.yml.sig
Binary file not shown.
5 changes: 3 additions & 2 deletions scripts/vagrant/install-vagrant.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/sh
#!/bin/bash
set -euo pipefail

# set version of vagrant to use :
vagrantversion=2.0.2
vagrantversion=2.0.3

mkdir -p $HOME/vagrant
pushd $HOME/vagrant > /dev/null
Expand Down