- 15 Sep, 2016 1 commit
-
-
Phil Hughes authored
Closes #21218
-
- 14 Sep, 2016 1 commit
-
-
Fatih Acet authored
-
- 01 Sep, 2016 1 commit
-
-
Felipe Artur authored
-
- 30 Aug, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Closes #19120
-
- 19 Aug, 2016 2 commits
-
-
Gokmen Goksel authored
Koding: #index: landing page for Koding integration If enabled it will provide a link to open remote Koding instance url for now we are also providing the sneak preview video for how integration works in detail. Repository: check whether .koding.yml file exists on repository Projects: landing page: show Run in IDE (Koding) button if repo has stack file Projects: MR: show Run in IDE Koding button if repo has stack file on active branch ProjectHelpers: add_koding_stack: stack generator for provided project With this helper we will auto-generate the required stack template for a given project. For the feature we can request this base template from the running Koding instance on integration. Currently this will provide users to create a t2.nano instance on aws and it'll automatically configures the instance for basic requirements. Projects: empty state and landing page provide shortcuts to create stack projects_helper: use branch on checkout and provide an entry point This ${var.koding_queryString_branch} will be replaced with the branch provided in query string which will allow us to use same stack template for different branches of the same repository. ref: https://github.com/koding/koding/pull/8597/commits/b8c0e43c4c24bf132670aa8a3cfb0d634acfd09b projects_helper: provide sha info in query string to use existing vms With this change we'll be able to query existing vms on Koding side based on the commit id that they've created. ref: https://github.com/koding/koding/pull/8597/commits/1d630fadf31963fa6ccd3bed92e526761a30a343 Integration: Docs: Koding documentation added Disable /koding route if integration is disabled Use application settings to enable Koding Projects_helper: better indentation with strip_heredoc usage Projects_helper: return koding_url as is if there is no project provided current_settings: set koding_enabled: false by default Koding_Controller: to render not_found once integration is disabled Dashboard_specs: update spec for Koding enabled case Projects_Helper: make repo dynamic ref: https://github.com/koding/koding/pull/8597/commits/4d615242f45aaea4c4986be84ecc612b0bb1514c Updated documentation to have right format
-
Annabel Dunstone authored
-
- 01 Aug, 2016 1 commit
-
-
Robert Speicher authored
Prior, in order to display the correct link to "Issues" in the project navigation, we were performing a check against the project to see if it used an external issue tracker, and if so, we used that URL. This was inefficient. Now, we simply _always_ link to `namespace_project_issues_path`, and then in the controller we redirect to the external tracker if it's present. This also removes the need for the url_for_issue helper. Bonus!
-
- 26 Jul, 2016 1 commit
-
-
Ahmad Sherif authored
-
- 21 Jul, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 20 Jul, 2016 2 commits
-
-
Annabel Dunstone authored
-
Kamil Trzcinski authored
-
- 19 Jul, 2016 4 commits
-
-
Kamil Trzcinski authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
Remove builds settings from project settings; add builds settings route; add new controller action; put badge stuff under builds settings controller action
-
- 12 Jul, 2016 2 commits
-
-
Annabel Dunstone authored
-
Dmitriy Zaporozhets authored
-
- 11 Jul, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 Jul, 2016 1 commit
-
-
Rémy Coutable authored
And create new Project#requesters, Group#requesters scopes. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 29 Jun, 2016 2 commits
- 28 Jun, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 23 Jun, 2016 2 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
- 21 Jun, 2016 1 commit
-
-
Stan Hu authored
-
- 20 Jun, 2016 5 commits
-
-
Stan Hu authored
Closes #18830
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 18 Jun, 2016 2 commits
-
-
Rémy Coutable authored
The link was removed in !3798, probably by mistake. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 17 Jun, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 16 Jun, 2016 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
Timothy Andrew authored
- Extract a duplicated `redirect_to` - Fix a typo: "token", not "certificate" - Have the "Expires at" datepicker be attached to a text field, not inline - Have both private tokens and personal access tokens verified in a single "authenticate_from_private_token" method, both in the application and API. Move relevant logic to `User#find_by_personal_access_token` - Remove unnecessary constants relating to API auth. We don't need a separate constant for personal access tokens since the param is the same as for private tokens.
-
- 15 Jun, 2016 2 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-