All Projects → mozilla → Testpilot

mozilla / Testpilot

Licence: mpl-2.0
Test Pilot is a platform for performing controlled tests of new product concepts in Firefox

Projects that are alternatives of or similar to Testpilot

single-sign-on-out-jwt-cookie-redis-java-springboot-freemarker
Single Sign Out, Scalable Authentication Example with JSON Web Token (JWT), Spring Boot and Redis
Stars: ✭ 15 (-94.14%)
Mutual labels:  freemarker
www.renfei.net
任霏的个人网站与博客,基于SpringBoot开发,包含博客、相册、视频、工具箱等栏目,这个项目也是我的实验室,各种新奇的技术将在这里尝试。 https://www.renfei.net
Stars: ✭ 13 (-94.92%)
Mutual labels:  freemarker
halo-theme-joe2.0
🌈 一款 Halo 博客主题 Joe2.0
Stars: ✭ 264 (+3.13%)
Mutual labels:  freemarker
common-datax
基于DataX的通用数据同步微服务,一个Restful接口搞定所有通用数据同步
Stars: ✭ 51 (-80.08%)
Mutual labels:  freemarker
shik
shik项目基于springcloud微服务搭建的分布式项目。搭建了shik-config云公共配置,通过shik-RA服务注册发现各个模块,通过shik-zuul路由转发与统一接口。并整合了包括mybatis,jpa,jedis,quartz,freemarker和layui等多个模块,支持spring-session二级域名共享session,使用了RESTful方式提供api接口
Stars: ✭ 89 (-65.23%)
Mutual labels:  freemarker
springboot-chapter
🚀Spring Boot 2.0基础教程。主流框架整合,实践学习案例。
Stars: ✭ 23 (-91.02%)
Mutual labels:  freemarker
officeexport-java
三行代码导出自定义样式word
Stars: ✭ 68 (-73.44%)
Mutual labels:  freemarker
JerryServer
A Web Server for Front-end and Back-end Separation.一种专门用于前后端分离的web服务器(静态服务器)基于Netty开发 具有后台监控 负载均衡等功能(欢迎Star,🚫禁止Fork)
Stars: ✭ 51 (-80.08%)
Mutual labels:  freemarker
ftl-node
ftl parse html static server
Stars: ✭ 21 (-91.8%)
Mutual labels:  freemarker
component
微信第三方开放平台、微信支付SDK
Stars: ✭ 24 (-90.62%)
Mutual labels:  freemarker
authority-manage-system
使用SpringBoot/WebFlux+Shiro+JPA+Java/Scala,实现的基于数据库细粒度动态权限管理系统
Stars: ✭ 66 (-74.22%)
Mutual labels:  freemarker
stuhack
Chrome extension for studocu premium free
Stars: ✭ 117 (-54.3%)
Mutual labels:  freemarker
freemarker-generator
Apache FreeMarker Generator
Stars: ✭ 25 (-90.23%)
Mutual labels:  freemarker
blog-springboot
My blog with springboot framework
Stars: ✭ 14 (-94.53%)
Mutual labels:  freemarker
keycloakify
🔏 Create Keycloak themes using React
Stars: ✭ 451 (+76.17%)
Mutual labels:  freemarker
huanhuan-blog
一个java版本freemarker的小博客项目
Stars: ✭ 19 (-92.58%)
Mutual labels:  freemarker
Clownfish
Smart Content Management System using Spring Boot
Stars: ✭ 14 (-94.53%)
Mutual labels:  freemarker
template-injection-workshop
Workshop on Template Injection (6 exercises) covering Twig, Jinja2, Tornado, Velocity and Freemaker engines.
Stars: ✭ 99 (-61.33%)
Mutual labels:  freemarker
freemarker-online-tester
Apache FreeMarker Online Tester
Stars: ✭ 53 (-79.3%)
Mutual labels:  freemarker
mindoc
数据库文档生成器
Stars: ✭ 27 (-89.45%)
Mutual labels:  freemarker

testpilot-eol

Simpler Test Pilot site for overall program graduation.

Main features:

  1. The simple JSON file at /api/news_updates.json should provide one last fresh item to trigger the add-on badge alert.

  2. The site should automatically remove the Test Pilot add-on if it's detected on visit to the site.

Development

npm install
npm start
open https://example.com:8000/

If you haven't already followed the Test Pilot quickstart instructions for development, you'll need to use Firefox Developer Edition and enable the extensions.webapi.testing preference in about:config. This is necessary to run code for uninstalling the Test Pilot add-on.

Accepting work from l10n branch

Because this EOL mini-site is a totally different set of commits from master, accepting changes from the l10n branch is a little hacky.

Here's a quick-and-dirty way to do it:

git co l10n
git pull origin l10n
cp -r locales locales-new
git co eol
cp -r locales-new/* locales/
rm -rf locales-new
git add locales
git ci -m'Accept new l10n work'

Oh yeah, and check availableLanguages in index.html to ensure it lists all the locales where strings are available.

Building for Deployment

npm install
npm run static

This should leave you with a ready-to-deploy static site under the dist/ directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].