Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Nov 26, 2016
1 parent 15711ad commit 521d361
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 14 deletions.
26 changes: 19 additions & 7 deletions changelogs/all.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
92b1c7c (HEAD -> master, origin/master) Update Changelogs
15711ad (HEAD -> master, origin/master) Update composer for 2.0 packages.
bde9ab2 Update description
54c78f2 Update with more package badges
13638f0 Update readme with security notice
aace34a Update Changelogs
92b1c7c Update Changelogs
0e7c5ca Update Changelogs
e320997 Update Changelogs
f5277c7 Remove base controller as we can exterd straigh out of core now.
Expand Down Expand Up @@ -79,7 +84,9 @@ c8a5b6e Move namespace from App -> Seat
57487e8 Update .gitignore
644f3a9 Add license and update .gitignore
0bba931 first commit
2485046 (HEAD -> master, origin/master) Remove unused precedence rule
2d66b64 (HEAD -> master, tag: 2.0.0-alpha1, origin/master) Update composer for 2.0 packages and version 2.0.0-alpha1
92a189e (tag: 2.0.0-dev) Bump to 2.0.0-dev
2485046 Remove unused precedence rule
80c3d0e Code formatting fixes
6d28aff Extend new core controllers instead of base in App namespace
4f74325 Update to make use of new corp repository classes
Expand Down Expand Up @@ -136,7 +143,8 @@ dda7cbb Add endpoint to validate credentials
6905c26 Compelte the EVE API Key API
32d17cf First preperations for the SeAT API
57f8c6d first commit
2952e40 (HEAD -> master, origin/master) Code formatting fixes
81c6385 (HEAD -> master, tag: 2.0.0-alpha1, origin/master) Update composer for 2.0 packages and version 2.0.0-alpha1
2952e40 Code formatting fixes
9d189dc 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.
Expand Down Expand Up @@ -214,7 +222,8 @@ b9b7545 Add the EveUpdateServerStatus command
c978b94 Add the add:job command for testing
c01ddd9 Start the Console package
f42ac27 first commit
edb45bd (HEAD -> master, origin/master, origin/HEAD) Add a relationship between message headers and bodies.
53a181a (HEAD -> master, tag: 2.0.0-alpha1, origin/master, origin/HEAD) Update composer for 2.0 packages and version 2.0.0-alpha1
edb45bd Add a relationship between message headers and bodies.
9983367 Allow for notification on the character sheet
271aa73 Fix type hint to an int instead of string
59a83e5 Move the `Affiliation` updater to a character specific class.
Expand Down Expand Up @@ -462,7 +471,8 @@ ca0a6d7 Add generated docblocks
b6991b9 Start a few things to test job workers
40d4948 Start composer package
af4f12f first commit
9a7af30 (HEAD -> master, origin/master) Add character mail alert.
8d631d0 (HEAD -> master, tag: 2.0.0-alpha1, origin/master) Update composer for 2.0 packages and version 2.0.0-alpha1
9a7af30 Add character mail alert.
e72475f Add new api key added alert.
5c72ad8 Add member api state change alert.
177b12e Add a starbase state change alert.
Expand Down Expand Up @@ -503,7 +513,8 @@ fd76941 Fix typo
a5f93e7 Update README
c22a837 First iteration of the notification package
032bebf first commit
3367168 (HEAD -> master, origin/master, origin/HEAD) Add more data sources for the dashboard.
95f0453 (HEAD -> master, tag: 2.0.0-alpha1, origin/master, origin/HEAD) Update composer for 2.0 packages and version 2.0.0-alpha1
3367168 Add more data sources for the dashboard.
0da12f3 Allow specifying which tags to exclude when cleaning html.
e87cb20 Fix member tracking counts by using a leftJoin.
f70db5f Dont override existing schedules when seeding the database.
Expand Down Expand Up @@ -685,7 +696,8 @@ ea84fb0 Add Queue Data Source
467fb42 Update badges
5779eff Prepare repository for packagist
a46f437 Initial commit
a408ddf (HEAD -> master, origin/master, origin/HEAD) Add a character wallet spend graph.
dd76e24 (HEAD -> master, tag: 2.0.0-alpha1, origin/master, origin/HEAD) Update composer for 2.0 packages and version 2.0.0-alpha1
a408ddf Add a character wallet spend graph.
ff13f32 Introduce ChartJS and add more dashboard elements.
21067c6 Allow packages to set a permission required for a menu item.
b82aa7d Use select2 for character selection
Expand Down
4 changes: 3 additions & 1 deletion changelogs/api.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
2485046 (HEAD -> master, origin/master) Remove unused precedence rule
2d66b64 (HEAD -> master, tag: 2.0.0-alpha1, origin/master) Update composer for 2.0 packages and version 2.0.0-alpha1
92a189e (tag: 2.0.0-dev) Bump to 2.0.0-dev
2485046 Remove unused precedence rule
80c3d0e Code formatting fixes
6d28aff Extend new core controllers instead of base in App namespace
4f74325 Update to make use of new corp repository classes
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 @@
2952e40 (HEAD -> master, origin/master) Code formatting fixes
81c6385 (HEAD -> master, tag: 2.0.0-alpha1, origin/master) Update composer for 2.0 packages and version 2.0.0-alpha1
2952e40 Code formatting fixes
9d189dc 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.
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 @@
edb45bd (HEAD -> master, origin/master, origin/HEAD) Add a relationship between message headers and bodies.
53a181a (HEAD -> master, tag: 2.0.0-alpha1, origin/master, origin/HEAD) Update composer for 2.0 packages and version 2.0.0-alpha1
edb45bd Add a relationship between message headers and bodies.
9983367 Allow for notification on the character sheet
271aa73 Fix type hint to an int instead of string
59a83e5 Move the `Affiliation` updater to a character specific class.
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 @@
9a7af30 (HEAD -> master, origin/master) Add character mail alert.
8d631d0 (HEAD -> master, tag: 2.0.0-alpha1, origin/master) Update composer for 2.0 packages and version 2.0.0-alpha1
9a7af30 Add character mail alert.
e72475f Add new api key added alert.
5c72ad8 Add member api state change alert.
177b12e Add a starbase state change alert.
Expand Down
7 changes: 6 additions & 1 deletion changelogs/seat.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
92b1c7c (HEAD -> master, origin/master) Update Changelogs
15711ad (HEAD -> master, origin/master) Update composer for 2.0 packages.
bde9ab2 Update description
54c78f2 Update with more package badges
13638f0 Update readme with security notice
aace34a Update Changelogs
92b1c7c Update Changelogs
0e7c5ca Update Changelogs
e320997 Update Changelogs
f5277c7 Remove base controller as we can exterd straigh out of core now.
Expand Down
3 changes: 2 additions & 1 deletion changelogs/services.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
3367168 (HEAD -> master, origin/master, origin/HEAD) Add more data sources for the dashboard.
95f0453 (HEAD -> master, tag: 2.0.0-alpha1, origin/master, origin/HEAD) Update composer for 2.0 packages and version 2.0.0-alpha1
3367168 Add more data sources for the dashboard.
0da12f3 Allow specifying which tags to exclude when cleaning html.
e87cb20 Fix member tracking counts by using a leftJoin.
f70db5f Dont override existing schedules when seeding the database.
Expand Down
3 changes: 2 additions & 1 deletion changelogs/web.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
a408ddf (HEAD -> master, origin/master, origin/HEAD) Add a character wallet spend graph.
dd76e24 (HEAD -> master, tag: 2.0.0-alpha1, origin/master, origin/HEAD) Update composer for 2.0 packages and version 2.0.0-alpha1
a408ddf Add a character wallet spend graph.
ff13f32 Introduce ChartJS and add more dashboard elements.
21067c6 Allow packages to set a permission required for a menu item.
b82aa7d Use select2 for character selection
Expand Down

0 comments on commit 521d361

Please sign in to comment.