Skip to content

Commit 59cc6a5

Browse files
authored
Merge pull request #302 from adobe-apiplatform/v2
prepare for v2.2.2rc3 release
2 parents 205b53f + 3cceceb commit 59cc6a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+9174
-7
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ pex:
2323
-f $(prebuilt_dir) \
2424
--disable-cache \
2525
--not-zip-safe .
26-
-$(RM) wheelhouse
2726

2827
test:
2928
nosetests --no-byte-compile tests

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes for User Sync Tool Version 2.2.2
22

3-
These notes apply to v2.2.2rc2 of 2017-10-29.
3+
These notes apply to v2.2.2rc3 of 2017-11-14.
44

55
## New Features
66

@@ -16,6 +16,8 @@ These notes apply to v2.2.2rc2 of 2017-10-29.
1616

1717
[#293](https://github.com/adobe-apiplatform/user-sync.py/issues/293): Don't crash when existing users are added to secondaries.
1818

19+
[#301](https://github.com/adobe-apiplatform/user-sync.py/issues/301): User Sync fails when adding more than 10 groups to a user.
20+
1921
## Compatibility with Prior Versions
2022

2123
There are no interface changes from prior versions.

docs/_includes/post-nav-area.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
<li><a href="{{page.url | relative_url | replace: lang, '/es/'}}">Español</a></li>
77
<li><a href="{{page.url | relative_url | replace: lang, '/fr/'}}">Français</a></li>
88
<li><a href="{{page.url | relative_url | replace: lang, '/jp/'}}">日本語</a></li>
9+
<li><a href="{{page.url | relative_url | replace: lang, '/bp/'}}">Português</a></li>
910
</ul>

docs/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ul>
1515

1616
{% assign current_level = 1 %}
17-
{% assign page_list = (site.pages) %}
17+
{% assign page_list = site.pages %}
1818
{% assign filtered_list = page_list | where_exp: 'page', "page.nav_level > 0" %}
1919
{% for my_page in filtered_list %}
2020
{% comment %}---{{my_page.lang}} --- {{my_page.url}} --- {{my_page.nav_order}}<br/>{% endcomment %}

docs/art/bp/user-guide/adobe-to-enterprise-connections.ai

Lines changed: 4997 additions & 0 deletions
Large diffs are not rendered by default.

docs/art/bp/user-guide/group-mapping.ai

Lines changed: 901 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)