Commit Graph

17 Commits

Author SHA1 Message Date
Ivan Shmidt 195fb0f33a chore: add microsite build to gitignore 2020-08-13 15:17:02 +02:00
Patrik Oldsberg 4f7464de04 Merge pull request #1860 from spotify/rugvip/config
config,config-loader: add support for suffixed config files and multiple roots
2020-08-10 11:51:07 +02:00
Patrik Oldsberg 02cadda870 update gitignore 2020-08-07 18:51:08 +02:00
Patrik Oldsberg 74edab290a config-loader: resolve config files suffixed with local and NODE_ENV 2020-08-07 11:32:06 +02:00
Stefan Ålund 8ec6ed5170 Documentation skeleton (#1617)
* Documentation skeleton

* Added ADR list and more

* rm material theme

* Update mkdocs.yml

* Add docs TOC

* Work for plain MD and mkdocs

* Update mkdocs.yml

* Restructuring

* Added roadmap

* Add reference APIs

* move publishing
2020-07-15 08:57:25 +02:00
David Tuite 41d6bbc609 Add nvmrc file to gitignore (#1610)
Co-authored-by: David Tuite <dtuite@gmail.com>
2020-07-13 19:20:32 +02:00
David Tuite b48d37c022 Fix CircleCI plugin (#1384)
* Fix disappearing CircleCI plugin

The paths for the CircleCI plugin were too deeply nested causing a blank
page to render when one visited /circleci.

* Set correct inputs from CircleCI settings

Typically, a value like `tokenFromStore` would be an empty string. The
code was setting `tokenFromStore` (rather than `token`) into the state
on every keystroke.

I don't know what potential effect this change has on storing tokens
because I haven't tested that feature yet. Hopefully it still works as
intended.

* Add Vim .swp files to .gitignore

Co-authored-by: David Tuite <dtuite@gmail.com>
2020-06-21 21:10:53 +02:00
Marcus Eide e4195998ce Fix tests by building two versions of plugins and importing/exporting seperatly 2020-04-02 09:27:55 +02:00
nikek f28cfcf7d1 Add rollup for plugin build 2020-04-02 09:27:55 +02:00
Patrik Oldsberg 12f130e650 gitignore: add back esm,cjs,types 2020-03-06 12:09:56 +01:00
Patrik Oldsberg 56226ae84d frontend: move to repo root 2020-03-05 16:28:14 +01:00
Raghunandan 5939937f81 Fix paths used in create plugin. Add plugin to app only if app package exists. 2020-03-05 13:53:55 +01:00
Marcus Eide 5b539a3e14 refactor createPlugin and add tests. cli can now create a plugin from template 2020-02-20 14:39:55 +01:00
Fredrik Adelöw 1b76e07910 WIP 2020-02-19 15:50:00 +01:00
Fredrik Adelöw a4a07d03ed cli package embryo to get started 2020-02-19 14:44:09 +01:00
Nicola Corti 7b431b9c9d .DS_Store to gitignore 2020-02-06 14:32:21 +01:00
Patrik Oldsberg 43367b2fff backend,proto: added builds service that calls out to github api 2020-02-06 13:37:55 +01:00