Jacob Overgaard
f2d2387676
update support to nodejs 20
2023-11-03 10:59:04 +01:00
dependabot[bot]
faf09af6c3
Bump actions/setup-node from 3 to 4
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-24 12:02:36 +02:00
Jacob Overgaard
9d7e420cbd
add info to step summary
2023-10-02 11:08:44 +02:00
Jacob Overgaard
31cd47afd1
update step summary
2023-10-02 11:06:56 +02:00
Jacob Overgaard
f82c11d551
convert deprecated github actions stuff
2023-10-02 10:47:24 +02:00
Jacob Overgaard
4008626dc0
remove preview channel
2023-10-02 10:26:38 +02:00
Jacob Overgaard
c5a415f8ce
use correct backoffice version
2023-10-02 10:25:28 +02:00
Jacob Overgaard
fa60e6afda
add ref to inputs
2023-10-02 10:16:19 +02:00
Jacob Overgaard
acb68a24c2
update workflow to support custom publish versions
2023-10-02 10:09:54 +02:00
dependabot[bot]
567b5475ac
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-11 13:59:57 +02:00
Jacob Overgaard
3f441e3b76
change publish to next tag
2023-06-19 14:25:04 +02:00
Jacob Overgaard
16ed25b974
publish npm after change to devops files
2023-06-06 11:32:34 +02:00
Jacob Overgaard
998aafae95
do not build jsonschema on npm run build but let workflows build it manually
2023-05-31 14:37:42 +02:00
Jacob Overgaard
0e3a8b902d
generate json schema and copy over
2023-05-26 16:10:25 +02:00
Jacob Overgaard
510eb7f832
add paths to npm publish
2023-05-26 15:51:02 +02:00
Jacob Overgaard
c4cc841ef5
disable static job for now
2023-05-26 15:48:50 +02:00
Jacob Overgaard
b0ceeac3a9
publish on latest tag
2023-05-26 15:43:50 +02:00
Jacob Overgaard
7ac76f940e
change to dist-cms
2023-05-26 15:29:17 +02:00
Jacob Overgaard
bbe84ced8c
make npm publish workflow work with updated package files
2023-05-26 14:48:01 +02:00
Mads Rasmussen
8dbe6238d4
don't run build libs
2023-05-25 14:31:52 +02:00
Mads Rasmussen
cc6cd070af
remove build libs
2023-05-25 14:26:04 +02:00
Jacob Overgaard
617d1f7848
add support for workflow_dispatch
2023-05-15 16:43:33 +02:00
Jacob Overgaard
47a5df12b4
dont react on all labeled actions
2023-05-15 15:57:56 +02:00
Jacob Overgaard
1c75fe24ad
add support for the 'labeled' type
2023-05-15 15:55:36 +02:00
Jacob Overgaard
6ea93fd047
add required option app_location
2023-05-15 15:52:23 +02:00
Jacob Overgaard
6813fbd272
reenable storybook build for labeled pull requests
2023-05-15 15:41:54 +02:00
Jacob Overgaard
38e64ad91e
always run wca for backoffice build
2023-03-24 12:48:19 +01:00
Warren Buckley
0660e4031d
Use wca to generate the JSON format for VSCode for HTMLCustomData ( #619 )
...
* Use web-component-analyzer to generate the JSON format for VSCode for HTMLCustomData
https://github.com/microsoft/vscode-custom-data
https://github.com/runem/web-component-analyzer#vscode
* Adds in the suggested path 'src/**/*.element.ts'
* Runs npm run script for webcomponent analayzer tool
Note its before npm run build:libs as this run runs the script move-libs.js ready for packaging
* move-libs util script updated to copy over the two JSON files from wca cli tool
* Copied file from wrong location as they are being generated and put at the root of the main project
* Adds customElements prop to package.json from this spec
https://github.com/webcomponents/custom-elements-manifest#referencing-manifests-from-npm-packages
2023-03-24 12:43:52 +01:00
Jacob Overgaard
1591f9eef2
Merge branch 'main' into feature/upload-to-gpr
2023-03-23 10:36:36 +01:00
Jacob Overgaard
f062d5cabb
add max_old_space_size to azure jobs
2023-03-22 15:49:41 +01:00
Jacob Overgaard
d9d0899d52
Merge remote-tracking branch 'origin/main' into feature/upload-to-gpr
2023-03-22 11:12:54 +01:00
Jacob Overgaard
a5a80cadb7
insert condition to publish
2023-03-22 11:11:53 +01:00
Jacob Overgaard
620a9b5b03
comment
2023-03-22 11:07:56 +01:00
Jacob Overgaard
15dc08f74e
set token
2023-03-22 11:01:31 +01:00
Julia Gru
ef243ef933
Feature/code editor ( #607 )
...
* create component
* import styles correctly
* import component
* show code editor element on the template workspace
* wire input event
* sync code property with editor value
* move workers to a separate file
* create class for code editor
* add very simple insert method
* focus after insert
* make scroll bar bit nicer
* add markdown example and fancier template
* make insert work with multiple cursors and selections
* now really make it works with selections and multiple cursors
* map options
* add hack to fix the jumpy cursor
* Observe themes
* add own model for range, return array of ranges from find
* add backoffice-fit dark mode
* add theme story
* add themes folder
* add new methods
insertAtPosition
getValueInRange
select
* add documentation to editor class
* add docs
* rename file
* rename donut files
* cleanup
* add some more imports
* test heap size fix
* heap error test 2
* fix imports
* node fail error test
* rename
---------
Co-authored-by: Mads Rasmussen <madsr@hey.com >
2023-03-22 10:56:28 +01:00
Jacob Overgaard
254a07e6c3
authenticate
2023-03-22 10:41:27 +01:00
Jacob Overgaard
e4e41466a0
npm token
2023-03-22 10:16:13 +01:00
Jacob Overgaard
c0483a47c8
remove scope option
2023-03-22 10:05:01 +01:00
Jacob Overgaard
60dbf19c9b
publish v1-next
2023-03-22 10:01:44 +01:00
Jacob Overgaard
2db7ff555b
download artifact v3
2023-03-22 08:59:24 +01:00
Jacob Overgaard
c458796f81
add concurrency rules
2023-03-22 08:58:06 +01:00
Jacob Overgaard
b0771db733
set access to public
2023-03-22 08:56:51 +01:00
Jacob Overgaard
f9cf3d4a5f
rename job to publish-npm
2023-03-22 08:54:35 +01:00
Jacob Overgaard
dcfbee0388
publish to npm
2023-03-22 08:52:12 +01:00
Jacob Overgaard
1f58d4504b
create .npmrc file automatically
2023-03-21 16:33:29 +01:00
Jacob Overgaard
75f9f14ea3
auth type legacy
2023-03-21 16:25:20 +01:00
Jacob Overgaard
fd0f3f0704
login and tag gpr
2023-03-21 16:18:55 +01:00
Jacob Overgaard
b48c2c3385
set global node_options
2023-03-21 16:13:07 +01:00
Jacob Overgaard
7c308fdad9
set max-old-space-size
2023-03-21 16:08:27 +01:00
Jacob Overgaard
c295874ccf
remove the if condition to test publish
2023-03-21 16:06:01 +01:00