1. 11 Jan, 2020 2 commits
  2. 07 Jan, 2020 1 commit
  3. 19 Dec, 2019 1 commit
  4. 18 Dec, 2019 1 commit
    • Daniel's avatar
      Update images (#207) · 7606e3e4
      Daniel authored
      - Updated docker config to frontend 1.2.0 and metadata 1.1.5
      - Updated screenshots on readme
      7606e3e4
  5. 16 Dec, 2019 4 commits
  6. 12 Dec, 2019 1 commit
  7. 09 Dec, 2019 2 commits
  8. 02 Dec, 2019 3 commits
  9. 26 Nov, 2019 1 commit
  10. 25 Nov, 2019 3 commits
  11. 20 Nov, 2019 1 commit
  12. 18 Nov, 2019 5 commits
  13. 14 Nov, 2019 1 commit
  14. 11 Nov, 2019 4 commits
  15. 08 Nov, 2019 1 commit
    • Lukas Tarasevicius's avatar
      Update README.md (#170) · 4c918124
      Lukas Tarasevicius authored
      * Update README.md
      
      Added cameo.com to companies using Amundsen.
      
      * Update README.md
      
      Updated Cameo positioning to alphabetical order.
      4c918124
  16. 05 Nov, 2019 2 commits
  17. 04 Nov, 2019 2 commits
  18. 31 Oct, 2019 2 commits
  19. 30 Oct, 2019 1 commit
  20. 28 Oct, 2019 2 commits
    • jornh's avatar
      productionize docker-compose a bit more (#123) · 4aac6e83
      jornh authored
      * Gunicorn-ify compose - all services have 2 workers
      
      * gitignore
      
      * PR template a bit leaner
      
      * Bump search to 1.4.1
      4aac6e83
    • jornh's avatar
      Local docker dev speedup and simplification (#151) · abd98ab6
      jornh authored
      Cut some time and things to handle in your head/keystrokes away:
      * Little need to limit the build to single containers. Due to docker caching additional build time is negligible. 
      * No need to `stop` as part of compose relaunch, `up` will detect changed containers and only relaunch as needed
      * Also, indent code snippets in the numbered steps
      abd98ab6