Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Conversation

KaneFreeman
Copy link
Collaborator

Re-introduce the editorial workflow.

Gitea backend integration is still outstanding and will be done in a separate PR.

Related to #896

@netlify
Copy link

netlify bot commented Sep 29, 2023

Deploy Preview for staticjscms ready!

Name Link
🔨 Latest commit 7ed2422
🔍 Latest deploy log https://app.netlify.com/sites/staticjscms/deploys/651b71a06e77b1000805a0c8
😎 Deploy Preview https://deploy-preview-898.staticcms.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Sep 29, 2023

Deploy Preview for demo-staticjscms ready!

Name Link
🔨 Latest commit 7ed2422
🔍 Latest deploy log https://app.netlify.com/sites/demo-staticjscms/deploys/651b71a0736c080008385b8c
😎 Deploy Preview https://deploy-preview-898.demo.staticcms.org/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@KaneFreeman KaneFreeman changed the base branch from main to next September 29, 2023 16:01
const api = new API({
branch: 'gh-pages',
repo: 'my-repo',
token: 'token',

Check failure

Code scanning / CodeQL

Hard-coded credentials

The hard-coded value "token" is used as [authorization header](1).
const api = new API({
branch: 'gh-pages',
repo: 'my-repo',
token: 'token',

Check failure

Code scanning / CodeQL

Hard-coded credentials

The hard-coded value "token" is used as [authorization header](1).
const api = new API({
branch: 'gh-pages',
repo: 'my-repo',
token: 'token',

Check failure

Code scanning / CodeQL

Hard-coded credentials

The hard-coded value "token" is used as [authorization header](1).
@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Merging #898 (7ed2422) into next (9ffceef) will increase coverage by 2.18%.
The diff coverage is 28.95%.

@@            Coverage Diff             @@
##             next     #898      +/-   ##
==========================================
+ Coverage   52.75%   54.93%   +2.18%     
==========================================
  Files         233      246      +13     
  Lines       10020    11793    +1773     
  Branches     2631     2993     +362     
==========================================
+ Hits         5286     6479    +1193     
- Misses       4348     4908     +560     
- Partials      386      406      +20     
Files Coverage Δ
packages/core/src/actions/config.ts 96.03% <100.00%> (+55.38%) ⬆️
...re/src/backends/git-gateway/AuthenticationPage.tsx 51.28% <100.00%> (ø)
...ackages/core/src/backends/git-gateway/GitHubAPI.ts 37.25% <100.00%> (ø)
packages/core/src/backends/github/types.ts 100.00% <100.00%> (ø)
...rc/components/common/autocomplete/Autocomplete.tsx 86.36% <100.00%> (ø)
...s/core/src/components/common/button/IconButton.tsx 100.00% <100.00%> (ø)
packages/core/src/components/common/menu/Menu.tsx 81.57% <100.00%> (ø)
...ages/core/src/components/common/menu/MenuGroup.tsx 100.00% <100.00%> (ø)
...core/src/components/common/menu/MenuItemButton.tsx 100.00% <100.00%> (ø)
packages/core/src/components/common/pill/Pill.tsx 92.30% <100.00%> (+8.09%) ⬆️
... and 71 more

... and 8 files with indirect coverage changes

expect(fetch).toHaveBeenCalledWith('https://site.netlify.com/.netlify/git/github/some-path', {
cache: 'no-cache',
headers: {
Authorization: 'Bearer token',

Check failure

Code scanning / CodeQL

Hard-coded credentials

The hard-coded value "Bearer token" is used as [authorization header](1).
@KaneFreeman KaneFreeman merged commit 76cb69e into next Oct 3, 2023
@KaneFreeman KaneFreeman deleted the feat/ew-wip branch October 3, 2023 01:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant