1. 03 6月, 2020 1 次提交
  2. 02 6月, 2020 1 次提交
  3. 31 5月, 2020 1 次提交
  4. 29 5月, 2020 1 次提交
  5. 28 5月, 2020 1 次提交
  6. 26 5月, 2020 4 次提交
  7. 15 5月, 2020 1 次提交
  8. 13 5月, 2020 1 次提交
    • M
      docs: improvements for README.md (#278) · 935a4601
      Méril 提交于
      The changes are:
      
      - Improve all-contributors config
      - Fix typos
      - Remove last mention of Java 8
      - Better instructions for "building & running"
      935a4601
  9. 12 5月, 2020 1 次提交
  10. 01 5月, 2020 4 次提交
  11. 30 4月, 2020 3 次提交
  12. 29 4月, 2020 1 次提交
    • M
      chore(maven): use system version of nodejs/npm to fix the build on FreeBSD (#238) · 3d092dea
      Méril 提交于
      This commit also adds a new `maven` profile to keep the possibility of running
      `maven` tasks without having to install `Node.js` locally`.
      
      Documentation changes:
      
      1. README.md
      
      - Update requirements
      - Simplify "Building & Running"
      - Fix typos
      
      2. CONTRIBUTING.md
      
      - Update repository overview
      - Update artificats creation
      - Add section for Local frontend development
      - Add FAQ
      - Update requirements
      - Fix typos
      
      3. ui/README.md
      
      - Coordinate changes on requirements with the rest of the documentation
      3d092dea
  13. 24 4月, 2020 1 次提交
  14. 23 4月, 2020 1 次提交
    • M
      feat(ui): switch from gulp/bower to webpack/npm (#209) · 57c13d6d
      Méril 提交于
      Bower is deprecated and it is recommended to migrate to newer alternatives.
      
      Gulp works well for small and straightforward projects but it becomes quickly
      hard to maintain on a larger codebase. Also, Webpack modern features such as
      tree shaking are very useful and allow us to save 1MB on CSS for example.
      
      Overall, this makes the maintenance of the Console much easier. Everything is in
      one place (`package.json`) with maximum flexibility:
      
      - The current code just stays the way it is but already benefit from the new
      framework (`import`, optional typescript/es7, etc.) - Any new code can be
      written in TypeScript (with Babel) following latest standards with extensive
      linting rules.
      
      The README.md was updated too, I believe that the transition should be smooth +
      the development experience was improved as a result of using webpack-dev-server.
      57c13d6d
  15. 08 4月, 2020 1 次提交
  16. 03 4月, 2020 1 次提交
  17. 17 2月, 2020 1 次提交
  18. 10 1月, 2020 1 次提交
  19. 19 12月, 2019 1 次提交
  20. 10 12月, 2019 2 次提交
  21. 05 12月, 2019 1 次提交
  22. 28 11月, 2019 1 次提交
  23. 27 11月, 2019 2 次提交
  24. 26 11月, 2019 1 次提交
  25. 25 11月, 2019 1 次提交
  26. 22 11月, 2019 3 次提交
  27. 21 11月, 2019 2 次提交