Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipeline | Kamil Trzcinski | 2016-04-19 | 12 | -48/+231 |
|\ | | | | | | | | | # Conflicts: # db/schema.rb | ||||
| * | Merge branch 'api-fix-annotated-tags' into 'master' | Rémy Coutable | 2016-04-19 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | API: Present an array of Gitlab::Git::Tag instead of array of rugged tags The annotated message was always `null` because the wrong array was presented. The entity requires an array of `Gitlab::Git::Tags` instead an array of raw rugged tags was presented. Since a rugged tag does not respond to `message` to get the annotated message, this was always `null`. See merge request !3764 | ||||
| | * | API: Present an array of Gitlab::Git::Tag instead of array of rugged tags | Robert Schilling | 2016-04-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'make-before-after-overridable' into 'master' | Kamil Trzciński | 2016-04-19 | 1 | -15/+18 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make before_script and after_script overridable This is makes it possible to overwrite the before_script and after_script at job level. This is continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3771 See merge request !3772 | ||||
| | * | | Make rubocop happymake-before-after-overridable | Kamil Trzcinski | 2016-04-18 | 1 | -12/+15 |
| | | | | |||||
| | * | | Merge branch 'after-script' into make-before-after-overridable | Kamil Trzcinski | 2016-04-18 | 1 | -15/+0 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'after-script' into make-before-after-overridable | Kamil Trzcinski | 2016-04-18 | 2 | -13/+64 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'after-script' into make-before-after-overridable | Kamil Trzcinski | 2016-04-18 | 1 | -27/+33 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'after-script' into make-before-after-overridable | Kamil Trzcinski | 2016-04-17 | 1 | -9/+9 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * after-script: Add CHANGELOG and documentation Rename finally_script to after_script Conflicts: lib/ci/gitlab_ci_yaml_processor.rb spec/lib/ci/gitlab_ci_yaml_processor_spec.rb | ||||
| | * | | | | | | Allow the before_script and finally_script to be overwritten in context of job | Kamil Trzcinski | 2016-04-16 | 1 | -11/+11 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'after-script' into 'master' | Kamil Trzciński | 2016-04-19 | 1 | -18/+30 |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement after_script which allows to do cleanups as part of the build process This implements `after_script` in global context. The `after_script` will be executed always after the job, even if the job were canceled. This requires changes on Runner side that will be implemented in 1.2. cc @tmaczukin @grzesiek See merge request !3771 | ||||
| | * | | | | | | Resolve mergeafter-script | Kamil Trzcinski | 2016-04-18 | 1 | -15/+0 |
| | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | Merge remote-tracking branch 'origin/master' into after-script | Kamil Trzcinski | 2016-04-18 | 1 | -3/+37 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into after-script | Kamil Trzcinski | 2016-04-18 | 1 | -10/+27 |
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||||
| | * | | | | | | Fix rubocop complains | Kamil Trzcinski | 2016-04-18 | 1 | -27/+33 |
| | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | Rename finally_script to after_script | Kamil Trzcinski | 2016-04-17 | 1 | -6/+6 |
| | | |_|/ / | | |/| | | | |||||
| | * | | | | Implement finally_script which allows to do cleanups as part of the build ↵ | Kamil Trzcinski | 2016-04-16 | 1 | -2/+8 |
| | | |_|/ | | |/| | | | | | | | | | | | | process | ||||
| * | | | | Using single builder for push and tag events | Gabriel Mazetto | 2016-04-19 | 1 | -20/+1 |
| | | | | | |||||
| * | | | | Added System Hooks for push and tag_push | Gabriel Mazetto | 2016-04-19 | 1 | -1/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Code is based on Project Webhooks, removing deprecations and without commits listing. | ||||
| * | | | | Set GitHub milestones to Issue/Merge Request that were imported | Douglas Barbosa Alexandre | 2016-04-18 | 2 | -0/+14 |
| | | | | | |||||
| * | | | | Import milestones from GitHub | Douglas Barbosa Alexandre | 2016-04-18 | 2 | -1/+60 |
| | | | | | |||||
| * | | | | Apply GitHub labels to Issue/Merge Request that were imported | Douglas Barbosa Alexandre | 2016-04-18 | 1 | -0/+14 |
| | | | | | |||||
| * | | | | Import labels from GitHub | Douglas Barbosa Alexandre | 2016-04-18 | 2 | -1/+34 |
| | | | | | |||||
| * | | | | Merge branch 'gh-keep-issues-prs-references' into 'master' | Robert Speicher | 2016-04-18 | 2 | -0/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use GitHub Issue/PR number as iid to keep references Closes #15294 See merge request !3759 | ||||
| | * | | | | Use GitHub Issue/PR number as iid to keep references | Douglas Barbosa Alexandre | 2016-04-18 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With these changes we don’t lost the issue/pr references when importing them to GitLab. | ||||
| * | | | | | Add "action" tag to /internal/allowed API | Yorick Peterse | 2016-04-18 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to re-use any other analytics that rely on the "action" tag having a value set. | ||||
| * | | | | | Merge branch 'issue_3508' into 'master' | Douwe Maan | 2016-04-18 | 1 | -2/+8 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restrict public users for private instances Implements #3508 See merge request !3440 | ||||
| | * | | | | Add changelog entry | Felipe Artur | 2016-04-18 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Fix documentation and improve permissions code | Felipe Artur | 2016-04-18 | 2 | -5/+1 |
| | | | | | | |||||
| | * | | | | Insert users check into api | Felipe Artur | 2016-04-18 | 2 | -2/+12 |
| | | |_|/ | | |/| | | |||||
| * | | | | Count the number of SQL queries per transaction | Yorick Peterse | 2016-04-18 | 1 | -0/+1 |
| |/ / / | | | | | | | | | | | | | Fixes gitlab-org/gitlab-ce#15335 | ||||
| * | | | Minor refactorings in CI configfeature/ci-job-env-variables | Grzegorz Bizon | 2016-04-18 | 1 | -4/+7 |
| | | | | |||||
| * | | | Validate job-level variables in YAML config file | Grzegorz Bizon | 2016-04-18 | 1 | -0/+8 |
| | | | | |||||
| * | | | Minor refactoring in code related to job variables | Grzegorz Bizon | 2016-04-18 | 1 | -5/+1 |
| | | | | |||||
| * | | | Make CI config return empty array if no job variables | Grzegorz Bizon | 2016-04-18 | 1 | -2/+5 |
| | | | | |||||
| * | | | Rename method that returns global envs in CI conf | Grzegorz Bizon | 2016-04-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Read job variables directly from gitlab CI config | Grzegorz Bizon | 2016-04-18 | 1 | -2/+10 |
| | | | | |||||
| * | | | Add `variables` keyword to job in CI config YAML | Grzegorz Bizon | 2016-04-18 | 1 | -1/+2 |
| | |/ | |/| | |||||
| * | | Use Module#prepend for method instrumentationfix-method-instrumentation | Yorick Peterse | 2016-04-18 | 1 | -10/+27 |
| |/ | | | | | | | | | | | | | | | | | By using Module#prepend we can define a Module containing all proxy methods. This removes the need for setting up crazy method alias chains and in turn prevents us from having to deal with all that madness (e.g. methods calling each other recursively). Fixes gitlab-org/gitlab-ce#15281 | ||||
* | | Write specs for this feature | Kamil Trzcinski | 2016-04-16 | 1 | -6/+13 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipeline | Kamil Trzcinski | 2016-04-16 | 28 | -176/+295 |
|\ \ | |/ | | | | | | | # Conflicts: # db/schema.rb | ||||
| * | Merge branch 'fix/project-import_url' into 'master' | Robert Speicher | 2016-04-15 | 12 | -47/+91 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Fix for import_url fields on projects containing third-party credentials Fixes https://dev.gitlab.org/gitlab/gitlabhq/issues/2658 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13955 See merge request !3066 | ||||
| | * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | James Lopez | 2016-04-15 | 4 | -33/+22 |
| | |\ | | | | | | | | | | | | | fix/project-import_url | ||||
| | * \ | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | James Lopez | 2016-04-14 | 28 | -136/+516 |
| | |\ \ | | | | | | | | | | | | | | | | fix/project-import_url | ||||
| | * | | | updated migration based on testing findings | James Lopez | 2016-04-14 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | refactored create_or_update_import_data | James Lopez | 2016-04-07 | 3 | -3/+3 |
| | | | | | |||||
| | * | | | refactored a few things based on MR feedback | James Lopez | 2016-04-07 | 4 | -18/+8 |
| | | | | | |||||
| | * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | James Lopez | 2016-04-07 | 14 | -20/+215 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | fix/project-import_url | ||||
| | * | | | | fix some issues with credentials | James Lopez | 2016-04-06 | 2 | -7/+7 |
| | | | | | | |||||
| | * | | | | some refactoring to symbolise keys across importers and left a TODO | James Lopez | 2016-04-05 | 5 | -13/+13 |
| | | | | | |