This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch contributors-guide
in repository https://gitbox.apache.org/repos/asf/struts-site.git.
discard a5f1513 Converts new pages related to creating distro
omit 8a51d04 Add $-syntax to announcement
omit a6a7a22 Add Announcement 2020-08-13
omit 3761b85 Make current 2019 announcement page archived
omit fdd3e91 Adjust docker scripts and docs to remove start errors (bash)
and allow local serving
omit beb48b9 Add ignores for VS Code and Eclipse
omit 2e0c2dd Adds small Struts logo
omit c318651 Adds Sample Announcements page
omit 032ccc8 Adds One time steps page
omit 2afbca8 Uses the latest Maven summary
omit 98cfcc5 Adding section how create a release
omit d614723 Adds Contributors Guide to the menu
omit aaaf7e3 Adds how to build
omit fda9a83 Drops WIP
omit b767d8d Creates Contributors Guide starting page
add 5dd1805 Adds small Struts logo
add 4accab4 Add ignores for VS Code and Eclipse
add 6ec8abe Adjust docker scripts and docs to remove start errors (bash)
and allow local serving
add 82f2b50 Make current 2019 announcement page archived
add 166f72e Add Announcement 2020-08-13
add d7a07ec Add $-syntax to announcement
add 2b13f96 Adding documentation for FM and COOP/COEP (#1)
add 18360c2 Remove individual interceptor refs
add 85d7bbc Merge pull request #149 from salcho/fm-coop-coep-docs
add 35c12fd Adds release info about Struts 2.5.25
add d9e8d07 Merge pull request #150 from apache/release-2525
new cfc948a Creates Contributors Guide starting page
new ee45534 Drops WIP
new 44312b5 Adds how to build
new d9bd470 Adds Contributors Guide to the menu
new 69a7edf Adding section how create a release
new e45126d Uses the latest Maven summary
new ee8f58b Adds One time steps page
new de141f5 Adds Sample Announcements page
new 160cb67 Converts new pages related to creating distro
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a5f1513)
\
N -- N -- N refs/heads/contributors-guide (160cb67)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
_config.yml | 10 +++---
source/announce.md | 31 ++++++++++++++++
source/core-developers/coep-interceptor.md | 40 +++++++++++++++++++++
source/core-developers/coop-interceptor.md | 42 ++++++++++++++++++++++
.../core-developers/fetch-metadata-interceptor.md | 39 ++++++++++++++++++++
source/core-developers/interceptors.md | 3 ++
source/index.html | 2 +-
source/releases.html | 13 ++++++-
source/security/index.md | 24 +++++++++++++
9 files changed, 197 insertions(+), 7 deletions(-)
create mode 100644 source/core-developers/coep-interceptor.md
create mode 100644 source/core-developers/coop-interceptor.md
create mode 100644 source/core-developers/fetch-metadata-interceptor.md