Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 92a6e15

Browse files
authored
Merge branch 'master' into db_patch_fix
2 parents 924ed95 + efd1ded commit 92a6e15

File tree

5 files changed

+51
-1
lines changed

5 files changed

+51
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
_config.local.yml
1212
.jekyll-metadata
13+
.whatsup.yml
1314

1415
*.bat
1516
/tmp/

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ source 'https://rubygems.org'
44

55
gem 'devdocs', git: 'https://github.com/magento-devdocs/devdocs-theme.git'
66
gem 'jekyll'
7+
gem 'whatsup_github'
78

89
gem 'wdm', platform: :mswin
910

Gemfile.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ GEM
3131
ffi (>= 1.3.0)
3232
eventmachine (1.2.7)
3333
exifr (1.3.6)
34+
faraday (0.15.4)
35+
multipart-post (>= 1.2, < 3)
3436
ffi (1.10.0)
3537
filesize (0.2.0)
3638
forwardable-extended (2.6.0)
@@ -107,8 +109,12 @@ GEM
107109
mercenary (0.3.6)
108110
mini_portile2 (2.3.0)
109111
minitest (5.11.3)
112+
multipart-post (2.1.1)
113+
netrc (0.11.0)
110114
nokogiri (1.8.5)
111115
mini_portile2 (~> 2.3.0)
116+
octokit (4.14.0)
117+
sawyer (~> 0.8.0, >= 0.5.3)
112118
parallel (1.17.0)
113119
pathutil (0.16.2)
114120
forwardable-extended (~> 2.6)
@@ -126,16 +132,26 @@ GEM
126132
sass-listen (4.0.0)
127133
rb-fsevent (~> 0.9, >= 0.9.4)
128134
rb-inotify (~> 0.9, >= 0.9.7)
135+
sawyer (0.8.2)
136+
addressable (>= 2.3.5)
137+
faraday (> 0.8, < 2.0)
138+
thor (0.20.3)
129139
thread_safe (0.3.6)
130140
typhoeus (1.3.1)
131141
ethon (>= 0.9.0)
132142
tzinfo (1.2.5)
133143
thread_safe (~> 0.1)
134144
verbal_expressions (0.1.5)
145+
wdm (0.1.1)
146+
whatsup_github (0.0.1)
147+
netrc (~> 0.10)
148+
octokit (~> 4.14)
149+
thor (~> 0.20)
135150
yell (2.1.0)
136151

137152
PLATFORMS
138153
ruby
154+
x86-mswin32
139155

140156
DEPENDENCIES
141157
devdocs!
@@ -151,6 +167,7 @@ DEPENDENCIES
151167
jekyll-titles-from-headings
152168
launchy
153169
wdm
170+
whatsup_github
154171

155172
BUNDLED WITH
156173
1.17.3

Rakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,9 @@ task init: %w[multirepo:init]
6363

6464
desc 'Run checks (image optimization).'
6565
task check: %w[check:image_optim]
66+
67+
desc 'Generate data for the weekly digest.'
68+
task :whatsnew do
69+
print 'Generating data for the weekly digest: $ '.magenta
70+
sh 'whatsup_github'
71+
end

_data/whats-new.yml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,33 @@ description: |
44
We exclude from this list proofreading, spelling checks, and all minor updates.
55
link: /whats-new.html
66
thread: /whatsnew-feed.xml
7-
updated: Thu Jun 13 15:25:09 2019
7+
updated: Mon Jun 17 11:55:49 2019
88
entries:
9+
- description: Added the [Data Provider Annotation](https://devdocs.magento.com/guides/v2.3/test/unit/annotations/data-provider.html)
10+
topic to the PHP Unit Testing guide.
11+
versions: 2.1.x, 2.2.x, 2.3.x
12+
type: New topic
13+
date: June 17, 2019
14+
link: https://github.com/magento/devdocs/pull/4735
15+
- description: Added a new topic that describes the [ArrayManager library](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/framework/array-manager.html)
16+
and how to use it.
17+
versions: 2.1.x, 2.2.x, 2.3.x
18+
type: New topic
19+
date: June 17, 2019
20+
link: https://github.com/magento/devdocs/pull/4682
21+
- description: Added `bin/magento` reference documentation (autogenerated) for [2.1](https://devdocs.magento.com/guides/v2.1/reference/cli/magento.html),
22+
[2.2](https://devdocs.magento.com/guides/v2.2/reference/cli/magento.html), and
23+
[2.3](https://devdocs.magento.com/guides/v2.3/reference/cli/magento.html).
24+
versions: 2.x
25+
type: New topic
26+
date: June 17, 2019
27+
link: https://github.com/magento/devdocs/pull/4693
28+
- description: Added [information](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/indexing.html)
29+
about indexing and the `mview.xml` file.
30+
versions: 2.2.x, 2.3.x
31+
type: Major update
32+
date: June 14, 2019
33+
link: https://github.com/magento/devdocs/pull/4683
934
- description: Added information about the Magento persistent module for [v2.1](https://devdocs.magento.com/guides/v2.1/mrg/ce/Persistent.html)
1035
and [v2.2](https://devdocs.magento.com/guides/v2.2/mrg/ce/Persistent.html).
1136
versions: 2.1.x, 2.2.x

0 commit comments

Comments
 (0)