David Joy
20649f06d9
Merge pull request #107 from bitmakerla/chris/order_history_in_user_menu
...
feat: Order history item added in user menu
v2.3.0
2021-06-11 17:27:40 -04:00
ChrisChV
f2632fb449
feat: Order history item added in user menu
...
In Header.jsx, the Order history item was added in the user menu using the ORDER_HISTORY_URL environment variable as href.
Environment Variables section in README.rst updated with the description of ORDER_HISTORY_URL.
2021-06-05 10:43:06 -05:00
stvn
d4bf756993
merge( #86 ): renovate/actions-setup-node-2.x
...
commits
=======
- chore(deps): update actions/setup-node action to v2
2021-06-04 22:04:32 -07:00
Renovate Bot
076a7c8832
chore(deps): update actions/setup-node action to v2
2021-06-05 05:01:03 +00:00
stvn
ee53d4dfb8
merge( #106 ): build/renovate
...
commits
=======
- build(renovate): fix json syntax
2021-06-04 22:00:32 -07:00
stvn
42668c6d5a
build(renovate): fix json syntax
2021-06-04 21:53:57 -07:00
stvn
5645dd4491
merge( #104 ): build/renovate-stricter
...
commits
=======
- build(renovate): be more selective about automerging devDependencies
2021-06-04 13:42:15 -07:00
stvn
2bb3febc39
build(renovate): be more selective about automerging devDependencies
2021-06-04 13:21:37 -07:00
Renovate Bot
2fb9804b91
chore(deps): update dependency husky to v6
2021-06-04 00:50:59 +00:00
Renovate Bot
a09317aaae
chore(deps): update commitlint monorepo to v12
2021-06-04 00:43:30 +00:00
Renovate Bot
080621bcea
fix(deps): update dependency react-transition-group to v4.4.2
v2.2.7
2021-06-04 00:34:45 +00:00
Renovate Bot
37e9ef0434
fix(deps): update dependency react-responsive to v8.2.0
v2.2.6
2021-06-04 00:24:39 +00:00
Renovate Bot
df1b6ff941
chore(deps): update react monorepo to v16.14.0
2021-06-04 00:13:10 +00:00
Renovate Bot
52b8b7ca11
chore(deps): update dependency redux to v4.1.0
2021-06-04 00:00:12 +00:00
Renovate Bot
9ed0af96ca
chore(deps): update dependency react-router-dom to v5.2.0
2021-06-03 23:46:01 +00:00
Renovate Bot
8d0bd0ca05
chore(deps): update dependency react-redux to v7.2.4
2021-06-03 23:30:28 +00:00
Renovate Bot
de83d5f20f
chore(deps): update dependency husky to v3.1.0
2021-06-03 23:12:56 +00:00
Renovate Bot
54ff71b0ec
chore(deps): update dependency enzyme-adapter-react-16 to v1.15.6
2021-06-03 22:54:19 +00:00
Renovate Bot
a8347625ae
chore(deps): update dependency enzyme to v3.11.0
2021-06-03 22:34:36 +00:00
Renovate Bot
305ae120c6
chore(deps): update dependency codecov to v3.8.2
2021-06-03 22:14:04 +00:00
Renovate Bot
e1468b5396
chore(deps): update dependency @edx/paragon to v12.8.0
2021-06-03 21:52:33 +00:00
Renovate Bot
10767bdaac
chore(deps): update dependency @edx/frontend-platform to v1.11.0
2021-06-03 21:27:30 +00:00
Renovate Bot
484d6af4d9
chore(deps): update dependency @edx/frontend-build to v5.6.14
2021-06-03 21:01:01 +00:00
Renovate Bot
8ba7153806
chore(deps): update commitlint monorepo
2021-06-03 20:31:27 +00:00
stvn
334bdb34f3
merge( #103 ): build/renovate
...
commits
=======
- build(renovate): be more liberal about what automerges
2021-06-03 11:18:13 -07:00
stvn
12b63c5583
build(renovate): be more liberal about what automerges
...
based on https://github.com/edx/frontend-app-account .
2021-06-03 11:00:58 -07:00
stvn
3726792df2
merge: stvn/own/code
2021-05-26 13:42:44 -07:00
stvn
cc252e32e6
build: add CODEOWNERS; edx/community-engineering
...
Background
==========
As part of our Squad-based ownership, we should stay on top of what
happens in these repositories. However, due to the number of
repositories (and subsequently pull requests) across the edX ecosystem,
it is challenging to stay on top of notifications, separating the
'signal' from the 'noise'. Email filters can go a long way to taming
Inbox notifications, but this is manual and requires maintenance as
Squad ownership changes. It also fails to account for Github-specific behavior.
Proposal
========
By leveraging Github support for `CODEOWNERS` files [1],
we can ensure that our team is at least CCed explicitly, here,
in the form a requested review. This request is just that, a request,
not a requirement; we are not enacting any new merge requirements
at this time.
- [1] https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
2021-05-26 12:16:05 -07:00
David Joy
0c58362b49
docs: Updating README with repository details. ( #101 )
...
* docs: fleshing out the readme
Making it consistent with frontend-component-footer and much more detailed.
* fix: Removing unused variable, siteName
Also fixing logout URL in development. (We fixed this in a number of other repositories already, but somehow this one snuck through)
2021-05-13 14:57:25 -04:00
Uzair Rasheed
b00e018105
Merge pull request #97 from edx/van-379/add-skipnav-link
...
fix: add skipnav link in header
v2.2.5
2021-03-19 21:12:14 +05:00
uzairr
02464f9c09
fix: add skipnav link in header
2021-03-19 21:05:18 +05:00
Uzair Rasheed
67c1fb2cda
Merge pull request #95 from edx/van-379/add-skipnav-link
...
add skipnav link in header
2021-03-19 18:23:28 +05:00
uzairr
e84843d83a
add skipnav link in header
2021-03-19 14:57:42 +05:00
Renovate Bot
20606c2880
chore(deps): update dependency redux-saga to v1.1.3
2021-02-11 15:34:50 +00:00
Renovate Bot
3ba52a586e
chore(deps): update dependency redux to v4.0.5
2021-02-11 10:36:34 +00:00
Renovate Bot
9eafcc9ca0
chore(deps): update dependency @edx/frontend-platform to v1.8.4
2021-02-11 01:55:14 +00:00
Uzair Rasheed
61ecf93785
Merge pull request #92 from edx/align-logo-to-left
...
fix: align logo to left
v2.2.4
2021-02-08 14:57:53 +05:00
uzairr
917e748fc5
fix: align logo to left on authn mfe
2021-02-08 13:18:42 +05:00
Adeel Ehsan
0d64b19ac4
Merge pull request #89 from edx/aehsan/logistration-renmaed-to-authn
...
fix: logistration renamed to authn
v2.2.3
2021-01-28 14:06:36 +05:00
adeelehsan
9415709b81
fix: logistration renamed to authn
2021-01-28 13:08:25 +05:00
Adeel Ehsan
003d8ee1a7
Merge pull request #88 from edx/revert-87-aehsan/logistration_renmaed_to_authn
...
Revert "logistration renamed to auth n"
2021-01-28 12:58:14 +05:00
Adeel Ehsan
18dd01d3d2
Revert "logistration renamed to auth n"
2021-01-28 12:52:31 +05:00
Adeel Ehsan
bdb1e03e4e
Merge pull request #87 from edx/aehsan/logistration_renmaed_to_authn
...
logistration renamed to auth n
2021-01-28 12:34:54 +05:00
adeelehsan
5662e5daa3
logistration renamed to auth n
2021-01-28 12:27:17 +05:00
Renovate Bot
9306ce0783
chore(deps): update dependency react-redux to v7.1.3
2021-01-24 19:58:38 +00:00
Renovate Bot
f58ef0ace6
chore(deps): update dependency @edx/frontend-platform to v1.8.1
2021-01-10 13:50:47 +00:00
Waheed Ahmed
7de6ba4381
fix: logistration hide user menu icon on mobile screens ( #84 )
...
VAN-227
v2.2.2
2020-12-22 13:02:55 +05:00
Adam Stankiewicz
14fe2d9bc6
fix: use LOGO_URL and move to GH actions ( #81 )
...
* fix: use LOGO_URL and move to GH actions
* fix: duplicate i18n message id
v2.2.1
2020-12-01 09:48:38 -05:00
Waheed Ahmed
78573e30f1
feat: add LOGISTRATION_MINIMAL_HEADER env variable ( #75 )
...
The LOGISTRATION_MINIMAL_HEADER environment variable removes the main menu links
from the header. It also removes login/register links from the menu if user
is unauthenticated.
v2.2.0
2020-11-23 15:04:20 +05:00
Adam Stankiewicz
ae014d2f24
feat: use logo from config settings, retheme with @edx/brand
v2.1.0
2020-11-20 11:20:50 -05:00