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

DC MILO Release 0.2443 #864

Merged
merged 42 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
a328528
Images optimization
joaquinrivero Oct 9, 2024
5f9f609
MWPW-158010
Blainegunn Oct 9, 2024
47f3587
Merge pull request #849 from adobecom/MWPW-158010
Blainegunn Oct 9, 2024
4826731
MWPW-159547 & MWPW-160053
Blainegunn Oct 9, 2024
4ead524
svg loading programatically
joaquinrivero Oct 10, 2024
8c42ec0
Merge branch 'stage' into MWPW-160119
joaquinrivero Oct 10, 2024
d630eb2
SVGs loading programmatically
joaquinrivero Oct 10, 2024
efe0484
Merge branch 'MWPW-160119' of github.com:adobecom/dc into MWPW-160119
joaquinrivero Oct 10, 2024
4b8f64e
SVGs
joaquinrivero Oct 10, 2024
02cf671
Css fix
joaquinrivero Oct 10, 2024
625eaa0
Merge pull request #851 from adobecom/MWPW-160119
Blainegunn Oct 11, 2024
6c3e620
Merge branch 'stage' into MWPW-160053
Blainegunn Oct 11, 2024
82eae51
Merge pull request #850 from adobecom/MWPW-160053
Blainegunn Oct 11, 2024
4c69c57
MWPW-156766 & MWPW-160238
Blainegunn Oct 14, 2024
3b8b39f
Merge pull request #852 from adobecom/MWPW-156766
Blainegunn Oct 14, 2024
4919ace
Stage library
joaquinrivero Oct 15, 2024
3f4f74b
MWPW-160278
Blainegunn Oct 16, 2024
21181e4
Merge pull request #854 from adobecom/MWPW-160278
Blainegunn Oct 16, 2024
f0491c1
MWPW-160132
Blainegunn Oct 16, 2024
8429819
MWPW-160132
Blainegunn Oct 16, 2024
4c1959e
Update verb-widget.js
Blainegunn Oct 16, 2024
4587b63
Update verb-widget.js
Blainegunn Oct 17, 2024
f9c671b
Merge branch 'stage' into MWPW-160132
Blainegunn Oct 17, 2024
c45a743
Merge pull request #856 from adobecom/MWPW-160132
Blainegunn Oct 17, 2024
4f87fdf
various bugs and feedback
Blainegunn Oct 17, 2024
a5b32bd
fix
Blainegunn Oct 17, 2024
bbddd55
Merge pull request #858 from adobecom/MWPW-160618
Blainegunn Oct 17, 2024
51eeacc
Localize legal links
joaquinrivero Oct 18, 2024
9d91d6f
MWPW-160689
Blainegunn Oct 18, 2024
32b4f6c
Merge pull request #859 from adobecom/MWPW-160689
Blainegunn Oct 18, 2024
9c17c3d
MWPW-160606
Blainegunn Oct 18, 2024
2b919fe
Merge pull request #861 from adobecom/MWPW-160606
Blainegunn Oct 18, 2024
1de0d79
Returning .live instead of pages
joaquinrivero Oct 21, 2024
21c692a
Merge branch 'stage' into MWPW-160129
joaquinrivero Oct 21, 2024
d727996
Fix test
TsayAdobe Oct 21, 2024
1009050
Merge pull request #853 from adobecom/MWPW-160129
TsayAdobe Oct 21, 2024
a9520dc
Fix Jenkin master name
TsayAdobe Oct 21, 2024
dc45f2f
Merge branch 'stage' into MWPW-159559
joaquinrivero Oct 21, 2024
ef27e29
getConfig() from milo
joaquinrivero Oct 21, 2024
89adba3
Merge pull request #857 from adobecom/MWPW-159559
TsayAdobe Oct 21, 2024
5842405
Merge branch 'stage' into MWPW-158986
TsayAdobe Oct 21, 2024
45d8cd5
Merge pull request #863 from adobecom/MWPW-158986
TsayAdobe Oct 21, 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 .github/workflows/run-inside.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:

- name: Trigger Jenkins Job
run: |
curl -X POST 'https://dc.ci.corp.adobe.com/job/DC%20Release%20-%20Run%20Nala/buildWithParameters?token=${{ secrets.JNK_JOB_TOKEN }}&branch=${{ github.head_ref || github.ref_name }}' \
curl -X POST 'https://dcx.ci.corp.adobe.com/job/DC%20Release%20-%20Run%20Nala/buildWithParameters?token=${{ secrets.JNK_JOB_TOKEN }}&branch=${{ github.head_ref || github.ref_name }}' \
-u '${{ secrets.JNK_USER }}:${{ secrets.JNK_API_TOKEN }}'
Loading
Loading