OctoLinker
Gitlab CI
Our great sponsors
- Appwrite - The Open Source Firebase alternative introduces iOS support
- InfluxDB - Access the most powerful time series database as a service
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- SonarQube - Static code analysis for 29 languages.
OctoLinker | Gitlab CI | |
---|---|---|
5 | 3 | |
5,146 | 23,272 | |
0.3% | 0.4% | |
8.0 | 9.9 | |
8 days ago | 6 days ago | |
HTML | Ruby | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OctoLinker
- Extensões para Navegador - Turbinando sua experiência no GitHub
-
Best Chrome Extensions to boost GitHub
GitHub Repo | Chrome Store | Website
OctoLinker is a GitHub browser extension that converts language-specific statements such as include, require, or import into links. It is packed with the capability to connect dependencies defined in files such as package.json, composer.json, Gemfile, or requirements.txt to their corresponding GitHub project page.
-
Powering your GitHub
Respository - OctoLinker
The OctoLinker enables easy navigation between project codes, transforming language-specific instructions (such as include, require or import) into links that redirect to the file referenced in the code or to an external site.
Gitlab CI
-
Vue Options to Composition API Online Converter
// https://github.com/gitlabhq/gitlabhq/blob/e6d048d769240760008f0dbb6b811e1ebc675292/app/assets/javascripts/ide/components/repo_tab.vue#L3 import { GlIcon, GlTab } from '@gitlab/ui'; import { mapActions, mapGetters } from 'vuex'; import { __, sprintf } from '~/locale'; import ChangedFileIcon from '~/vue_shared/components/changed_file_icon.vue'; import FileIcon from '~/vue_shared/components/file_icon.vue'; import FileStatusIcon from './repo_file_status_icon.vue'; export default { components: { FileStatusIcon, FileIcon, GlIcon, ChangedFileIcon, GlTab, }, props: { tab: { type: Object, required: true, }, }, data() { return { tabMouseOver: false, }; }, computed: { ...mapGetters(['getUrlForPath']), closeLabel() { if (this.fileHasChanged) { return sprintf(__('%{tabname} changed'), { tabname: this.tab.name }); } return sprintf(__('Close %{tabname}'), { tabname: this.tab.name }); }, showChangedIcon() { if (this.tab.pending) return true; return this.fileHasChanged ? !this.tabMouseOver : false; }, fileHasChanged() { return this.tab.changed || this.tab.tempFile || this.tab.staged || this.tab.deleted; }, }, methods: { ...mapActions(['closeFile', 'updateDelayViewerUpdated', 'openPendingTab']), clickFile(tab) { if (tab.active) return; this.updateDelayViewerUpdated(true); if (tab.pending) { this.openPendingTab({ file: tab, keyPrefix: tab.staged ? 'staged' : 'unstaged' }); } else { this.$router.push(this.getUrlForPath(tab.path)); } }, mouseOverTab() { if (this.fileHasChanged) { this.tabMouseOver = true; } }, mouseOutTab() { if (this.fileHasChanged) { this.tabMouseOver = false; } }, }, };
What are some alternatives?
OpenProject - OpenProject is the leading open source project management software.
Gogs - Gogs is a painless self-hosted Git service
Taiga-front - Agile project management platform. Built on top of Django and AngularJS
Trac - Trac is an enhanced wiki and issue tracking system for software development projects (mirror)
Redmine - Mirror of redmine code source - Official Subversion repository is at https://svn.redmine.org/redmine - contact: @vividtone or maeda (at) farend (dot) jp
CodeClimate - Code Climate CLI
go-callvis - Visualize call graph of a Go program using Graphviz
Golang-PDF-to-Image-Converter - This project will help you to convert PDF file to IMAGE using golang.
Gitbucket - A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility
Travis CI.com - Free continuous integration platform for GitHub projects.
Codacy
HoundCI - Automated code review for GitHub pull requests.