Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasing changes in Prod #162

Merged
merged 50 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
423a378
Added mapping for uuid (#74)
mathieu-lessard May 3, 2024
f7c918a
Removed Prefix from Displayed UUID Value on Assets (#76)
cheintzman May 8, 2024
61f7611
Modified formatAssetMetadata() to allow custom dc-format Labels (#79)
cheintzman May 9, 2024
777b5cb
Removed "required" and custom values for fields (#86)
mathieu-lessard May 17, 2024
e1748ca
Added getBaseConfigPath to Collections Back Button (#89)
cheintzman May 23, 2024
9c80f01
Releasing HCV Dashboard code (#106)
shiv-gup Jun 3, 2024
112dc3a
ASSETS-88912 : [Issue] Last page number is not matching with total nu…
TyroneAEM Jun 4, 2024
62f579f
Performance refactoring (#107)
mdickson-adbe Jun 4, 2024
4764101
add programID parameter to deliverable query (#109)
mdickson-adbe Jun 5, 2024
fcc7312
Update query names, handle formatting (#110)
mdickson-adbe Jun 5, 2024
9232962
fix typo in graphql query name (#111)
mdickson-adbe Jun 5, 2024
887a1e7
ASSETS-88914 : Fix Pagination Frontend Code (#108)
TyroneAEM Jun 5, 2024
c53f1ca
Merge remote-tracking branch 'origin/main' into rc
Jun 5, 2024
b272d9c
Restored previous logic using cursorArray to manage the calculation o…
TyroneAEM Jun 6, 2024
d129198
Adjust height of deliverables tab on program-details block (#114)
mdickson-adbe Jun 7, 2024
ba077db
DXI-26587- Modify landing page for v3 Hub, so Signin goes to CH/v4 (#…
staware30 Jun 11, 2024
ae27a9c
Replace throwing 404 error when the asset is not found, with asset.sv…
TyroneAEM Jun 11, 2024
525d50a
Make content fragment path for WF mappings configurable (#118)
mdickson-adbe Jun 12, 2024
719a27f
Merge branch 'main' into rc
mdickson-adbe Jun 12, 2024
69d6ec3
Fixed issue where header didn't load if the user didn't have a profil…
mathieu-lessard Jun 12, 2024
1ea6d9b
add checks for null 'review link' and 'final asset' (#122)
mdickson-adbe Jun 12, 2024
6c55177
Refactor header and query variable extraction (#123)
mdickson-adbe Jun 12, 2024
af3e26b
Updated Product List (#117)
mathieu-lessard Jun 12, 2024
780be97
Restored calling the function attatchEventListerners() at the end of …
TyroneAEM Jun 13, 2024
f33f4aa
Fix text wrapping issue in Project Owner column for smaller viewports…
TyroneAEM Jun 14, 2024
61f4dd6
ASSETS-88920 : Cosmetic Updates from MVP Feedback (#126)
TyroneAEM Jun 18, 2024
a818f5b
Merge branch 'main' into rc
mdickson-adbe Jun 20, 2024
0a413be
ASSETS-88921 : Marketing Moments Clickable Title and Underdevelopment…
TyroneAEM Jun 25, 2024
f2806bb
Sorted the options in the dropdown lists alphabetically on the option…
TyroneAEM Jun 28, 2024
5b61d34
ASSETS-88922 : Review the Deliverable page load time (#130)
TyroneAEM Jun 28, 2024
309fbd9
assets.js (#132)
TyroneAEM Jul 8, 2024
f229613
Merge branch 'main' of https://github.com/hlxsites/adobe-gmo into rc
Jul 10, 2024
18ddd12
gmo-program-details.js
TyroneAEM Jul 11, 2024
4f77547
Revert "gmo-program-details.js"
TyroneAEM Jul 11, 2024
ffa3451
gmo-program-details.js
TyroneAEM Jul 11, 2024
e16de1c
Resolved typo in variable programName
TyroneAEM Jul 11, 2024
359a8d8
Merge branch 'main' into rc
TyroneAEM Jul 11, 2024
5151195
feat: Improve page load speed and add lazy loading for images (#134)
TyroneAEM Jul 11, 2024
a40ff9e
ASSETS-88926 : Review and Improve Page Performance of Marketing Momen…
TyroneAEM Jul 12, 2024
bd7b9a9
ASSETS-88927 : Toggle Read More Button (#138)
TyroneAEM Jul 15, 2024
a668e8a
Modified FAQ Nav (#139)
mathieu-lessard Jul 16, 2024
7640ed5
Updated function searchAsset(programName, campaignName, deliverableT…
TyroneAEM Jul 18, 2024
bbc1f10
Updated Launch Date label to Proposed Launch Date in Program List (#145)
TyroneAEM Jul 29, 2024
07bdaed
Added redirect block which supports regex (#148)
mathieu-lessard Jul 31, 2024
1a68aeb
Replaced console.log with console.info (#149)
mathieu-lessard Aug 1, 2024
6865a5b
Added alert letting people know their content as moved (#154)
mathieu-lessard Aug 7, 2024
e471c07
Squashed commit of the following:
Aug 8, 2024
f8fbbe0
Merge remote-tracking branch 'origin/main' into rc
Aug 8, 2024
1b1c795
Resolved conflicts
Aug 8, 2024
35229d5
DXI-27831: header fix for marketing dashboard filters (#159)
staware30 Aug 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blocks/gmo-program-header/gmo-program-header.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.gmo-program-header.block {
display: flex;
flex-direction: column;
margin-top: 20px;
margin-top: 45px;
}
.inputs-wrapper {
display: flex;
Expand Down
5 changes: 2 additions & 3 deletions blocks/gmo-redirect/gmo-redirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ export default async function decorate(block) {
for(let key in match.groups){
redirect = redirect.replace(`{${key}}`, match.groups[key]);
}
alert('You are being redirected to the latest version of the Marketing Hub. Please update your URL, if saved/bookmarked.')
console.info('redirecting to', redirect);
window.location.href = redirect;
return;
}
}
}
block.innerHTML = '';
}


}
Loading