buildmaster
b02a62f33d
Update SNAPSHOT to 2.2.0.RC2
2019-11-07 16:25:52 +00:00
Marcin Grzejszczak
9d88a2c0de
Using the maven flatten plugin for published POMs
...
To avoid propagating build setup that is required to build a Spring Cloud project, the maven flatten plugin can be used. It has the advantage of letting you use whatever features you need while publishing "clean" pom to the repository.
fixes gh-89
2019-11-07 14:12:44 +01:00
buildmaster
8a3f69227e
Going back to snapshots
2019-10-23 20:01:31 +00:00
buildmaster
db5c07d175
Update SNAPSHOT to 2.2.0.RC1
2019-10-23 19:58:52 +00:00
Marcin Grzejszczak
fc96d209c7
Added project-root var resolution in readme generation script
2019-10-23 15:49:54 +02:00
Marcin Grzejszczak
200efcb348
Added gitignore so that the unpacked sources are not added [don't have a better idea ATM]
2019-10-03 21:34:56 +02:00
Marcin Grzejszczak
ed42b3a69a
Revert "remove bats fixtures temporarily"
...
This reverts commit 6ece1d5969 .
2019-10-03 21:25:01 +02:00
Marcin Grzejszczak
2a7cf5d7be
We don't want to download sources of our own project
2019-10-03 21:24:58 +02:00
Spencer Gibb
2a3797bdaa
Revert "Updates to 2.2.0.M6"
...
This reverts commit 92c70e32
2019-10-03 12:31:16 -04:00
Spencer Gibb
92c70e3253
Updates to 2.2.0.M6
2019-10-03 12:28:25 -04:00
Spencer Gibb
6ece1d5969
remove bats fixtures temporarily
2019-10-03 12:08:06 -04:00
buildmaster
f01646cffd
Bumping versions
2019-10-03 13:46:18 +00:00
buildmaster
ac503a0448
Bumping versions
2019-09-24 14:05:10 +00:00
buildmaster
46a0f7cd0c
Bumping versions
2019-09-24 11:01:17 +00:00
buildmaster
bf7db5e2dd
Bumping versions
2019-09-24 07:50:35 +00:00
buildmaster
7d473e0ba2
Bumping versions
2019-09-24 07:13:02 +00:00
Ryan Baxter
1b2b6bfb2c
Revert "2.2.0.M5 version changes"
...
This reverts commit dcf98e5632 .
2019-09-18 12:10:48 -04:00
Ryan Baxter
dcf98e5632
2.2.0.M5 version changes
2019-09-18 12:09:15 -04:00
Igor Perikov
1a67bf0b89
Update path to local checkstyle-header.txt ( #141 )
...
So it is valid and same as url pointing to github-uploaded .txt file
2019-09-16 11:59:22 -04:00
Marcin Grzejszczak
f2f55d458f
Fixed logging
2019-09-12 11:44:55 +02:00
Marcin Grzejszczak
643ca5161e
Reclone spring cloud static if there are issues when cloning / pulling changes
2019-09-11 17:17:22 +02:00
Marcin Grzejszczak
1d35ef3be7
Added tests, not failing if parent file doesn't exist
2019-09-09 11:30:17 +02:00
Marcin Grzejszczak
f9aad5f2f5
Fixed the default path for configprops
2019-09-06 14:28:57 +02:00
Marcin Grzejszczak
efdb76462e
Improved rendering of the table with props
2019-09-06 13:54:18 +02:00
Marcin Grzejszczak
39c493473b
Added the inclusion pattern
2019-09-06 13:49:31 +02:00
Marcin Grzejszczak
941340a588
Added automated configprops table generation; fixes gh-144
2019-09-06 13:15:50 +02:00
Marcin Grzejszczak
5c21bf991e
Added additional test assertion
2019-08-19 13:05:31 +02:00
Marcin Grzejszczak
620f5a4ade
Makes the spring cloud static repo exportable; fixes gh-140
2019-08-19 12:54:58 +02:00
Ryan Baxter
7013634e77
Revert "Version changes for 2.2.0.M4 release"
...
This reverts commit 80aa70eaa9 .
2019-08-08 12:01:29 -04:00
Ryan Baxter
80aa70eaa9
Version changes for 2.2.0.M4 release
2019-08-08 11:59:51 -04:00
Marcin Grzejszczak
7de33c920c
Added info about attributes
2019-07-30 09:55:25 +02:00
Marcin Grzejszczak
8e73741657
Added info about attributes
2019-07-30 09:33:01 +02:00
buildmaster
5503649e5b
Bumping versions
2019-07-30 07:13:14 +00:00
Marcin Grzejszczak
277160fb32
Multi pages ( #139 )
...
* WIP
* single / multi and pdf added
* Added git info to docs
* docs urls, links set from props
* Fixed extensions
* Added readme
* index.html is a normal page
* Fixed invalid reference to spring-cloud raw github links
* Added project root attribute
* Changes following review
2019-07-29 14:49:55 +02:00
Marcin Grzejszczak
fb4e0c6b59
Added symbolic link of index.adoc
2019-07-29 14:23:42 +02:00
Marcin Grzejszczak
fb4e94d07c
Changes following review
2019-07-26 14:56:43 +02:00
Marcin Grzejszczak
3f2eb50c74
Merge branch 'master' into multi_pages
2019-07-23 18:13:57 +02:00
buildmaster
d885a49ddd
Bumping versions
2019-07-23 11:04:03 +00:00
Marcin Grzejszczak
8d1f5b2c53
Removed brittle tests
2019-07-23 13:01:15 +02:00
Marcin Grzejszczak
1b8e3471c0
index.html is a normal page
2019-07-22 16:40:37 +02:00
Marcin Grzejszczak
3673bb8944
Added git info to docs
2019-07-18 14:16:07 +02:00
Clay McCoy
dc5e21e1b8
Add link to Spring Cloud Build project to IntelliJ setup docs ( #137 )
...
This would have helped me when setting up Checkstyle in the Spring Cloud Config project. I think a lot of IJ users will skip to this section like I did and miss the fact that these files aren’t in the local repo. Otherwise the docs are great.
2019-06-28 16:32:15 -04:00
Marcin Grzejszczak
66d630b974
Uncommented bats
2019-06-28 22:10:50 +02:00
Marcin Grzejszczak
cd389e7a3b
Should help with CI
2019-06-28 22:06:01 +02:00
Spencer Gibb
8125841e11
Revert "Update SNAPSHOT to 2.2.0.M3"
...
This reverts commit e46b1072a8 .
2019-06-28 15:39:26 -04:00
Spencer Gibb
e46b1072a8
Update SNAPSHOT to 2.2.0.M3
2019-06-28 15:37:49 -04:00
Spencer Gibb
6d67ffe1a3
Temporarily disable bats tests
...
see gh-136
2019-06-28 12:46:11 -04:00
Marcin Grzejszczak
a3ede5ccc1
Made tests less birittle for CI
2019-06-28 17:23:11 +02:00
Marcin Grzejszczak
8590eece60
Added support for username and password
2019-06-28 15:23:52 +02:00
Marcin Grzejszczak
ea3ab78228
Added empty password for token
2019-06-28 14:34:35 +02:00