summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Improve instantiate recursion in cron_parser.rbShinya Maeda2017-04-061-2/+2
| | * | | | | | | Add empty line in cron_parser.rbShinya Maeda2017-04-061-1/+1
| | * | | | | | | Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda2017-04-061-7/+7
| | * | | | | | | Ommit begin block in try_parse_cronShinya Maeda2017-04-061-5/+3
| | * | | | | | | Separate cron_valid? and cron_time_zone_valid?Shinya Maeda2017-04-061-4/+6
| | * | | | | | | Dry up next_time_from. Move cron_parser_spec to appropriate location.Shinya Maeda2017-04-061-5/+1
| | * | | | | | | Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda2017-04-062-36/+38
| | * | | | | | | Add Import/Export Setting for trigger_schedule. Remove ref validation.Shinya Maeda2017-04-062-1/+3
| | * | | | | | | Suppress Import/Export function warnings. Add comment for confirmation.Shinya Maeda2017-04-061-1/+1
| | * | | | | | | Fix rubocop issues. Use add_concurrent_foreign_key.Shinya Maeda2017-04-061-5/+5
| | * | | | | | | Brush up 2Shinya Maeda2017-04-061-1/+1
| | * | | | | | | Brush upShinya Maeda2017-04-061-3/+6
| | * | | | | | | real_next_run (WIP)Shinya Maeda2017-04-061-4/+5
| | * | | | | | | Use constraint for #validationShinya Maeda2017-04-061-2/+4
| | * | | | | | | Add validation to Ci::TriggerSchedule (Halfway)Shinya Maeda2017-04-061-5/+7
| | * | | | | | | Add rufus-scheduler to GemfileShinya Maeda2017-04-061-2/+0
| | * | | | | | | Add scheduled_trigger model. Add cron parser. Plus, specs.Shinya Maeda2017-04-061-0/+30
| * | | | | | | | Merge branch 'feature/multi-level-container-registry-images' into 'master' Kamil Trzciński2017-04-066-61/+82
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971' into feature/multi-le...feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-0611-7/+251
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | * | | | | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-0627-62/+266
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | * | | | | | | | Add minor improvements to container registry codeGrzegorz Bizon2017-04-061-2/+6
| | * | | | | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-0418-50/+144
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | Remove unneeded char in registry repository pathGrzegorz Bizon2017-04-041-1/+1
| | * | | | | | | | Swap method names in containe registry path classGrzegorz Bizon2017-04-041-8/+8
| | * | | | | | | | Improve code in container repository path classGrzegorz Bizon2017-04-031-10/+13
| | * | | | | | | | Check registry repository name against regexpGrzegorz Bizon2017-04-032-1/+10
| | * | | | | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-0330-111/+195
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Add serveral minor improvements to container registryGrzegorz Bizon2017-03-311-3/+1
| | * | | | | | | | | Remove unused method from container registry clientGrzegorz Bizon2017-03-311-4/+0
| | * | | | | | | | | Create container repository on successful push authGrzegorz Bizon2017-03-301-0/+4
| | * | | | | | | | | Check container repository exists for a given pathGrzegorz Bizon2017-03-301-2/+9
| | * | | | | | | | | Make container repository path code more readableGrzegorz Bizon2017-03-291-5/+19
| | * | | | | | | | | Fix rubocop offense in container registry path classGrzegorz Bizon2017-03-291-2/+1
| | * | | | | | | | | Implement method matching container repository namesGrzegorz Bizon2017-03-281-0/+8
| | * | | | | | | | | Implement container repository path classGrzegorz Bizon2017-03-281-0/+29
| | * | | | | | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-2715-155/+449
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix specs for container repository tagsGrzegorz Bizon2017-03-242-5/+5
| | * | | | | | | | | | Remove out-of-scope changes for multi-level imagesGrzegorz Bizon2017-03-224-78/+0
| | * | | | | | | | | | Makes ContainerImages RoutableAndre Guedes2017-03-211-1/+1
| | * | | | | | | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-21257-1689/+5765
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Creates specs for destroy service and improves namespace container image quer...Andre Guedes2017-02-231-2/+2
| | * | | | | | | | | | | Fixes broken and missing testsAndre Guedes2017-02-224-57/+3
| | * | | | | | | | | | | Adding registry endpoint authorizationAndre Guedes2017-02-222-1/+11
| | * | | | | | | | | | | First iteration of container_image viewAndre Guedes2017-02-221-3/+13
| | * | | | | | | | | | | Multi-level container image names backend implementationAndre Guedes2017-02-224-5/+60
| | * | | | | | | | | | | Added MR Road mapAndre Guedes2017-02-221-0/+7
| * | | | | | | | | | | | Merge branch 'gitaly-config-toml' into 'master' Sean McGivern2017-04-062-3/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix rubocop offenceJacob Vosmaer2017-04-061-1/+1
| | * | | | | | | | | | | | Use config.toml to configure GitalyJacob Vosmaer2017-04-061-2/+1
| * | | | | | | | | | | | | Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-068-87/+308
| |/ / / / / / / / / / / /