From a49ac9631d1b6a9264f3b77426c6f2e3d892caed Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Thu, 7 Sep 2017 12:41:30 +0100 Subject: [PATCH 1/5] Update projects.md --- projects.md | 75 ++--------------------------------------------------- 1 file changed, 2 insertions(+), 73 deletions(-) diff --git a/projects.md b/projects.md index 877f0b7..8959187 100644 --- a/projects.md +++ b/projects.md @@ -86,83 +86,12 @@ A set of Node.js modules that can be used with FeedHenry to develop workforce management (WFM) applications. - -
- -#### Overview - -RainCatcher modules are packaged and distributed via [npm]. They are designed to -be included in your application using [Browserify]. RainCatcher modules export -one or more of: - -* [Angular.js 1] directives or services providing client-side functionality for -both the mobile and portal clients. -* [Express.js] routes providing a REST API to be consumed by the client-side -portions of the module. -* FeedHenry sync configurations for enabling data synchronization of a module's -data. Each module's README file includes more detail on its purpose and how to -use it. - -[npm]: https://www.npmjs.com/ -[browserify]: http://browserify.org/ -[Angular.js 1]: https://angularjs.org/ -[Express.js]: http://expressjs.com/ - -#### Getting Started - -See the [Getting Started Guide](https://github.com/feedhenry-raincatcher/raincatcher-documentation/blob/master/getting-started.adoc). - -#### Community - +* [RainCatcher project website](http://raincatcher.feedhenry.io) * [feedhenry-raincatcher mailing list](http://www.redhat.com/mailman/listinfo/feedhenry-raincatcher) -* [IRC: #feedhenry-raincatcher on Freenode](irc://irc.freenode.net/feedhenry-raincatcher) - -#### FAQ - -###### What's the release cycle for RainCatcher? - -We have not yet developed a schedule for releases. RainCatcher is still in rapid -development, and we're going to be working with the larger community to develop -a cadence. - -###### What's the relationship between RainCatcher and RHMAP WFM? - -RainCatcher is the upstream project for WFM, where we do work before pulling -it into our supported product. Features in RainCatcher may or may not ultimately -land in WFM. +* [RainCatcher chat](https://gitter.im/FeedhenryRaincatcher/Lobby) -###### I'd like to contribute, do I need to sign a CLA? - -No, we do not have a CLA for RainCatcher, but contributors do acknowledge that -work contributed to RainCatcher is their own work and they have the right to -make a copyright. - -If you have more questions, you are welcome to ask them on the [feedhenry-raincatcher mailing list]. - -[feedhenry-raincatcher mailing list]: http://www.redhat.com/mailman/listinfo/feedhenry-raincatcher - -#### Modules - -###### Visual components - -{% include repos.html repos="raincatcher-signature,raincatcher-map" %} - -###### Angular services and directives - -{% include repos.html repos="raincatcher-workflow,raincatcher-workorder,raincatcher-user,raincatcher-risk-assessment,raincatcher-vehicle-inspection,raincatcher-schedule" %} - -###### Low-level modules - -{% include repos.html repos="raincatcher-sync,raincatcher-appform,raincatcher-mediator" %} - -Find the complete list of modules [here](https://github.com/feedhenry-raincatcher). - -
- - -
## MBaaS From 7a2444ce3464810b91eee7253af71018795571eb Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Thu, 7 Sep 2017 12:45:29 +0100 Subject: [PATCH 2/5] Update projects.md --- projects.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects.md b/projects.md index 8959187..0619d13 100644 --- a/projects.md +++ b/projects.md @@ -88,11 +88,12 @@ management (WFM) applications.
+### RainCatcher Resources + * [RainCatcher project website](http://raincatcher.feedhenry.io) * [feedhenry-raincatcher mailing list](http://www.redhat.com/mailman/listinfo/feedhenry-raincatcher) * [RainCatcher chat](https://gitter.im/FeedhenryRaincatcher/Lobby) - ## MBaaS The FeedHenry Mobile Backend as a Service is a set of services to support applications that serve as a backend for Mobile Apps. From 89f5f39f1099fb992d57b137952a703bda86a39f Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Fri, 8 Sep 2017 09:29:43 +0100 Subject: [PATCH 3/5] Update certificates in travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 23e2aeb..a662cdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,6 @@ script: - bundle exec jekyll build - bundle exec htmlproofer ./_site --url-ignore "/#/" -sudo: false \ No newline at end of file +sudo: required +before_install: + - sudo update-ca-certificates From 89d4652cbbc71a4b6c738eb1f2ed8f9e90bffce1 Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Fri, 8 Sep 2017 10:02:25 +0100 Subject: [PATCH 4/5] Trusty dist for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a662cdc..5eebd27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: ruby +dist: trusty rvm: - 2.3.3 From dafa23a43dd4ae266f5bf111f38a627dcb6e0ddc Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Sun, 10 Sep 2017 22:58:44 +0100 Subject: [PATCH 5/5] Ignore url in build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5eebd27..ee16213 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ rvm: # the `install` step will run `bundle install` by default. script: - bundle exec jekyll build - - bundle exec htmlproofer ./_site --url-ignore "/#/" + - bundle exec htmlproofer ./_site --url-ignore "/#/,/www.mankier.com/" sudo: required before_install: