Manuel Rüger
bde4b70242
.github: Add CI pipeline
2023-01-05 11:26:50 +01:00
Manuel Rüger
721dd1b642
Makefile: Add test target
2023-01-05 11:25:14 +01:00
Egor Kovetskiy
7eb7ccc68e
no funding needed
...
Signed-off-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
2023-01-04 09:09:37 +00:00
Egor Kovetskiy
843089aea0
all-contributors: generate thank you list
...
Signed-off-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
8.6
2023-01-04 09:08:15 +00:00
Egor Kovetskiy
ab5407091b
bump version
...
Signed-off-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
2023-01-04 08:59:03 +00:00
Noam Asor
8c02497b5f
Feature/prokod/#194 ( #237 )
...
* Initial commit (w/ debug)
* To remove debug
2023-01-04 08:54:15 +00:00
Egor Kovetskiy
5920dbf67a
bump version
...
Signed-off-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
8.5
2023-01-03 17:58:28 +00:00
Zackery Griesinger
90d8729a7d
Fix for jira.com hosted sites ( #231 )
2023-01-03 17:54:30 +00:00
Manuel Rüger
3e558ac2e3
Replace deprecated io/ioutils ( #230 )
2023-01-03 17:54:04 +00:00
Stephan Hradek
f4bbbb19ca
Feature/themed blocks ( #223 )
...
* Allow themed blocks
* add macro code for themed blocks
2023-01-03 17:53:41 +00:00
Stephan Hradek
0b745c25e4
This should fix #171 by allowing a markdown link to start with ac: ( #222 )
2023-01-03 17:53:20 +00:00
Manuel Rüger
55b58bd59b
Allow Title via h1 without any other metadata ( #229 )
2023-01-03 17:52:48 +00:00
Egor Kovetskiy
ef71aa1792
bump version
...
Signed-off-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
8.4
2022-10-19 20:44:04 +06:00
Egor Kovetskiy
1ebb29eba0
small style fixes related to templates
2022-10-19 20:43:40 +06:00
Manuel Rüger
78345736d5
go.mod: Update dependencies ( #211 )
...
Also switch to yaml.v3
2022-10-19 20:43:12 +06:00
Toru Kawaguchi
d276b7e78a
Correct attachment name to include path on update ( #215 )
2022-10-19 20:42:32 +06:00
recrtl
49c25c2c29
fix 178: update breaks on more than 50 attachments ( #220 )
2022-10-19 20:38:49 +06:00
Egor Kovetskiy
e1d8eccfff
fix ancestry search
...
Signed-off-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
8.3
2022-06-28 16:58:44 +06:00
Will Gorman
5d2c1b0d84
Fix builds on go 1.18 ( #206 )
...
Avoids errors like "../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200116001909-b77594299b42/unix/syscall_darwin.1_13.go:25:3: //go:linkname must refer to declared function or variable"
8.2
2022-06-21 10:30:22 +06:00
Stephan Hradek
c70eb550fe
Do not require password and url when compileonly ( #193 )
2022-06-10 10:13:32 +06:00
Stephan Hradek
abfd01cc74
fix issue 177 ( #200 )
2022-06-10 10:13:22 +06:00
datsickkunt
e52d40c922
update install instructions with latest go standards ( #202 )
2022-06-10 10:13:05 +06:00
Stephan Hradek
39dfdec099
fix 142 redone for current master ( #199 )
2022-06-07 14:16:24 +06:00
Stephan Hradek
ac2132b9c6
Feature/docker4build ( #192 )
...
* Help developers with docker-compose configuration
* unrequire Buillderfile
* GOOS and GOARCH from environment
2022-06-07 10:27:18 +06:00
Stephan Hradek
9ec7728d08
introduce inline templates ( #198 )
2022-06-07 10:26:15 +06:00
Stephan Hradek
4c812741ac
Feature/h1 title ( #196 )
...
* h1_title config
* introduce h1_title in config
* add h1_drop config setting
* allsow allow h1_drop in config
2022-06-06 12:38:23 +06:00
Stephan Hradek
3c7bd6133f
allow templates and macros to include blanks in path ( #191 )
2022-06-06 12:35:48 +06:00
Egor Kovetskiy
5428cc6833
bump to 8.1
8.1
2022-04-22 15:26:25 +06:00
cc-chris
a6ac341799
fix for nil metadata (issue #161 ) ( #162 )
2022-04-22 15:18:59 +06:00
guoweis-outreach
9ae3e658d2
fix the README ( #172 )
...
this change allows the `box` macro to have http link inside
2022-04-22 15:17:59 +06:00
Joel Andritsch
7b359b19f7
bugfix: Add delay between create and update calls ( #174 )
...
This helps mitigate a 409 conflict response from Confluence when
creating a new page and then updating it right away. This may not be the
cleanest solution, but it seems to do the trick.
Resolves #139
2022-04-22 15:17:48 +06:00
Joel Andritsch
5ad1a4abe5
bugfix: Force pages to default width. ( #175 )
...
This change is to compensate for an API bug in Confluence where newly
create pages end up getting a random width of either "fixed" or "full".
Fixes #173
2022-04-22 15:16:46 +06:00
Philipp
f95835469c
fix: remove double collapse for codeboxes ( #179 )
...
This fixes a bug where if you used the code macro the renderer would create
an additional expand macro if the collapse option was set. This led to
the code section being collapsiable twice.
Co-authored-by: Philipp Reinke <philipp.reinke@scandio.de>
2022-04-22 15:16:04 +06:00
Egor Kovetskiy
2f34e93973
do not build for windows: it is broken
8.0
2022-02-02 16:06:19 +06:00
Egor Kovetskiy
c57d8e63e7
bump to 8.0
2022-02-02 16:03:06 +06:00
Dreampuf
9a4f9ff32d
Add subdirectories related templates ( #158 )
2022-02-02 16:02:01 +06:00
Dreampuf
2251e8ad8a
Add footnotes support ( #156 )
2022-02-02 16:01:38 +06:00
Pommier Vincent
c8709eecd1
feat: Add support of confluence server. ( #154 )
2022-02-02 16:01:26 +06:00
Egor Kovetskiy
49eb97b434
add open_collective to FUNDING
2022-01-18 12:16:26 +06:00
Egor Kovetskiy
b15f1f8e70
bump to 7.0
7.0
2022-01-18 12:10:46 +06:00
klysunkin
9a7146c7d7
Fix for subdirectories related attachments (issue #31 ) ( #151 )
2022-01-18 12:07:36 +06:00
klysunkin
8d58ff26a3
Space from config and title from h1 ( #153 )
...
* Add option to define Space.
Add option to use H1 heading to define page title.
* Update readme
2022-01-18 12:05:26 +06:00
Joey Freeland
851a8047f3
feat: update to go 1.17 ( #147 )
2021-12-27 16:35:22 +06:00
Egor Kovetskiy
2cbb942bc4
add .dockerignore
2021-12-09 11:48:56 +06:00
Egor Kovetskiy
9cde833a18
fix updating attachments when confluence returns a short response object
6.7
2021-12-09 11:46:57 +06:00
Egor Kovetskiy
f1e861c2fa
bump to 6.6
6.6
2021-12-09 11:14:34 +06:00
guoweis-outreach
08f37fe2b9
feat: add iframe support ( #143 )
...
* feat: add iframe support
* add comment
2021-12-09 11:14:01 +06:00
Mateus Miranda
ac8133a8b9
Change log level when files are not found ( #138 )
...
* Change log level when files are not found
* Adding new flag CI
2021-12-02 14:38:47 +06:00
Egor Kovetskiy
f3ff1dc098
Add @mmiranda as a contributor
2021-11-30 15:35:10 +06:00
Egor Kovetskiy
d017d31f61
Add @jevfok as a contributor
2021-11-30 15:34:29 +06:00