636bfbb768
Merge pull request #842 from matthiasbeyer/imag-link/list-internal-only
...
Fix: Only list internal links here, no external ones
2017-01-25 11:23:06 +01:00
cd684b04ab
Merge pull request #860 from matthiasbeyer/travis-opt
...
Travis opt
2017-01-25 11:17:26 +01:00
Mario Krehl
ddd4a8b94a
Fix list external links when required
2017-01-25 10:45:27 +01:00
188b063624
Build imag-bin on bin-test to be sure things work
2017-01-25 10:44:44 +01:00
a0cdc53644
Fix build script once more
2017-01-25 10:43:37 +01:00
69b7961434
Lets see what happens without a build matrix
2017-01-25 09:57:27 +01:00
64cc8ab5e5
Do not check changes in /doc, always build
2017-01-25 09:57:27 +01:00
ce36b38aa9
Merge pull request #862 from matthiasbeyer/fix-imag-bin-build
...
Fix build-script of imag-bin
2017-01-25 09:57:00 +01:00
69d5c69eea
Provide flag to still list external links
2017-01-25 09:54:17 +01:00
64c611847b
Fix: Only list internal links here, no external ones
...
Funny side note:
As the commit history reveals, I wasn't active in this repository for
some time.
I first implemented a solution for this problem in about 50 lines of
code. Then I thought that this could be done way simpler, so I rewrote
it in about 20 lines.
Finally, I noticed that I already have infrastructure for this, so this
two-line patch should fix the problem.
Know your codebase, dude!
2017-01-25 09:54:09 +01:00
6f564b5223
Merge pull request #861 from matthiasbeyer/love-to-defaultnix
...
Give the default.nix some love
2017-01-25 09:50:30 +01:00
26d78e9f3c
Fix build-script of imag-bin
...
There was a breaking change in cargo which is fixed by this commit
Affected: beta builds (as of writing of this commit).
2017-01-25 09:41:16 +01:00
fdd903ac62
Give the default.nix some love
2017-01-25 08:55:11 +01:00
03a90c9bf9
Merge pull request #858 from matthiasbeyer/cleanup-bash-compl-gen
...
Remove removed crates from compl-gen build script
2017-01-24 08:56:16 +01:00
1ab0249892
Remove removed crates from compl-gen build script
2017-01-24 04:31:22 +01:00
6dbecbd397
Merge pull request #857 from matthiasbeyer/libimagrt/config-types-pub
...
Libimagrt/config types pub
2017-01-22 16:11:07 +01:00
587e806cdd
Make configuration module public
2017-01-22 15:16:27 +01:00
49b81602c0
Make error types public
2017-01-22 15:16:22 +01:00
9d7a26ba3a
Merge pull request #856 from matthiasbeyer/libimagrt/dbg-fileline-opt
...
ImagLogger: Add option to not include file/line in dbg logging
2017-01-22 13:30:41 +01:00
22741d71c0
ImagLogger: Add option to not include file/line in dbg logging
2017-01-22 13:02:56 +01:00
2c4946a82c
Merge pull request #854 from matthiasbeyer/remove-for-focus-shift
...
Remove stuff for the focus-shift
2017-01-21 13:26:47 +01:00
63a7f0d8a9
Remove stuff for the focus-shift
2017-01-21 13:05:50 +01:00
c96e129b40
Merge pull request #853 from matthiasbeyer/libimagrt/logger-pub
...
Make logger types public
2017-01-21 12:51:59 +01:00
ddf811a589
Make logger types public
...
This commit makes the logging functionality types from libimagrt public,
so the libimagruby implementation can re-use the ImagLogger type.
2017-01-21 12:38:37 +01:00
0cf564091e
Merge pull request #852 from mario-kr/add_workspace-support
...
Add workspace support
2017-01-20 10:00:44 +01:00
mario
099f3231e5
Change lowest rust version in .travis.yml to 1.13.0 from 1.11.0
2017-01-19 20:47:18 +01:00
mario
aee50ac05f
Add missing members to workspace
2017-01-19 20:20:05 +01:00
mario
8df5519f34
Move [profile.dev] codegen-units = 2
to top-level Cargo.toml
...
lower level (=package/crate level) definitions for profiles are ignored
2017-01-19 20:08:51 +01:00
mario
4cdbfb62da
Adjust imag-*/tests/utils.sh to new target
directory
2017-01-19 19:23:11 +01:00
mario
e430906e51
Re-add Cargo.toml with workspace members
2017-01-19 19:21:02 +01:00
4a821d7b19
Merge pull request #848 from matthiasbeyer/rust-beta-remove-top-level-cargotoml
...
Remove top-lvl Cargo.toml to work with rust beta
2017-01-18 13:17:16 +01:00
bce217794f
Remove top-lvl Cargo.toml to work with rust beta
2017-01-18 12:32:31 +01:00
23a80ee47f
Merge pull request #843 from matthiasbeyer/imag-link/external-link-remove-arg
...
Fix: We need an argument here
2016-12-06 10:07:12 +01:00
9375c71292
Merge pull request #845 from matthiasbeyer/makefile-check-outdated
...
Add support for cargo-outdated 0.3.0
2016-12-06 10:07:03 +01:00
17c7072613
Add support for cargo-outdated 0.3.0
2016-12-06 09:18:26 +01:00
0dd849863f
Merge pull request #839 from matthiasbeyer/update-deps
...
Update deps
2016-12-05 19:14:15 +01:00
7c7aad9ea4
Merge pull request #844 from matthiasbeyer/libimagentrylink/fix-docu-typo
...
Fix docu typo
2016-12-05 19:04:36 +01:00
3e426b87cf
Fix docu typo
2016-12-05 17:17:26 +01:00
ae74a179c6
Add Makefile target to check for outdated deps
2016-12-05 15:57:06 +01:00
e658e61c9e
Fix: We need an argument here
2016-12-05 15:07:26 +01:00
2003efd706
Merge pull request #764 from matthiasbeyer/imag-mail/init
...
imag-mail: init
2016-11-30 20:09:24 +01:00
ccc6d2e385
Update deps
2016-11-30 09:39:29 +01:00
e74c7392d9
Implement list_mail() helper fn
2016-11-30 09:39:29 +01:00
d62a54ee74
Add imports
2016-11-30 09:39:29 +01:00
c8efc1aa34
Dump in first source code pieces
2016-11-30 09:39:29 +01:00
cea84cb7fd
Add UI module
2016-11-30 09:39:29 +01:00
29e0e72471
Add dependencies
2016-11-30 09:39:28 +01:00
64956443d9
Link README from documentation
2016-11-30 09:39:28 +01:00
0d113cf40e
Initial import
2016-11-30 09:39:28 +01:00
91fca4ba13
Update dependencies
2016-11-30 09:36:45 +01:00