summaryrefslogtreecommitdiff
path: root/app/views/projects/show.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Translate project & repository pagesBob Van Landuyt2017-06-071-16/+16
|
* Use same last commit widget on project homepage and tree viewdm-consistent-commit-widgetDouwe Maan2017-05-171-5/+0
|
* Refactor changing files in web UIDouwe Maan2017-04-201-1/+1
|
* Update show.html.haml to allow guests to see the Files tab as per ↵AJ ONeal2017-04-121-1/+1
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/30199
* Remove limited container on file viewfile-view-containerAnnabel Dunstone Gray2017-04-071-3/+3
|
* 20914 Limits line length for project home pagetauriedavis2017-03-301-3/+3
| | | | fix lint issues
* Fix project-last-commit alignmentfix-project-last-commit-paddingAnnabel Dunstone Gray2017-03-061-2/+3
|
* Cleaning up navigational order - ProjectKushal Pandya2017-03-021-1/+2
|
* Show public RSS feeds to anonymous usersMichael Kozono2017-02-281-2/+1
|
* Revert "Merge branch '27934-left-align-nav' into 'master'"revert-2cf17c42Annabel Dunstone Gray2017-02-211-57/+56
| | | This reverts merge request !9338
* Refactor project stats & last_commit CSS; left align main nav itemsAnnabel Dunstone Gray2017-02-171-56/+57
|
* Merge branch 'auto-deploy-with-space' into 'master' Sean McGivern2016-12-271-2/+2
|\ | | | | | | | | | | | | Rename "autodeploy" to "auto deploy" Closes #25999 See merge request !8289
| * Rename "autodeploy" to "auto deploy"auto-deploy-with-spaceAdam Niedzielski2016-12-231-2/+2
| |
* | Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern2016-12-261-2/+2
|\ \ | |/ |/| | | | | Add more storage statistics See merge request !7754
| * Add more storage statisticsMarkus Koller2016-12-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
* | Introduce "Set up autodeploy" button to help configure GitLab CI for deploymentadam-auto-deployAdam Niedzielski2016-12-211-0/+4
|/ | | | | | The button allows to choose a ".gitlab-ci.yml" template that automatically sets up the deployment of an application. The currently supported template is Kubernetes template.
* Add sentence casing, fix groups page buttons, fix dark gray variableAnnabel Dunstone Gray2016-12-171-1/+1
|
* Add empty koding state; check permissions for project buttonsAnnabel Dunstone Gray2016-12-171-0/+3
|
* Move all project buttons to headerAnnabel Dunstone Gray2016-12-171-12/+1
|
* Move access request buttons to project headerAnnabel Dunstone Gray2016-12-171-1/+0
|
* 19205 Redesign group page header to match new navigation19205-group-header-redesigntauriedavis2016-11-091-3/+4
|
* Merge remote-tracking branch 'upstream/master' into show-status-from-branchLin Jen-Shin2016-11-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (35 commits) Only skip group when it's actually a group in the "Share with group" select Fix: Todos Filter Shows All Users Fix: Guest sees some repository details and gets 404 Move shared params to a helper GrapeDSL for project hooks Update commits.scss updated styling commit SHA on branches page + added to changelog change build list height to show 6,5 builds + improve padding of list, with first/last child selectors Ignore builds directory from eslint Add changelog entry Document multiple repository storage paths Allow multiple repository storage shards to be enabled, and automatically round-robin between them Cleaned up global namespace JS Add tip for using Chrome to run and debug teaspoon tests. Add CHANGELOG entry file Add jquery.timeago.js to application.js Update match-regex to fix filename convention Move jquery.timeago to vendor directory Change a bunch of doc links to either relative or https://docs.gitlab.com. Show log corresponding to env in admin/logs ...
| * Fix: Guest sees some repository details and gets 404Valery Sizov2016-11-041-1/+1
| |
* | Also update for default project page, feedback:Lin Jen-Shin2016-10-271-1/+1
|/ | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7034#note_17397573
* Add visibility level to project repositoryissue_19734_2Felipe Artur2016-10-171-63/+67
|
* 19499 Update project dropdowns19499-project-dropdownstauriedavis2016-10-041-3/+2
|
* Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-08-241-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | artifacts-from-ref-and-build-name * upstream/master: (192 commits) Added CHANGELOG Added unfold test to parallel and added 'diff discussion' context Fix Spinach branches spec Better first match on this MR also Change merge_error column from string to text type Fix typo in gitlab_flow.md entities: make Environment inherit EnvironmentBasic Updated to optimized specs from !5864 Added 'with an unfolded line should not allow commenting' scenario (line 125) Added addtional 'renderable' validator to check 'data-note-type' attr exists Allow passing an index to selectRowAtIndex Fixed enter key in search input not working Fix file links on project page Files view Fix incorrect "stopped impersonation" log message 8.11 is released, long live 8.12 Also check if Akismet is enabled, before showing the `Submit as spam` button. fix location of markdown help location Fix for update 8.10-to-8.11.md doc. Appease the linter. Add Ruby 2.3 upgrade notes. ...
| * Support integration with Koding (online IDE)Gokmen Goksel2016-08-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Aggressively merge views, feedback:Lin Jen-Shin2016-08-241-2/+2
|/ | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14347679 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14347470
* Link configuration button to .gitlab-ci.yml20101-ci-configurationAnnabel Dunstone2016-07-281-1/+1
|
* Add CI configuration button on project pageAnnabel Dunstone2016-07-281-0/+4
|
* Diffs will create button/diff form on demand no on server sideJacob Schatz2016-07-061-1/+1
|
* Updated spacingPhil Hughes2016-07-041-1/+1
| | | | CHANGELOG item
* Updated project headerPhil Hughes2016-07-041-46/+53
| | | | Closes #18544
* Remove unnecessary parenscode_style_fixesValery Sizov2016-06-301-1/+1
|
* Capitalize button textfix-button-titleAlfredo Sumaran2016-06-211-1/+1
|
* Add button to add .gitlab-ci.yml file17521-gitlab-ci-yml-templatesAlfredo Sumaran2016-06-201-0/+4
|
* Use Git cached counters on project show page18709-use-specific-git-cached-countersPaco Guzman2016-06-161-2/+2
| | | | Besides when building the repository cache we cache those git counters too
* Use container helper instead of hard coded containerAnnabel Dunstone2016-06-081-1/+1
|
* Move files tab before commits tab to follow same order as top navigationproject-navigation-redesignDmitriy Zaporozhets2016-05-241-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Redesign sublevel nav links; vertically align project image; fix spacingAnnabel Dunstone2016-05-191-5/+4
|
* Redesign project page headerAnnabel Dunstone2016-05-191-38/+39
|
* Start builds redesignAnnabel Dunstone2016-05-041-1/+1
|
* Continue implementation of the license template selector and /licenses API ↵Rémy Coutable2016-04-181-6/+6
| | | | | | endpoint Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix missing padding for user/group pagesDmitriy Zaporozhets2016-01-141-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dont use nav-pills. Instead use nav-listsDmitriy Zaporozhets2016-01-131-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Apply new layout to user pageDmitriy Zaporozhets2016-01-131-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* New layout without background colorDmitriy Zaporozhets2016-01-131-10/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove now-redundant `page_description` call from Projects#showRobert Speicher2016-01-051-3/+1
|
* Merge branch 'master' into more-opengraphDouwe Maan2016-01-051-12/+1
|\ | | | | | | | | # Conflicts: # app/views/layouts/_head.html.haml