Commit Graph

68 Commits

Author SHA1 Message Date
Krille Fear f36299c3d7 CI: Remove documentation in favor of notion.so
This also means we no longer need the
publish to pub.dev script
because it just removes the
docs as a workaround and does
nothing more.
2021-10-18 07:36:18 +00:00
Nicolas Werner ffea21a309 ci: check code metrics 2021-10-12 11:33:34 +00:00
Jindřich Pikora 12c4695c06 ci: Run pub publish from ci 2021-09-15 09:01:13 +00:00
Christian Pauly 6e9003cbe7 CI: Clean up by simplifying coverage and remove dead code
The coverage_without_olm job can now use the official google/dart
image like the code analyzer job. This makes it much more simple and maybe faster too.
2021-08-20 12:55:56 +02:00
Christian Pauly 438f063550 CI: Remove build api docs job
Now we have the api docs on pub.dev anyway. No need to make all
pipelines 2 minutes longer.
2021-08-03 13:31:43 +00:00
Christian Pauly d308fac43c fix: CI
This switches to the official Dart docker Image for code analyzing and dartdocs
Also this fixes loading Dart from the
official repository in the test job.
2021-06-08 11:40:04 +02:00
Christian Pauly c3d47b16c6 CI: Use correct image 2021-05-25 10:46:34 +02:00
Christian Pauly c66e35c16c refactor: Create a clean database API 2021-05-20 07:36:03 +00:00
Christian Pauly 3e076425e6 CI: Remove update dependency job
Updating dependencies in a library does not make much sense.
Due to we dont have a pubspec.lock the app which uses this library always uses the
newest minor release by default.
For new major releases which have a new API this breaks anyway and needs manual help.
So if we depend on a specific major version we should not force the app to use the latest minor
versions without a reason to stay as compatible as possible.
2021-05-12 14:45:51 +02:00
Lukas Lihotzki a25d1932ee fix: fast pbkdf2 with OpenSSL 2021-04-12 14:48:38 +02:00
Lukas Lihotzki 88bc150722 ci: allow explanatory comments in pubspec.yaml 2021-03-29 13:36:32 +02:00
Krille Fear 9bef8452d3 docs: Clean up dart documentations
Changing to `code` blocks where it cant be resolved to [stuff] things.
2021-03-16 12:32:21 +00:00
Sorunome 4b6974e03a
chore: Make merge trains possible 2021-03-09 19:15:02 +01:00
Krille Fear 44ca96e544 refactor: Update pedantic
This enforces to NOT use curly braces in Strings where not needed
and not await non-future variables.
2021-03-09 17:28:04 +00:00
Sorunome 888fdc2078
fix: have dartdocs use doc folder, mdbook stuff use the docs folder 2021-02-11 13:07:12 +01:00
Sorunome c2637a0015
fix: Dartdoc docs 2021-02-11 13:01:17 +01:00
Sorunome 7715c75be2
fix: Docs CI 2021-02-11 12:52:48 +01:00
Christian Pauly 01bd6703ce CI: Remove installing the game 2020-12-14 14:05:06 +00:00
Christian Pauly d3c44687f6 fix: Missing null check which F*cks me up! 2020-12-14 13:24:39 +00:00
Nicolas Werner ed8f0f9b53 ci: Add automatic dependency update 2020-11-18 13:54:04 +00:00
Christian Pauly 9f4257c5fd chore: Disable license scanning for now 2020-10-26 10:46:28 +00:00
Niklas Zender 2fac61f59b Fix: Pipeline 2020-10-14 13:30:52 +00:00
Niklas Zender 37c60cdc26 Cleanup 2020-10-14 13:26:38 +00:00
Niklas Zender 8f65a83224 Cleanup 2020-10-14 13:24:59 +00:00
Niklas Zender 89176e4347 Activate Gitlab License Tooling 2020-10-14 13:24:59 +00:00
Niklas Zender a9d889232d Disable evaluation 2020-10-14 13:24:59 +00:00
Niklas Zender 88d507a656 Put true somewhere else 2020-10-14 13:24:59 +00:00
Niklas Zender 6f237f1f8a Force to not fail 2020-10-14 13:24:59 +00:00
Niklas Zender b41a385d09 Add evaluate step 2020-10-14 13:24:59 +00:00
Niklas Zender 8fc7e6bfac disable report job 2020-10-14 13:24:59 +00:00
Niklas Zender 971991567d Always artifacts 2020-10-14 13:24:59 +00:00
Niklas Zender ee7567e4f6 Remove Gitlab 2020-10-14 13:24:59 +00:00
Niklas Zender ef76149c41 Add Scan stage 2020-10-14 13:24:59 +00:00
Niklas Zender fdd32598db Try show html 2020-10-14 13:24:59 +00:00
Niklas Zender eabef15790 Allow dynamic versions 2020-10-14 07:54:13 +00:00
Niklas Zender 2e3326189f Update .gitlab-ci.yml 2020-10-14 07:45:53 +00:00
Niklas Zender cc21b71b31 Add license-Scanning using ORT 2020-10-14 07:43:21 +00:00
Christian Pauly 4d62a79e96 fix: CI 2020-10-08 12:29:18 +00:00
Christian Pauly 6fbee4ee05 test: Integrate E2EE tests 2020-08-25 13:19:57 +00:00
MTRNord f6a253de88
repo!: Make CI ready for change from master to main.
BREAKING CHANGE: This only works with main as the default instead of master
2020-08-01 15:55:41 +02:00
Niklas Zender 3056eeb9bc Update Dart Version 2020-06-09 10:10:23 +00:00
Christian Pauly 27b4a620e5 Add code formatting CI job 2020-05-22 10:12:18 +00:00
Christian Pauly 066221b84d Make coverage visible again 2020-05-19 09:28:13 +00:00
Christian Pauly 928b4c1f89 Merge branch 'add-docs' into 'master'
Add docs

See merge request famedly/famedlysdk!290
2020-05-17 08:01:09 +00:00
Niklas Zender 1ca6c2e3bd Update doc/book.toml, doc/src/SUMMARY.md, doc/src/readme.md, employee-handbook_mermaid.css, employee-handbook_mermaid-init.js, employee-handbook_mermaid.min.js files
Deleted Gemfile, Gemfile.lock, _config.yml files
2020-05-17 08:01:09 +00:00
Sorunome f71826739c Switch to moor 2020-05-15 18:40:17 +00:00
Christian Pauly 10ccbf915f Fix CI 2020-05-09 13:24:14 +00:00
Christian Pauly 9944844cc3 Implement localized String represantions 2020-05-06 10:13:30 +00:00
Christian Pauly f5b493f9bd [SDK] Add dart-olm library and update CI 2020-02-15 07:48:41 +00:00
Christian Pauly 0db1d50aef [CI] Remove gradle workaround 2020-01-30 13:11:18 +00:00