Commits on Source (60)
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
Add support for branch subdirectories See merge request chris/pages-test!1
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
* dev: clean up the deployment script Fix the environment URL Use publicly browsable artifacts instead of pages Copy contents of src directory, not the directory itself Make sure the branch subdirectory exists Add support for branch subdirectories Conflicts: .gitlab-ci.yml
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
Dev See merge request chris/pages-test!3
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
Variable substitution See merge request !5
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
My tests indicate that the pages:deploy job typically takes 50-60 seconds to complete, so I'm delaying the cache purge for 180 seconds
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
* custom-domain: Re-enable Cloudflare purge, but only on default branch since pages only runs on default branch Go back to not using depend strategy on triggered pipeline Purposefully fail the child job to see if the parent job fails too Set the trigger strategy to 'depend' and see if it reserves a CI runner Move the cache purge to a child pipeline Delay the Cloudflare cache purge so that pages:deploy is finished Add a subdirectory and page for testing purposes Purge all site URLs from Cloudflare cache Add a cache-test.html page for testing page cache Temp change to make pages run on this branch
-
Chris Coley authored
That extra request to the default /favicon.ico path on the root of the domain, which is not a valid path because Pages has no root namespace, was being redirected to an auth page. That auth page was setting cookies which were then being passed along with subsequent requests, causing the pages to not be cached. Hopefully this fixes that.
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
-
Chris Coley authored
Showing
- .gitlab-ci.yml 115 additions, 4 deletions.gitlab-ci.yml
- README.md 9 additions, 58 deletionsREADME.md
- public/index.html 0 additions, 23 deletionspublic/index.html
- purge-cache.gitlab-ci.yml 51 additions, 0 deletionspurge-cache.gitlab-ci.yml
- src/cache-test-symlink.html 1 addition, 0 deletionssrc/cache-test-symlink.html
- src/cache-test.html 87 additions, 0 deletionssrc/cache-test.html
- src/gitlab-favicon.png 0 additions, 0 deletionssrc/gitlab-favicon.png
- src/gitlab-logo.png 0 additions, 0 deletionssrc/gitlab-logo.png
- src/index.html 34 additions, 0 deletionssrc/index.html
- src/sitemap.xml 13 additions, 0 deletionssrc/sitemap.xml
- src/style.css 29 additions, 0 deletionssrc/style.css
- src/sub/index.html 30 additions, 0 deletionssrc/sub/index.html
public/index.html
deleted
100644 → 0
purge-cache.gitlab-ci.yml
0 → 100644
src/cache-test-symlink.html
0 → 120000
src/cache-test.html
0 → 100644
src/gitlab-favicon.png
0 → 100644
591 B
src/gitlab-logo.png
0 → 100644
9.98 KiB
src/index.html
0 → 100644
src/sitemap.xml
0 → 100644
src/sub/index.html
0 → 100644