summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix commits ordering when using PostgreSQLfix-commits-ordering-for-postgresqlKamil Trzcinski2015-08-263-1/+22
|
* Merge branch 'rs-changelog-8-0' into 'master'Robert Speicher2015-08-241-1/+3
|\ | | | | | | | | | | | | | | Add unreleased 8.0 entry to CHANGELOG [ci skip] See merge request !242
| * Add unreleased 8.0 entry to CHANGELOGRobert Speicher2015-08-241-1/+3
| |
* | Merge branch 'ordering-issue' into 'master'Robert Speicher2015-08-244-2/+9
|\ \ | |/ |/| | | | | | | | | | | | | | | Order commits by committed_at and id This needs to be done that way, because the committed_at can be null for some pretty old commits. This is needed to resolve the issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/2339 See merge request !240
| * Order commits by committed_at and idKamil Trzcinski2015-08-244-3/+12
| | | | | | | | This needs to be done that way, because the committed_at can be null for some pretty old commits.
* | Merge branch 'skipped-svg' into 'master'Robert Speicher2015-08-242-1/+5
|\ \ | |/ |/| | | | | | | Fix skipped svg See merge request !241
| * Fix skipped svgKamil Trzcinski2015-08-242-1/+5
|/
* Bump to 8.0.0.preKamil Trzcinski2015-08-241-1/+1
|
* Merge branch 'build-triggers' into 'master'Robert Speicher2015-08-2141-113/+814
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement build trigger API This commit implements Build Triggers. There are changes to API request: - Due to security advised method to pass trigger token is to use form data - Advised method to pass variables is to use form data TODO: - [x] Implement API - [x] Implement UI - [x] Dimitriy and Valery review - [x] Write specs - [x] Write documentation - [x] Job documentation review See merge request !229
| * Added TriggerController specsbuild-triggersKamil Trzcinski2015-08-212-1/+27
| |
| * Nice icon for triggersKamil Trzcinski2015-08-211-1/+1
| |
| * Update CHANGELOGKamil Trzcinski2015-08-211-0/+1
| |
| * Fix specsKamil Trzcinski2015-08-211-1/+2
| |
| * Retrigger builds with [ci skip]Kamil Trzcinski2015-08-212-3/+19
| |
| * API for trigger when requested returns trigger request with commit ↵Kamil Trzcinski2015-08-212-2/+5
| | | | | | | | information, but without the created builds
| * Added CreateTriggerRequestService specsKamil Trzcinski2015-08-213-2/+63
| |
| * Create specs for build triggersKamil Trzcinski2015-08-216-10/+191
| |
| * Initial support for build triggersKamil Trzcinski2015-08-2129-97/+490
| |
| * Add committed_at to commits to properly order last commit (the force push issue)Kamil Trzcinski2015-08-2110-10/+29
| |
* | Merge branch 'nav-icons' into 'master'Robert Speicher2015-08-213-2/+3
|\ \ | | | | | | | | | | | | | | | Fix navigation icons See merge request !239
| * | no messageKamil Trzcinski2015-08-211-0/+1
| | |
| * | Fix navigation iconsKamil Trzcinski2015-08-212-2/+2
| | |
* | | Merge branch 'fix-variable-saving-error' into 'master'Robert Speicher2015-08-216-5/+21
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | Fix variable saving error This is regression not allowing to save the variables if the variable name exists in other projects. This also fixes error rendering issue for variables, which previously was rendered on project's settings page. See merge request !237
| * | Fix specsfix-variable-saving-errorKamil Trzcinski2015-08-211-1/+1
| | |
| * | Redirect to known route instead of :backKamil Trzcinski2015-08-211-1/+1
| | |
| * | Fix spellingKamil Trzcinski2015-08-211-1/+1
| | |
| * | Update variables from within it's own controller not the project'sKamil Trzcinski2015-08-214-3/+18
| | |
| * | Fix problem with variables savingKamil Trzcinski2015-08-212-1/+2
| |/
* | Merge branch 'clojure-example' into 'master'Kamil Trzciński2015-08-213-1/+38
|\ \ | |/ |/| | | | | | | | | | | Add example for testing clojure application Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !238
| * Add example for testing clojure applicationDmitriy Zaporozhets2015-08-213-1/+38
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'variable-fix' into 'master'Robert Speicher2015-08-192-0/+4
|\ | | | | | | | | | | Require the variable key to be set and unique See merge request !234
| * Require the variable key to be set and uniquevariable-fixKamil Trzcinski2015-08-192-0/+4
| |
* | Merge branch 'fix-build-retry-stage' into 'master'Robert Speicher2015-08-192-0/+2
|\ \ | | | | | | | | | | | | | | | Add missing stage when doing retry on a build See merge request !236
| * | Add missing stage when doing retry on a buildKamil Trzcinski2015-08-192-0/+2
| |/
* | Merge branch 'yaml-validation' into 'master'Robert Speicher2015-08-192-5/+17
|\ \ | |/ |/| | | | | | | | | | | | | | | Make the YAML validation more stricter - deny all globals that are not hashes and doesn't contain script, the script is required now - verify that script is either string or array of an strings See merge request !235
| * Make the YAML validation more stricteryaml-validationKamil Trzcinski2015-08-192-5/+17
|/ | | | | - deny all globals that are not hases and doesn't contain script, the script is required now - verify that script is either string or array of an strings
* Merge branch 'fix-modal-title' into 'master'Robert Schilling2015-08-181-2/+2
|\ | | | | | | | | | | Fix typo in modal title See merge request !233
| * Fix typo in modal titleStan Hu2015-08-181-2/+2
|/
* Merge branch 'master' into 'master'Kamil Trzciński2015-08-131-2/+2
|\ | | | | | | | | | | changes docker image name from python to ruby See merge request !232
| * changes docker image name from python to rubyTim Hughes2015-08-131-2/+2
|/
* Merge branch 'broken-yaml-errors' into 'master' Kamil Trzciński2015-08-063-8/+35
|\ | | | | | | | | | | | | | | | | | | | | | | | | Fix broken yaml errors It fixes two errors: 1. invalid `.gitlab-ci.yml` did not trigger yaml_errors, thus making the commit success 2. skipped status were used for invalid `.gitlab-ci.yml` Link to issue: https://gitlab.com/gitlab-org/gitlab-ci/issues/261 /cc @vsizov See merge request !228
| * Prefer `failed` commit status over `skipped` if no builds were createdbroken-yaml-errorsKamil Trzcinski2015-08-062-7/+18
| |
| * Fix broken yaml error savingKamil Trzcinski2015-08-063-1/+17
|/
* Update CHANGELOGKamil Trzcinski2015-08-051-1/+1
|
* Merge branch 'yaml-variables' into 'master' Kamil Trzciński2015-08-0510-12/+151
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support yaml variables This MR introduces ability to define variables from YAML. ```yaml variables: DB_NAME: postgres test: script: echo $DB_NAME ``` The variables are passed using the same API as Secure Variables. The API introduces additional parameter: public. All variables defined in YAML are marked as public. The GitLab Runner when detects public variables will pass them to the services. This makes it easy to fine tune linked services to for example define database name. ```yaml services: - postgres variables: POSTGRES_DB: gitlab ``` The above example will run [postgres](https://registry.hub.docker.com/u/library/postgres/) and pass POSTGRES_DB to postgres container making it to create `gitlab` database instead of default `postges`. **Note:** All variables will passed to all service containers. It's not designed to distinguish which variable should go where. /cc @sytses @vsizov @dzaporozhets See merge request !227
| * Update documentationKamil Trzcinski2015-08-053-2/+79
| |
| * Satisfy rubocopKamil Trzcinski2015-08-051-2/+2
| |
| * Added support for YAML-defined variablesKamil Trzcinski2015-08-057-10/+72
| |
* | Merge branch 'service-testing' into 'master' Kamil Trzciński2015-08-058-70/+45
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Fix service testing Fixes: - https://gitlab.com/gitlab-org/gitlab-ci/issues/248 - https://gitlab.com/gitlab-org/gitlab-ci/issues/208 /cc @vsizov See merge request !221
| * Fix rubocopservice-testingKamil Trzcinski2015-08-033-18/+18
| |