Git Product home page Git Product logo

confluence-static-site's People

Contributors

renovate[bot] avatar snyk-bot avatar viqueen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

confluence-static-site's Issues

we need some visual regression tests

  • Upgrading atlaskit components can lead to some unexpected UI changes on the static site
  • Setting up a visual regression tests would help capture any issues, so we can automate the dependency upgrades (to some extent of course)

401 Error related to extract-site-emojis

I successfully used extract space commands to extract space pages and blogs. I've verified this extraction via building and serving the static content later.

However, after blogs are extracted I am getting a long error message that ends with

data: { code: 401, message: 'Unauthorized' }

Other parts of this error message indicate it is related to emojis:

_currentUrl: 'https://admin.atlassian.com/gateway/api/emoji/undefined/site',

I believe it is related to the code on line 19 in this file


To confirm env settings, is there a difference between?
CONFLUENCE_API_TOKEN=
CONFLUENCE_CLOUD_TOKEN=

I am setting both values to my users Atlassian API token. If one is from a different source it might be the culprit here.


I can provide more of error message but it needs to be scrubbed of some session data.

Any thoughts on how to troubleshoot?

Thank you!

Add open source license to this project

Awesome work on the confluence static site generator @viqueen!

I wanted to reach out to see if you would consider adding a license file to the project. This would be consistent with good community practices and would allow others to build upon your work with a clear set of rules for what is permissible.

To ensure maximum compatibility with other software projects, consider the use of the MIT license. Of course, remember to replace the copyright statement with your own copyright information.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Pending Approval

These branches will be created by Renovate only once you click their checkbox below.

  • [patch-upgrades] Update all patch dependencies (@atlaskit/breadcrumbs, @atlaskit/date, @atlaskit/link-provider, @atlaskit/media-core, @types/lodash, @types/prompt, @types/react, @types/react-dom, style-loader, ts-node, url, webpack-dev-server)
  • [atlaskit-upgrade] Update dependency @atlaskit/page-layout to v1.8.4
  • chore(deps): update dependency ts-loader to v9.5.1
  • chore(deps): update webdriverio monorepo (@wdio/cli, @wdio/local-runner, @wdio/mocha-framework, @wdio/selenium-standalone-service, @wdio/spec-reporter)
  • fix(deps): update dependency css-loader to v6.9.0
  • fix(deps): update dependency html-webpack-plugin to v5.6.0
  • fix(deps): update dependency sharp to ^0.33.0
  • [atlaskit-upgrade] Update atlaskit (major) (@atlaskit/atlassian-navigation, @atlaskit/breadcrumbs, @atlaskit/page-layout, @atlaskit/renderer)
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update actions/upload-artifact action to v4
  • chore(deps): update dependency node to v20
  • chore(deps): update dependency prettier to v3
  • chore(deps): update dependency ubuntu to v22
  • chore(deps): update typescript-eslint monorepo to v6 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • fix(deps): update dependency copy-webpack-plugin to v12
  • fix(deps): update dependency yet-another-react-lightbox to v3
  • ๐Ÿ” Create all pending approval PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/build-and-test.yml
  • actions/checkout v3
  • actions/setup-node v3
  • actions/upload-artifact v3
  • ubuntu 20.04
.github/workflows/create-release.yml
  • actions/checkout v3
  • actions/setup-node v3
  • actions/upload-artifact v3
  • ubuntu 20.04
npm
modules/cli-oauth-client/package.json
modules/cli/commands/extract/package.json
modules/cli/package.json
modules/configuration/package.json
modules/external/atlassian-api/package.json
modules/external/confluence-api/package.json
package.json
  • @atlaskit/atlassian-navigation ^2.6.2
  • @atlaskit/breadcrumbs ^11.7.12
  • @atlaskit/date ^0.10.0
  • @atlaskit/link-provider ^1.5.1
  • @atlaskit/media-core ^34.0.2
  • @atlaskit/page ^12.3.4
  • @atlaskit/page-layout ^1.3.10
  • @atlaskit/renderer ^107.0.0
  • @labset/fs-directory ^1.1.0
  • axios ^1.6.0
  • copy-webpack-plugin ^11.0.0
  • crypto-browserify ^3.12.0
  • css-loader ^6.7.3
  • dotenv ^16.1.4
  • html-webpack-plugin ^5.5.0
  • lodash ^4.17.21
  • os-browserify ^0.3.0
  • path-browserify ^1.0.1
  • prompt ^1.3.0
  • react ^18.2.0
  • react-dom ^18.2.0
  • sharp ^0.32.1
  • stream-browserify ^3.0.0
  • style-loader ^3.3.2
  • url ^0.11.0
  • webpack ^5.85.1
  • webpack-dev-server ^4.13.1
  • yet-another-react-lightbox ^2.6.2
  • @types/lodash ^4.14.194
  • @types/prompt ^1.1.5
  • @types/react ^18.0.28
  • @types/react-dom ^18.0.11
  • @typescript-eslint/eslint-plugin ^5.59.6
  • @typescript-eslint/parser ^5.59.6
  • @wdio/cli ^8.6.5
  • @wdio/local-runner ^8.6.3
  • @wdio/mocha-framework ^8.6.1
  • @wdio/selenium-standalone-service ^8.6.2
  • @wdio/spec-reporter ^8.4.0
  • eslint ^8.40.0
  • eslint-plugin-import ^2.27.5
  • eslint-plugin-license-notice ^1.0.0
  • eslint-plugin-react ^7.32.2
  • prettier ^2.8.4
  • ts-loader ^9.4.2
  • ts-node ^10.9.1
  • typescript ^5.0.2
  • wdio-image-comparison-service ^5.0.2
nvm
.nvmrc
  • node 18

  • Check this box to trigger a request for Renovate to run again on this repository

Contribution.md for Build and Use Question on --legacy-peer-deps

Question for following the steps in Contribution.md:

Question: is npm install --legacy-peer-deps the correct install step for `npm install'?


Details

My steps:

โœ… Successfully ran nvm install
โŒ Running npm install

Returns error with fix of:

npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution`

Complete error in screenshot

Running

npm install --legacy-peer-deps

does seem to install correctly.


โ“ Is this correct way for install to include --legacy-peer-deps?


Steps and Error:

Install with intermediate error:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.