| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
'master'
Backport to CE: Support `codequality` job name for Code Quality feature
See merge request !13833
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
commit 79858a631af97c2857700fa44c0e7ba09d621e12
Author: Shinya Maeda <shinya@gitlab.com>
Date: Fri Aug 25 23:33:04 2017 +0900
Fix doc
commit d0c864c7f1522bd254458a7d6e1002352f34a143
Author: Shinya Maeda <shinya@gitlab.com>
Date: Tue Aug 22 22:27:32 2017 +0900
Add tests
commit 1628eb8598f8ad0e6b573f3fb4fdcf5c3776885b
Author: Shinya Maeda <shinya@gitlab.com>
Date: Tue Aug 22 10:14:44 2017 +0000
Update .gitlab-ci.yml
commit 440a3cdd0bb5d7b83f861f6d3762510b40df984a
Author: Shinya Maeda <shinya@gitlab.com>
Date: Fri Aug 18 14:46:56 2017 +0000
Update build.rb
commit e925951e35c889bfc0520ce056e7df7befdeb93b
Author: Shinya Maeda <shinya@gitlab.com>
Date: Thu Aug 17 18:13:17 2017 +0900
Add changelog
commit 7de5b4f50fc1ff6987c9a861c057c816d4fb285d
Author: Shinya Maeda <shinya@gitlab.com>
Date: Thu Aug 17 18:11:53 2017 +0900
ini
|
|\ \
| | |
| | |
| | |
| | | |
Docs - new article: Test and Deploy Laravel (PHP) Apps with GitLab CI and Envoy
See merge request !13911
|
| | | |
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
Added missing `S` to CI documentation for using SSH keys
See merge request !13842
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Resolve "Predefined Variable GITLAB_USER_NAME"
Closes #26692
See merge request !13824
|
| | |
| | |
| | |
| | | |
* Predefined variable represents the username of the GitLab user that started a build
|
| | |
| | |
| | |
| | | |
* Predefined variable represents the name of the GitLab user that started a build
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Improve documentation for 'dependencies' keyword
Closes #36857
See merge request !13758
|
| |/ |
|
| | |
|
|/
|
|
| |
It was missing and expected it wouldn't hurt anyone
|
|
|
|
|
|
| |
This API was mainly for internal usage, and has been moved to the
general API: APIv4. The endpoints have been deprecated since 9.0, and
won't see 10.0. :)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Explain all possible values of 'only' and 'except'
Closes #34119
See merge request !13138
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Make it possible to auto retry a failed CI/CD job
Closes #3442
See merge request !12909
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\ |
|
| |
| |
| |
| | |
[ci skip]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix static-snalysis
Move the precedence of group secure variable before project secure variable. Allow project_id to be null.
Separate Ci::VariableProject and Ci::VariableGroup
Add the forgotton files
Add migration file to update type of ci_variables
Fix form_for fpr VariableProject
Fix test
Change the table structure according to the yorik advice
Add necessary migration files. Remove unnecessary migration spec.
Revert safe_model_attributes.yml
Fix models
Fix spec
Avoid self.variable. Use becomes for correct routing.
Use unique index on group_id and key
Add null: false for t.timestamps
Fix schema version
Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable
Rename the rest of them
Add the rest of files
Basic BE change
Fix static-snalysis
Move the precedence of group secure variable before project secure variable. Allow project_id to be null.
Separate Ci::VariableProject and Ci::VariableGroup
Add the forgotton files
Add migration file to update type of ci_variables
Fix form_for fpr VariableProject
Fix test
Change the table structure according to the yorik advice
Add necessary migration files. Remove unnecessary migration spec.
Revert safe_model_attributes.yml
Fix models
Fix spec
Avoid self.variable. Use becomes for correct routing.
Use unique index on group_id and key
Add null: false for t.timestamps
Fix schema version
Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable
Rename the rest of them
Add the rest of files
Implement CURD
Rename codes related to VariableGroup and VariableProject FE part
Remove unneccesary changes
Make Fe code up-to-date
Add protected flag to migration file
Protected group variables essential package
Update schema
Improve doc
Fix logic and spec for models
Fix logic and spec for controllers
Fix logic and spec for views(pre feature)
Add feature spec
Fixed bugs. placeholder. reveal button. doc.
Add changelog
Remove unnecessary comment
godfat nice catches
Improve secret_variables_for arctecture
Fix spec
Fix StaticAnlysys & path_regex spec
Revert "Improve secret_variables_for arctecture"
This reverts commit c3216ca212322ecf6ca534cb12ce75811a4e77f1.
Use ayufan suggestion for secret_variables_for
Use find instead of find_by
Fix spec message for variable is invalid
Fix spec remove variable.group_id = group.id
godffat spec nitpicks
Use include Gitlab::Routing.url_helpers for presenter spec
|
|\ \
| |/ |
|
| |
| |
| |
| | |
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2112
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Introduce cache policies for CI jobs
Closes #33772
See merge request !12483
|
| | | |
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
32815--Add-Custom-CI-Config-Path
* upstream/master: (149 commits)
Revert change to design. Go back to scrollable page
Fixes the column widths for the new navigation options in settings
Migrate #submodule_url_for to Gitaly
Add test example for external commit status retries
Fix invalid Rails.logger call in lib/gitlab/health_checks/fs_shards_check.rb
Fix build for !12300.
Log rescued exceptions to Sentry
Fix issues with non-UTF8 filenames by always fixing the encoding of tree and blob paths
Revert "Merge branch 'revert-12499' into 'master'"
Prevent accidental deletion of protected MR source branch by repeating checks before actual deletion
Improve the overall UX for the new monitoring dashboard
Document that GitLab 9.3 requires the TRIGGER permission on MySQL
Instrument Unicorn with Ruby exporter
Remove group modal like remove project modal. Closes #33130
Update prometheus client gem
Enables the option in user preferences to turn on the new navigation
Add Jasmine tests for `OAuthRememberMe`
Simplify authentication logic in the v4 users API for !12445.
Use stub_application_setting when testing ApplicationHelper#support_url
wait_for_requests is not needed when AJAX is not in play
...
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
See https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
|
| | | |
|
| |/
|/|
| |
| | |
See https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
no trailing / leading hyphens in CI_COMMIT_REF_SLUG.
Closes #32035
See merge request !11218
|
| | | |
|
| | | |
|