Commit Graph

40 Commits

Author SHA1 Message Date
Stephane Nicoll
0f53acc6bd Fix links
See gh-801
2019-01-29 15:17:56 +01:00
Stephane Nicoll
6a5d35f5ab Fix broken link
Closes gh-803
2019-01-29 12:42:40 +01:00
Stephane Nicoll
6037debe0a Add Concourse build badge 2018-11-09 10:45:15 +01:00
Stephane Nicoll
490778552a Move initializr-service to a separate repository
This commit moves the configuration of the start.spring.io website to a
dedicated github repository.

See https://github.com/spring-io/start.spring.io

Closes gh-656
2018-11-08 17:27:43 +01:00
Stephane Nicoll
de83ab2d2b Rework "Prevent build failure when tests are skipped"
This commit reworks e3d9c3c to enable the docs profile by default again
as it breaks the release on Artifactory. This has the side effect of
not running the tests used by the doc unless the docs profile is active.
2018-07-10 14:21:07 +02:00
Stephane Nicoll
7b252dd14a Fix epub link in README
Closes gh-675
2018-06-01 07:54:11 +02:00
Stephane Nicoll
d3f0ce9f3c Move initializr-docs to docs profile
This commit disables the `initializr-docs` module unless the `docs` or
`full` profile is active. It is a follow-up of e3d9c3c783 that can lead
to failure with an empty repo as tests in `initializr-docs` are
attempting to resolve the snippets.

See gh-665
2018-05-18 17:53:28 +02:00
Stephane Nicoll
d63b473d27 Clarified build instructions 2018-02-27 09:11:27 +01:00
Stéphane Nicoll
5c7dc759e1
Polish 2018-02-01 15:33:52 +01:00
Sébastien Deleuze
f1abce2ce6 Polish README command line examples
Closes gh-444
2017-06-13 14:40:20 +02:00
Stephane Nicoll
25a505ef9e Polish doc 2017-04-28 17:21:52 +02:00
Stephane Nicoll
53679aa860 Remove outdated references to Groovy 2017-02-25 09:31:03 +01:00
Stephane Nicoll
56883146d8 Fix typo 2017-02-03 08:02:16 +01:00
Stephane Nicoll
b584f3020e Polish readme 2017-02-03 08:00:37 +01:00
Stephane Nicoll
cd1e972bc2 Add Maven wrapper 2017-02-02 15:26:11 +01:00
Stephane Nicoll
c24269c2ec Add httpie example 2017-01-29 10:26:39 +01:00
Stephane Nicoll
404fcafc2b Polish 2016-12-29 10:16:50 +01:00
Stephane Nicoll
0a4f631b3a Harmonize metadata term 2016-11-22 01:43:36 +09:00
madorb
57dc8c0585 Correct readme link to application.yml 2016-11-10 17:31:30 +00:00
Dave Syer
87df13e48a Add paragraph on development process in README 2016-08-24 14:38:03 +01:00
Stephane Nicoll
98c3f675b4 Polish 2016-08-21 10:16:46 +02:00
Stephane Nicoll
749ca9de7b Clarify build instructions
Closes gh-272
2016-08-20 11:55:19 +02:00
Stephane Nicoll
f2474886a9 Polish readme 2016-07-29 14:40:34 +02:00
Stephane Nicoll
2632d69036 Fix initializr-service finalName
This commit makes sure that the generated initializr-service app does
not contain a version number. That way, it is easier to reuse the same
command to push the app, regardless of the current version.
2016-07-17 10:08:54 +02:00
Stephane Nicoll
1fd8e2c047 Migrate application to Maven
This commit migrates the `initializr-service` to a regular Maven project.

Closes gh-252
2016-07-12 09:18:58 +02:00
Stephane Nicoll
25b2614eea Fix typo 2016-06-30 13:30:00 +02:00
Stephane Nicoll
64444a63cb Redirect to milestones page 2016-04-14 16:10:59 +02:00
Stephane Nicoll
abf16f8b1a Fix typo 2016-04-14 16:09:18 +02:00
Stephane Nicoll
162e4308ac Update README 2016-04-08 12:01:44 +02:00
Stephane Nicoll
0cb8f06d0d Polish contribution
Closes gh-204
2016-03-21 10:27:58 +01:00
The Gitter Badger
01c2122168 Add Gitter badge 2016-03-21 09:23:10 +00:00
Stephane Nicoll
62d394d226 Polish 2016-01-31 11:13:14 +01:00
Stephane Nicoll
9ea01d9424 Polish 2016-01-12 14:54:22 +01:00
Stephane Nicoll
4ce9c412bb Polish contribution
Closes gh-173
2016-01-11 22:24:56 +01:00
Sebastien Deleuze
d1fb4ad2d6 Pre-fill form based on URL hashbang parameters
This commit makes it possible to customize and display automatically form
inputs with this kind of hashbang parameters:
https://start.spring.io/#!language=groovy&name=Groovy%20Sample

type, groupId, artifactId, name, description, packageName,
packaging, javaVersion and language parameters are supported.

Closes gh-107
2016-01-11 17:48:54 +01:00
Stephane Nicoll
5a4a2b9f81 Migrate smoke tests to Geb
Since Htmlunit does not provide a complete support for Javascript, smoke
tests are migrated to Gab (i.e. using Selenium and an actual browser).

This present a major challenge: it is not easy to assert the content of
a file that the browser downloads when it submits a form. First, the
browser should be configured to download the file directly instead of
opening a (native) pop-up asking the users where to download it. Then,
the tests should be aware of the location of the file in order to assert
it.

Hopefully, Firefox can be configured to achieve this goal.

Closes gh-75
2015-02-17 13:52:39 +01:00
Stephane Nicoll
81a5d80b2c Update README with recent command-line improvements 2015-01-21 08:35:03 +01:00
Stephane Nicoll
cb0c2b2e4e Improve project description 2015-01-17 10:29:26 +01:00
Stephane Nicoll
81df61931a Add changelog 2015-01-16 13:14:20 +01:00
Stephane Nicoll
e86830df39 Migrate to asciidoc 2014-12-08 15:54:25 +01:00