| Commit message (Expand) | Author | Age | Files | Lines |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-08-17 | 1 | -1/+1 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-08-03 | 1 | -2/+1 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-06-14 | 1 | -0/+4 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-06-11 | 1 | -0/+8 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-05-13 | 1 | -25/+3 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-05-11 | 1 | -1/+1 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-03-16 | 1 | -0/+2 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-01-26 | 1 | -1/+1 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-22 | 1 | -0/+4 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-12 | 1 | -1/+1 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-11 | 1 | -9/+1 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-03 | 1 | -0/+2 |
* | Remove old ignore_column in AR modelsdz-remove-old-ignore-column | Dmitriy Zaporozhets | 2019-07-15 | 1 | -3/+0 |
* | Fix pipeline schedule edge casefix-pipeline-schedule-edge-case | Shinya Maeda | 2019-06-24 | 1 | -6/+17 |
* | Use Time.zone.now for Ci::PipelineSchedule#ideal_next_run_at | Lin Jen-Shin | 2019-06-11 | 1 | -1/+2 |
* | Make pipeline schedule worker resilientset-real-next-run-at-for-preventing-duplciate-pipeline-creations | Shinya Maeda | 2019-06-03 | 1 | -8/+17 |
* | Strip whitespace for PipelineSchedule#cronstrip-attr-cron-in-pipeline-schedule | Fabio Pitino | 2019-05-02 | 1 | -0/+3 |
* | Inherit from ApplicationRecord instead of ActiveRecord::Base | Nick Thomas | 2019-03-28 | 1 | -1/+1 |
* | Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-more | gfyoung | 2018-08-03 | 1 | -0/+2 |
* | Remove soft removals related code | Yorick Peterse | 2018-01-08 | 1 | -1/+2 |
* | move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb` | Maxim Rydkin | 2017-09-12 | 1 | -1/+1 |
* | Add validate: false. Add validates uniqueness.fix/sm/34805-get-back-validates-uniqueness-1 | Shinya Maeda | 2017-08-18 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline | Lin Jen-Shin | 2017-07-17 | 1 | -0/+8 |
|\ |
|
| * | Implement ayufan validator | Shinya Maeda | 2017-07-06 | 1 | -5/+1 |
| * | Revert "Implement Ci::NestedUniquenessValidator" | Shinya Maeda | 2017-07-06 | 1 | -0/+5 |
| * | Implement Ci::NestedUniquenessValidator | Shinya Maeda | 2017-07-05 | 1 | -5/+0 |
| * | Implement uniqueness_of_in_memory_validator | Shinya Maeda | 2017-07-05 | 1 | -0/+5 |
| * | zj nice catches | Shinya Maeda | 2017-07-05 | 1 | -0/+4 |
| * | Remove dependent => :destroy | Shinya Maeda | 2017-07-05 | 1 | -1/+1 |
| * | Implement variables_attributes create/update cases | Shinya Maeda | 2017-07-05 | 1 | -10/+0 |
| * | Controller logic. Delete before modification. Halfway. | Shinya Maeda | 2017-07-05 | 1 | -10/+11 |
| * | Implement uniqueness_of_in_memory_validator | Shinya Maeda | 2017-07-05 | 1 | -0/+5 |
| * | zj nice catches | Shinya Maeda | 2017-07-05 | 1 | -0/+4 |
| * | Remove dependent => :destroy | Shinya Maeda | 2017-07-05 | 1 | -1/+1 |
| * | Implement variables_attributes create/update cases | Shinya Maeda | 2017-07-05 | 1 | -10/+0 |
| * | Controller logic. Delete before modification. Halfway. | Shinya Maeda | 2017-07-05 | 1 | -1/+13 |
| * | pipeline_schedule_variables model/db | Shinya Maeda | 2017-07-05 | 1 | -0/+1 |
* | | Merge allowed_to_create? into CreatePipelineService | Lin Jen-Shin | 2017-07-05 | 1 | -4/+0 |
* | | Move the check to Pipeline.allowed_to_create? | Lin Jen-Shin | 2017-06-06 | 1 | -1/+1 |
|/ |
|
* | Define last_pipeline in PipelineScheduleEntity | Shinya Maeda | 2017-05-30 | 1 | -4/+0 |
* | Remove bang from update! | Shinya Maeda | 2017-05-30 | 1 | -1/+1 |
* | Add own! method on PipleineSchedule | Shinya Maeda | 2017-05-30 | 1 | -0/+4 |
* | Add API support for pipeline schedule | Shinya Maeda | 2017-05-30 | 1 | -0/+4 |
* | Validate parameters when active is false | Shinya Maeda | 2017-05-29 | 1 | -7/+3 |
* | Do not schedule pipelines if the user can't | Z.J. van de Weg | 2017-05-15 | 1 | -0/+8 |
* | Add Pipeline Schedules that supersedes experimental Trigger Schedule | Zeger-Jan van de Weg | 2017-05-07 | 1 | -0/+52 |