Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nix flake #38

Merged
merged 2 commits into from
Mar 24, 2023
Merged

Add nix flake #38

merged 2 commits into from
Mar 24, 2023

Conversation

LogicalOverflow
Copy link
Collaborator

@LogicalOverflow LogicalOverflow commented Jan 10, 2023

Contains a flake.nix to build the project using nix and provide a develop environment with dependencies. Only the gcc build currently works, as llvm 15 support in nixpkgs isn't there yet (see NixOS/nixpkgs#194634 and NixOS/nixpkgs#209536 for details). The development environment only has clang 14 tooling available for the same reason. It is possible to change the unstable flake input to one of the PRs providing clang 15, but that requires building the whole llvm toolchain from source, which can take a bit.

@Et7f3
Copy link

Et7f3 commented Jan 10, 2023

You can use cachix it allow you to build and store 5 free go (I find useful in those case) for open source

@LogicalOverflow
Copy link
Collaborator Author

Good call, I'll look into that. Thanks!

@Et7f3
Copy link

Et7f3 commented Jan 28, 2023

Llvm is merged

julianharbarth pushed a commit that referenced this pull request Mar 17, 2023
* Add issue template for user story

* Rebuild web client using npm, ts and vuejs (#1)

* Add OSM visualisation (#2)

Co-authored-by: erik.lille <[email protected]>
Co-authored-by: Julian Weidert <[email protected]>
Co-authored-by: maximilian-ruesch <[email protected]>

* Add API client for generic dev server request transform (#25)

* Also show secondary lines (yards) (#24)

* Show lines in different colors (#31)

* Remove maps on infrastructure change (#36)

* Add dark mode to webclient (#17)

* Show names of halts (#38)

* Rename soro client target (#44)

* Add dark light mode os sync (#26)

* Add dark mode for map and golden layout (#30)

* Fix server file copy on cmake builds (#46)

* Fix showing halt names correctly (#48)

* Make accent color selectable (#32)

* Implement searching for stations (#13)

Co-authored-by: Julian Weidert <[email protected]>

* Remove CSS file (#57)

* Fix showing multiple GL tabs in dark mode (#58)

* Add local storage reset button (#61)

* Add dependent issues workflow (#64)

* Enable search multi result (#49)

Co-authored-by: Julian Weidert <[email protected]>

* Add match visual to matches (#60)

* Implemented fuzzy matching (#53)

Co-authored-by: Maximilian Rüsch <[email protected]>

* Add a tool to generate OSM data for the map (#27)

Co-authored-by: Maximilian Rüsch <[email protected]>
Co-authored-by: maximilian-ruesch <[email protected]>

* Add golden layout storage (#65)

* Parsing for DB-data files (#35)

Co-authored-by: erik.lille <[email protected]>
Co-authored-by: Julian Weidert <[email protected]>
Co-authored-by: maximilian-ruesch <[email protected]>
Co-authored-by: Jan Stiefel <[email protected]>
Co-authored-by: Maximilian Rüsch <[email protected]>

* Add some more eslint rules (#72)

* Ignore transform-osm executable on ubuntu (#75)

Co-authored-by: maximilian-ruesch <[email protected]>

* Sort search result (#80)

* Remove Wiesbaden Hauptbahnhof addition (#84)

* Fix broken paths and temporary folders in preprocessing script (#87)

* Allow saving legend controls (#85)

* Signale als Ankerpunkte finden und mappen (#42)

Co-authored-by: erik.lille <[email protected]>
Co-authored-by: Julian Weidert <[email protected]>
Co-authored-by: maximilian-ruesch <[email protected]>
Co-authored-by: Jan Stiefel <[email protected]>

* Added additional CLI-flags and fixed up the read-me (#89)

* Remove go executable from tracking in UNIX systems (#92)

* Update issue and pull request templates templates (#78)

* Add previously unseen data (halts and stations) (#47)

* Add collapsable legend (#95)

* Allow reset of map legend (#96)

* Allow searching for signals (#90)

Co-authored-by: Julian Weidert <[email protected]>

* Add search result icons (#91)

Co-authored-by: Julian Weidert <[email protected]>

* Fix favicon in production (#100)

* Fix infrastructure map on infrastructure change and others (#99)

* Color Lines in only visible colors (#83)

* Find and map switches anchor (#88)

* Finding not anchored Signals (#86)

Co-authored-by: erik.lille <[email protected]>
Co-authored-by: Julian Weidert <[email protected]>
Co-authored-by: maximilian-ruesch <[email protected]>
Co-authored-by: Jan Stiefel <[email protected]>

* Fix: Tileserver recomputes tiles every time #39 (#41)

* Visualize bridges from OSM data (#71)

* Visualize tunnels from OSM data (#66)

Co-authored-by: maximilian-ruesch <[email protected]>

* Add first tests for javascript station search (#103)

* GO Code Quality Improvements (#105)

* Add missing navigation menu tests (#106)

* Find Switches (#108)

* Improvements on GO output (#111)

* Mapping rest of elements (#112)

* Completed JSON search file (#115)

* Some more GO code and usability quality improvements (#117)

* Fix weird glyphs tiles not showing (#114)

* Add golden layout tests (#107)

* Add infrastructure tests (#119)

* Added tests and cleanup (#110)

Co-authored-by: Julian Weidert <[email protected]>

* Load json (#118)

Co-authored-by: Julian Weidert <[email protected]>

* Add remaining tests for web client (#120)

* Fix weird outputfile (#123)

* Adding tests for go (#121)

Co-authored-by: Goldkehle <[email protected]>

* Extend client readme and fixup (#122)

* Add CI step for go tests (#125)

* Extend go readme (#124)

Co-authored-by: Jan Stiefel <[email protected]>

* Fix OSM node ID overflow (#126)

---------

Co-authored-by: Erik Lille <[email protected]>
Co-authored-by: erik.lille <[email protected]>
Co-authored-by: Julian Weidert <[email protected]>
Co-authored-by: maximilian-ruesch <[email protected]>
Co-authored-by: Goldkehle <[email protected]>
Co-authored-by: Julian Weidert <[email protected]>
Co-authored-by: Jan Stiefel <[email protected]>
@julianharbarth julianharbarth merged commit f9173f8 into motis-project:master Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants