Skip to content

Commit

Permalink
Update Changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Nov 5, 2016
1 parent f5277c7 commit e320997
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 14 deletions.
34 changes: 27 additions & 7 deletions changelogs/all.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
f0ae9f2 (HEAD -> master, origin/master) Update README
f5277c7 (HEAD -> master, origin/master) Remove base controller as we can exterd straigh out of core now.
46c9f42 Update Changelogs
f0ae9f2 Update README
a85b609 Update README to include versions
a1aa28e Format changelogs as txt files
591a96c Add changelogs
Expand Down Expand Up @@ -74,7 +76,8 @@ c8a5b6e Move namespace from App -> Seat
57487e8 Update .gitignore
644f3a9 Add license and update .gitignore
0bba931 first commit
4f74325 (HEAD -> master, origin/master) Update to make use of new corp repository classes
6d28aff (HEAD -> master, origin/master) Extend new core controllers instead of base in App namespace
4f74325 Update to make use of new corp repository classes
39237e8 Update to use new classes from the the repository
db6db82 Fix middleware to include new `web` middleware.
ba92bd6 Update PHP & Laravel dependencies
Expand Down Expand Up @@ -128,7 +131,8 @@ dda7cbb Add endpoint to validate credentials
6905c26 Compelte the EVE API Key API
32d17cf First preperations for the SeAT API
57f8c6d first commit
cebd0ef (HEAD -> master, origin/master) Update to match new class names in eveapi repo
9d189dc (HEAD -> master, origin/master) Rename Pillow to AccessManager and update calls argument list
cebd0ef Update to match new class names in eveapi repo
e1a95e9 Correctly identify the current user running the command.
e83fb0e Use `dispatch()` helper instead of Trait
953d790 Update PHP, Laravel & Guzzle dependencies
Expand Down Expand Up @@ -204,7 +208,8 @@ b9b7545 Add the EveUpdateServerStatus command
c978b94 Add the add:job command for testing
c01ddd9 Start the Console package
f42ac27 first commit
34ac286 (HEAD -> master, origin/master, origin/HEAD) Extract some error handling up to the base abstract class
79e30bd (HEAD -> master, origin/master, origin/HEAD) Use logger() helper
34ac286 Extract some error handling up to the base abstract class
77172ec Cleanup methods, add type hints and remove unused code
f4af243 Make the integer migration a little more understandable.
66c6bba Add more contact related fields to the integer fixes
Expand Down Expand Up @@ -445,7 +450,8 @@ ca0a6d7 Add generated docblocks
b6991b9 Start a few things to test job workers
40d4948 Start composer package
af4f12f first commit
6caa863 (HEAD -> master, origin/master) Update PHP & Laravel dependencies. Remove psr/log dependency.
353d04c (HEAD -> master, origin/master) Extend new core controllers instead of base in App namespace
6caa863 Update PHP & Laravel dependencies. Remove psr/log dependency.
624e13c Apply new global web middleware
c115945 (tag: 1.0.4) Version Bump
7b0cd6f Update copyright
Expand All @@ -462,7 +468,10 @@ fd76941 Fix typo
a5f93e7 Update README
c22a837 First iteration of the notification package
032bebf first commit
d1d46cf (HEAD -> master, origin/master, origin/HEAD) Remove return type as it can be null
720e5cb (HEAD -> master, origin/master, origin/HEAD) Use logger() helper
1ad9cfb Remove `array_flatten()` as collections are returned
d8ddbb0 Fix column ambiguity
d1d46cf Remove return type as it can be null
d13d650 Refactor Corporation repo to use structured classes
ab9f039 Refactor the Character repository to use seperate classes
3f7a1f9 Return a single value instead of array
Expand Down Expand Up @@ -623,7 +632,18 @@ ea84fb0 Add Queue Data Source
467fb42 Update badges
5779eff Prepare repository for packagist
a46f437 Initial commit
86ade0b (HEAD -> master, origin/master, origin/HEAD) Add the AuthorizationController and fix the KeyBouncer
b5e6f9f (HEAD -> master, origin/master, origin/HEAD) Extend new core controllers instead of base in App namespace
1890f8a Redirect to the newly created role
e38c7ba Add ability to wildcard corporation and character access
5d8ccca Simply validation using form array validation.
231ea86 Remove `insteadof` as repository refactor removed the need for this
ce1bd67 Change Action to route home
f6fb5f9 Fix translation strings
27bd2c2 Implement Inverse access checking
48160d5 Rename Pillow to AccessManager and add typing
7042418 Fix translation key
896592c Add support for storing inverse permissions
86ade0b Add the AuthorizationController and fix the KeyBouncer
d8a412f Update bouncers to return a redirect instead of view
2d73c70 Update to match new class names in eveapi repo
249c5af Fix language string
Expand Down
3 changes: 2 additions & 1 deletion changelogs/api.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
4f74325 (HEAD -> master, origin/master) Update to make use of new corp repository classes
6d28aff (HEAD -> master, origin/master) Extend new core controllers instead of base in App namespace
4f74325 Update to make use of new corp repository classes
39237e8 Update to use new classes from the the repository
db6db82 Fix middleware to include new `web` middleware.
ba92bd6 Update PHP & Laravel dependencies
Expand Down
3 changes: 2 additions & 1 deletion changelogs/console.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cebd0ef (HEAD -> master, origin/master) Update to match new class names in eveapi repo
9d189dc (HEAD -> master, origin/master) Rename Pillow to AccessManager and update calls argument list
cebd0ef Update to match new class names in eveapi repo
e1a95e9 Correctly identify the current user running the command.
e83fb0e Use `dispatch()` helper instead of Trait
953d790 Update PHP, Laravel & Guzzle dependencies
Expand Down
3 changes: 2 additions & 1 deletion changelogs/eveapi.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
34ac286 (HEAD -> master, origin/master, origin/HEAD) Extract some error handling up to the base abstract class
79e30bd (HEAD -> master, origin/master, origin/HEAD) Use logger() helper
34ac286 Extract some error handling up to the base abstract class
77172ec Cleanup methods, add type hints and remove unused code
f4af243 Make the integer migration a little more understandable.
66c6bba Add more contact related fields to the integer fixes
Expand Down
3 changes: 2 additions & 1 deletion changelogs/notifications.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
6caa863 (HEAD -> master, origin/master) Update PHP & Laravel dependencies. Remove psr/log dependency.
353d04c (HEAD -> master, origin/master) Extend new core controllers instead of base in App namespace
6caa863 Update PHP & Laravel dependencies. Remove psr/log dependency.
624e13c Apply new global web middleware
c115945 (tag: 1.0.4) Version Bump
7b0cd6f Update copyright
Expand Down
4 changes: 3 additions & 1 deletion changelogs/seat.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
f0ae9f2 (HEAD -> master, origin/master) Update README
f5277c7 (HEAD -> master, origin/master) Remove base controller as we can exterd straigh out of core now.
46c9f42 Update Changelogs
f0ae9f2 Update README
a85b609 Update README to include versions
a1aa28e Format changelogs as txt files
591a96c Add changelogs
Expand Down
5 changes: 4 additions & 1 deletion changelogs/services.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
d1d46cf (HEAD -> master, origin/master, origin/HEAD) Remove return type as it can be null
720e5cb (HEAD -> master, origin/master, origin/HEAD) Use logger() helper
1ad9cfb Remove `array_flatten()` as collections are returned
d8ddbb0 Fix column ambiguity
d1d46cf Remove return type as it can be null
d13d650 Refactor Corporation repo to use structured classes
ab9f039 Refactor the Character repository to use seperate classes
3f7a1f9 Return a single value instead of array
Expand Down
13 changes: 12 additions & 1 deletion changelogs/web.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
86ade0b (HEAD -> master, origin/master, origin/HEAD) Add the AuthorizationController and fix the KeyBouncer
b5e6f9f (HEAD -> master, origin/master, origin/HEAD) Extend new core controllers instead of base in App namespace
1890f8a Redirect to the newly created role
e38c7ba Add ability to wildcard corporation and character access
5d8ccca Simply validation using form array validation.
231ea86 Remove `insteadof` as repository refactor removed the need for this
ce1bd67 Change Action to route home
f6fb5f9 Fix translation strings
27bd2c2 Implement Inverse access checking
48160d5 Rename Pillow to AccessManager and add typing
7042418 Fix translation key
896592c Add support for storing inverse permissions
86ade0b Add the AuthorizationController and fix the KeyBouncer
d8a412f Update bouncers to return a redirect instead of view
2d73c70 Update to match new class names in eveapi repo
249c5af Fix language string
Expand Down

0 comments on commit e320997

Please sign in to comment.